<?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>dBlog.com.au &#187; SQLite</title>
	<atom:link href="http://dblog.com.au/category/iphone-development/sqlite/feed/" rel="self" type="application/rss+xml" />
	<link>http://dblog.com.au</link>
	<description>My Development Blog</description>
	<lastBuildDate>Tue, 27 Oct 2009 23:43:04 +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>RSS Reader (Part 4): Setting up the UITabBar and UITableView with delegates</title>
		<link>http://dblog.com.au/iphone-development/rss-reader-part-4-setting-up-the-uitabbar-and-uitableview-with-delegates/</link>
		<comments>http://dblog.com.au/iphone-development/rss-reader-part-4-setting-up-the-uitabbar-and-uitableview-with-delegates/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 08:40:35 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[RSS Reader Tutorial Series]]></category>
		<category><![CDATA[SQLite]]></category>
		<category><![CDATA[TouchXML]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iPhone Development Tutorials]]></category>
		<category><![CDATA[xcode]]></category>
		<category><![CDATA[iphone sdk]]></category>
		<category><![CDATA[iPhone SDK Tutorial]]></category>
		<category><![CDATA[NSLog]]></category>
		<category><![CDATA[UIActionSheet]]></category>
		<category><![CDATA[UINavigationController]]></category>
		<category><![CDATA[UITabBar]]></category>
		<category><![CDATA[UITabBarController]]></category>
		<category><![CDATA[UITabBarControllerDelegate]]></category>
		<category><![CDATA[UITableView]]></category>

		<guid isPermaLink="false">http://dblog.com.au/?p=224</guid>
		<description><![CDATA[In this installment we will be creating the &#8220;framework&#8221; for our application, first up we will be creating our UITabBarController and then we will add some ViewControllers to represent our different views.
1. Create a &#8220;Window-Based&#8221; application template
I had originally intended to create the application based on a &#8220;Navigation-Based&#8221; application template but now I have decided [...]]]></description>
		<wfw:commentRss>http://dblog.com.au/iphone-development/rss-reader-part-4-setting-up-the-uitabbar-and-uitableview-with-delegates/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>RSS Reader (Part 3): What we&#8217;ll be building and which iPhone SDK features will be covered?</title>
		<link>http://dblog.com.au/iphone-development/rss-reader-part-3-what-well-be-building-and-which-iphone-sdk-features-will-be-covered/</link>
		<comments>http://dblog.com.au/iphone-development/rss-reader-part-3-what-well-be-building-and-which-iphone-sdk-features-will-be-covered/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 10:48:54 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[RSS Reader Tutorial Series]]></category>
		<category><![CDATA[SQLite]]></category>
		<category><![CDATA[TouchXML]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iPhone Development Tutorials]]></category>
		<category><![CDATA[xcode]]></category>
		<category><![CDATA[CoreLocation]]></category>
		<category><![CDATA[UIActionView]]></category>
		<category><![CDATA[UITabBarController]]></category>
		<category><![CDATA[UITable]]></category>
		<category><![CDATA[UITableView]]></category>
		<category><![CDATA[UITabView]]></category>
		<category><![CDATA[UIWebview]]></category>

		<guid isPermaLink="false">http://dblog.com.au/?p=214</guid>
		<description><![CDATA[Well I have been thinking about what features the RSS Reader tutorial should cover and I have also been getting some requests from readers (if anyone else has a request please feel free to send them through or tweet them to me).
I have come up with the following list of features and how we will [...]]]></description>
		<wfw:commentRss>http://dblog.com.au/iphone-development/rss-reader-part-3-what-well-be-building-and-which-iphone-sdk-features-will-be-covered/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>RSS Reader (Part 2): Creating a new iPhone Xcode project and setting up your environment</title>
		<link>http://dblog.com.au/iphone-development/rss-reader-part-2-creating-a-new-iphone-xcode-project-and-setting-up-your-environment/</link>
		<comments>http://dblog.com.au/iphone-development/rss-reader-part-2-creating-a-new-iphone-xcode-project-and-setting-up-your-environment/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 12:59:35 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[RSS Reader Tutorial Series]]></category>
		<category><![CDATA[SQLite]]></category>
		<category><![CDATA[TouchXML]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iPhone Development Tutorials]]></category>
		<category><![CDATA[xcode]]></category>
		<category><![CDATA[iphone sdk]]></category>
		<category><![CDATA[libxml2]]></category>
		<category><![CDATA[project settings]]></category>

		<guid isPermaLink="false">http://dblog.com.au/?p=158</guid>
		<description><![CDATA[This installment will walk you through creating a new Xcode project and getting everything ready to start the coding. The iPhone SDK comes ready to dive in but we need to confiure our SQLite and TouchXML libraries and get our workspace up to scratch!
1. Creating a new Xcode project
Start Xcode by clicking the icon in [...]]]></description>
		<wfw:commentRss>http://dblog.com.au/iphone-development/rss-reader-part-2-creating-a-new-iphone-xcode-project-and-setting-up-your-environment/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>RSS Reader (Part 1): Getting started with iPhone Development</title>
		<link>http://dblog.com.au/iphone-development/rss-reader-part-1-getting-started-with-iphone-development/</link>
		<comments>http://dblog.com.au/iphone-development/rss-reader-part-1-getting-started-with-iphone-development/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 07:51:45 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[RSS Reader Tutorial Series]]></category>
		<category><![CDATA[SQLite]]></category>
		<category><![CDATA[TouchXML]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iPhone Development Tutorials]]></category>
		<category><![CDATA[xcode]]></category>
		<category><![CDATA[firefox plugin]]></category>
		<category><![CDATA[interface builder]]></category>
		<category><![CDATA[iphone sdk]]></category>
		<category><![CDATA[touchcode]]></category>
		<category><![CDATA[TouchHTTPD]]></category>
		<category><![CDATA[TouchJSON]]></category>
		<category><![CDATA[TouchSQL]]></category>
		<category><![CDATA[UINavigationController]]></category>
		<category><![CDATA[UITableView]]></category>

		<guid isPermaLink="false">http://dblog.com.au/?p=139</guid>
		<description><![CDATA[This tutorial series will walk you through the creation of a complete, ready to publish iPhone application. I have chosen to continue the Advanced RSS Reader application but I will be taking a step back and extending on some of the methods explained in those tutorials.
When this series is completed you will have learnt (hopefully!) [...]]]></description>
		<wfw:commentRss>http://dblog.com.au/iphone-development/rss-reader-part-1-getting-started-with-iphone-development/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

