You are currently browsing the Nerdy Dork weblog archives for February, 2006.

Cheney’s Got a Gun

Look out, Cheney’s Got a Gun. Click the image below to hear the song!

Stage Coach Robbery

For some strange reason, this commercial reminds me of the computer I’m working on right now…

German Coast Guard

My wife and I were just talking last night about how impressed we were with all the Olympic athletes that know English well enough to do interview with NBC announcers. This commercial was pretty funny to me.

Javascript printf & sprintf

Wow, this is pretty cool. This javascript function was just what the Dr. ordered for a recent script I wrote where I wanted to use the sprintf function in javascript: www.vladdy.net/Demos/printf.html
Give it a try. You can use my string to test it: printf(’%.02f’,42);