How to replace fonts in TwentyThirteen

I must admit that the new default font in TwentyFourteen looks damn sexy – but I’ve only just gotten used to the TwentyThirteen theme. Don’t get me wrong, if you’re after a magazine style theme then TwentyFourteen does a great job. Since I didn’t want to change themes again over at versluis.com, I thought perhaps … Read more

How to restore your iOS device with DFU / Recovery Mode

Sometimes iOS updates go awry. It may happen that the device hangs itself for good, refusing to activate or be recognised by iTunes. In that case, it’s time for a DFU reset, also known as Recovery Mode. Download an .ipsw file for your device from the Developer Centre (either a beta or the release version) […]

How to fix “property’s synthesized getter follows Cocoa naming convention for returning ‘owned’ objects”

Today Xcode surprised me with an error message I hadn’t heard before: property’s synthesized getter follows Cocoa naming convention for returning ‘owned’ objects. At first I thought, “isn’t that a good thing?”, and after checking how I had defined a new property I was clueless why this was happening: @property (nonatomic, strong) Phrase *newPhrase; What […]

How to add a custom initialiser to a Managed Object in Core Data

NSManagedObjects behave differently to NSObjects on many levels. If you’d like to add custom start-up behaviour in your NSManagedObjects, you’ll have noticed that overriding the standard init method isn’t working. Instead, we can use the awakeFromFetch method. This is called automatically when a managed object is retrieved from the Core Data stack: – (void)awakefrom { […]

Disk Space Pie Chart – v0.6 released

I’ve just released a new version of my (totally unpopular) Disk Space Pie Chart plugin for WordPress. The update addresses the background colour of the pie chart which worked well with WordPress 3.7 and below, but now that we have a snazzy new colour scheme in the admin interface, I made sure it still looks … Read more

How to use the iOS 5 Simulator in Xcode 5

If you’re running Mavericks then sadly the iOS 5 simulator is gone for good – both in Xcode 5 as well as Xcode 4.6.3. It appears that the Mavericks kernel is no longer compatible with iOS 5 any more, and we only have access to the iOS 6.0, 6.1, 7.0 and 7.1 simulators. To use […]

P2 Header Ad – v1.3 released

I’ve just released a new version of my P2 Header Ad plugin, adding the following features: added translation readiness added German Translation added Spanish Translation (thanks to Andrew Kurtis from WebHostingHub) verified WordPress 3.8 compatibility You can get the latest version simply by using the WordPress updates (under Dashbaord – Updates), or download it from … Read more