New Microsoft Ads

by Jason on September 18, 2008

I can’t help but realize that the new ads from Microsoft are totally useless, unconvincing, and uninformative.  The basic message behind the three major ads are: Windows Mohave – “Don’t listen to the millions of people who’ve experienced debilitating issues (…)

Read the rest of this entry »

PHP Autoload Issue

by Jason on September 11, 2008

On a recent project, I couldn’t figure out why the following block of code worked on OSX but not Red Hat Linux. function __autoload($class_name) { require_once ‘lib/’ . $class_name . ‘.class.php’; } I had a class named ‘bank.class.php’ which autoload (…)

Read the rest of this entry »