Posts by versluis

How to tag a release in Git

Posted on Sep 17, 2013

Like in Subversion, Git supports tags. Most developers use tags to “freeze” a bunch of files at a moment in time, much like a snapshot. Commonly this feature is used whenever a new release of your...

Learn More

How to find your Akismet API Key

Posted on Sep 16, 2013

It’s happened to me more often than I can remember: you build a new site, you want to put it live, and you want to switch on Akismet. You know you have an API key – but where on earth is it? If...

Learn More

How to add iOS 7 Icons in Xcode 4.6.3

Posted on Sep 15, 2013

Even though Xcode 5 GM Seed is already out, I’d still like to use Xcode 4.6.3 to submit updates of my “legacy” apps. Xcode 5 ruins certain aspects of my design, plus I’d like to keep...

Learn More