Want to hear me and some of my favorite podcasters yack about this week’s Apple announcements? Now’s your chance.
Switching Screen Resolutions in Mountain Lion
Recently I bemoaned the ponderous way in which Mountain Lion switches screen resolutions. I often shoot screencasts in less than optimal resolution and the multiple clicks and keypresses required are vexing. David Kreindel heard my call and answered. David pointed me to this Display Menu, a handy app that brings back some old functionality. Does this look familiar.
If that isn’t enough, David also put together a simple AppleScript to speed up the process. Copy the below into AppleScript editor and go nuts. Thanks David.
--This script only works on OS X 10.8; This is due to GUI changes from 10.7 to 10.8
--launches System Preferences to Displays pane
tell application "System Preferences"
activate
set current pane to pane "com.apple.preference.displays"
end tell
tell application "System Events"
--Ensures window is on Display tab, not Color tab
click radio button "Display" of tab group 1 of window 1 of process "System Preferences"
--Ensures Resolution preference is "Scaled" to select resolutions
click radio button "Scaled" of tab group 1 of window 1 of process "System Preferences"
--Sets the resolution to whatever is in row 9 for the primary display; 1280 x 720
select row 9 of table 1 of scroll area 1 of tab group 1 of window 1 of process "System Preferences"
--Change "row 9" to whatever row corresponds to desired resolution
end tell
--Quits System Preferences
tell application "System Preferences"
quit
end tell
BusyCal 2
Today marks the release of BusyCal 2, the premier third-party calendar app on the Mac. This new version takes all that was good about version 1 and builds upon it. The new UI is more customizable. Do you want to show 12 days in weekview and reflect your week starting on Wednesday? BusyCal 2 has got you covered.
This new version also ups its game with respect to filtering and viewing calendar data with smart filters. Overall, the application got polish, Mountain Lion compatibility (including Notification Center), and several new features. Did I mention there is no torn paper?
You can download a demo from the developer and the app is available for a limited time at $29.99 from the Mac App Store.
MPU 108: Mac Tips and Tricks
Brett Terpstra joins this week’s Mac Power Users episode as we talk about collaborating on the 60 tips book and some of our favorite Mac tips and tricks.
IFTTT ♥ Withings Scale
IFTTT continues to automate my life. Now when I hit specific target weights, fun things happen. If you haven’t played with IFTTT yet, you should. The service is no more than a set of pipes hooked to increasingly useful web services. Spend 15 minutes setting up some recipes and you’ll be hooked.
Tweetbot for Mac
There is something about Tapbots’ apps that I can’t resist. They weild little sound effects and whimsey the same way Dr. Jones does that whip. Despite Tweetbot’s nightmare-inspiring icon, I use this app as my weapon of choice throughout iOS and am happy to be doing so now on my Mac as well.
Sponsor: Sifter
Sifter is a simple project management tool for small teams. It frees you up to focus on shipping better software instead of checking in on team members.
It’s perfect for serving as your team’s central location for capturing and managing all of a project’s issues, questions, bugs and new features. No more swimming through emails or multiple applications to check on the status of an issue. Sifter’s powerful search and filtering make sure you can easily find what you need.
Also, by keeping things obsessively simple, Sifter helps ensure that even the least technical team members feel welcome and comfortable participating so that they can be actively involved in both development and testing without any training.
The result is increased participation working hand-in-hand with a focus on accountability to ensure projects get delivered on time and that nothing slips through the cracks.
MPU 107: Workflows with Jean MacDonald
A recurring question we receive on the Mac Power Users is, “how do I get started programming?” We have tried to address this in past episodes when interviewing veteran programmers. I think we finally cracked this nut last week when we interviewed Jean MacDonald and she explained her journey on becoming an iOS programmer. Jean is just starting this journey and from that unique perspective she has a lot of good advice. She also talks about how she uses her marketing savvy to help Smile Software and scolds me about my lack of Facebook participation. Good times.
Send PayPal a Letter
And there lies the first (and probably) last legal advice you’ll ever read at MacSparky.com.
Scapple Beta
Literature and Latte (The Scrivener Developers) are about to release a new application, Scapple, which looks to be a sort of brainstorming tool (that will work with Scriviner). I’m just starting to play with the beta and you can too.