One of my favorite iPad Apps is just a dollar. If you take notes or sit in meetings, buy this.
Dragon Dictate 3
Nuance has been playing catch up on the Mac with the very mature Windows product. Version 2 made great strides and it looks like version 3 will continue where it left off. I’m looking forward to getting my hands on this.
Gazelle and the New iPhone
It looks pretty clear we are going to see the new iPhone next week and get our hands on one shortly after. If you are thinking about upgrading and want to earn some cash off your old phone without the agony of CraigsList, go sign up at Gazelle now. Once you agree to their deal, you’ve got a month to send the old unit in and I expect those prices are going to go down very shortly. I just made a deal for $146 for an iPhone 4. Also, if you want to help a fellow out, tell them you heard about it through the Mac Power Users Podcast.
Read & Trust Magazine
The Read & Trust Magazine
“Over the last few months, it has become clear that this amazing content deserves more than the limitations of an email newsletter. Larger text, gorgeous layout, and a much more friendly payment system. We can do better.
Enter the Read & Trust Magazine. Rather than the weekly emails that you’ve been used to, the Read & Trust Magazine will now be a monthly collection of articles from five contributing members. The text is still the star, but the content will be delivered in a way that is better for everyone.”
I’ve really enjoyed being part of the Read & Trust family of authors and think this is a massive improvement over the previous mailing list model. Great writing. Great people.
Hide Archive Items from Apple Mail’s VIP Inbox
During a recent MPU episode, Katie lamented the fact her VIP inbox included previously archived items. I knew there was a way around that but couldn’t puzzle it together during the show. Listener John wrote in with the solution.
- Select the VIP Inbox
- Select View/Sort By/Inbox Only
This isn’t exactly intuitive but it works.
MPU101: Working with the New Cat
Mac Power Users episode 101 is live. In it, Katie and I covered the new Mountain Lion features and how we are incorporating them into our own routines. I also did a long talk about OmniFocus, Reminders, and other alternatives for running lists.
Disabling Java on Your Mac
Given the latest stories about Java vulnerabilities, this is probably a good idea. Uncheck “Enable Java” in the Security pane of Safari’s preferences.
Create OmniFocus Tasks with AppleScript
Sometimes efficiency becomes the enemy. Because I’m now a believer in automating document filing via Hazel and OCR, I sometimes get myself in trouble. A case in point is my life insurance bill. It arrives every quarter. I used to scan it and then name it in my Action folder with a TextExpander snippet, which resulted in it getting sent off to a nested folder somewhere. At the same time I’d record an OmniFocus quick entry to pay the bill. It was all second nature.
These days, I use a Hazel rule that looks at the contents of this invoice and names it and files it without me having to trouble to rename the file manually. Put simply, once I scan it, I never see it again unless I go looking for it. The problem is I keep forgetting to create the OmniFocus entry to pay the bill. That’s bad. (Especially if I get hit by a bus, which would only add one more problem to cascading badness.) We can’t have that.
I decided to create an AppleScript that automatically creates an OmniFocus task when this Hazel rule triggers. After a lot of head scratching, trial and error, and even some help from friends at the Omni Group and Ben Waldie (my AppleScript Sensei), I’ve cobbled one together. Here is a screenshot and the AppleScript code.
-- Lovingly crafted by David Sparks, The Omni Group, and Ben Waldie -- macsparky.com
set theDate to current date
set theTask to "Pay Life Insurance"
set theNote to "Lovingly Scanned by your Mac on " & (theDate as string)
tell application "OmniFocus"
tell front document
set theContext to first flattened context where its name = "Tech"
set theProject to first flattened project where its name = "Finance"
tell theProject to make new task with properties {name:theTask, note:theNote, context:theContext}
end tell
end tell
To test the rule, open AppleScript Editor and copy it in. You need to change the context and project names to something that is in your OmniFocus library. Once you trigger it, AppleScript will create a new task in the designated project with the designated context. The task also gets named and the Note field will include the text “Scanned on {today’s date}”. This just happens. Don’t believe me? Go look in your OmniFocus project afterward.
I use this script directly in Hazel. Specifically, when I’ve got a scan that requires future action, I add an AppleScript Hazel action at the end to run this script. After Hazel gets done naming and filing my document, it creates a handy OmniFocus task. Below is my life insurance Hazel rule screenshot to demonstrate.
I’ve modified several versions of the script to handle the variety of documents I scan and OCR that require an automatic OmniFocus action. Creating an OmniFocus task with a script is damn useful. You could use this in a lot of contexts outside of document filing. You’re welcome.
Below is a download link for the Hazel rule. Go nuts.
Download Sample Hazel Rule
Activision Anthology for iOS
Yes. I had an Atari 2600.
Yes. I spent way too much of my youth playing Pitfall Harry.
Yes. I downloaded this already.
RSS Sponsor: Checkmark
My thanks go to Checkmark for sponsoring the RSS Feed this week.
Checkmark is the fastest way to create location- or time-based reminders for iPhone.
In just a few seconds you can create new reminders — it only takes 3 taps! You can watch this little movie we made to see it in action.
In only 3 taps you can remind yourself to:
- Do laundry when you get home
- Pick up milk next time you’re at the grocery store
- Call your wife when you leave work
- Remember to pick up a cake at 3 pm tomorrow
- Make a haircut appointment on Tuesday at 10 am
You can even add a timer to location-based reminders so the alert goes off when you’re ready to get it done — like 15 minutes after you arrive home.
Checkmark is available in the App Store for $2.99.