Category Archives: Computers

Flicking the iPhone

I’ve been playing with my iPhone a bit lately. Trying to work out an application that I think will be useful (more on that some other time). In the mean time, I wanted to let the user of the application … Continue reading

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

EventMachine Screencast — EM-HTTP-Request

I decided to try my hand at creating a screencast the other day. I took a look at the EventMachine EM-HTTP-Request library and created a simple shell program to do single and multi requests. Take a look and let me … Continue reading

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

Google Analytics, OAuth and Ruby. Oh, my.

I recently had the opportunity to take a peek at accessing Google Analytics data using their OAuth endpoint. We did this in Ruby using the Ruby OAuth gem. There were a few snags along the way so I figured I’d … Continue reading

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

HotCocoa and Core Data

I’ve been playing around a bit with Core Data and HotCocoa the last few days and thought I’d share what I’ve got so far. When you install MacRuby you’re provided with an XCode template to start working with Core Data. … Continue reading

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