January 12, 2010

Safari Web Inspector Scrolling Bugs

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!

January 8, 2010

MySQL and Snow Leopard (Mac OS X, 10.6.x)

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.

January 6, 2010

Google Waves Best Use Cases – Wave – Lifehacker

Transportation: Controlling Air Traffic

James is a Traffic Management Coordinator at the Philadelphia International Airport Control Tower. He said:

My job is to reduce departure delays and to maintain an efficient flow of air traffic into and out of the Philadelphia International Airport. Currently we utilize a Google Spreadsheet to share real-time departure and weather issues, airport construction updates, and snow removal operations with the airlines and other interested parties. Im excited at the prospect of being able to embed real-time weather radar gadgets to provide users an up-to-the-minute graphical look at the weather. We currently use the chat feature on Google Spreadsheets but it appears that the more robust communication capabilities in Wave would greatly enhance our communication with the airlines. The ability to review conversations and data will help us to further reduce delays at Philadelphia International Airport. This will result in a savings of time for passengers, reduced fuel and operating costs for the airlines, and fewer complaints from both.

via Google Waves Best Use Cases – Wave – Lifehacker.

All I can say is: wow.  ATC on Google Apps? Nice.

August 12, 2009

Filter Small Files from the ‘du’ Command with Grep

Ever wanted to filter out the files that were less than 1GB with the simple ‘du’ (disk usage) command? Simple. Add the -h flag and a little grep magic, and you’re all set:

du -h | grep '[0-9]G'

July 27, 2009

Detecting a Mobile Phone & Redirecting in PHP

A nice article on that process here:
http://mobiforge.com/developing/story/lightweight-device-detection-php