Category Archives: Computers

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

Introducing QueryStringParser

Over at PostRank we serve a lot of data through our API servers. All of those servers parse query strings. Along with, obviously, the query string, we also encode the post data in query string format. This means we’re doing … Continue reading

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

Download and XML parsing with HotCocoa

I’ve been working on Rife, a Google Reader client, over the last few days and have been digging my way through some more HotCocoa mappings. I figured the best way to remember some of this stuff is to write it … Continue reading

Posted in Article, Computers, Programming | Tagged , | 2 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

What’s your moniker

We were playing with some ideas over at PostRank and realized we needed a way to give out some unique codes. We didn’t want some random string of letters and numbers as that isn’t very memorable. We wanted real words. … Continue reading

Posted in Computers, Programming | Tagged , | 1 Comment