tutorial

Watch/Learn #1 – Add CocosDenshion to an ARC project (iOS)

This new series, called Watch/Learn, is made for developers just like myself – developers who don’t want to watch 20+ minute tutorials with heavy annotation and poor quality vocals just to get the answer to what they Google’d for. These are quick, straight to the point, vocal-less videos that show the steps required to solve the issue.

In the first episode, I show how to add the non-ARC supported CocosDenshion library to an ARC project.

Adding custom post types to WordPress 3

In the latest version of the WordPress blogging platform, the developers have (finally) introduced Custom Post Types, allowing it to become more of a CMS without extensive use of plugins. Unfortunately, after installing the latest version, you’ll probably have noticed that there doesn’t immediatly appear to be any way to create your own. That’s because there is no UI to do this with – doh. The way to do this is to use the recently introducded method register_post_type().

Read More…

 Scroll to top