I recently bought a new MacBook Pro, complete with the MultiTouch trackpad. One issue I have with it, is that I can’t use the pinch zoom gesture with web based maps or images. It increases font size, instead of zooming. So I donned my cape and exclaimed “This looks like a job for JAVASCRIPT!”
First, I [...]
Category Archives: Mac OS X
(Trying to) Capture MultiTouch Gestures With Javascript
May 13, 2008 – 10:05 am
ExpanDrive, The Finder, and OS X Accounts
March 22, 2008 – 4:46 pm
I may be in the minority in using multiple accounts on a mac, but I figure this may help some people.
Me and my wife shared* a MacBook for a while and I was constantly wanting to transfer files from one of our user accounts home directory to the other. I don’t think there is [...]
OpenTerminalHere.app Update
January 11, 2008 – 1:32 pm
Since Leopard released, I’ve been using Spotlight as a launcher. It works surprisingly well; however, I’ve run into a couple things. One of which being if I type “terminal” into spotlight, the “Top Hit” is OpenTerminalHere.app - which if you launch it without any finder windows, it would error out.
Now I *could* have just [...]
iPhone Bingo Update
January 10, 2008 – 1:49 pm
A friend of mine, GutBomb, added some Bingo checking to my iPhone Bingo javascript. However, as of this moment, I have disabled the alerts. I’ll be working on an alternate notification system.
Also, I noticed the blog at manzzana.com had an interesting use for this little app: they used it to display their predictions for Monday!
Feel [...]
SVN Cleanup Crew
July 7, 2007 – 10:05 pm
I posted a terminal command about 7 months ago about cleaning up SVN working directories. Unbeknownst to me, wordpress chewed up the code and spit out a useless shell of the command’s former self.
Here it is again, in all its glory:
find -d “your/working/directory” -name “.svn” -exec rm -r ‘{}’ \; -print
I needed it this time, [...]
Ready For iPhone - The Badge.
June 16, 2007 – 7:23 am
With all the general grumble about the Safari-is-the-SDK-for-the-iPhone on the internet, I figure that… hey, if the internet *is* where all the iPhone apps are, all web apps are iPhone apps. So, I made a badge.
Feel free to include this image on your Safari Testedâ„¢ blog (or web app) if you feel like Steve is [...]
Cleaning Up After SVN
December 12, 2006 – 3:51 pm
If you’re using SVN for keeping your source safe for web apps, you may notice uploading the working folder also uploads all those hidden .svn folders. Not ideal.
Here’s the shell command to delete all those .svn files from your working directory:
find -d “your/working/directory” -name “.svn” -exec rm -r ‘{}’ \; -print
The -d flag (-depth) means [...]
cmd+tab+scroll wheel = crazy delicious
December 5, 2006 – 1:58 pm
I usually hit cmd+tab and then mouse over the app icon i’m looking for and let go to switch to that app; it’s faster than cmd+tab+tab+(repeat for every app open). I randomly (read: accidentally) scrolled with the mouse while while doing this once, and surprisingly, it scrolled through the app icons.
I had no idea [...]





