February 23rd, 2009

Western Digital Portable Hard Drive Review

I was looking around at portable (external) hard drive options for a while.I have 2 laptops and both our vehicles take USB input for music storage. So I wanted an easy way to transfer files between computers, cart my music around in the car, and of course backup important stuff. (more…)

February 20th, 2009

JavaScript Title Case

I recently had a project where I needed to quickly convert long strings of uppercase or lowercase text to Title Casing. Normally I would create a PHP script to do this, but they were all on different pages, so it had to be done manually. Rather than manually retype each, I wanted to create a JavaScript function to manage it. (more…)