iOSDevCampDC 2012

This weekend I traveled up to Washington D.C. to attend iOSDevCampDC - a one day, single track, conference for iOS developers. I was also able to meet a few people in the D.C. Cocoa community. I had a great time and came away with a few notes to highlight. The Conference The organizers did a great job putting the conference together, supplying food, and even swag. The conference shirt might even be one of my new favorite shirts.

Continue Reading »

CocoaConf Raleigh 2011

This weekend I was a speaker and attendee at CocoaConf; a 2-day conference series for Mac and iOS developers. It was a small conference that left time for people to actually meet each other and had many great sessions from great developers. Here I’ll review the conference, a selection of my favorite sessions, and a post-mortem of my sessions. The Conference After having been to Autodesk University a couple years and then WWDC this year, it is refreshing to go to a conference where you can actually talk to every attendee.

Continue Reading »

Things I wish I knew yesterday

Even when you’ve been working in an environment for years, you still find things you never knew. I liken it to learning about a famous actor you had never heard of, but has starred in all your favorite movies. I found two things that I wish I had known or seen, but for whatever reason, I missed. First up, convenience functions for converting a CGRect to a NSString or a NSString to a CGRect.

Continue Reading »

Global hotkeys in Cocoa on Snow Leopard

I am working on a small app at the office for all our mac users to help locate files on the network (more on this later), I decided to go with a spotlight style NSStatusItem based app. I’ve been really inspired by these apps lately (when done right). Mostly thanks to Notify. To make this more handy I decided to include a global hotkey. For Leopard and earlier, one problem is you have to use the old Carbon-based events.

Continue Reading »