Tag Archives: Cocoa

Ramblings on programming Cocoa with Ruby

This post started with a point. It didn’t end with one. So, I’m going to start it again and just get to the point. What makes a good Ruby Cocoa development environment. I’ll get into my rambling thoughts below, but … Continue reading

Posted in Articles, Computers, Programming | Tagged , , | 3 Comments

Poking Objective-C with a Testing Stick

I’ve wandered back into Objective-C coding land recently. After spending so much time doing Ruby work I’ve gotten used to writing unit tests and using mock objects. To that end, I spent a bit of time figuring out OCUnit (built … Continue reading

Posted in Computers, Programming | Tagged , , , , | 5 Comments

Toolbars with HotCocoa

I had the opportunity to add a toolbar to my Silver Lining app the other day and though I’d write down how I did it. This would, probably, have been easier if I had an understanding of the Cocoa Toolbar. … Continue reading

Posted in Computers, Programming | Tagged , , , | Leave a comment

MacRuby and NSError

Just a note for other people that might be cracking their heads trying to meld MacRuby and NSError ** parameters. The answer was already sitting on my computer, I just never through to look at the MacRuby Core Data XCode … Continue reading

Posted in Computers, Programming | Tagged , | 1 Comment

Heating up with HotCocoa Part III

In the words of Homer Simpsons, “forward not backwards, upwards not forwards and always twirling, twirling, twirling towards freedom”. With that, we’re back for part III of my HotCocoa tutorial. For those of you just joining the party, you’ll probably … Continue reading

Posted in Computers, Programming | Tagged , , | 1 Comment