So it's been a while since I've posted anything on here. I haven't disappeared. Over the past few weeks I've been going through Aaron Hillegass' 3rd edition of
Cocoa Programming for Mac OS X. If you haven't picked up this book yet and have any interest in getting started in Mac development, go buy this book right now.
In my first attempts at learning Cocoa, I was trying to use the 2nd edition of the book while using Xcode 3 on Leopard. Needless to say, this didn't work out so well. That's when I started working on the
GLSCollections framework just so I could get some more experience on the inner workings of Objective-C while waiting for the 3rd edition of Aaron's book to come out. (btw: this project isn't gone now, but I have put it on the side for a little bit. I'll probably restart it from scratch, though).
Anyhow, I've gotten through the 3rd edition and am now working on a full fledged Cocoa application. My wife wanted a little cookbook application for her new Macbook, so I'm taking the opportunity to write one for her. It uses CoreData, will incorporate a "Cover Flow" type view for browsing through pictures of recipes, and I'm also looking into incorporating document sharing via Google Docs (but that feature hasn't even been started yet).
The basics are about 50% done right now. I've got the main interface done. Now I'm just working out all of the little details. Let me know if you're interested in seeing a nowhere-near-complete preview version!