Posts Tagged ‘iPhone’

Storing custom objects to disk on the iPhone

In this tutorial I will show you how you can store custom objects to disk on the iPhone. I will create a simple array containing custom Person objects. Then I will store the array to disk and afterwards load the array. The clue is to implement the NSCoding protocol in the Person class, or the [...]

WordPress you are awesome

Today I finally decided to install WordPress version 2.7. I have never used any blog engine before so this is my first try using one. So far (couple of hours) I am very impressed by the choice I made. Previous blogs I’ve had running were homemade. I never finished programming the functionality in those so [...]