Archive for the ‘App Tamer’ Category

Replacing Apple Downloads with the Mac App Store

Tuesday, December 21st, 2010

Apple has long had Apple Downloads, a section of Apple.com that lists third-party software.  It’s been a popular place for users to browse and sample the wealth of Mac software available from both large and small developers, including St. Clair Software. We get a significant amount of web traffic from Apple Downloads.

I recently received an email from Ron Okamoto, Vice President of Worldwide Developer Relations at Apple, notifying developers that Apple Downloads will be going away, replaced by the new Mac App Store. Because both Default Folder X and App Tamer do not meet the Mac App Store guidelines, this is a big cause of concern for us. We’ll lose a lot of customer visibility, and won’t be able to replace it by putting our apps in the Mac App Store.

I wrote Ron this reply:

Thanks for your notification – I can’t say that I’m surprised as Apple’s support for the Downloads section of Apple.com has been waning for quite a while.  I fully expected Apple Downloads to just go away without even getting a notification, so I applaud your professionalism in actually letting us know.
As a long-time Apple developer (I’ve been doing this since 1988) I’ve become accustomed to changes in direction, forced rewrites as Apple has adopted or invented new technologies, and sometimes capricious decision making on Apple’s part. As in the past, I’ll deal with what comes my way and work to keep my business healthy, but shutting down a primary traffic source for our web site is going to make things quite a bit more difficult.
In your letter, you say “the Mac App Store will be the best destination for users to discover, purchase, and download your apps,” but that doesn’t apply to my two best-selling applications, nor to those of many other developers.  The guidelines put in place for the Mac App Store disqualify Default Folder X and App Tamer from inclusion in the App Store, despite their popularity and utility.  I’m left to reinvent my products and company (again) as they don’t fit Apple’s vision of what a Mac application should be.  There are numerous developers in my position. We make useful – some would say essential – products that users will now have a more difficult time finding as Apple drives customers and market focus to the Mac App Store.
For small developers with applications that don’t fit the guidelines, is there some avenue that we can pursue for getting exposure on the new Mac App Store?  Some kind of advertising / comarketing that we can participate in to get into an “other great apps” section where users can at least see that our products are available?  If such an “Apple Downloads for the App Store” were an option, I certainly wouldn’t argue with giving Apple a percentage in return for what I anticipate will be a lot of traffic.
I’m running a business, and I understand that you’re running yours.  I know that you need to have restrictions for apps in the Mac App Store in order to ensure that users have a seamless, trouble-free experience and I respect that. It’s what will ultimately make it a big success. But as a developer of applications that won’t be allowed in the store, I’d like to see alternatives that would let me focus on keeping those applications alive and vibrant.
Thanks
– Jon Gotow, President, St. Clair Software
Quick follow-up: It looks like I need to address a few questions based on the tweets I’ve been been getting:
Default Folder X and App Tamer aren’t going away – this affects how much time we spend developing vs. marketing. The more we have to work at getting users to see our products the less time we have to develop them.
Why can’t Default Folder X and App Tamer be in the App Store? In the Mac App Store guidelines, Default Folder X fails to meet item 2.15 (it installs a Scripting Addition) and may also violate item 6.5, since it creates floating windows around file dialogs that could be construed as “changing native user interface elements.” App Tamer violates 2.27 because it asks for your admin password (and needs to).

App Tamer 1.0.2 Tips and Tricks

Monday, December 20th, 2010

A couple of App Tamer’s extra preference settings aren’t actually documented in the released version. They were added during development and were described in the beta notes, but never made it into the documentation. So, until that gets resolved in the docs for version 1.0.3, here’s a quick run-down:

  1. App Tamer can hide applications when they are stopped rather than dimming their windows. To turn this on, quit App Tamer and then use this command in Terminal:

    defaults write com.stclairsoft.AppTamer hideWhenStopped 1

    To turn the feature back off, use:

    defaults write com.stclairsoft.AppTamer hideWhenStopped 0

  2. When window dimming is turned on, the brightness of the dimmed windows can be modified with a defaults setting. Run this command in Terminal (the default value is 65% – lower percentages are darker, higher percentages are brighter):

    defaults write com.stclairsoft.AppTamer dimPercentage 65

App Tamer 1.0.1 is available

Thursday, September 23rd, 2010

The reception for App Tamer has been fantastic!  I’m particularly happy with Jeff Porten’s article on Macworld.com, where he aptly describes App Tamer as “giving you a faster computer and a longer-lasting battery through the magic of not-making-your-Mac-work-as-hard.”

We’ve now got a minor update that addresses a few issues, as well as making App Tamer run a little more efficiently, so it uses less of your CPU time to save you CPU time.  These are fairly minor changes because there just haven’t been a lot of problems found with App Tamer 🙂

Check the App Tamer Release Page for all the details and download links.

If you haven’t tried App Tamer yet, by all means give it a look!  The download is a full-featured 15 day trial, and all you do to buy it is make a purchase from our web store and enter your serial number into the demo copy.

App Tamer almost finished!

Friday, September 10th, 2010

So I’ve been working on this little application that fixes an annoying problem in OS X.

You may have noticed that the remaining battery life on your MacBook Pro (or whatever laptop you have) often plummets if you leave Safari displaying an ad in the background. That’s because most web browsers, as well as a number of other apps, continue running tasks or animations even when they’re sitting idle in the background. This can be pretty frustrating if you’re actually trying to conserve battery or use that CPU power for something useful.

I wrote App Tamer to fix this.  It pauses apps in the background to prevent them from chewing up CPU time (and battery life). I know, I know – you’ve probably seen some utilities that do this already. BUT – here’s the cool part – App Tamer stops and starts applications automatically. You don’t have to distract yourself by manually stopping and starting applications – it just magically works.

Have a look at the App Tamer page for details.  It’s in the final stages of beta testing, and you’re welcome to download a copy of the latest beta and try it for yourself. Let us know what you think at AppTamer@stclairsoft.com.