Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Danielle / archives / 000061.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
6
7 <title>Danielle: Carving Pumpkins</title>
8
9 <link rel="stylesheet" href="http://defaria.com:8080/blogs/Danielle/styles-site.css" type="text/css" />
10 <link rel="alternate" type="application/rss+xml" title="RSS" href="http://defaria.com:8080/blogs/Danielle/index.rdf" />
11
12 <link rel="start" href="http://defaria.com:8080/blogs/Danielle/" title="Home" />
13 <link rel="prev" href="http://defaria.com:8080/blogs/Danielle/archives/000059.html" title="Pumpkin Patch" />
14
15
16
17 <script type="text/javascript" language="javascript">
18 <!--
19
20 function OpenTrackback (c) {
21     window.open(c,
22                     'trackback',
23                     'width=480,height=480,scrollbars=yes,status=yes');
24 }
25
26 var HOST = 'defaria.com:8080';
27
28 // Copyright (c) 1996-1997 Athenia Associates.
29 // http://www.webreference.com/js/
30 // License is granted if and only if this entire
31 // copyright notice is included. By Tomer Shiran.
32
33 function setCookie (name, value, expires, path, domain, secure) {
34     var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
35     document.cookie = curCookie;
36 }
37
38 function getCookie (name) {
39     var prefix = name + '=';
40     var c = document.cookie;
41     var nullstring = '';
42     var cookieStartIndex = c.indexOf(prefix);
43     if (cookieStartIndex == -1)
44         return nullstring;
45     var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
46     if (cookieEndIndex == -1)
47         cookieEndIndex = c.length;
48     return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
49 }
50
51 function deleteCookie (name, path, domain) {
52     if (getCookie(name))
53         document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
54 }
55
56 function fixDate (date) {
57     var base = new Date(0);
58     var skew = base.getTime();
59     if (skew > 0)
60         date.setTime(date.getTime() - skew);
61 }
62
63 function rememberMe (f) {
64     var now = new Date();
65     fixDate(now);
66     now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
67     setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
68     setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
69     setCookie('mtcmthome', f.url.value, now, '', HOST, '');
70 }
71
72 function forgetMe (f) {
73     deleteCookie('mtcmtmail', '', HOST);
74     deleteCookie('mtcmthome', '', HOST);
75     deleteCookie('mtcmtauth', '', HOST);
76     f.email.value = '';
77     f.author.value = '';
78     f.url.value = '';
79 }
80
81 //-->
82 </script>
83
84
85
86
87
88 </head>
89
90 <body>
91
92 <div id="banner">
93 <h1><a href="http://defaria.com:8080/blogs/Danielle/" accesskey="1">Danielle</a></h1>
94 <span class="description"></span>
95 </div>
96
97 <div id="container">
98
99 <div class="blog">
100
101 <div id="menu">
102 <a href="http://defaria.com:8080/blogs/Danielle/archives/000059.html">&laquo; Pumpkin Patch</a> |
103
104 <a href="http://defaria.com:8080/blogs/Danielle/">Main</a>
105
106 </div>
107
108 </div>
109
110
111 <div class="blog">
112
113 <h2 class="date">October 30, 2003</h2>
114
115 <div class="blogbody">
116
117 <h3 class="title">Carving Pumpkins</h3>
118
119 <p>Went over Mary-Anne's today to carve pumpkins. It was nice to be involved in a family activity. The pumpkins came out pretty good too. Ready for Halloween. After a very hot October this year the temperature finally dropped to be more fall like.</p>
120
121 <a name="more"></a>
122
123
124 <span class="posted">Posted by Andrew DeFaria at October 30, 2003 09:08 PM
125
126 <br /></span>
127
128 </div>
129
130
131
132 <div class="comments-head"><a name="comments"></a>Comments</div>
133
134
135
136
137 <div class="comments-head">Post a comment</div>
138
139 <div class="comments-body">
140 <form method="post" action="http://defaria.com:8080/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie[0].checked) rememberMe(this)">
141 <input type="hidden" name="static" value="1" />
142 <input type="hidden" name="entry_id" value="61" />
143
144 <div style="width:180px; padding-right:15px; margin-right:15px; float:left; text-align:left; border-right:1px dotted #bbb;">
145         <label for="author">Name:</label><br />
146         <input tabindex="1" id="author" name="author" /><br /><br />
147
148         <label for="email">Email Address:</label><br />
149         <input tabindex="2" id="email" name="email" /><br /><br />
150
151         <label for="url">URL:</label><br />
152         <input tabindex="3" id="url" name="url" /><br /><br />
153 </div>
154
155 Remember personal info?<br />
156 <input type="radio" id="bakecookie" name="bakecookie" /><label for="bakecookie">Yes</label><input type="radio" id="forget" name="bakecookie" onclick="forgetMe(this.form)" value="Forget Info" style="margin-left: 15px;" /><label for="forget">No</label><br style="clear: both;" />
157
158 <label for="text">Comments:</label><br />
159 <textarea tabindex="4" id="text" name="text" rows="10" cols="50"></textarea><br /><br />
160
161 <input type="submit" name="preview" value="&nbsp;Preview&nbsp;" />
162 <input style="font-weight: bold;" type="submit" name="post" value="&nbsp;Post&nbsp;" /><br /><br />
163
164 </form>
165
166 <script type="text/javascript" language="javascript">
167 <!--
168 document.comments_form.email.value = getCookie("mtcmtmail");
169 document.comments_form.author.value = getCookie("mtcmtauth");
170 document.comments_form.url.value = getCookie("mtcmthome");
171 if (getCookie("mtcmtauth")) {
172     document.comments_form.bakecookie[0].checked = true;
173 } else {
174     document.comments_form.bakecookie[1].checked = true;
175 }
176 //-->
177 </script>
178 </div>
179
180
181 </div>
182 </div>
183 </body>
184 </html>