Friday 9 August 2013

Secrets of bit.ly

I always thought the all those bit.ly shortened URLs were used to reduce the number of characters for tweets.  It turns out that using bit.ly does a lot more for you.

Thursday 1 August 2013

Accessing JSON Stored in NSDictionary

I'm still learning to be a developer... and probably always will be.  It helps me to write blogs about code that I manage to get working. I've written an app that uses OAuth to access a JSON input from the web and parse it. This post describes some of the new stuff I learnt on the way, specifically about parsing JSON and accessing NSDictionary.