2011-07-07

The Best AppleScripts Speeding up Tasks

If you are a programmer or have messed around on a Mac for a while, chances are you might have heard of this wonderful little language known as AppleScript. So what is AppleScript? AppleScript is a scripting language that was created by Apple, and made to make the daily processes of the end user go through quicker and easier. Think of all the small daily repetitive tasks you perform on a daily basis. Could any of these be cut back or automated? This is exactly what AppleScript aims to do. Today we will have a look at 11 awesome AppleScripts that can help you speed up your daily tasks, as well as review how to create your own!

1. The DesignerGeeks Free List

Designer Geek



Coming in first on our list of excellent AppleScripts is the wide array of free scripts available at DesignerGeek. Just take a look at the list and functions of some of these scripts! With features and scripts ranging from backups, iCal, Fonts, Drop box alerts, Growl and Wiki apps, the list just goes on and on! If you're looking for some quality free AppleScripts, look no further.

 

2. Convert an Image

Convert Image



How many times have you gone through the following process? Download an image(s), find the image, open up PhotoShop, wait, select the image and open it, and then finally save the image as a different type of file by converting it. I know I have done it more times than I could count and this is exactly the scenario where AppleScript is meant to help. Download the script above, and all you need to do is drag the images you wish to convert, select the new file type you wish, and you're done!

 

3. NetNewsWire to FriendFeed

NetNewsWire to FriendFeed



FriendFeed has really blown up in the past year or so, with more and more end users taking advantage of its services and capabilities. This AppleScript aims to bring NetNewsWire and FriendFeed together, which will end up saving you some time in the long run. To quote the script author:

This applescript allows you to post an article to FriendFeed from NetNewsWire. This script based in large part on the "blog selection" script that comes with NetNewsWire.

The script is completely free and is available to download via GitHub.

 

4. Rampage!

Rampage



Another big time saver here. Imagine you need to know every detail and all of the information about a certain image. You could locate the photo, open up PhotoShop, open the image, find the settings to view all the details etc. Or, you could just download the rampage script for free, select the image and be done with it. Rampage will tell you everything you wanted (and didn't want) to know about the current image you have selected.

 

5. Doug's iTunes Scripts

iTunes Scripts



Here is a resource of scripts that will be extremely useful to any iTunes user or music fan. Good ol' Doug has setup a page with, at the time of writing, 454 AppleScripts that deal with making iTunes work for you. Some of the scripts range from organizing songs in advanced fashions, to joining certain tracks together with a few clicks of your mouse. Later on we will look at a particularly great script from Doug's website.

 

6. iCal Duplicate Script

iCal Script



iCal is a wonderful Mac software program that functions as a day planner/calendar/event organizer etc. It can really help you to keep track of daily (or monthly) tasks and what you need to get done on any given day. It is, however, not without it's flaws. If you use iCal frequently, you might have noticed it is somewhat easy to accidentally add or create duplicate/multiple entries. These can really start to clog up your calendar. By downloading and installing the iCal duplicate script, you can clean up your calendar in about three seconds!

 

7. iTunes Library Manager

iTunes Library Manager



Earlier, I stated we would have a look at another one of Doug's excellent iTunes script and the time has come to do so (oh joy!). If you are anything like me, you have a lot of iTunes music and libraries setup. The iTunes Library Manager allows you to maintain multiple libraries, all with different customizable settings. Features you ask? The author answers:

Additionally, because each library is saved and loaded with its associated preferences, you can create many different configurations for different uses. For instance, you can assign each library its own designated iTunes Music folder, and keep a directory of audio files on your computer and another distinct directory of audio files on another volume, network drive or external drive; different libraries can have different Sharing, Burning or Importing settings, too.

 

8. iTunes Music Alarm Clock

iTunes Music Alarm Clock



This script is a must have for myself and many others. If you happen to be more of a night owl rather than a morning bird, you may have just found your answer to those getting ups for those horribly early mornings. The iTunes music alarm clock allows you to set all of your preferences for when and how long the alarm should go off. You choose the tracks or albums, the libraries, whatever you want really. Better to wake up to some of your favorite music than a horribly annoying buzzing sound!

 

9. TinyURL AppleScript

TinyURL script



Website owners and bloggers will probably find this script most helpful. With the popularity of services like Twitter came the need for short and simple URL's, and services like TinyURL. Problem is, if you need to create a bunch of different URLs, it can be sort of a mind numbing process of copying and pasting, and navigating to certain sites. The TinyURL AppleScript takes the current url of the page in Safari, and adds it to your clipboard for easy pasting. Sweet and simple.

 

Developing Your Own!

So far we have looked at pre made AppleScripts to help you speed up your daily tasks and procedures. That is all fine and dandy if you can find the script you are looking for, but what if you can't? What if you need a script specialized to your exact needs? Well, you could hire a programmer to do it for you, or you could look at the resources below and build it yourself! It's not too difficult, I promise!

10. The AppleScript Beginners Tutorial

Beginners Tutorial



If you have never worked with AppleScript before, start here. No, seriously, this is one of the best resources you will find on the topic and is straight from the Apple Developers themselves. This tutorial, takes you through everything you need to know before getting started, and then how exactly you get started. You'll be writing your own scripts shortly after reading this!

 

11. Automating iPhoto and Photoshop

iPhot and Photoshop



Now that you have read through the beginners tutorial above, you are ready to get your hands a little more dirty. In this series by the O'reilly Mac Dev Center, you will learn exactly how to use iPhoto and Photoshop with AppleScript to speed up all kinds of daily tasks.

 

Conclusion

Hopefully, you can see how helpful and time saving AppleScripts can be. By taking a few seconds to download a script, or a few minutes to hours to write one, you can drastically cut back on the time you spend doing everyday tasks on the computer. Did we miss any of your favorite AppleScripts? If so, please let us know in the comments below!

Written by Drew Douglass

Add Your Thoughts

Gravatar

Commented by: David Beach, 8 July, 2009

Im still trying to find a script that turns off speakers on a timer...so I dont have to remember to mute my desktop prior to sleep and will turn sound back on in morning.. Anyone ?
madhypnotist@gmail.com

Gravatar

Commented by: handell, 1 December, 2009

I have a few neat applescript applets created using developers tools. They work mostly with Adobe AI and PS CS4. For the most part they swap variables and save documents incrementally.

One very simple applet simply saves a document in multi-file formats(ai,eps,pdf,jpg)

Another neat one is a HYPER SCRIPT, if you dont know what that means its probably becasue I dont think it even exists anywhere else. But this handy applet allows you to to enable a hyper button in the applescript applet and while in hyper mode anything you select in AI will trigger a subroutine. I use it to copy art to a new page and save the document appending numerically.


Well thes eare just a few, if anyone is interested in this type of scripting can contact me at 'timmymason@netscape.net'

Gravatar

Commented by: Shiv, 3 December, 2009

To David Beach
im not sure if this is what you are looking for , but this should work -


set a1 to text returned of (display dialog "How many hours later do you want the volume to come back on? (answer should be an integer)" default answer "")
tell application "System Events" to set volume 0
delay (a1 * 3600)
set volume 4

Gravatar

Commented by: Bob, 28 December, 2009

Great series of post. I have read a lot about this on other articles written by other people, but I must admit that you is the best. Thanks Membuat Blog

  • creative meeting index
    2012-01-10

    Web Design Trends 2012

    As the new year begins, web designers and Internet users alike are curious about the kinds of web design trends that will gain prominence in 2012. Every new year brings exciting changes to the world of web desig...
  • web programmer
    2011-10-04

    HTML5: The New Placeholder Property for Better Form Instructions

    A coder’s job function is to make a website work properly with the least amount of code as possible. Succinct coding creates efficient, fast websites that are easier to debug if errors occur. Although the Wor...
  • 2011-08-19

    How a Hacker Performs a SQL Injection Attack and How to Protect Your Data

    Hackers use Structured Query Language (SQL) injection to steal or delete data on a database server. In extreme case...
    hacker protection
  • accessible left
    2011-01-11

    25 Ways To Make Your Website Accessible

    As people’s use and awareness of the Web grows, accessibility (or “universal design”) becomes more crucial. Accessibility is determined not only by a website’s code but by its design and content, which i...
  • typography3
    2011-03-28

    Ten Great Fonts and How to Create a Custom Font

    Designing a website consists of tying together a plethora of design details into a single user-friendly experience. One of these important design details involves the font used to communicate the website's conte...
  • silverstripearticle
    2010-12-08

    7 Powerful and Popular Content Management System Options

    CMS (Content Management System) has become an indispensable super-widget for the creation and updating of a professional website with no knowledge of HTML or other code. With a dedicated server that provides exc...
  • 2012-01-23

    40 Amazing Abstract Photoshop Tutorials

    Photoshop is a powerful tool that belongs in any designers toolbox. From the range of photo editing techniques available, to creating website mockups and designs, to making fantastic wallpapers, Photoshop has a ...
  • 2012-01-10

    The 50 Best Linux GTK Themes

    One of the often touted best features of Linux is one's ability to manipulate the system to meet their personal needs and tastes. One of the ways this is done is via themes, GTK being one such variation. For ...
  • 2011-09-01

    30 Web Developer Cheat Sheets

    The list of skills a given web developer must possess is growing everyday. With the massive growth of web technologies, comes the demand for developers with a wide skill set. A useful tool in any developers tool...
  • 2011-01-04

    The Best Shopping Carts for eCommerce Sites Reviewed

    Demanding customers have driven web developers to look for the perfect eCommerce Hosting solution. A buyer wants to see purchasing options show up in 3 seconds. Disappointed shoppers move on to other sites. The ...

1 2 3 4 5 6

Overall Best Web Hosts

1. $2.95Review Visit
2. $4.45Review Visit
3. $3.67Review Visit
4. $4.95Review Visit
5. $5.95Review Visit

Buying Guide

Can't decide what hosting is right for you? Answer 2-5 questions and get your perfect hosting match!

To Questions

User Reviews

Make your voice heard. Review your web hosting provider - good or bad.

  •  
  •  
  •  
  •  
Everything has been very stabile and I was very impressed with all the features and extras that were included in the plan.

Bill about iPage

Read iPage Review