<?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; iPhone Development</title>
	<atom:link href="http://dblog.com.au/category/iphone-development/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>
		<item>
		<title>Alive and Kicking!</title>
		<link>http://dblog.com.au/general/alive-and-kicking/</link>
		<comments>http://dblog.com.au/general/alive-and-kicking/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 03:23:48 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iPhone Development Tutorials]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://dblog.com.au/?p=136</guid>
		<description><![CDATA[Hi Everyone,
Sorry about the delays, I have been flat out with changing jobs (starting my own business actually) and getting all that setup and running smoothly.
I am hoping to get back into the iPhone tutorial writing headspace very soon and I have some great ideas to put down, the first one will be a lengthy [...]]]></description>
		<wfw:commentRss>http://dblog.com.au/general/alive-and-kicking/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>iPhone Tech Talk Sydney</title>
		<link>http://dblog.com.au/iphone-development/iphone-tech-talk-sydney/</link>
		<comments>http://dblog.com.au/iphone-development/iphone-tech-talk-sydney/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 21:18:00 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone Tech Talk]]></category>

		<guid isPermaLink="false">http://dblog.com.au/?p=125</guid>
		<description><![CDATA[Hey Everyone,
Sorry about the lack of updates over the past few weeks, I have been flat out getting some projects done so my blog has had to take a back seat.
But never fear the tutorials will still continue to come and you may even see an app or two of mine released on the App [...]]]></description>
		<wfw:commentRss>http://dblog.com.au/iphone-development/iphone-tech-talk-sydney/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>iPhone SDK Tip: Firing custom events when a link is clicked in a UIWebView</title>
		<link>http://dblog.com.au/iphone-development/iphone-sdk-tip-firing-custom-events-when-a-link-is-clicked-in-a-uiwebview/</link>
		<comments>http://dblog.com.au/iphone-development/iphone-sdk-tip-firing-custom-events-when-a-link-is-clicked-in-a-uiwebview/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 00:42:17 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iphone SDK tips]]></category>
		<category><![CDATA[xcode]]></category>
		<category><![CDATA[iphone sdk]]></category>
		<category><![CDATA[NSLog]]></category>
		<category><![CDATA[NSURL]]></category>
		<category><![CDATA[NSURLRequest]]></category>
		<category><![CDATA[UIWebview]]></category>
		<category><![CDATA[UIWebViewNavigationType]]></category>

		<guid isPermaLink="false">http://dblog.com.au/?p=115</guid>
		<description><![CDATA[Well I have been asked this a few times and I can see how it would be a very helpful addition to the UIWebView&#8217;s feature set. What I am talking about is adding the ability to intercept the event generated when a user selects a link in a webpage being displayed with a UIWebView, this [...]]]></description>
		<wfw:commentRss>http://dblog.com.au/iphone-development/iphone-sdk-tip-firing-custom-events-when-a-link-is-clicked-in-a-uiwebview/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>iPhone SDK Tip: Function for getting formatted date string as NSString</title>
		<link>http://dblog.com.au/iphone-development/iphone-sdk-tip-function-for-getting-formatted-date-string-as-nsstring/</link>
		<comments>http://dblog.com.au/iphone-development/iphone-sdk-tip-function-for-getting-formatted-date-string-as-nsstring/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 01:58:29 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iphone SDK tips]]></category>
		<category><![CDATA[xcode]]></category>
		<category><![CDATA[iphone sdk]]></category>
		<category><![CDATA[iphone sdk tip]]></category>
		<category><![CDATA[timeformat]]></category>

		<guid isPermaLink="false">http://dblog.com.au/?p=107</guid>
		<description><![CDATA[Well I needed a way to get a formatted date string in NSString format so I dug around and came up with the following function.

-(NSString *) dateInFormat:(NSString*) stringFormat {
	char buffer[80];
	const char *format = [stringFormat UTF8String];
	time_t rawtime;
	struct tm * timeinfo;
	time(&#038;rawtime);
	timeinfo = localtime(&#038;rawtime);
	strftime(buffer, 80, format, timeinfo);
	return [NSString  stringWithCString:buffer encoding:NSUTF8StringEncoding];
}

What it does it it takes a NSString [...]]]></description>
		<wfw:commentRss>http://dblog.com.au/iphone-development/iphone-sdk-tip-function-for-getting-formatted-date-string-as-nsstring/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Project source files now available for download!</title>
		<link>http://dblog.com.au/iphone-development/project-source-files-now-available-for-download/</link>
		<comments>http://dblog.com.au/iphone-development/project-source-files-now-available-for-download/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 01:20:57 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iPhone Development Tutorials]]></category>
		<category><![CDATA[xcode]]></category>
		<category><![CDATA[project downloads]]></category>

		<guid isPermaLink="false">http://dblog.com.au/?p=105</guid>
		<description><![CDATA[Just letting everyone know that the source files for the first three tutorials are now available at the bottom of each tutorial. There has also been some minor updates to some of the tutorials to make them easier to understand.
Keep your eyes out for more tips and tutorials coming soon!
Share this on del.icio.usDigg this!Share this [...]]]></description>
		<wfw:commentRss>http://dblog.com.au/iphone-development/project-source-files-now-available-for-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Loading Local Files into UIWebView</title>
		<link>http://dblog.com.au/iphone-development/loading-local-files-into-uiwebview/</link>
		<comments>http://dblog.com.au/iphone-development/loading-local-files-into-uiwebview/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 23:58:31 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[xcode]]></category>
		<category><![CDATA[iphone sdk]]></category>
		<category><![CDATA[NSBundle]]></category>
		<category><![CDATA[NSString]]></category>
		<category><![CDATA[UIWebview]]></category>

		<guid isPermaLink="false">http://dblog.com.au/?p=96</guid>
		<description><![CDATA[I thought i would make this a separate post to the Build your very own Web Browser! tutorial as it can be used for many different purposes and it took me a bit to figure it out.
For my example I am going to be trying to use a file in my local bundle in a [...]]]></description>
		<wfw:commentRss>http://dblog.com.au/iphone-development/loading-local-files-into-uiwebview/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

