I receive my mobile phone bill through email every month. Despite several reminders through email and SMS, I still miss my due dates. Rather than relying on my own memory, I decided to create a To Do item in Things. Things is a task management application on Mac and iPhone. On Mac, Things is scriptable [...]
One feature I like in Firefox is that you can save open tabs when you quit Firefox. All tabs will reopen when you relaunch Firefox and you can continue reading those web pages you had opened in the last session. I use Safari all the time so I thought about duplicating this Firefox feature in [...]
My family and I recently moved to a new home. So whenever we move, I update home address for every family members in Address Book. Rather than typing the new home address manually, I usually create a one-off AppleScript to get this job done. tell application “Address Book” set family to every person whose last [...]
Do you use Adium and iChat at the same time? If so, do you find it troublesome to change your online status in both Adium and iChat? I wrote simple scripts to set my online status in Adium and iChat at the same time. I put the scripts in my Script menu so I can [...]