<?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>Tim-Oliver.com &#187; Coding</title>
	<atom:link href="http://www.tim-oliver.com/category/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tim-oliver.com</link>
	<description>Tim&#039;s blog on gaming, tech and other geeky things.</description>
	<lastBuildDate>Wed, 01 Feb 2012 16:20:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Zooming to a point in UIScrollView</title>
		<link>http://www.tim-oliver.com/2012/01/14/zooming-to-a-point-in-uiscrollview/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zooming-to-a-point-in-uiscrollview</link>
		<comments>http://www.tim-oliver.com/2012/01/14/zooming-to-a-point-in-uiscrollview/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 10:01:05 +0000</pubDate>
		<dc:creator>-=TiM=-</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.tim-oliver.com/?p=778</guid>
		<description><![CDATA[If there&#8217;s one piece of functionality that has become basically boilerplate on iOS, it&#8217;s the concept of double-tapping a zoomable UIScrollView to quickly zoom in on a given point. When I was writing the code for displaying pages in iComics, I assumed that this would be a really simple thing to do. I mean, surely [...]]]></description>
		<wfw:commentRss>http://www.tim-oliver.com/2012/01/14/zooming-to-a-point-in-uiscrollview/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Introducing iComics!</title>
		<link>http://www.tim-oliver.com/2012/01/13/introducing-icomics/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=introducing-icomics</link>
		<comments>http://www.tim-oliver.com/2012/01/13/introducing-icomics/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 06:07:11 +0000</pubDate>
		<dc:creator>-=TiM=-</dc:creator>
				<category><![CDATA[App Dev]]></category>
		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.tim-oliver.com/?p=766</guid>
		<description><![CDATA[ It&#8217;s the final day of my holidays today, and I&#8217;ve been silently beavering away on a little project of mine. As with all of my projects, I usually keep them absolutely off the internet until I&#8217;ve proven that they actually are viable, and I&#8217;m not just blowing smoke. One of my reasons (if not, the [...]]]></description>
		<wfw:commentRss>http://www.tim-oliver.com/2012/01/13/introducing-icomics/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MacBook Air!!</title>
		<link>http://www.tim-oliver.com/2011/11/25/macbook-air/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=macbook-air</link>
		<comments>http://www.tim-oliver.com/2011/11/25/macbook-air/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 15:15:30 +0000</pubDate>
		<dc:creator>-=TiM=-</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.tim-oliver.com/?p=751</guid>
		<description><![CDATA[So, in my last post, I added a rather cryptic photo&#160;of an Apple product I received for my birthday. Now that I&#8217;ve&#160;spent&#160;a week breaking it in,&#160;&#160;I can write a blog about it! It&#8217;s a shiny new MacBook Air. Core i7. Up until now, the 13&#8243; MacBook Pro I&#8217;ve been using has been a loaner from [...]]]></description>
		<wfw:commentRss>http://www.tim-oliver.com/2011/11/25/macbook-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating the iOS 5 UITableView bevel effect</title>
		<link>http://www.tim-oliver.com/2011/10/23/creating-the-uitableview-bevel-effect-in-coregraphics/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=creating-the-uitableview-bevel-effect-in-coregraphics</link>
		<comments>http://www.tim-oliver.com/2011/10/23/creating-the-uitableview-bevel-effect-in-coregraphics/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 18:43:37 +0000</pubDate>
		<dc:creator>-=TiM=-</dc:creator>
				<category><![CDATA[App Dev]]></category>
		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.tim-oliver.com/?p=680</guid>
		<description><![CDATA[&#160;So, as you might be aware now, Apple decided to give a bit of an overhaul to the grouped UITableViews where each of the table sections now have a cool inset bevel effect as opposed to a solid gray line. When I was playing with iPokédex in the iOS 5 betas, I started thinking that [...]]]></description>
		<wfw:commentRss>http://www.tim-oliver.com/2011/10/23/creating-the-uitableview-bevel-effect-in-coregraphics/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The new UITableView in iOS 5</title>
		<link>http://www.tim-oliver.com/2011/10/22/the-new-uitableview-in-ios5/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-new-uitableview-in-ios5</link>
		<comments>http://www.tim-oliver.com/2011/10/22/the-new-uitableview-in-ios5/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 16:10:36 +0000</pubDate>
		<dc:creator>-=TiM=-</dc:creator>
				<category><![CDATA[App Dev]]></category>
		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.tim-oliver.com/?p=670</guid>
		<description><![CDATA[It was immediately obvious from the get-go that Apple had decided to change a couple of the standard UIKit elemnts in iOS 5. Does anyone here actually like the new extra curvey ON/OFF toggle views? Anyway. When I was playing around with iPokédex in one of the early iOS 5 betas, I quickly noticed that [...]]]></description>
		<wfw:commentRss>http://www.tim-oliver.com/2011/10/22/the-new-uitableview-in-ios5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPokédex and iOS 5</title>
		<link>http://www.tim-oliver.com/2011/10/13/ipokedex-and-ios-5/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ipokedex-and-ios-5</link>
		<comments>http://www.tim-oliver.com/2011/10/13/ipokedex-and-ios-5/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 15:25:12 +0000</pubDate>
		<dc:creator>-=TiM=-</dc:creator>
				<category><![CDATA[App Dev]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.tim-oliver.com/?p=659</guid>
		<description><![CDATA[(日本語版ならこちらです！） TL;DR iPokédex has become slightly broken in iOS 5. No, I can&#8217;t fix it. If you want to help out, register your interest by signing this petition! Hey guys! iOS 5 is finally out! As I write this, I&#8217;m currently taking my iPad through the long backup and upgrade process. As excited as I [...]]]></description>
		<wfw:commentRss>http://www.tim-oliver.com/2011/10/13/ipokedex-and-ios-5/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>SteamerCard.</title>
		<link>http://www.tim-oliver.com/2011/08/27/steamercard/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=steamercard</link>
		<comments>http://www.tim-oliver.com/2011/08/27/steamercard/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 17:33:30 +0000</pubDate>
		<dc:creator>-=TiM=-</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Games]]></category>

		<guid isPermaLink="false">http://www.tim-oliver.com/?p=642</guid>
		<description><![CDATA[For the majority of my blog posts in the previous couple of days, my good pal Dean&#160;keeps point out to me that the SteamerCard entry (on the right of the page) is currently down. While I&#8217;m actively fixing it now, since I don&#8217;t think I&#8217;ve actually done this before, I thought I&#8217;d explain what SteamerCard [...]]]></description>
		<wfw:commentRss>http://www.tim-oliver.com/2011/08/27/steamercard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source! (Also GitHub)</title>
		<link>http://www.tim-oliver.com/2011/08/26/open-source-also-github/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=open-source-also-github</link>
		<comments>http://www.tim-oliver.com/2011/08/26/open-source-also-github/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 15:33:10 +0000</pubDate>
		<dc:creator>-=TiM=-</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.tim-oliver.com/?p=635</guid>
		<description><![CDATA[With a few websites, a few game mods, and even a few iOS apps under my belt, I think it&#8217;s safe to say that I&#8217;ve written a fair amount of programming code at this point. As a result of being extremely lazy and hating having to reinvent the wheel, once I got the hang of [...]]]></description>
		<wfw:commentRss>http://www.tim-oliver.com/2011/08/26/open-source-also-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPokédex: Why??</title>
		<link>http://www.tim-oliver.com/2011/06/14/ipokedex-why/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ipokedex-why</link>
		<comments>http://www.tim-oliver.com/2011/06/14/ipokedex-why/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 13:37:06 +0000</pubDate>
		<dc:creator>-=TiM=-</dc:creator>
				<category><![CDATA[App Dev]]></category>
		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.tim-oliver.com/?p=560</guid>
		<description><![CDATA[Blimey! It really is hard to find the time to write a blog. I covered this in my intro to iPokédex post a little bit, but I&#8217;d like to go into more detail about certain aspects of the app. In this case, I want to talk about how I got the idea of making a [...]]]></description>
		<wfw:commentRss>http://www.tim-oliver.com/2011/06/14/ipokedex-why/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPokédex: The First Week</title>
		<link>http://www.tim-oliver.com/2011/04/12/ipokedex-the-first-week/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ipokedex-the-first-week</link>
		<comments>http://www.tim-oliver.com/2011/04/12/ipokedex-the-first-week/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 05:28:12 +0000</pubDate>
		<dc:creator>-=TiM=-</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.tim-oliver.com/?p=545</guid>
		<description><![CDATA[Well. iPokédex has been out for a week! And so far, I am VERY pleased with how it&#8217;s been received. Using a combination of statistical data collated by both AppFigures and Google Analytics, I&#8217;ve managed to learn this about iPokédex&#8217;s usage: In the first week, it broke 10,000 downloads (YEAH!!!!!) and is now currently sitting [...]]]></description>
		<wfw:commentRss>http://www.tim-oliver.com/2011/04/12/ipokedex-the-first-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

