Happy iPhone day!
Corbin’s treehouse on “Off beat homesâ€
JENNIFER CHAIT did a cool blog article on my treehouse. Check it out:
Some of my favorite photographs…
Here is one of the first pictures I took when I got my Cannon. Me in a fuzzy guitar.

NSBrowser, bindings, and a custom cell class
Hi Cocoa Programmers,
There is a small bug in NSBrowser if you use bindings and want a custom cell class. Typically, you would do something like this in your awakeFromNib:
- (void)awakeFromNib {
[iBrowser setCellClass:[ImageTextBrowserCell class]];
}
However, if you are using bindings, it won’t work. The cells that were archived out in the nib file will not have the proper class. So, you have to nudge NSBrowser a bit to get it going:
- (void)awakeFromNib {
[iBrowser setCellClass:[ImageTextBrowserCell class]];
[iBrowser loadColumnZero];
}
Just a quick tip in case you run into this!
Louise silk pictures
Here are some silk pictures with Louise at our house:
WWDC 2007

In fact, I’m on the attendee page!
My firemouth chichlids had babies!
Sadly, of these hundred or so fish, only three have survived. I put about 10-20 in a baby net, hoping that the hundred or so of others could survive, but a few days later I couldn’t find any. The only ones that made it were the three in the net. So far..they are doing okay. Hopefully they will reach adulthood!
The dad guarding:
And our other bunny:
bees in our rafters…
Beautiful new table
Looks great! (Thanks JD and Bill)










