WordPress wp_get_category sort order workaround

While working on a WordPress website I stumbled on a strange issue with the wp_get_category. Here’s a little workaround.

How to get SSH access on a LaCie Network Space 2

If you’ve got a LaCie Network Space 2 (NS2 in short), and you want to do more with it you need SSH access. Here’s how!

Last.FM blocks module

The Last.fm Blocks module enables a site-owner to generate several blocks to display his Top Albums, Loved Tracks using Album Covers and/or Metadata.

OAuth PhoneGap plugin

Doing OAuth with only javascript isn’t really secure, your API tokens will be readable. So I decided to create a PhoneGap plugin written in Objective-C.

Howto: Setup your Unify Project development environment

Unify, a metaframework recently opensourced by Deutsche Telekom, aims to provide a unified API for building cross-platform mobile and desktop applications.

Howto: Generate animated GIF with PHP

Demonstration of real-time animated GIF generation using PHP GD and László Zsidi’s GIFEncoder PHP Class from phpclasses.org

iPhone: Why not use NSMutableDictionary to communicate with an API?

In this “tutorial” I will show you how I use an NSMutableDictionary object on the iPhone to make calls to an PHP API I wrote.

Howto: iPhone Application Development Environment

After a lot of frustrations I finally figured out how to setup my mac ( the certificates, mobile provisioning files, etc. ) for developing native iPhone Apps.