Creating a URL query string using an NSDictionary

I finally got round to making this into a category. It's a simple function for turning a dictionary into a query string, ready for appending to the end of a URL.

[sourcecode language="objc"]
// NSDictionary+QueryStringBuilder.h

#import <Foundation/Foundation.h>

@interface NSDictionary...

Read More

Android development on OS X without Eclipse

Introduction

I am finally getting started with playing around with some Android development and the first order of business is getting my development environment set up. I'm going to be doing most of my development on OS X using Apache...

Read More

VirtualBox SDK Machine Status

I have taken to using VirtualBox in my day to day development work. The reason for this is it provides a nicely isolated development sandbox which I can...

Read More

Zend Framework and Twig

Update It looks like I should keep a closer eye on the mailing lists for new projects. Some people have already started to look into integrating Twig with the Zend Framework. The thread can be found in the group Read More

PEAR Update Issues On Snow Leopard

So I just came across some weirdness on my default install of PHP on Snow Leopard. I wanted to install the latest version of PHPUnit in order to carry out some testing, but it was asking me to update PEAR....

Read More

Pretty URLs with EPrints

Recently I have been working on a project which was focused on adding Homepages and Profiles for users to EPrints repositories called MicroViews. Currently when a user logs into an EPrints repository all you are presented with is your Manage...

Read More