I am now 2 weeks into Kindergarten and I believe it is much harder on parents than the children. My child loves it and is excited everyday about going to school, so that is a welcomed sight.
But I had no idea how much work the parents do for kids in school. I'm also sure that as the next levels of school hit and tests begin that schooling will become even more difficult. Who knew it was so hard to explain the concept of rhyming???
<the todd />
Friday, August 31, 2007
kindergarten is hard
Automatically generated by
the todd
on or about
9:50 PM
0
comments
Labels: kindergarten hard work
Monday, August 27, 2007
technorati... woo hoo!
Technorati Profile
This is my technorati ping post. I have hit the mainstream and fully expect people to start flocking to read other peoples wisdom that I link to.
<the todd />
Automatically generated by
the todd
on or about
4:44 PM
0
comments
Tuesday, August 21, 2007
FERPA and electonic ID's
<sarcasm>First off, I would like to apologize to my loyal readers for going so long without a post.</sarcasm>
I wanted to post this here because this recently came up for discussion here. Also I probably never would be able to find it again if I didn't. This article does a good job of explaining what is public, private, directory information, and just when an electronic ID can be released as directory info.
FERPA and Electronic IDs by Steven L. Worona (EDUCAUSE) on December 02, 2004
<the todd />
Automatically generated by
the todd
on or about
8:53 AM
0
comments
Labels: educause, electronic id, ferpa, steven worona
Tuesday, July 24, 2007
testing in old browsers
I came upon this post today http://tredosoft.com/Multiple_IE?page=1 that allows installation of IE browsers back to v3.
In the same spirit I thought I would also put out the URL's for the location of some other stuff.
Mozilla Firefox - http://releases.mozilla.org/pub/mozilla.org/firefox/releases/ - this used to go back quite a bit further but I don't know where anything older is at this point.
Mozilla - http://releases.mozilla.org/pub/mozilla.org/mozilla/releases/ - same thing as Firefox
More Mozilla products (Camino, Thunderbird, Seamonkey, etc.) - http://ftp.mozilla.org/pub/mozilla.org/
Netscape < 4.8 - http://ftp.netscape.com/pub/communicator/english/
Netscape 6 - http://ftp.netscape.com/pub/netscape6/english/
Netscape 7 - http://ftp.netscape.com/pub/netscape7/english/
Netscape 8 - http://ftp.netscape.com/pub/netscape8/english/
More Netscape products at http://ftp.netscape.com/pub/
Opera - http://arc.opera.com/pub/opera/
Hope this helps.
<the todd />
Automatically generated by
the todd
on or about
9:18 AM
0
comments
Labels: ie5, ie5.5, ie6, mozilla, opera, testing in old browsers
Monday, July 9, 2007
exclamation mark (!) showing up in emails from PHP mail() function
I ran into this problem and this is the solution that worked for me. This post helped out http://us2.php.net/manual/en/ref.mail.php#53231
It references RFC 2822, and look at section 2.1.1. "Line Length Limits" for the explanation of the 998 char limit. Anyway the solution at php.net worked for me minus the rtrim.
The php code for mine is
$message = chunk_split(base64_encode($message));
Then also you must make sure the headers are using base64 for the Content-Transfer-Encoding:
$header .= "Content-Transfer-Encoding: base64\r\n\r\n";
<the todd />
Automatically generated by
the todd
on or about
11:11 AM
9
comments
Labels: php, rfc 2822, sending emails with php
Thursday, June 14, 2007
TIOBE programming index
Not 100% how useful this information is but it is still interesting. The following is taken straight from http://www.tiobe.com:
The TIOBE Programming Community index gives an indication of the popularity of programming languages. The index is updated once a month. The ratings are based on the world-wide availability of skilled engineers, courses and third party vendors. The popular search engines Google, MSN, and Yahoo! are used to calculate the ratings. Observe that the TIOBE index is not about the best programming language or the language in which most lines of code have been written.
The index can be used to check whether your programming skills are still up to date or to make a strategic decision about what programming language should be adopted when starting to build a new software system. The definition of the TIOBE index can be found here.
<the todd />
Automatically generated by
the todd
on or about
8:29 AM
0
comments
Labels: php, programming languages, tiobe
Monday, June 11, 2007
coolness from microsoft
Photosynth from Microsoft is amazing to me. I can't wait for this to come out to the public and be able to play with the software. I'm sure it will be pricey, but I hope not.
General premise is it takes a ton of photos of a single item, and then puts them all together in a seamless fashion. It allows you to zoom and fly through the pictures. There are a few available at their site now, with more to come.
http://labs.live.com/photosynth/
<the todd />
Automatically generated by
the todd
on or about
9:22 AM
0
comments
Labels: microsoft, photosynth