BRDocBase update
| April 17th, 2010A whole mess of updates for BRDocBase. My simple little framework is somewhat less simple unfortunately. more »
A whole mess of updates for BRDocBase. My simple little framework is somewhat less simple unfortunately. more »
In a totally non Cocoa-related post, I just wanted to give my quick thoughts on CodeIgniter. more »
In the last few weeks, there was a lot going around about Core Data and why it may or may not be a good idea. There was Matt Gallagher’s post: The differences between Core Data and a Database. Then Brent Simmons kicked off a whole slew of other posts with On switching away from Core Data, such as:
There are others as well. I was dying to post about this but was even more determined to get my first release out the door. Now that that’s done, I figured I’d share my thoughts. more »
Although I haven’t posted in a couple of weeks, I haven’t been slacking. I’m pleased to announce my first app: CrankTunes. more »
Last weekend I went looking for a way to duplicate the functionality of Safari’s search field. This began an epic journey that has nearly killed me…hopefully it’s true what they say and I’m stronger for it. more »
One of the applications I’m working on gets songs from iTunes and plays them. It doesn’t use iTunes to play the music, but just to locate them. The playing is left to NSSound. This all works fine…except when it doesn’t
more »
Automated unit tests can be incredibly awesome and incredibly frustrating. Sometimes, in order to write a unit test you’re forced to design your code in such a way as to make the test feasible to write. Often this is a good thing (even though it’s annoying at the time you realize you need to refactor), but other times its just not practical. In these cases, method replacement might do the trick. more »
So I’ve been neck deep in attempting to make my user interface pretty and simple to use. Anyone who thinks creating effective UIs is easy is either nuts or way smarter than me.
I’ve been going back and forth between using an NSTableView and an NSCollectionView for a list of items, and I think I’m settling on the NSCollectionView, but there are definitely some interesting challenges. more »
I’ve been using BRDocBase fine in development for a few weeks. While it’s nowhere near complete, I haven’t had any real need for new features or performance improvement for my modest needs until now. more »