<?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>My First iPhone Application</title>
	<atom:link href="http://www.myfirstiphoneapplication.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.myfirstiphoneapplication.com</link>
	<description>Resources to help you develop your first iPhone application</description>
	<lastBuildDate>Mon, 06 Dec 2010 03:42:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>How to parse URL from RSS feed with NSXMLParser</title>
		<link>http://www.myfirstiphoneapplication.com/2010/12/how-to-parse-url-from-rss-feed-with-nsxmlparser/</link>
		<comments>http://www.myfirstiphoneapplication.com/2010/12/how-to-parse-url-from-rss-feed-with-nsxmlparser/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 03:36:23 +0000</pubDate>
		<dc:creator>paddoum</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.myfirstiphoneapplication.com/?p=349</guid>
		<description><![CDATA[When you parse URL from RSS feeds there are, most of the time, unwanted characters (not directly visible) that prevent you from opening a page from within your iPhone app. The solution below is not perfect but does the job. // Get the actual string NSString *storyURL = [NSString stringWithFormat:@"%@", self.selectedURL]; // Break it at [...]]]></description>
		<wfw:commentRss>http://www.myfirstiphoneapplication.com/2010/12/how-to-parse-url-from-rss-feed-with-nsxmlparser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A great way to improve NSLog</title>
		<link>http://www.myfirstiphoneapplication.com/2010/11/a-great-way-to-improve-nslog/</link>
		<comments>http://www.myfirstiphoneapplication.com/2010/11/a-great-way-to-improve-nslog/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 04:09:31 +0000</pubDate>
		<dc:creator>paddoum</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.myfirstiphoneapplication.com/?p=352</guid>
		<description><![CDATA[NSLog has always been my weapon of choice when I needed to debug in my early days of iPhone development. Recently I came across a very interesting post from Vincent Gable which has created a macro called LOG_EXPR(x) that prints out x, no matter what type x is, without having to worry about format-strings (and [...]]]></description>
		<wfw:commentRss>http://www.myfirstiphoneapplication.com/2010/11/a-great-way-to-improve-nslog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why my iPhone App did fail to properly launch ONLY when downloaded from the iPhone app store and NOT in development mode?</title>
		<link>http://www.myfirstiphoneapplication.com/2010/05/iphone-app-fails-to-properly-launch-only-when-downloaded-from-the-app-store-and-not-in-development-mode/</link>
		<comments>http://www.myfirstiphoneapplication.com/2010/05/iphone-app-fails-to-properly-launch-only-when-downloaded-from-the-app-store-and-not-in-development-mode/#comments</comments>
		<pubDate>Mon, 03 May 2010 02:09:06 +0000</pubDate>
		<dc:creator>paddoum</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.myfirstiphoneapplication.com/?p=320</guid>
		<description><![CDATA[iPhone apps development is always full of surprise to say the least. It&#8217;s always very frustrating to experience an iphone apps crash especially when downloaded from the iTunes app store (Following approval by Apple). It happened only with 3G device (Worked fine on the 3GS) and it didn&#8217;t &#8220;crash&#8221; when ran in debug mode on [...]]]></description>
		<wfw:commentRss>http://www.myfirstiphoneapplication.com/2010/05/iphone-app-fails-to-properly-launch-only-when-downloaded-from-the-app-store-and-not-in-development-mode/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How do I specify both icons for a universal iPhone/iPad app?</title>
		<link>http://www.myfirstiphoneapplication.com/2010/04/how-do-i-specify-both-icons-for-a-universal-iphoneipad-app/</link>
		<comments>http://www.myfirstiphoneapplication.com/2010/04/how-do-i-specify-both-icons-for-a-universal-iphoneipad-app/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 19:19:05 +0000</pubDate>
		<dc:creator>paddoum</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[universal application]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.myfirstiphoneapplication.com/?p=316</guid>
		<description><![CDATA[Add a CFBundleIconFiles key of type Array to your Info.plist. The array should contain 2 string items: the filenames of the two icons. The OS will then automatically choose the correct icon for each platform based on their pixel dimensions. You can keep the CFBundleIconFile key and have it point to the icon file for [...]]]></description>
		<wfw:commentRss>http://www.myfirstiphoneapplication.com/2010/04/how-do-i-specify-both-icons-for-a-universal-iphoneipad-app/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to create an iPhone in-app web browser</title>
		<link>http://www.myfirstiphoneapplication.com/2010/03/iphone-in-app-web-browser/</link>
		<comments>http://www.myfirstiphoneapplication.com/2010/03/iphone-in-app-web-browser/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 14:48:39 +0000</pubDate>
		<dc:creator>paddoum</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[UIWebView]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.myfirstiphoneapplication.com/?p=267</guid>
		<description><![CDATA[I have been looking for a while for an in-app browser without finding exactly what I wanted. I eventually figure that the in-app browser from the three20 library had exactly the features that I wanted : 1) basic navigation, 2)ability to add the browser to my navigation controller and 3) option to open web links [...]]]></description>
		<wfw:commentRss>http://www.myfirstiphoneapplication.com/2010/03/iphone-in-app-web-browser/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Approach Guides Wine is now available on the App Store</title>
		<link>http://www.myfirstiphoneapplication.com/2010/03/approach-guides-wine-is-now-available-on-the-app-store/</link>
		<comments>http://www.myfirstiphoneapplication.com/2010/03/approach-guides-wine-is-now-available-on-the-app-store/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 03:37:54 +0000</pubDate>
		<dc:creator>paddoum</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.myfirstiphoneapplication.com/?p=291</guid>
		<description><![CDATA[Approach Guides Wine is the ultimate wine app, helping you navigate any Italian wine list with ease and choose wine with confidence. Select wine by style, grape, region or food pairing and find information on all of Italy’s grapes, regions and vintages. Further, AG Wine does not require an internet connection, so this information is [...]]]></description>
		<wfw:commentRss>http://www.myfirstiphoneapplication.com/2010/03/approach-guides-wine-is-now-available-on-the-app-store/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AG Wine iPhone App</title>
		<link>http://www.myfirstiphoneapplication.com/2010/02/ag-wine-iphone-app/</link>
		<comments>http://www.myfirstiphoneapplication.com/2010/02/ag-wine-iphone-app/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 18:17:56 +0000</pubDate>
		<dc:creator>paddoum</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.myfirstiphoneapplication.com/?p=262</guid>
		<description><![CDATA[We are about to launch our AG Wine iPhone app and would LOVE some feedback : http://www.agwine.com/survey/]]></description>
		<wfw:commentRss>http://www.myfirstiphoneapplication.com/2010/02/ag-wine-iphone-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to to get Twitter authenticating with OAuth token from you iPhone app</title>
		<link>http://www.myfirstiphoneapplication.com/2010/02/twitter-oauth/</link>
		<comments>http://www.myfirstiphoneapplication.com/2010/02/twitter-oauth/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 03:00:25 +0000</pubDate>
		<dc:creator>paddoum</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.myfirstiphoneapplication.com/?p=241</guid>
		<description><![CDATA[After allowing AGWine iPhone app users to update their Facebook status we thought that the next great feature would be to allow them to tweet. The best twitter engine in the street right now and available to everyone is the MGTwitterEngine developed by Matt Gemmel. What you might find a bit frustrating is that when [...]]]></description>
		<wfw:commentRss>http://www.myfirstiphoneapplication.com/2010/02/twitter-oauth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to deal with memory leaks on the iPhone</title>
		<link>http://www.myfirstiphoneapplication.com/2010/02/dealing-with-memory-leaks-on-the-iphone/</link>
		<comments>http://www.myfirstiphoneapplication.com/2010/02/dealing-with-memory-leaks-on-the-iphone/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 05:20:32 +0000</pubDate>
		<dc:creator>paddoum</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.myfirstiphoneapplication.com/?p=222</guid>
		<description><![CDATA[Dealing with memory on the iPhone is one of the most difficult challenges that you will face as a new iPhone developer. One thing that you have to worry about with memory management is the “retain count” of an object. The retain count is how the system keeps track of the memory used by an [...]]]></description>
		<wfw:commentRss>http://www.myfirstiphoneapplication.com/2010/02/dealing-with-memory-leaks-on-the-iphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to get alternate background color for UITableViewCell in Xcode</title>
		<link>http://www.myfirstiphoneapplication.com/2010/02/alternate-cell-background-color-for-uitableviewcell/</link>
		<comments>http://www.myfirstiphoneapplication.com/2010/02/alternate-cell-background-color-for-uitableviewcell/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 04:00:44 +0000</pubDate>
		<dc:creator>paddoum</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.myfirstiphoneapplication.com/?p=216</guid>
		<description><![CDATA[I found a very efficient way to do it : - (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath { cell.backgroundColor = (indexPath.row%2)?[UIColor grayColor]:[UIColor clearColor]; } I also recommend Olivier Drobnik snippet to solve the following dilemma : &#8220;How can I make my cells alternate colors across multiple sections if the sections don’t always have the same number [...]]]></description>
		<wfw:commentRss>http://www.myfirstiphoneapplication.com/2010/02/alternate-cell-background-color-for-uitableviewcell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

