Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Danielle / archives / 000041.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: Learning to use a Mouse</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/000040.html" title="Danille's 3rd Birthday at Disneyland" />
14
15 <link rel="next" href="http://defaria.com:8080/blogs/Danielle/archives/000034.html" title="Potty Training" />
16
17
18 <script type="text/javascript" language="javascript">
19 <!--
20
21 function OpenTrackback (c) {
22     window.open(c,
23                     'trackback',
24                     'width=480,height=480,scrollbars=yes,status=yes');
25 }
26
27 var HOST = 'defaria.com:8080';
28
29 // Copyright (c) 1996-1997 Athenia Associates.
30 // http://www.webreference.com/js/
31 // License is granted if and only if this entire
32 // copyright notice is included. By Tomer Shiran.
33
34 function setCookie (name, value, expires, path, domain, secure) {
35     var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
36     document.cookie = curCookie;
37 }
38
39 function getCookie (name) {
40     var prefix = name + '=';
41     var c = document.cookie;
42     var nullstring = '';
43     var cookieStartIndex = c.indexOf(prefix);
44     if (cookieStartIndex == -1)
45         return nullstring;
46     var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
47     if (cookieEndIndex == -1)
48         cookieEndIndex = c.length;
49     return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
50 }
51
52 function deleteCookie (name, path, domain) {
53     if (getCookie(name))
54         document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
55 }
56
57 function fixDate (date) {
58     var base = new Date(0);
59     var skew = base.getTime();
60     if (skew > 0)
61         date.setTime(date.getTime() - skew);
62 }
63
64 function rememberMe (f) {
65     var now = new Date();
66     fixDate(now);
67     now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
68     setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
69     setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
70     setCookie('mtcmthome', f.url.value, now, '', HOST, '');
71 }
72
73 function forgetMe (f) {
74     deleteCookie('mtcmtmail', '', HOST);
75     deleteCookie('mtcmthome', '', HOST);
76     deleteCookie('mtcmtauth', '', HOST);
77     f.email.value = '';
78     f.author.value = '';
79     f.url.value = '';
80 }
81
82 //-->
83 </script>
84
85
86
87
88
89 </head>
90
91 <body>
92
93 <div id="banner">
94 <h1><a href="http://defaria.com:8080/blogs/Danielle/" accesskey="1">Danielle</a></h1>
95 <span class="description"></span>
96 </div>
97
98 <div id="container">
99
100 <div class="blog">
101
102 <div id="menu">
103 <a href="http://defaria.com:8080/blogs/Danielle/archives/000040.html">&laquo; Danille's 3rd Birthday at Disneyland</a> |
104
105 <a href="http://defaria.com:8080/blogs/Danielle/">Main</a>
106 | <a href="http://defaria.com:8080/blogs/Danielle/archives/000034.html">Potty Training &raquo;</a>
107
108 </div>
109
110 </div>
111
112
113 <div class="blog">
114
115 <h2 class="date">May 01, 1995</h2>
116
117 <div class="blogbody">
118
119 <h3 class="title">Learning to use a Mouse</h3>
120
121 <p>Recently Dannielle has learned to use the mouse on the computer. She was usually pretty attentive when we would play computer games together often pointing out on the screen what she wanted the mouse to do but I had to do it. We would even play a "concentration" type game where one has to remember and match up like pictures on "cards" that were turned around. She was good at this, solving even the most difficult level.</p>
122
123 <p>Now, however, she can do it herself! One day I just decided to not help her because I was busy trying to get dinner ready. To my surprise she started using the mouse to do her own playing. She was extremely proud of herself, as was I, and motivated to do more. She played the "concentration" game and solved it all by herself! She now also plays PuttPutt by herself. It's as if it finally clicked (no pun intended) with her. Occasionally she'll say that she wants my help or that she cannot do it. Then I'll show her and try to explain what is going on. She seems to take that new found knowledge and apply it herself now.<br />
124 </p>
125
126 <a name="more"></a>
127
128
129 <span class="posted">Posted by Andrew DeFaria at May  1, 1995 09:58 PM
130
131 <br /></span>
132
133 </div>
134
135
136
137 <div class="comments-head"><a name="comments"></a>Comments</div>
138
139
140
141
142 <div class="comments-head">Post a comment</div>
143
144 <div class="comments-body">
145 <form method="post" action="http://defaria.com:8080/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie[0].checked) rememberMe(this)">
146 <input type="hidden" name="static" value="1" />
147 <input type="hidden" name="entry_id" value="41" />
148
149 <div style="width:180px; padding-right:15px; margin-right:15px; float:left; text-align:left; border-right:1px dotted #bbb;">
150         <label for="author">Name:</label><br />
151         <input tabindex="1" id="author" name="author" /><br /><br />
152
153         <label for="email">Email Address:</label><br />
154         <input tabindex="2" id="email" name="email" /><br /><br />
155
156         <label for="url">URL:</label><br />
157         <input tabindex="3" id="url" name="url" /><br /><br />
158 </div>
159
160 Remember personal info?<br />
161 <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;" />
162
163 <label for="text">Comments:</label><br />
164 <textarea tabindex="4" id="text" name="text" rows="10" cols="50"></textarea><br /><br />
165
166 <input type="submit" name="preview" value="&nbsp;Preview&nbsp;" />
167 <input style="font-weight: bold;" type="submit" name="post" value="&nbsp;Post&nbsp;" /><br /><br />
168
169 </form>
170
171 <script type="text/javascript" language="javascript">
172 <!--
173 document.comments_form.email.value = getCookie("mtcmtmail");
174 document.comments_form.author.value = getCookie("mtcmtauth");
175 document.comments_form.url.value = getCookie("mtcmthome");
176 if (getCookie("mtcmtauth")) {
177     document.comments_form.bakecookie[0].checked = true;
178 } else {
179     document.comments_form.bakecookie[1].checked = true;
180 }
181 //-->
182 </script>
183 </div>
184
185
186 </div>
187 </div>
188 </body>
189 </html>