May 4, 2010

Steve Jobs’ Thoughts on Flash

In an excellently written article, Steve states clearly why Apple is embracing the future, and not relying on flash.

http://www.apple.com/hotnews/thoughts-on-flash/

March 12, 2010

Apple’s Navigation Change

Apple's Site Navigation Bar

You can sure tell where Apple’s money is coming from, with all the real estate that they are giving the iPod, iPad, iPhone, and iTunes links in the header of their redesigned site.

<3 != Flash

Chrome Activity MonitorRemind me again why I need a Quad-Core Intel Xeon Mac Pro with 6 Gigs of RAM?  Oh, that’s right, It’s to run my Flash Applications online.  Thanks for the reminder.

January 20, 2010

Use class with semantics in mind

“Use class with semantics in mind.”

via Use class with semantics in mind – Quality Web Tips.

January 15, 2010

PHP on OS X 10.6 Snow Leopard throwing errors

Snow Leopard now uses PHP 5.3, so there are new rules in the playing field. You can fix them by adding

date.timezone = "America/Anchorage";

in your php.ini file, or if you don’t have access to that, you can add this to your own project:

date_default_timezone_set('America/Chicago');

Use whatever timezone is appropriate for you, of course. The list is here: http://us3.php.net/manual/en/timezones.php