Skip to Content

Submit your nominations for the Luxist Awards' Best in Decor
AOL Tech

automator posts

Filed under: Software, AppleScript

Sal Soghoian talks Automator use in education

Total Apps has published a nice guest post from Sal Soghoian, Apple's Production Manager for Automator, intended for teachers. He describes how educators have a limited amount of instruction time with the kids, and even less for maintenance tasks like making sure the proper software is installed, that students are on the proper web page, and so on.

Sal wants to help, and points out a number of links useful to anyone (not just teachers) who wants to automate these repetitive and often time-consuming tasks. Best of all, he shares a link to The Teacher's Helpers (scroll down a bit), which is a free collection of Automator actions specifically written to assist teachers with Macs in their classrooms.

If you've been put off by AppleScript, give Automator a try. Its drag-and-drop interface is much easier to use.

Filed under: Software, iTunes, iWork, Ask TUAW

Ask TUAW: Target disk mode, energy saver prefs, iTunes sharing and more

Welcome back to Ask TUAW, our weekly Mac troubleshooting Q&A column. This week we've got questions about target disk mode, energy saver prefs, Safari file issues, iTunes album artwork, iTunes sharing and more.

As always, your suggestions and questions are welcome. Questions for next week should be left in the comments. When asking a question please include which machine you're running and which version of Mac OS X (we'll assume you're running Leopard on an Intel Mac if you don't specify). And now, on to the questions.

computergeeksjw asks:


I have an old iMac Blue G3. The fliesystem failed, but I can't reformat because there is a disc in the slot-loading drive. I tried the tricks I know like Open Firmware (gives me a weird error) and holding in the mouse button (I hear the drive spin up but nothing else happens). I have a newer G4 Quicksilver. Will it be able to boot up into Target Disk Mode even though the filesystem is damaged? (Then I can try to repair with Disk Utility or reinstall from there) or will it fail like a normal boot does?

Continue readingAsk TUAW: Target disk mode, energy saver prefs, iTunes sharing and more

Filed under: Features, Troubleshooting, Ask TUAW

Ask TUAW: Making contact sheets, adjusting multiple files' properties, using network locations, and more

Welcome back to Ask TUAW, our weekly Mac troubleshooting Q&A column. This week we've got questions about making photo contact sheets, adjusting properties for multiple files at the same time in the Finder, automatically managing settings based on location, changing the spell check language in iWork and more.

As always, your suggestions and questions are welcome. Questions for next week should be left in the comments. When asking a question please include which machine you're running and which version of Mac OS X (we'll assume you're running Leopard on an Intel Mac if you don't specify). And now, on to the questions.

Continue readingAsk TUAW: Making contact sheets, adjusting multiple files' properties, using network locations, and more

Filed under: Odds and ends, MacBook, Found Footage

Found Footage: The do-it-yourself wedding photo booth

What do you get when you mix a MacBook, a US$99 printer, some Ikea shower curtains, and lot of wedding guests?

In the case of Mac user David Cline, you end up with a very happy sister! During planning for his sister Helen's recent wedding, Cline looked into renting a wedding photo booth that would take pictures of guests, save a digital copy, and then print out a strip of photos for the guests to take home as a keepsake. The cost for the rental was prohibitively expensive -- about US$2,000 a day.

David quickly decided that by combining his Mac, a special Automator workflow that he created, an Epson PictureMate Dash printer, an old wardrobe frame, and colorful shower curtains from Ikea, he could inexpensively re-create the functionality of the expensive rental.

His Automator script prompted wedding guests for their names, took 3 photos, arranged the photos in a vertical strip, displayed the photos on the screen for the guests to view, printed out the photo strip, and then saved the individual photos and photo strips in digital form onto the Mac. After the wedding, the photos were uploaded to an online photo album.

From the looks of the happy wedding guests, the Do-It-Yourself Photo Booth was a success. I'd venture to say that David Cline is ranking high in the standings for the "Brother of the Year Award."

Filed under: Features, Troubleshooting, Ask TUAW

Ask TUAW: OpenCL support in Snow Leopard, Boot Camp, automatic importing into iPhoto, and more

Wednesday means it's time for another Ask TUAW! For this edition we've got questions about what Macs will support Snow Leopard's forthcoming OpenCL acceleration, using Boot Camp with multiple partitions, connecting a Mac mini to HDMI, automatically importing images into iPhoto, and more.

As always, your suggestions and questions are welcome. Questions for next week should be left in the comments. When asking a question please include which machine you're running and which version of Mac OS X (we'll assume you're running Leopard on an Intel Mac if you don't specify). And now, on to the questions.

Continue readingAsk TUAW: OpenCL support in Snow Leopard, Boot Camp, automatic importing into iPhoto, and more

Filed under: AppleScript, Snow Leopard

Snow Leopard offers more Automator "purrfection"



If you know me, then you know that I love Automator and scripting things on the Mac. I believe that Automator should be something that everyone can take advantage of, not just the select few that already know how to use it well. That's why I've been working on the TUAW Mac Automation and AppleScript series for over a year now (we're going to have more coming soon, so stay tuned).

I was watching the WWDC '09 keynote, desperately waiting to see if anything new was announced for Mac OS X 10.6 Snow Leopard in regards to automation, and specifically Automator.app. Nothing was said at the keynote, but when I looked on the newly updated Snow Leopard page on Apple's site, I was ecstatic. One of the refinements listed was that Mac OS X Services would now be a feature of Automator. Services let you use features of one application while you are inside of another. In the Automator instance, you would be able to use workflows while you are inside of any Mac OS X application that supports the use of Services.

In addition to updating Automator for Services, Apple has also added more starting points for workflows. You can now choose between a standard workflow, application, service, folder action, print plugin, iCal alarm, or an image capture plugin. We will have more information about Automator and Services in Snow Leopard when it launches in September.

Filed under: Features, How-tos

Mac Automation: Make your text speak its mind


Have you ever wanted to type something into your Mac and have it record what you typed audibly using any one of the Mac OS X voices? It's easily done with a few Automator actions, and in this Mac Automation post, I'll show you how.

Open Automator and find the following actions, then drag them to the workflow area (in the same order):
  • Get Specified Text
  • Text to Audio File

Running the workflow
With these two actions in place, you can enter text into the Get Specified Text action, and a file name in the Text to Audio File action, and run it with great results. The text that you enter will be magically encoded into audio using the specified voice in the audio file action.

Read on to learn more about saving the workflow, and adding additional options.

Continue readingMac Automation: Make your text speak its mind

Filed under: Features, How-tos, AppleScript

Mac Automation: Integrating Spotlight searches with your workflows

We've discussed some pretty neat uses for Automator workflows in the past, but did you know you can easily integrate Spotlight searches into your automation workflows? Well, you can, and it might be easier than you think. In this Mac Automation post, I'm going to show you how you can integrate it into a workflow that will burn the resulting files to a CD or DVD.

Creating the workflow
To create this simple workflow, you'll need to use two actions. Find the "Spotlight" action and drag it to your workflow section; then, find the "Burn a Disc" action and drag it below the newly added Spotlight action. That's it; your workflow is now completed, but we need to tweak the actions.

Using the workflow
To test the workflow, you can enter a search term in the Spotlight action, and a Disc name in the Burn a Disc action. Insert a rewritable disc, or a regular CD/DVD, and click the "Run" button in the upper right corner of the Automator window. Automator will then go to work finding all of the search terms that matched files, then will then burn all found items to the disc. This could take a while to burn, depending on the resulting files.

Remember that all of the Spotlight tricks, such as exclusion, denoting kind, etc. are still available even though you're using the Automator action.

Continue readingMac Automation: Integrating Spotlight searches with your workflows

Filed under: Features, How-tos

Mac Automation: Creating Watch Me Do workflows

Do you want to use Automator's powerful features, but don't want to worry with "programming" the usefulness each and every time you wish to perform an action? With Automator for Leopard, you have the ability to easily record mouse moves/clicks and keyboard input with a feature called "Watch Me Do."

Initial Setup
Before using this Automator feature, you will need to turn on "Access for assistive devices." So head over to System Preferences > Universal Access. Make sure the checkbox is checked beside "Enable access for assistive devices." This allows Automator to control your mouse and keyboard movements/clicks/key presses. Watch Me Do will not work unless this box is checked.

Recording an Action in Automator
You are now ready to start recording your first Watch Me Do action in Automator. This feature gives Automator additional functionality if a prebuilt action is not readily available. So, before you go creating your own Watch Me Do action, look through the action list to make sure the functionality doesn't already exist.

When you are ready to record, press the "Record" button in the top-right corner of the window. The main Automator window will disappear, and you will see a heads-up display on the screen showing that Automator is recording; this display will also have a stop button -- when you are done recording your actions, you press this to return to the main Automator window. While recording, any mouse movements/clicks and key presses will be captured and added to your workflow.



Managing your recorded events
Each time you click, press a key, or move the mouse, you create an "event." Once you have recorded your Watch Me Do actions, you can reorder the specific events of the action. Just click and drag in the "Events" section. Be careful though, as some rearrangements can render the action workflow useless (i.e. reordering a click of a button before a specific dialog is displayed).

In the Watch Me Do action, you can also select a Timeout in seconds, and set the playback speed. Before changing these settings, note the defaults: Timeout is set to 0 seconds, and Playback Speed is set to 1x.

Read on to learn about running, saving, and get some tips about recording.

Continue readingMac Automation: Creating Watch Me Do workflows

Filed under: Features, How-tos

Mac Automation: Get to-dos sent to your mobile from iCal upon request

Say you're out and about and realize that your iPhone doesn't display iCal to-dos. What do you do? You've got two options: (1) Panic, (2) Use this Automator workflow.

With this workflow, you will have access to all of your to-dos, even if you are not at your computer -- you just need access to your main email account. When you send an email to your email account, this script will run, sending you back your ToDo list from iCal.

Creating the Automator Workflow
To create the Automator workflow, you need to find the following Automator actions and drag them into the workflow area of Automator (in the same order):
  1. Find iCal Items
  2. New Mail Message
  3. Send Outgoing Messages
Tweaking the workflow settings
In the "Find iCal Items" action, select "To Dos" from the "Find" drop-down menu. In the "Whose" section, select "Due Date" from the "From" box and "Today" from the second box. You can deviate from the instructions on this step and use the settings that allow you get the most use out of this workflow (for instance, you can select any interval of time you want, etc.).

In the "New Mail Message" action, enter your email address in the "To" field -- this is the address that your ToDo list will be sent to. Fill in a descriptive subject line like "My ToDo Items for Today" or something similar. Be sure to select an email account that your remote Mac can utilize.


Continue reading to learn how to complete this workflow and create the Mail rules.




Continue readingMac Automation: Get to-dos sent to your mobile from iCal upon request

Filed under: Features, How-tos

Mac Automation: Quickly add to-dos/events to iCal

How many times have you been watching TV and wanted to quickly add a to-do or event (maybe both) to iCal? In this Mac Automation post, I'm going to show you how to create both a to-do and an iCal event from within Automator. You will be able to add new items to iCal without ever having to open it. Let's begin.

Creating the Automator Workflow (New iCal Event)
First we need to create an Automator workflow that will add the to-do and event to iCal. To create the workflow, just add the "New iCal Events" action to the workflow area. Before you continue, be sure to click the "Options" button at the bottom of the action and select the "Show this action when the workflow runs" checkbox.

Saving the Automator Workflow
To give you quick and easy access to the creation of iCal events, you can choose the Save As method of your choice.

Running the Workflow
To run the workflow, click the "Run" button in the top-right corner of Automator (or launch it as an application). When you run the workflow, you will be presented with a dialog that will ask you to specify a Name, Date, Time, and other information. When you press "Continue," the workflow will create the event in iCal.



Keep reading to learn how to quickly create to-dos in iCal.

Continue readingMac Automation: Quickly add to-dos/events to iCal

Filed under: Features, How-tos

Mac Automation: Burn a backup disc of recent iPhotos

Time Machine is great way to backup your entire Mac, but what if you want to make a single backup of your recently imported photos in iPhoto? Well, Automator for Leopard is here to help with this task. In this how-to, I will show you how to find photos taken in the last 2 months and burn the resulting photos to a disc for safe keeping.

Continue reading to learn how to create this Automator workflow.

Continue readingMac Automation: Burn a backup disc of recent iPhotos

Filed under: Features, How-tos

Mac Automation: Using variables in Automator

Last week I showed you how to use Automator to make a workflow that took photos from your Mac with an iSight and sent them to your Apple TV. That how-to featured one way of using a variable in Automator to let the user name the photo themselves. In this week's Mac Automation post, I want to go into a little more detail on what variables are and what they can do for your Automator workflows.


Continue reading to learn more about using variables in Automator.

Continue readingMac Automation: Using variables in Automator

Filed under: Features, How-tos

Mac Automation: take and sync pictures to Apple TV

Parties can sometimes be boring, but with a Mac with an iSight and an Apple TV, you can liven up any party! In this how-to, I am going to show you how to create an Automator workflow that will take pictures at specified times and sync them over to your Apple TV, all without you ever lifting a finger. This Automator workflow is fantastic when you have people over for a party they can head over to your Mac, take a crazy picture of themselves and have it synced over to the Apple TV in the living room.

Continue reading to learn how to make this Automator workflow.

Continue readingMac Automation: take and sync pictures to Apple TV

Filed under: Features, How-tos

Mac Automation: E-mail songs from iTunes

What do you do if you need to email a song from iTunes to your work computer, or to another machine you own? If you have one machine where you do all your CD imports, you might want to send a track to the office; maybe you've got your GarageBand compositions in iTunes and you want to send one to a friend. We can simply this process by using Automator for Leopard. In this how-to, I am going to show you how to quickly and easily e-mail songs from your iTunes library.

Continue reading to learn how to e-mail songs using Automator.

Continue readingMac Automation: E-mail songs from iTunes

Tip of the Day

Use Spotlight as a reference tool. Type any word in the Spotlight box and one of the top entries will be a definition. Click on it, and it will bring up the dictionary application to check the word in either the dictionary, thesaurus, Apple database, or Wikipedia.


Follow us on Twitter!
 TUAW [Cafepress]

Featured Galleries

DNC Macs
Macworld 2008 Keynote
Macworld 2008 Build-up
Google Earth for iPhone
Podcaster
Storyist 2.0
AT&T Navigator Road Test
Bento for iPhone 1.0
Scrabble for iPhone
Tom Bihn Checkpoint Flyer Briefcase
Apple Vanity Plates
Apple booth Macworld 07
WorldVoice Radio
Quickoffice for iPhone 1.1.1
Daylite 3.9 Review
DiscPainter
Mariner Calc for iPhone
2009CupertinoBus
Crash Bandicoot Nitro Kart 3D
MLB.com At Bat 2009
Macworld Expo 2007 show floor

 

More Apple Analysis

AOL Radio TUAW on Stitcher