My Productivity Session Schedule for Macworld/iWorld/MacIT 2013

168796_10151283456801624_803934990_nAttending Macworld / iWorld / MacIT Conference in San Francisco next week?  I'm doing a number of presentations on productivity.  I hope you can make some of them.  Here is my schedule of sessions:

MacIT Conference

Friday, February 1st, 2013 - 3:50pm - 4:35pm - Automation and Security in Mountain Lion

Mountain Lion introduces a number of security measures designed to make your users more efficient. Some of these measures, however, can impact AppleScripts and other automation tools. In this session, we'll discuss the automation-related security changes in Mountain Lion. You'll learn how these changes will impact your existing scripts and workflows, and what you need to do to ensure compatibility and minimize support issues. Any user or Mac IT admin who utilizes automation in their daily routines won't want to miss this important session.

MacWorld / iWorld

Thursday, January 31, 2013 - 3:00 PM – 3:45 PM - Mac User Productivity Tips

It's an all-too-common scenario. You're working on an important document when you hear that familiar sound. A new email has arrived! It might be something important, so you switch to Mail, where you find the latest edition of the Star Wars newsletter. The next thing you know, it's two hours later and you're on Wookieepedia again, the Star Wars wiki, researching the metaphysical properties of lightsaber crystals. What were you supposed to be doing again? Let's face it, it's becoming harder and harder to remain focused on the task at hand. Your inbox is full. Your Desktop is cluttered. You can't find that PDF file you need. You're late for an appointment. How can you possibly manage to get everything done without going insane? In this session, we'll explore some general Mac productivity tips that can help you take control of your data. You'll learn how to organize your files, prioritize your todos, and deal with email overload, so you can get back to focusing on the task at hand. Any Mac user who's feeling overwhelmed and is interested in improving productivity will want to attend this informative session.

Thursday, January 31, 2013 - 6:00 PM – 7:00 PM - RapidFire - Killer Tips for Email Productivity

Let's face it, email is like like the Terminator. It's out there.  It can't be bargained or reasoned with. It doesn't feel pity, remorse, or fear, and it will never, ever stop, until you are dead. In this 5 minute RapidFire session, you'll learn some quick and dirty tips and techniques that can help you combat our shared enemy, the inbox.  Learn how to gain focus and clarity, while reducing stress, as you strive for true victory - an empty inbox.

See you there!

-Ben

TUAW Post > Ten TextExpander Date Snippets

TextExpanderTextExpander (Smile Software) is a utility I use each and every day on my Mac to save time and increase productivity. One of the things I use it for is formatting and inserting dates and times. Adding the date or time to a file or folder name, into an email, a document, and so on. In this post, I've shared some of my most used date and time snippets. I hope you find them as useful as I do.

[Read more on TUAW...]

TUAW Post > AppleScripting OmniFocus > Send Due Tasks to iTunes

ofocus_scriptOmniFocus is a great tool for keeping us organized. But, let's face it. We're busy people. That's why we need a task management app in the first place. How can you take your productivity to the next level? How about having your daily OmniFocus tasks read to you as you drive to work? With a little help from AppleScript and Automator, you can make that happen.

[Read more on TUAW...]

TUAW Post > AppleScripting OmniFocus > Swap Task Names and Notes

ofocus_scriptI use OmniFocus on a daily basis to keep track of important tasks. On a few occasions, I've entered tasks and assigned notes to them, only to decide later that I'd rather use the note as the task name, and the task name as the note. Rather than manually cycling through my tasks and swapping the notes, I wrote an AppleScript to do it. Now, anytime I want to perform this task, I can simply run the script. Here's how I did it...

[Read more on TUAW...]

TUAW Post > Preparing High-Res Icon Files with Automator

automatorThis week's post is for all those Mac app developers out there. If you're not an app developer yet, it's a New Year, and I'm sure becoming an app developer is at at the top of your resolution list. In any case, if you plan to develop apps, then you need to prepare icons for those apps.

[Read more on TUAW...]

TUAW Post > Where Automator Actions and Workflows Live

Automator's great for streamlining some of the repetitive things you do each day on your Mac. With Automator, you can create your own custom plugins for the Services menu, Folder Action workflows that run when files are placed into a folder, add-ons for the print window's PDF menu, and more. In most cases, when you save a workflow, Automator puts it where it needs to go automatically. But, where do your workflows actually live? If you want to remove or edit one, you'll need to know. In this post, we'll take a look at the various places workflows are found on your Mac.

[Read more on TUAW...]

Send Keynote Presenter Notes to Evernote with AppleScript

We've all been there before. You've prepared a Keynote presentation on the Internet phenomenon of cat videos for your local Mac user group. You've finished editing your slides. You've added presenter notes. Next, you want to extract the notes from your slides and bring them into Evernote so you can look them over and maybe use them as the basis for your forthcoming newsletter article. You open your presentation in Keynote and select File > Export. Then, it happens. You remember that Keynote doesn't have a feature for exporting presenter notes. Sure, you could copy them one by one into Evernote, but that will take a while. Fortunately, you know this can be done quickly and easily with AppleScript. Here's how you'll do it...

[Read more on TUAW...]

TUAW Post > Preparing Blog Images with Automator

Automator's the perfect tool for streamlining some of the repetitive things you do on a daily basis. One thing it's great at is doing basic manipulation to lots of image files. Need to resize a bunch of images or convert them from one format to another? No problem, Automator is ready to help. In this post, you'll build an Automator workflow that prepares images for your blog by renaming them sequentially and then scaling them down in size. Don't have a blog? Well, this workflow could also be used for preparing images for insertion into a Word document, or to send in an email. Feel free to adjust to your specific needs.

[Read more on TUAW...]

TUAW Post > Cascade Finder windows with AppleScript

You're busy. You've got tons of things going on at any given time. Your Mac's screen is constantly cluttered with a bazillion Finder windows, and you keep shuffling them around to find the one you need. Sure, Mission Control in Mountain Lion lets you view all of your Finder windows at once in a pretty tiled view. But, it doesn't sort them, and with a ton of little windows, finding the one you want is no piece of cake. How nice would it be if the Finder had a "Cascade Windows" feature? With a little help from AppleScript, your wait is over. In this post, you'll write a simple AppleScript that sorts your opened Finder windows and cascades them, making it quick and easy to find the one you want and clearing your cluttered screen in the process.

[Read more on TUAW...]

TUAW Post > Create Evernote 5 template notebooks with AppleScript

Evernote 5 is a wonderful app for gathering information and keeping it organized and synchronized between your devices. In Evernote, you create notebooks and fill them with notes. These notes can be anything - thoughts, web clippings, files, photos, audio, etc. Whenever you need to recall information you've added to Evernote, just type in a few keywords to instantly locate it.

This post shows how to use AppleScript to create template notebooks that contain default template notes. You can use these templates for creating new projects, jobs, or anything else you might need.

[Read more on TUAW...]