Categories
Archives
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- March 2009
- February 2009
- January 2009
- August 2008
- July 2008
- June 2008
- November 2007
- October 2007
- July 2007
- June 2007
- April 2007
- January 2007
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
Tools
Monthly Archives: January 2010
Fix capitalized words in a MySQL table
I got a support request today for the Fake Name Generator. A visitor ordered US addresses, and some of the cities came back in all caps and some normal (e.g., FOLSOM and Folsom). After digging into my code, I found that I was checking if a city name was in uppercase, and if so I [...]
Posted in My Sites, Web Dev Leave a comment
Quick and Easy PHP WHOIS Script
I like to be able to type “whois somedomain.com” in my browser and have it bring up the WHOIS information. The site I’ve been using has a captcha (annoying) and has gotten unreliable, so I wrote this quick and easy script to pull the full unformatted WHOIS data for me: <?php $d = isset($_GET['d']) ? [...]
Posted in Web Dev Leave a comment
Lock a Deadbolt without a Key
I found this fun Instructable today that shows you how to lock a deadbolt without having the key. I can think of a few situations where this could come in handy: You are at a friend’s house and they leave you home alone but forget to give you a key (or they give you the [...]
Posted in DIY, Random Leave a comment
Jumbo Jenga
My friend Joey Novak recently posted about making some giant Jenga blocks, so I thought I’d give it a shot, too. First, I needed to know what kind of wood to buy. Jenga blocks are 0.57″ x 1″ x 3″ (height x width x length). The easiest wood to get would be either 2×4 (1.5″ [...]




Save money AND make your site faster using a CDN