<?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>Chewy Apps &#187; xml</title>
	<atom:link href="http://www.chewyapps.com/tag/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chewyapps.com</link>
	<description>Hi, I&#039;m Henning, and I&#039;m an iPhone developer.</description>
	<lastBuildDate>Sat, 28 Jan 2012 19:00:22 +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>Got my App on my iPhone!</title>
		<link>http://www.chewyapps.com/2008/09/29/30/</link>
		<comments>http://www.chewyapps.com/2008/09/29/30/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 17:12:09 +0000</pubDate>
		<dc:creator>henning</dc:creator>
				<category><![CDATA[Chewy Xbox]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.chewyapps.com/?p=30</guid>
		<description><![CDATA[Exciting days! This weekend I finally got my app running on my iPhone. It took a while to get accepted to the developer program (due to a lost email) and then I had problems getting my app working on my iPhone that were solved by upgrading to the latest SDK. But now I have my [...]]]></description>
			<content:encoded><![CDATA[<p>Exciting days! This weekend I finally got my app running on my iPhone. It took a while to get accepted to the developer program (due to a lost email) and then I had problems getting my app working on my iPhone that were solved by upgrading to the latest SDK.</p>
<p>But now I have my app working on my iPhone and it&#8217;s sweet! It&#8217;s so cool to see something that you&#8217;ve only seen working in the emulator working, and working well, on the iPhone.</p>
<p>Well, except for one thing. It&#8217;s <strong>slow</strong>. Slow as in <em>I don&#8217;t wanna use it</em> slow. Now, it&#8217;s the debug build, so I&#8217;m hoping that the release build is quicker. I haven&#8217;t tested it yet due to various reasons, but I&#8217;ll be able to do so once the XML data service I rely on is back up and running. I&#8217;m crossing my fingers. Either way, I still think I need to add a spinner when the app first launches, to show that I&#8217;m working on getting the data. I also need to handle the absence of the data service better, instead of just crashing! <img src='http://www.chewyapps.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Edit:</strong> When the service I rely on stops working, my app just quits. (I still have to fix that.) I noticed that with the release build, it quits much faster! That&#8217;s a good sign, I hope. <img src='http://www.chewyapps.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.chewyapps.com/2008/09/29/30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TouchXML for the Win!</title>
		<link>http://www.chewyapps.com/2008/09/25/touchxml-for-the-win/</link>
		<comments>http://www.chewyapps.com/2008/09/25/touchxml-for-the-win/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 17:10:54 +0000</pubDate>
		<dc:creator>henning</dc:creator>
				<category><![CDATA[Chewy Xbox]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[TouchXML]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.chewyapps.com/?p=28</guid>
		<description><![CDATA[Last night I implemented saving and loading of the friends list. So now my app is actually useful! I used XML as the file format, because it&#8217;s so easy to use and read. Writing the file was easy enough, I just built up an NSString and wrote it out. Reading the file, though, was a [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I implemented saving and loading of the friends list. So now my app is actually useful! I used XML as the file format, because it&#8217;s so easy to use and read. Writing the file was easy enough, I just built up an NSString and wrote it out. Reading the file, though, was a different matter. I had previously used the XML reader as in the SeismicXML example, but frankly I didn&#8217;t like that method. It was a big pain in the butt. What I wanted was something like NSXMLDocument, which isn&#8217;t available on the iPhone. Luckily some wonderful dude created a look-alike library in the form of <a href="http://code.google.com/p/touchcode/wiki/TouchXML" target="_blank">TouchXML</a>. And some other wonder dude wrote up a <a href="http://dblog.com.au/general/iphone-sdk-tutorial-building-an-advanced-rss-reader-using-touchxml-part-1/" target="_blank">RSS tutorial using TouchXML</a>. So after all that, actually reading my XML file became a much easier thing.</p>
<p>Next step? I have lots of little things to do, even now that the basic functionality of my app is working. But I think that maybe now I should actually try to put it onto my iPhone and make sure it works there, and not just in the simulator.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chewyapps.com/2008/09/25/touchxml-for-the-win/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

