<?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.com</title>
	<atom:link href="http://evilrockhopper.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://evilrockhopper.com</link>
	<description>A site dedicated to new web technologies, general rants and a hate of Rock Hoppers. </description>
	<lastBuildDate>Thu, 11 Feb 2010 13:51:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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/</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/</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>0</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>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/</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>0</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>2</slash:comments>
		</item>
		<item>
		<title>Comment spammers scum, Wordpress and re-CAPTCHA</title>
		<link>http://evilrockhopper.com/2009/10/comment-spammers-scum-wordpress-and-re-captcha/</link>
		<comments>http://evilrockhopper.com/2009/10/comment-spammers-scum-wordpress-and-re-captcha/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 12:20:25 +0000</pubDate>
		<dc:creator>wicheda</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[comment spam]]></category>
		<category><![CDATA[re-captcha]]></category>
		<category><![CDATA[scum]]></category>

		<guid isPermaLink="false">http://evilrockhopper.com/?p=130</guid>
		<description><![CDATA[The spam comments on this site were progressively getting worse and worse. It&#8217;s a ridiculous situation since all comments are only show after approval so not a single one was ever being shown on the site. But it still takes time to monitor and becomes more annoying as time goes on. This morning I had [...]]]></description>
		<wfw:commentRss>http://evilrockhopper.com/2009/10/comment-spammers-scum-wordpress-and-re-captcha/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Django Admin &#8211; An introduction and then applying a textarea instead of a text input</title>
		<link>http://evilrockhopper.com/2009/10/django-admin-an-introduction-and-then-applying-a-textarea-instead-of-a-text-input/</link>
		<comments>http://evilrockhopper.com/2009/10/django-admin-an-introduction-and-then-applying-a-textarea-instead-of-a-text-input/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 22:30:27 +0000</pubDate>
		<dc:creator>wicheda</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[django admin]]></category>
		<category><![CDATA[what ales you]]></category>

		<guid isPermaLink="false">http://evilrockhopper.com/?p=104</guid>
		<description><![CDATA[Well I thought now was as good a time as any to make my first Django post. One of the best things about Django is its automatic admin interface, built very effectively from just your model objects in the ORM. What a good idea. Generally, even if a webapp isn&#8217;t there just to do CRUD, [...]]]></description>
		<wfw:commentRss>http://evilrockhopper.com/2009/10/django-admin-an-introduction-and-then-applying-a-textarea-instead-of-a-text-input/feed/</wfw:commentRss>
		<slash:comments>1</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>0</slash:comments>
		</item>
		<item>
		<title>What Ales You</title>
		<link>http://evilrockhopper.com/2009/09/what-ales-you/</link>
		<comments>http://evilrockhopper.com/2009/09/what-ales-you/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 17:22:24 +0000</pubDate>
		<dc:creator>wicheda</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[what ales you]]></category>

		<guid isPermaLink="false">http://evilrockhopper.com/?p=87</guid>
		<description><![CDATA[
Just a quick post to explain my lack of updates recently, I&#8217;ve been building another site in my spare time called What Ales You.
Conceptualised, designed and developed all by me, it&#8217;s a beer rating site (actually my girlfriend did the logo and name to be fair). Anyone can add, comment on and rate beers. It [...]]]></description>
		<wfw:commentRss>http://evilrockhopper.com/2009/09/what-ales-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technology ADD &#8211; On Django and Python</title>
		<link>http://evilrockhopper.com/2009/09/technology-add-on-django-and-python/</link>
		<comments>http://evilrockhopper.com/2009/09/technology-add-on-django-and-python/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 17:15:51 +0000</pubDate>
		<dc:creator>wicheda</dc:creator>
				<category><![CDATA[General development]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://evilrockhopper.com/?p=84</guid>
		<description><![CDATA[I seem to be suffering from a form of ADD recently. Hopefully it&#8217;s not the kind I&#8217;ll need Ritalin for although I haven&#8217;t actually checked with a doctor yet. But this is a special kind of ADD, technology ADD.
After living a lifetime stuck in a bit of a technology trap, using what everyone else seemed [...]]]></description>
		<wfw:commentRss>http://evilrockhopper.com/2009/09/technology-add-on-django-and-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
