Archives for January 2013

Peachpit Article > Building a Simple Image Processor with AppleScriptObjC (Cocoa-AppleScript)

My earlier article "Building a Basic AppleScriptObjC (Cocoa-AppleScript) Application with Xcode" explained how AppleScriptObjC and Xcode can be used to build robust interface-based applications for the Mac. While that article demonstrated this principle through the creation of a very simple Hello World application, the techniques provided can serve as the basis for building more advanced applications, for real-world scenarios. In this article, we'll build on those techniques to create a functional application that can perform some basic image manipulations, including flipping, rotating, and scaling a chosen image.

[Read more on the Peachpit.com...]

TUAW Post > AppleScripting Evernote > Embedded Image Scaler

I'm a big fan of Evernote. I use it for archiving ideas, writing articles and blog posts, and lots more. I often insert screenshots and other large images into my notes. Screenshots can be pretty big, and I usually don't want giant images filling up my notes. I keep wishing Evernote offered a way to resize embedded images, so I could insert thumbnails. At the moment, it doesn't. So, I decided to write my own app to resize embedded images. Here's how you can do the same...

[Read more on TUAW...]

MacVoices Interview > The Road to Macworld

Screen Shot 2013-01-24 at 4.18.11 PMWant a preview of my Macworld sessions? I spoke with Chuck Joiner on MacVoices about the automation, security, and productivity sessions I'm presenting, and what cool stuff to expect at the conference. Find the audio here or the video here. You can also find it in iTunes.

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...]