<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Paul Peelen</title>
	<atom:link href="http://PaulPeelen.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://PaulPeelen.com</link>
	<description>Innovate thoughts &#124; Process ideas &#124; Elaborate the result</description>
	<lastBuildDate>Thu, 26 Jan 2012 13:20:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Tool: Fix bootstrap server error when launching from xCode to iOS Simulator</title>
		<link>http://PaulPeelen.com/2011/12/13/tool-fix-sigabrt-problem-when-developing-in-xcode/</link>
		<comments>http://PaulPeelen.com/2011/12/13/tool-fix-sigabrt-problem-when-developing-in-xcode/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 11:00:27 +0000</pubDate>
		<dc:creator>Paul Peelen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Free stuff]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Objective-c]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Shell scripts]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[XCode]]></category>
		<category><![CDATA[bash scripts]]></category>
		<category><![CDATA[freestuff]]></category>
		<category><![CDATA[ios]]></category>

		<guid isPermaLink="false">http://PaulPeelen.com/?p=749</guid>
		<description><![CDATA[Since the release of XCode 4.2 I have noticed a certain error poping up after buidling reguarly. The error incidcates that the iOS Simulator already has a process running or is hung. The anoying part is that even if you quit XCode and iOS Simulator, the problem wont go away.

This is the error:

Couldn't register ...]]></description>
		<wfw:commentRss>http://PaulPeelen.com/2011/12/13/tool-fix-sigabrt-problem-when-developing-in-xcode/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>iOS 4 &amp; iOS 5 tutorial: UIAlertView with link to WIFI or Settings app using Reachability and XCode 4.2</title>
		<link>http://PaulPeelen.com/2011/11/30/ios-4-ios-5-tutorial-uialertview-with-link-to-wifi-or-settings-app-using-reachability-and-xcode-4-2/</link>
		<comments>http://PaulPeelen.com/2011/11/30/ios-4-ios-5-tutorial-uialertview-with-link-to-wifi-or-settings-app-using-reachability-and-xcode-4-2/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 00:38:22 +0000</pubDate>
		<dc:creator>Paul Peelen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Free stuff]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Objective-c]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[XCode]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[AppStore]]></category>
		<category><![CDATA[Cool stuff]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://PaulPeelen.com/?p=721</guid>
		<description><![CDATA[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 ...]]></description>
		<wfw:commentRss>http://PaulPeelen.com/2011/11/30/ios-4-ios-5-tutorial-uialertview-with-link-to-wifi-or-settings-app-using-reachability-and-xcode-4-2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Getting the area code from a Swedish phone number using PHP</title>
		<link>http://PaulPeelen.com/2011/11/18/getting-the-area-code-from-a-phone-number-using-ph/</link>
		<comments>http://PaulPeelen.com/2011/11/18/getting-the-area-code-from-a-phone-number-using-ph/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 22:59:10 +0000</pubDate>
		<dc:creator>Paul Peelen</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Free stuff]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Cool stuff]]></category>
		<category><![CDATA[free stuff]]></category>
		<category><![CDATA[hobby]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[regex]]></category>

		<guid isPermaLink="false">http://PaulPeelen.com/?p=708</guid>
		<description><![CDATA[Hi!

Currently I am working on a little project where I need to fetch the area code form a phone number for Sweden. This, however, is not one of my strongest sides... I really hate Regex.
Since this is an iOS project, I would like some objective-C code... so I jumped over to one of the ...]]></description>
		<wfw:commentRss>http://PaulPeelen.com/2011/11/18/getting-the-area-code-from-a-phone-number-using-ph/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Automatic incremental build number in xCode 4.3</title>
		<link>http://PaulPeelen.com/2011/08/03/automatic-incremental-build-number-in-xcode-4-3/</link>
		<comments>http://PaulPeelen.com/2011/08/03/automatic-incremental-build-number-in-xcode-4-3/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 21:16:30 +0000</pubDate>
		<dc:creator>Paul Peelen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Objective-c]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[XCode]]></category>
		<category><![CDATA[Dealing with xCode 4.3]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://PaulPeelen.com/?p=681</guid>
		<description><![CDATA[Hi,

I have always wondered how to get a better build number in my projects, instead of having to change is manually. So, I finally googled it and found a solution. Or better yet, found several... but none working for xCode 4.3.

In xCode 4.3 you can actually change the build number manually in the project ...]]></description>
		<wfw:commentRss>http://PaulPeelen.com/2011/08/03/automatic-incremental-build-number-in-xcode-4-3/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Spotify invites</title>
		<link>http://PaulPeelen.com/2011/08/01/spotify-invites/</link>
		<comments>http://PaulPeelen.com/2011/08/01/spotify-invites/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 10:17:22 +0000</pubDate>
		<dc:creator>Paul Peelen</dc:creator>
				<category><![CDATA[Free stuff]]></category>
		<category><![CDATA[Okategoriserade]]></category>
		<category><![CDATA[Spotify]]></category>
		<category><![CDATA[Cool stuff]]></category>
		<category><![CDATA[freestuff]]></category>
		<category><![CDATA[give away]]></category>
		<category><![CDATA[invites]]></category>
		<category><![CDATA[share]]></category>

		<guid isPermaLink="false">http://PaulPeelen.com/?p=670</guid>
		<description><![CDATA[Little off topic from my usual posts, just wanted to let you guys know that I have some (10-20) Spotify invites to give away. Maybe some of you US visitors that are interested?
Leave me a comment with your email address and I'll send you one.]]></description>
		<wfw:commentRss>http://PaulPeelen.com/2011/08/01/spotify-invites/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Where I am . at &#8212; New website launched</title>
		<link>http://PaulPeelen.com/2011/07/14/where-i-am-at-new-website-launched/</link>
		<comments>http://PaulPeelen.com/2011/07/14/where-i-am-at-new-website-launched/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 10:29:10 +0000</pubDate>
		<dc:creator>Paul Peelen</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Cool stuff]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[webb]]></category>
		<category><![CDATA[Work related links]]></category>

		<guid isPermaLink="false">http://PaulPeelen.com/?p=671</guid>
		<description><![CDATA[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 ...]]></description>
		<wfw:commentRss>http://PaulPeelen.com/2011/07/14/where-i-am-at-new-website-launched/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>An open letter to&#8230;</title>
		<link>http://PaulPeelen.com/2011/07/12/an-open-letter-to/</link>
		<comments>http://PaulPeelen.com/2011/07/12/an-open-letter-to/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 08:00:23 +0000</pubDate>
		<dc:creator>Paul Peelen</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Private & Personal]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[AppStore]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iTunes Connect]]></category>

		<guid isPermaLink="false">http://PaulPeelen.com/?p=667</guid>
		<description><![CDATA[... 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 ...]]></description>
		<wfw:commentRss>http://PaulPeelen.com/2011/07/12/an-open-letter-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS iPhone 4.3.1: Reclaim &#8220;other&#8221; space..</title>
		<link>http://PaulPeelen.com/2011/04/24/ios-iphone-4-3-1-reclaim-other-space/</link>
		<comments>http://PaulPeelen.com/2011/04/24/ios-iphone-4-3-1-reclaim-other-space/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 16:44:35 +0000</pubDate>
		<dc:creator>Paul Peelen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://PaulPeelen.com/?p=660</guid>
		<description><![CDATA[Hi,

This is something that has been bothering me for quite some time. I have an iPhone 4 32gb. I chose this model due to that I have quite a lot of pictures which I want to take with me. So, I sync my iPhone with iPhoto and copy about 9000 pics to my device. ...]]></description>
		<wfw:commentRss>http://PaulPeelen.com/2011/04/24/ios-iphone-4-3-1-reclaim-other-space/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>XCode 4: CoreData Tab Bar Application template</title>
		<link>http://PaulPeelen.com/2011/04/23/xcode-4-coredata-tab-bar-application-template/</link>
		<comments>http://PaulPeelen.com/2011/04/23/xcode-4-coredata-tab-bar-application-template/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 11:17:06 +0000</pubDate>
		<dc:creator>Paul Peelen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Objective-c]]></category>
		<category><![CDATA[XCode]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[XCode4]]></category>

		<guid isPermaLink="false">http://PaulPeelen.com/?p=658</guid>
		<description><![CDATA[Hi,

When apples released its XCode application, it never added CoreData support to the Tab Bar Application template... although, in my case I usually want this feature. So... now I need to create a Tab Bar Application and a Window-based Application and copy the CoreData stuff from one to the other.
This is, off course, very ...]]></description>
		<wfw:commentRss>http://PaulPeelen.com/2011/04/23/xcode-4-coredata-tab-bar-application-template/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Moving is over&#8230;</title>
		<link>http://PaulPeelen.com/2011/04/20/moving-is-over/</link>
		<comments>http://PaulPeelen.com/2011/04/20/moving-is-over/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 11:13:12 +0000</pubDate>
		<dc:creator>Paul Peelen</dc:creator>
				<category><![CDATA[Private & Personal]]></category>
		<category><![CDATA[XCode]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://PaulPeelen.com/?p=654</guid>
		<description><![CDATA[Finally, I have moved. I live now in Bromma, north-west of Stockholm. A few minutes from Bromma Airport, just at the other side of Solvalla.
I like the new apartment, although the surrounding is still a huge construction site; which is not that ideal with my 1.5 year old twins. 

The apartment is brand new, ...]]></description>
		<wfw:commentRss>http://PaulPeelen.com/2011/04/20/moving-is-over/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Programming Objective-C in XCode 4 – iPhone iOS 4.3 Hello, World! tutorial</title>
		<link>http://PaulPeelen.com/2011/03/17/xcode-4-ios-4-3-hello-world/</link>
		<comments>http://PaulPeelen.com/2011/03/17/xcode-4-ios-4-3-hello-world/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 22:28:01 +0000</pubDate>
		<dc:creator>Paul Peelen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Objective-c]]></category>
		<category><![CDATA[Okategoriserade]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[XCode]]></category>
		<category><![CDATA[Hello]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[World!]]></category>
		<category><![CDATA[XCode 4]]></category>

		<guid isPermaLink="false">http://PaulPeelen.com/?p=623</guid>
		<description><![CDATA[// 
Hi,

Somewhat days ago Apple released a new version of XCode, and a lot of stuff is new in this version. Thereby also the layout of the application, interface builder and the way an application can be constructed.
But, for those of you completely new to development for iOS devices (and for those of you ...]]></description>
		<wfw:commentRss>http://PaulPeelen.com/2011/03/17/xcode-4-ios-4-3-hello-world/feed/</wfw:commentRss>
		<slash:comments>154</slash:comments>
		</item>
		<item>
		<title>My first WP plugin approved and available</title>
		<link>http://PaulPeelen.com/2011/03/12/my-first-wp-plugin-approved-and-available/</link>
		<comments>http://PaulPeelen.com/2011/03/12/my-first-wp-plugin-approved-and-available/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 13:56:49 +0000</pubDate>
		<dc:creator>Paul Peelen</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Work related links]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://PaulPeelen.com/?p=620</guid>
		<description><![CDATA[... in the plugin manager.

Have a look here: http://wordpress.org/extend/plugins/itunes-appstore-app-ranking/

Br,
Paul Peelen]]></description>
		<wfw:commentRss>http://PaulPeelen.com/2011/03/12/my-first-wp-plugin-approved-and-available/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My first WordPress plugin&#8230;</title>
		<link>http://PaulPeelen.com/2011/03/11/my-first-wordpress-plugin/</link>
		<comments>http://PaulPeelen.com/2011/03/11/my-first-wordpress-plugin/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 22:17:04 +0000</pubDate>
		<dc:creator>Paul Peelen</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Stare]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://PaulPeelen.com/?p=618</guid>
		<description><![CDATA[I have just created my first WordPress plugin. I requested it to be put online at the WP Repository, so I hope they'll approve it. 
Now I just have to play the waiting game...


So what is this plugin? Well, its the plugin for the AppStore fetcher I created the other day. More info here.

Let ...]]></description>
		<wfw:commentRss>http://PaulPeelen.com/2011/03/11/my-first-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iTunes Store RSS App Fetcher</title>
		<link>http://PaulPeelen.com/2011/03/09/itunes-store-rss-app-fetcher/</link>
		<comments>http://PaulPeelen.com/2011/03/09/itunes-store-rss-app-fetcher/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 23:38:43 +0000</pubDate>
		<dc:creator>Paul Peelen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iTunes Connect]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[App Reviews]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[AppStore]]></category>
		<category><![CDATA[Cool stuff]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[hobby]]></category>
		<category><![CDATA[php classes]]></category>
		<category><![CDATA[php code]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://PaulPeelen.com/?p=598</guid>
		<description><![CDATA[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 ...]]></description>
		<wfw:commentRss>http://PaulPeelen.com/2011/03/09/itunes-store-rss-app-fetcher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aviation &#8211; Skavsta ready</title>
		<link>http://PaulPeelen.com/2011/01/24/aviation-skavsta-ready/</link>
		<comments>http://PaulPeelen.com/2011/01/24/aviation-skavsta-ready/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 21:45:12 +0000</pubDate>
		<dc:creator>Paul Peelen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iTunes Connect]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[AppStore]]></category>
		<category><![CDATA[Aviation]]></category>
		<category><![CDATA[Flyget]]></category>

		<guid isPermaLink="false">http://PaulPeelen.com/?p=593</guid>
		<description><![CDATA[Hi,

About one and a half week ago my app "Flyget - Arlanda" (or in english: Aviation - Arlanda). Now I have send off "Flyget - Skavsta" and "Flyget - Malmö" to Apple and its now in status "Awaiting approval".

Skavsta is now updated with the correct texts and images on iTunes Connect. Release date is ...]]></description>
		<wfw:commentRss>http://PaulPeelen.com/2011/01/24/aviation-skavsta-ready/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  paulpeelen.com/feed/ ) in 0.27477 seconds, on Feb 8th, 2012 at 7:08 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 8:08 am UTC -->
