Applescript to Populate Address Book with Jabber-MSN Contact Info
Thursday, May 1st, 2008 Posted in Tips | 2 Comments »I recently setup a Jabber account on my server and started to use the MSN transport on it to access my MSN account. Thus I am now able to use the fantastic iChat as my only IM client (since iChat ...
Applescript to Duplicate Terminal Tab
Saturday, April 12th, 2008 Posted in Tips | No Comments »From my personal experience, I realized that I'd always need at least two terminal tabs whenever I do any Rails development: one to run the server ($ ./script/server) and one to do the rest of the rails stuff (generate things, ...
Applescript to Restart Finder and Dock
Tuesday, September 25th, 2007 Posted in Tips | No Comments »Just a little script to restart the Finder and Dock ... do shell script "killall Finder && open /System/Library/CoreServices/Finder.app" tell application "Dock" to quit