Paul Hart

The business of coding for pleasure.

Category: Uncategorized

Are you making a sale or fostering a relationship?

The catalyst for this post is an email I received a couple of days ago in relation to my “day” job.
We have a client based in the northern U.S. who own and operate some electricity generation plants. We picked them up as a client almost by accident; we attended a conference with assumptions that were [...]

Tracking App Usage With Pinch Metrics

Apple provides details of how many downloads your app receives, but gives no insight into how your users are interacting with your app. Integrating a tool like Pinch Metrics will help provide that understanding.

Source Control and Xcode

Source control is important. Here’s a quick note about setting up Git with an Xcode project.

Upgrade Path for cocos2d 0.9.0-alpha

I decided to upgrade my project to using cocos2d 0.9.0-alpha. Here’s the story.

Using Chipmunk Physics (In All The Wrong Ways)

Chipmunk physics offers functionality that can be used to simplify your games development in ways you may not have expected.