Apr 1 2012

Writing the XCode Cookbook

flattr this!

Hi!
As some of you might know, I am writing an XCode Cookbook. This is a book which will contain only tutorials on how to do different things within XCode. So, no tutorials like “Adding Facebook to my iPhone app”, but more in the style like “Adding custom location to the iOS Simulator” or “Managing multiple targets within my project”.

I have a list of about 50-60 tutorials, but I need more. I need about 40 tutorials (3-4 chapters) more, so I am looking for tips; and since you, my readers, come here for such things, who better to ask but YOU!


Nov 30 2011

iOS 4 & iOS 5 tutorial: UIAlertView with link to WIFI or Settings app using Reachability and XCode 4.2

Hi!

This tutorial is about how to make your apps UX just a little bit better. Have you ever noticed the message in google maps stating that if you activate Wifi you would get a better positioning? Or that when you want to send a text message and your phone is on flight mode, that you get the message to de-activate flight mode in order to send a text?

Well, it is actually really simple. These are just links that are opened. So, in this tutorial I will show you how to do this using e.g. Reachability.


Jul 14 2011

Where I am . at — New website launched

flattr this!

On tuesday this week I released a new website, the website is called “Where I am . At”: http://whereiam.at.

The purpose of this website is to find your location quickly and easily. This can be very usefull when developing iOS applications using your current location.

Take a look at, http://whereiam.at and let me know what you think of it!


Jul 12 2011

An open letter to…

flattr this!

… all whom are or thinking of parsing the City Bikes data for Stockholm.

I felt I needed to write this post since I have been thinking about a “twitter” conversation I had a few weeks ago with some Spanish dude.

Since I have the sole right to the Clear Channel API’s for the Citybikes in Stockholm, I choose not to share these publicly with 3rd parties. This (off course) seems to annoy some people. Shortly after I received a question from an other developer regarding why I don’t want to share these publicly.


Mar 9 2011

iTunes Store RSS App Fetcher

flattr this!

I think thats the longest title I could think off… or is it? Anyways… with regards to the questions and/or complaints I have gotten about my (somewhat “crappy”) itunes parser which I wrote in the past, I decided to quickly put together a new parser, just for fetching specific app data.

So, what did I do? Well, it basicly parses the data from the “Apple – iTunes – RSS Generator” and shows it for you in your browser. This could be usefull for those of you that want to implement real-time iTunes appstore data into your website.