Dec 28
If you have ever wanted to use a Indeterminate Spinner NSProgressIndicator on a dark background you have probably been upset to find that there is no way to get a white spinner.
That is where WhiteIntermProgIndicator comes into play.
WhiteIntermProgIndicator, is based off of AMIndeterminateProgressIndicatorCell by Andreas at Harmless Cocoa.
Screenshot:

Download: WhiteIntermProgIndicator.zip
Oct 26
I am proud to introduce NSCoder Night for Phoenix.
If you haven’t heard of NSCoder Night, here is a brief intro (partially borrowed from the website)
NSCoder Night is a weekly event where Cocoa developers come together for some coding and camaraderie in the relaxed atmosphere of a coffee shop or pub with a wireless network.
Unlike more formal meetings like CocoaHeads there is no presentation, just hanging out with other (similar interest) geeks and working on your own projects or group projects. It is a great way to gain a IRL (in real life) friendship with other developers, as well as getting help on something you are stuck on.
It is kind of similar to how we go somewhere after XCodePhoenix meetings, but with your laptops and more frequently.
As there is no presentation it is a low key come and leave as you need type of meet-up.
If you can’t make it one week, thats ok, make it the next week.
The Phoenix chapter of NSCoder Night will be meeting Tuesdays at 7pm at Coffee Rush @ Gilbert and Baseline in Gilbert.
Fell free to to tell all your dev friends and we hope to see you there.
Sep 30
In Mac OS X 10.5 Apple added a new set of API’s for adding an application to the users login items in Cocoa.
In looking for the way to use this new API, I stumbled upon Justin Williams’ blog carpeaqua.com where Justin was nice enough to put together a code example project showing just how to use this new API.
You can grab the sample project at his public code repository http://secondgear-public.googlecode.com/svn/trunk/SGLaunchAtLogin/
Thanks again to Justin for making this available.
Hopefully this page helps with his Google position for people searching for this info.
Read his full post at: http://log.carpeaqua.com/post/27727810/adding-an-application-to-login-items-in-mac-os-x