<?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>evilrockhopper - developing your ideas into reality &#187; iphone</title>
	<atom:link href="http://evilrockhopper.com/category/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://evilrockhopper.com</link>
	<description>Hello, we&#039;re evilrockhopper. We&#039;re here to turn your development dreams into reality. We work with iPhone, Android, Django, Ruby, Flex and Java.</description>
	<lastBuildDate>Fri, 18 Jun 2010 15:50:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iPhone Development &#8211; Careful of using the reserved word id</title>
		<link>http://evilrockhopper.com/2010/06/iphone-development-careful-of-using-the-reserved-word-id/</link>
		<comments>http://evilrockhopper.com/2010/06/iphone-development-careful-of-using-the-reserved-word-id/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 17:36:28 +0000</pubDate>
		<dc:creator>wicheda</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[objective c]]></category>

		<guid isPermaLink="false">http://evilrockhopper.com/?p=298</guid>
		<description><![CDATA[One of the most common variable names for a model class must be id. Particularly with database driven apps or those that connect to external data sources, id is the lifeblood of an object, your one way of knowing which object you&#8217;re talking about. Unfortunately in Objective C it will cause you all sorts of [...]]]></description>
		<wfw:commentRss>http://evilrockhopper.com/2010/06/iphone-development-careful-of-using-the-reserved-word-id/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPhone Development &#8211; HTTP cookies for connections and UIWebViews</title>
		<link>http://evilrockhopper.com/2010/06/iphone-development-http-cookies-for-connections-and-uiwebviews/</link>
		<comments>http://evilrockhopper.com/2010/06/iphone-development-http-cookies-for-connections-and-uiwebviews/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 17:30:26 +0000</pubDate>
		<dc:creator>wicheda</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[NSHTTPCookie]]></category>
		<category><![CDATA[UIWebView]]></category>

		<guid isPermaLink="false">http://evilrockhopper.com/?p=293</guid>
		<description><![CDATA[A very common requirement when connecting to a server from the iPhone or within a UIWebView is the ability to set a cookie. Cookies are often used for authentication in particular. Fortunately there is a nice way to set a global cookie for any external connections your app makes using NSHttpCookieStorage. The function below sets [...]]]></description>
		<wfw:commentRss>http://evilrockhopper.com/2010/06/iphone-development-http-cookies-for-connections-and-uiwebviews/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone Development &#8211; Transparant UIWebview and UITableView</title>
		<link>http://evilrockhopper.com/2010/06/iphone-development-transparant-uiwebview-and-uitableview/</link>
		<comments>http://evilrockhopper.com/2010/06/iphone-development-transparant-uiwebview-and-uitableview/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 17:21:06 +0000</pubDate>
		<dc:creator>wicheda</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[UITableView]]></category>
		<category><![CDATA[UIWebView]]></category>

		<guid isPermaLink="false">http://evilrockhopper.com/?p=289</guid>
		<description><![CDATA[A distinct lack of posts recently, mainly because of the huge volume of work I&#8217;m getting through. But hopefully that&#8217;ll mean lots of juicy tips saved up.
Anyway a very quick one again. It&#8217;s often quite nice to have transparent table views, especially with a background image on the parent view. Simply set opaque to NO [...]]]></description>
		<wfw:commentRss>http://evilrockhopper.com/2010/06/iphone-development-transparant-uiwebview-and-uitableview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone &#8211; Error launching program: Failed to get the task for process XXXX.</title>
		<link>http://evilrockhopper.com/2010/04/iphone-error-launching-program-failed-to-get-the-task-for-process-xxxx/</link>
		<comments>http://evilrockhopper.com/2010/04/iphone-error-launching-program-failed-to-get-the-task-for-process-xxxx/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 11:24:11 +0000</pubDate>
		<dc:creator>wicheda</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://evilrockhopper.com/?p=211</guid>
		<description><![CDATA[Just a small tip here, occasionally when right in the middle of development I&#8217;ve come across this crazy looking error:
Error launching program: Failed to get the task for process XXXX.
The program launches on the iPhone, blinks and then as disappears. Very worrying. In my case it was because I&#8217;d left the build to ad-hoc, switching [...]]]></description>
		<wfw:commentRss>http://evilrockhopper.com/2010/04/iphone-error-launching-program-failed-to-get-the-task-for-process-xxxx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPhone Development &#8211; Gradient background UIViews</title>
		<link>http://evilrockhopper.com/2010/02/iphone-development-gradient-background-uiviews/</link>
		<comments>http://evilrockhopper.com/2010/02/iphone-development-gradient-background-uiviews/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 15:50:22 +0000</pubDate>
		<dc:creator>wicheda</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[CGGradient]]></category>
		<category><![CDATA[gradient]]></category>
		<category><![CDATA[uiview]]></category>

		<guid isPermaLink="false">http://evilrockhopper.com/?p=170</guid>
		<description><![CDATA[Here&#8217;s a neat little tip I&#8217;ve found can spruce up your applications easily. It&#8217;s very easy to create a UIView with a solid background colour, but in our new rainbow coloured Web 2.0 shiny iPhone world, gradients are called for. You could of course create a gradient image and set the background image of the [...]]]></description>
		<wfw:commentRss>http://evilrockhopper.com/2010/02/iphone-development-gradient-background-uiviews/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPhone Development &#8211; XCode quirks, bugs and provisioning problems</title>
		<link>http://evilrockhopper.com/2010/02/iphone-development-xcode-quirks-bugs-and-provisioning-problems/</link>
		<comments>http://evilrockhopper.com/2010/02/iphone-development-xcode-quirks-bugs-and-provisioning-problems/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 16:36:45 +0000</pubDate>
		<dc:creator>wicheda</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://evilrockhopper.com/?p=166</guid>
		<description><![CDATA[Although XCode is not the worst IDE in the world, it is definitely buggy.
Countless times I have come up against a bug, almost always to do with provisioning profiles, build failures or sync issues which make no sense whatsoever. To prevent you banging your head constantly against a wall, when a problem seems totally illogical [...]]]></description>
		<wfw:commentRss>http://evilrockhopper.com/2010/02/iphone-development-xcode-quirks-bugs-and-provisioning-problems/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPhone Development &#8211; Keeping the UI responsive and a background thread pattern</title>
		<link>http://evilrockhopper.com/2010/01/iphone-development-keeping-the-ui-responsive-and-a-background-thread-pattern/</link>
		<comments>http://evilrockhopper.com/2010/01/iphone-development-keeping-the-ui-responsive-and-a-background-thread-pattern/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 17:13:14 +0000</pubDate>
		<dc:creator>wicheda</dc:creator>
				<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://evilrockhopper.com/?p=160</guid>
		<description><![CDATA[One of the biggest mistakes you can make as an iPhone developer is running any long tasks on the main thread.
Let&#8217;s take a concrete example, say you want to retrieve some data from a web server somewhere. If you run this method on the main thread, all user interface activity is blocked until it finishes. [...]]]></description>
		<wfw:commentRss>http://evilrockhopper.com/2010/01/iphone-development-keeping-the-ui-responsive-and-a-background-thread-pattern/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone Development &#8211; Reverse Geocoding</title>
		<link>http://evilrockhopper.com/2010/01/iphone-development-reverse-geocoding/</link>
		<comments>http://evilrockhopper.com/2010/01/iphone-development-reverse-geocoding/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 16:48:10 +0000</pubDate>
		<dc:creator>wicheda</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[objective c]]></category>
		<category><![CDATA[reverse geocoding]]></category>

		<guid isPermaLink="false">http://evilrockhopper.com/?p=151</guid>
		<description><![CDATA[A rather nifty new feature of the iPhone SDK is the ability to reverse geocode a location. Some of you may be wondering what normal geocoding is! Well, geocoding is turning an address into a latitude and longitude. So reverse geocoding is, without surprise, turning a latitude and longitude into an address.
So, in combination with [...]]]></description>
		<wfw:commentRss>http://evilrockhopper.com/2010/01/iphone-development-reverse-geocoding/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Localsalefinder &#8211; BView&#8217;s iPhone App</title>
		<link>http://evilrockhopper.com/2009/09/localsalefinder-my-iphone-app/</link>
		<comments>http://evilrockhopper.com/2009/09/localsalefinder-my-iphone-app/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 21:53:12 +0000</pubDate>
		<dc:creator>wicheda</dc:creator>
				<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://evilrockhopper.com/?p=91</guid>
		<description><![CDATA[

To accompany my technical ADD, as part of my job at BView we&#8217;ve now released another product in another language entirely, an iPhone application.
Called Localsalefinder and powered by the BView API, it&#8217;s a fantastic iPhone app for finding local offers and redeeming them without printing out or clipping coupons.
Once we finish off all the finishing [...]]]></description>
		<wfw:commentRss>http://evilrockhopper.com/2009/09/localsalefinder-my-iphone-app/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
