Category Archives: Technology

Mushkin Enhanced Callisto Deluxe 240GB Speed Test

After installing the Mushkin Enhanced Callisto Deluxe 240GB SSD drive, I felt its performance was a bit sluggish so I ran some speed tests. I used XBench.app but because that app is older than dirt, the results were a bit misleading. A Mushkin rep suggested AJA System Test because it’s specifically geared toward testing read/write [...]

Two Solid State Drives (SSD) in a MacBook Pro

This is how I set up two Solid State Drives (SSD) in my 17″ MacBook Pro. For the last year or so, I’ve been struggling with the storage limitations of my 128GB SSD drive. With my professional photography, photos of my baby girls and client files alone, I was sorely lacking hard drive space. Distributing [...]

Using PHP in .html files on MediaTemple hosting

Trying to use PHP code in .html and/or .htm files on MediaTemple? Modify your existing .htaccess file with the following: Before: AddHandler php5-script .php After: AddHandler php5-script .php .html .htm That will allow the MediaTemple servers to consider .html and .htm files valid extensions for running PHP code.