January 4, 2011 at 00:35 · Filed under apple, mac
I previously published an Applescript I use to immediately update Adium, Skype, iChat status messages.
I’ve recently changed it to allow more than three options (a limitation in the Applescript Display Dialog method).
Find a copy below:
December 19, 2008 at 12:04 · Filed under mac
I use iChat, Adium and Skype all at the same time. I was looking for a quick way to change the status of all three of them with one fell swoop.
Looking at what other people had written I came across a good example at Jason Kenison’s blog. He had implemented a method whereby you select Away or Available and then the script will change the status of all three. It worked for Skype and iChat but not for Adium.
Read the rest of this entry »
November 12, 2007 at 23:39 · Filed under apps, mac
After I read this macosxhints.com post, I decided to have a go at something slightly different.
The orginal hint showed how to set up an AppleScript droplet to modify the creation date of a file. But what if you want to sync the modified date and Creation dates instead? This script has been created to do just that. It has evolved from one Daniel A. Shockley provided in a macosxhints comment to the previous hint, and has been extended to fit this purpose.
To set your files modified date to be the same as the creation date, use the AppleScript as a droplet application. Copy and paste the text into a new script in Script Editor, and then save it as an application. Run the application to bring up a requester, or drop your files (not folders) on the application directly.
Download the Applescript (Note: not tested on Leopard/10.5.x)
Note: a reader of my post suggested a simpler date change routine.