Supercharge Mail with a Plugin
You may not know it, but OS X’s Mail.app has the ability to utilize plugins. Installing a plugin is not an overly difficult task. After the first install, the subsequent plugins become easier to get running. A lot of the plugins you download claim that installation is as easy as double clicking on the .mailbundle file, but my experience shows that it just wasn’t that simple! Thankfully, the work-around is simple and straightforward.
Install a .mailbundle file
The first step is to navigate to your Home folder (command-shift-h) in the Finder. Open the Library folder and then open the Mail folder. Look for a “Bundles” folder. If it doesn’t exist, you should create it (command-shift-n). Now place a .mailbundle file in the directory. For an example, I suggest using letterbox. Letterbox will allow you to view your mail in a three column view.
Enable the use of mailbundles
After you have everything in place, we need to tell Mail to look for and use .mailbundle files. Open the Terminal and type the following command:
defaults write com.apple.mail EnableBundles 1
If you were using letterbox, the next time you fire up the Mail application you should see your inbox presented to you using three columns. Very cool.






Earlier today apple unveiled its HTML 5 
One the gripes I’ve had with the Apple “App” store is that it can be hard to search such a large index of applications to find what you’re looking for. Looks like it’s Google to the rescue as they seem to be adding (it’s still not perfect!) the ability to search the iPhone/iPad store as well as the Android store. Great news for both platforms. Not only does this addition benefit the consumer, this will make life easier for developers as well. Now there is a bit of method to the madness and the chances are higher of connecting developers and consumers together in app purchasing harmony!
Whether you are a new Apple developer or an experienced Cocoa engineer with roots in NeXTStep, you will understand the need to back up your hard work. Integrating Xcode with subversion not only allows you to back up your code, but it also enables you to keep a history of changes that you can revert back to or compare your code against. This is called version control. This article assumes that you already have your own subversion repository that you have read and write access to. If you want to setup a subversion server of your own, I suggest consulting the almighty google for a wide range of articles on how to accomplish this task. Read on for screenshots, details and lots of fun.
As the release of iPhone OS 4 nears I thought it would be an opportune time to talk about why I’m personally excited for iPhone OS 4. As an amateur (up and coming!) developer and an avid user of the platform, I am more than ready for the unveiling of the latest incarnation of iPhone/iPad platform. Unfortunately iPad users will have to wait until this Fall before they can leverage a lot of the enhancements. It sounds like the wait will be well worth it!





