<?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</title>
	<atom:link href="http://evilrockhopper.com/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, 30 Sep 2011 08:09:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>XCode / iTunes Connect Buggy Version Numbers</title>
		<link>http://evilrockhopper.com/2011/04/xcode-itunes-connect-buggy-version-numbers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=xcode-itunes-connect-buggy-version-numbers</link>
		<comments>http://evilrockhopper.com/2011/04/xcode-itunes-connect-buggy-version-numbers/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 10:08:05 +0000</pubDate>
		<dc:creator>wicheda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://evilrockhopper.com/?p=356</guid>
		<description><![CDATA[Here&#8217;s an annoying little gotcha, I recently tried to submit an update to an app from 1.41 to 1.5. Of course in versioning 1.5 should be higher than 1.41 but still I got the message: The binary you uploaded was invalid. The key CFBundleVersion in the Info.plist file must contain a higher version than that [...]]]></description>
		<wfw:commentRss>http://evilrockhopper.com/2011/04/xcode-itunes-connect-buggy-version-numbers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Protected: More portfolio content</title>
		<link>http://evilrockhopper.com/2010/11/more-portfolio-content/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=more-portfolio-content</link>
		<comments>http://evilrockhopper.com/2010/11/more-portfolio-content/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 15:59:09 +0000</pubDate>
		<dc:creator>wicheda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://evilrockhopper.com/?p=333</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
		<wfw:commentRss>http://evilrockhopper.com/2010/11/more-portfolio-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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>1</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/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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 [...]]]></description>
		<wfw:commentRss>http://evilrockhopper.com/2010/06/iphone-development-transparant-uiwebview-and-uitableview/feed/</wfw:commentRss>
		<slash:comments>2</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/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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 [...]]]></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>Android Development &#8211; Setting your location using latitude, longitude in the emulator</title>
		<link>http://evilrockhopper.com/2010/02/android-development-setting-your-location-using-latitude-longitude-in-the-emulator/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=android-development-setting-your-location-using-latitude-longitude-in-the-emulator</link>
		<comments>http://evilrockhopper.com/2010/02/android-development-setting-your-location-using-latitude-longitude-in-the-emulator/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 13:50:41 +0000</pubDate>
		<dc:creator>wicheda</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[geofix]]></category>
		<category><![CDATA[location]]></category>

		<guid isPermaLink="false">http://evilrockhopper.com/?p=207</guid>
		<description><![CDATA[This is a quick post since it took me a little while to figure this one out. If you are using location services in your application and testing them on the emulator, you might be wondering how to set your location. In fact the iPhone doesn&#8217;t provide for this and defaults you to Cupertino (Apple&#8217;s [...]]]></description>
		<wfw:commentRss>http://evilrockhopper.com/2010/02/android-development-setting-your-location-using-latitude-longitude-in-the-emulator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Development &#8211; Gradient background UIViews</title>
		<link>http://evilrockhopper.com/2010/02/iphone-development-gradient-background-uiviews/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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 [...]]]></description>
		<wfw:commentRss>http://evilrockhopper.com/2010/02/iphone-development-xcode-quirks-bugs-and-provisioning-problems/feed/</wfw:commentRss>
		<slash:comments>1</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/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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 [...]]]></description>
		<wfw:commentRss>http://evilrockhopper.com/2010/01/iphone-development-keeping-the-ui-responsive-and-a-background-thread-pattern/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

