<3 != Flash
Remind 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.

Remind 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.
“Use class with semantics in mind.”
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
If the inspector is open in docked mode, interaction within the webkit content window – typing text into an input, using a menu, selecting text – causes it to frantically scroll downwards.
via BogoJoker » Improving the Web Inspector.
…Glad I’m not the only one that noticed that behavior!
After upgrading to Snow Leopard, the symlink was lost in /usr/local
cd /usr/local
sudo ln -s mysql-5.1.37-osx10.5-x86_64/ mysql
Simply run that in the Terminal, and you should be all set.