Archive for the ‘iPhone’ Category

I recently came up against an issue in an iOS app where the development server for the web service I…

Whether the web service you’re working with is using HTTP Basic Auth or HTTP Digest Auth, as long as you’re…

Apple has a couple of weeds taking root in their walled garden recently. The most recent being the Pokemon fiascos….

January 5th, 2012

iChat Plugins

No Comments, iPhone, by Jasarien.

A quick tip: If you’re developing an iChat service plugin with IMServicePlugin and friends, don’t forget to run this from…

August 20th, 2011

JSCoreTextHyperlinkView

No Comments, iPhone, by Jasarien.

Since I’ve posted the JSTokenField project, I might as well post about my other open source pride and joy, JSCoreTextHyperlinkView….

August 20th, 2011

JSTokenField

No Comments, iPhone, by Jasarien.

I’ve just made my latest iOS open source project available: JSTokenField It does it’s best to mimic the recipient field…

September 26th, 2010

Parsing JSON With SBJSON

No Comments, Cocoa Touch, iPhone, JSON, by Jasarien.

So the previous post focussed on retrieving data from a webservice – namely Google’s Local Search. This post will focus…

September 25th, 2010

Using Google’s Local Search

No Comments, Cocoa Touch, iPhone, by Jasarien.

Need to search for places of interest, restaurants, hotels and display them on a map? Google’s Local Search can help you out.