<?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>iPhone Development Blog &#187; Five on Friday</title>
	<atom:link href="http://iPhoneIncubator.com/blog/category/five-on-friday/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneIncubator.com/blog</link>
	<description>Tips and Tricks for iPhone, iPod, iPad and iOS Developers</description>
	<lastBuildDate>Fri, 09 Jul 2010 16:10:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Five On Friday</title>
		<link>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-8</link>
		<comments>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-8#comments</comments>
		<pubDate>Fri, 23 Apr 2010 16:21:44 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Five on Friday]]></category>

		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=471</guid>
		<description><![CDATA[Boycott Gizmodo
We all enjoy reading the latest rumors about upcoming Apple products and play the guessing game of what Steve will unveil next. But this week Gizmodo went over the line. (If you have been immersed in coding this past week, here&#8217;s an excellent recap.) By their actions Gizmodo have caused great harm to an [...]<p>Post from <a href="http://iPhoneIncubator.com/blog">iPhone Development Blog</a> Copyright &copy; 2009 Nick Dalton - <a href="http://iPhoneIncubator.com/blog/portfolio">iPhone Developer</a><br/><br/><a href="http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-8">Five On Friday</a></p>
]]></description>
			<content:encoded><![CDATA[<h3>Boycott Gizmodo</h3>
<p>We all enjoy reading the latest rumors about upcoming Apple products and play the guessing game of what Steve will unveil next. But this week Gizmodo went over the line. (If you have been immersed in coding this past week, here&#8217;s an <a href="http://daringfireball.net/2010/04/gizmodo_prototype_iphone">excellent recap</a>.) By their actions Gizmodo have caused great harm to an Apple engineer who made an unfortunate mistake. And they seem to take great pride in this.</p>
<p>The Apple engineer is one of us. He probably works 100-hour weeks building the gadgets we love to use and which we ultimately make our living from. </p>
<p>Therefore I encourage you to follow <a href="http://furbo.org/2010/04/19/an-apology/">Craig Hockenberry&#8217;s advice</a> and boycott Gizmodo. Since it&#8217;s clear that the only thing they care about is page views, let us all deprive them of the same.</p>
<h3><a href="http://www.asktog.com/columns/082iPad&#038;Mac.html">Mac &#038; the iPad, History Repeats Itself</a></h3>
<p>An excellent article by Bruce Tognazzini (Apple employee #66) on Apple&#8217;s design process that leads to great products like the Mac, the iPhone and the iPad.</p>
<h3><a href="http://www.markj.net/ab-testing-iphone-app-names-360idev/">Increase iPhone App Downloads by A/B Testing App Names</a></h3>
<p>A very smart technique for testing and finding the most effective name and icon for your app.</p>
<h3><a href="http://www.raywenderlich.com/999/core-data-tutorial-how-to-use-nsfetchedresultscontroller">Core Data Tutorial: How To Use NSFetchedResultsController</a></h3>
<p>If you haven&#8217;t looked at Core Data for your apps yet, you should. This article is the third part in a series, and deals with NSFetchedResultsController. This controller is by itself one of the best arguments for using Core Data in an iPhone app. (Although beware of <a href="http://iphoneincubator.com/blog/data-management/delete-the-nsfetchedresultscontroller-cache-before-changing-the-nspredicate">this gotcha</a>.)</p>
<h3><a href="http://icodeblog.com/2010/04/22/how-to-integrate-google-analytics-tracking-into-your-apps-in-7-minutes/">How To Integrate Google Analytics Tracking Into Your Apps In 7 Minutes</a></h3>
<p>I&#8217;ve written about <a href="http://iphoneincubator.com/blog/general/google-analytics-for-iphone-apps">Google Analytics for iPhone apps before</a>. This is a nice tutorial with screen images. (Although given the <a href="http://erickerr.com/iphone-agreement-thirdparty">recent change to paragraph 3.3.9</a> in the iPhone Developer Agreement, you may want to hold off on adding analytics to your app.)</p>
<p>Post from <a href="http://iPhoneIncubator.com/blog">iPhone Development Blog</a> Copyright &copy; 2009 Nick Dalton - <a href="http://iPhoneIncubator.com/blog/portfolio">iPhone Developer</a><br/><br/><a href="http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-8">Five On Friday</a></p>
]]></content:encoded>
			<wfw:commentRss>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-8/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Five on Friday</title>
		<link>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-7</link>
		<comments>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-7#comments</comments>
		<pubDate>Sat, 07 Feb 2009 06:09:33 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Five on Friday]]></category>

		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=89</guid>
		<description><![CDATA[Using Multiple OpenGL Views And UIKit
In the Mobile Zodiac application for Chicago Tribune I started out using standard views for all animations but that turned out to be too choppy on the device, so I used OpenGL to animate the zodiac, but kept the rest of the views intact. I wish I could have read [...]<p>Post from <a href="http://iPhoneIncubator.com/blog">iPhone Development Blog</a> Copyright &copy; 2009 Nick Dalton - <a href="http://iPhoneIncubator.com/blog/portfolio">iPhone Developer</a><br/><br/><a href="http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-7">Five on Friday</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://gamesfromwithin.com/?p=318">Using Multiple OpenGL Views And UIKit</a></strong><br />
In the <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=290161710&#038;mt=8">Mobile Zodiac</a> application for Chicago Tribune I started out using standard views for all animations but that turned out to be too choppy on the device, so I used OpenGL to animate the zodiac, but kept the rest of the views intact. I wish I could have read this article before I embarked on that project&#8230;</p>
<p><strong><a href="http://www.mobileorchard.com/iphone-memory-management/">9 iPhone Memory Management Links and Resources</a></strong><br />
You can&#8217;t learn too much about memory management on the iPhone.</p>
<p><strong><a href="http://www.mobileorchard.com/14-essential-xcode-tips-tricks-and-resources-for-iphone-devs/">14 Essential Xcode Tips, Tricks and Resources for iPhone Devs</a></strong><br />
When you spend so many hours per day living in Xcode, every little trick that can save me some time is welcome. This article has lots of them.</p>
<p><strong><a href="http://arstechnica.com/apple/news/2009/01/iphone-dev-user-phone-numbers.ars">iPhone dev: Retrieving user phone numbers</a></strong><br />
I have to admit that I did not know it was possible to retrieve the phone number of the device. And it turns out to be so simple. Nice detective work Erica!<br />
 <br />
<strong><a href="http://glinden.blogspot.com/2006/11/marissa-mayer-at-web-20.html">Speed Matters</a></strong><br />
This is not directly iPhone related, but it brings up an important point that a 0.5 second delay has a great impact on usability. And it&#8217;s very easy to end up with 0.5 second delays in your iPhone app if you&#8217;re not careful.</p>
<p>Post from <a href="http://iPhoneIncubator.com/blog">iPhone Development Blog</a> Copyright &copy; 2009 Nick Dalton - <a href="http://iPhoneIncubator.com/blog/portfolio">iPhone Developer</a><br/><br/><a href="http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-7">Five on Friday</a></p>
]]></content:encoded>
			<wfw:commentRss>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-7/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Five on Friday</title>
		<link>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-6</link>
		<comments>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-6#comments</comments>
		<pubDate>Sat, 01 Nov 2008 05:51:21 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Five on Friday]]></category>

		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=76</guid>
		<description><![CDATA[Debugging tips for Objective-C programming
Great debugging tips from Matt Gallagher.
Demystifying CGAffineTransform
Jeff LaMarche does a great job explaining affine transforms.
Adventures in Cocotron
This is intriguing: Write a Cocoa app, add Cocotron, stir, and out comes a Windows version. Several projects require an application on the desktop computer to interact with the iPhone. I&#8217;ve always hesitated to embark [...]<p>Post from <a href="http://iPhoneIncubator.com/blog">iPhone Development Blog</a> Copyright &copy; 2009 Nick Dalton - <a href="http://iPhoneIncubator.com/blog/portfolio">iPhone Developer</a><br/><br/><a href="http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-6">Five on Friday</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://cocoawithlove.com/2008/10/debugging-tips-for-objective-c.html">Debugging tips for Objective-C programming</a></p>
<p>Great debugging tips from Matt Gallagher.</p>
<p><a href="http://iphonedevelopment.blogspot.com/2008/10/demystifying-cgaffinetransform.html">Demystifying CGAffineTransform</a></p>
<p>Jeff LaMarche does a great job explaining affine transforms.</p>
<p><a href="http://macdaddyworld.com/2008/10/27/adventures-in-cocotron/">Adventures in Cocotron</a></p>
<p>This is intriguing: Write a Cocoa app, add Cocotron, stir, and out comes a Windows version. Several projects require an application on the desktop computer to interact with the iPhone. I&#8217;ve always hesitated to embark on this due to the hassle of maintaining multiple code bases. This might just be the ticket.</p>
<p><a href="http://arstechnica.com/journals/apple.ars/2008/10/29/site-helps-devs-monitor-app-store-ratings-across-the-globe">Site helps devs monitor App Store ratings across the globe</a></p>
<p>Once you have your app in the App Store you want to check on reviews and ratings in other App Stores around the world.</p>
<p><a href="http://cs193p.stanford.edu/downloads/Handout-0-Overview.pdf">Stanford Course CS193P is free online</a></p>
<p>Want to learn iPhone programming at Stanford? The goal of <span>CS193P</span> is to teach you how to write object-oriented applications for iPhone and iPod touch, using the Cocoa Touch framework on Mac OS X. Download the complete course material <a href="http://www.stanford.edu/class/cs193p/cgi-bin/index.php">here</a>.</p>
<p> </p>
<p>Post from <a href="http://iPhoneIncubator.com/blog">iPhone Development Blog</a> Copyright &copy; 2009 Nick Dalton - <a href="http://iPhoneIncubator.com/blog/portfolio">iPhone Developer</a><br/><br/><a href="http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-6">Five on Friday</a></p>
]]></content:encoded>
			<wfw:commentRss>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five on Friday</title>
		<link>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-5</link>
		<comments>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-5#comments</comments>
		<pubDate>Fri, 24 Oct 2008 07:30:34 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Five on Friday]]></category>
		<category><![CDATA[PNG]]></category>
		<category><![CDATA[UIScrollView]]></category>

		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=75</guid>
		<description><![CDATA[Timely UI Updates
Getting the iPhone UI to update when you want it to is hard. Erica Sadun presents several good tips.
3D Transformations on iPhone with Core Animation
3D graphics on the iPhone is fun. Bill Dudney provides some useful code examples.
iPhone &#8220;Optimized&#8221; PNGs
Have you ever examined an iPhone .app file? You can view the contents of [...]<p>Post from <a href="http://iPhoneIncubator.com/blog">iPhone Development Blog</a> Copyright &copy; 2009 Nick Dalton - <a href="http://iPhoneIncubator.com/blog/portfolio">iPhone Developer</a><br/><br/><a href="http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-5">Five on Friday</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.oreilly.com/iphone/2008/10/timely-ui-updates.html">Timely UI Updates</a></p>
<p>Getting the iPhone UI to update when you want it to is hard. Erica Sadun presents several good tips.</p>
<p><a href="http://blogs.oreilly.com/iphone/2008/10/3d-transformations-on-iphone-w.html">3D Transformations on iPhone with Core Animation</a></p>
<p>3D graphics on the iPhone is fun. Bill Dudney provides some useful code examples.</p>
<p><a href="http://iphonedevelopment.blogspot.com/2008/10/iphone-optimized-pngs.html">iPhone &#8220;Optimized&#8221; PNGs</a></p>
<p>Have you ever examined an iPhone .app file? You can view the contents of most files in the app bundle, except PNG images. This article explains why.</p>
<p><a href="http://blogs.oreilly.com/iphone/2008/10/creating-a-full-screen-camera.html">Creating a Full-Screen Camera Preview</a></p>
<p>An interesting trick to modify the camera preview screen. By the queen of iPhone SDK hacking: Erica Sadun.</p>
<p><a href="http://iphonedevelopment.blogspot.com/2008/10/scroll-views.html">Scroll Views</a></p>
<p>UIScrollView is one of the most frustrating classes in the SDK due to the lack of control you can impose on it. I&#8217;m glad I&#8217;m not the only one who&#8217;s stumped.</p>
<p>Post from <a href="http://iPhoneIncubator.com/blog">iPhone Development Blog</a> Copyright &copy; 2009 Nick Dalton - <a href="http://iPhoneIncubator.com/blog/portfolio">iPhone Developer</a><br/><br/><a href="http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-5">Five on Friday</a></p>
]]></content:encoded>
			<wfw:commentRss>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five on Friday</title>
		<link>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-4</link>
		<comments>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-4#comments</comments>
		<pubDate>Fri, 10 Oct 2008 07:04:09 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Five on Friday]]></category>
		<category><![CDATA[Bonjour]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[init]]></category>
		<category><![CDATA[UILabel]]></category>
		<category><![CDATA[UITableView]]></category>

		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=73</guid>
		<description><![CDATA[Fancy UILabels
Craig Hockenberry&#8217;s battles with improving the scrolling performance of UITableView.
Cocoa for Scientists (Part XXVIII): Bonjour and How Do You Do?
A great article on low level networking: How do you find and talk to another iPhone or Mac?
iPhone Developer&#8217;s Cookbook, The: Building Applications with the iPhone SDK, Adobe Reader
Erica Sadun&#8217;s book is now published. It&#8217;s a [...]<p>Post from <a href="http://iPhoneIncubator.com/blog">iPhone Development Blog</a> Copyright &copy; 2009 Nick Dalton - <a href="http://iPhoneIncubator.com/blog/portfolio">iPhone Developer</a><br/><br/><a href="http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-4">Five on Friday</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://furbo.org/2008/10/07/fancy-uilabels/">Fancy UILabels</a></p>
<p>Craig Hockenberry&#8217;s battles with improving the scrolling performance of UITableView.</p>
<p><a href="http://www.macresearch.org/cocoa-scientists-part-xxviii-bonjour-and-how-do-you-do">Cocoa for Scientists (Part XXVIII): Bonjour and How Do You Do?</a></p>
<p>A great article on low level networking: How do you find and talk to another iPhone or Mac?</p>
<p><a href="http://www.informit.com/store/product.aspx?isbn=0321553519">iPhone Developer&#8217;s Cookbook, The: Building Applications with the iPhone SDK, Adobe Reader</a></p>
<p>Erica Sadun&#8217;s book is now published. It&#8217;s a very good read. My only complaint is that there&#8217;s more emphasis on private APIs then I&#8217;m comfortable with.</p>
<p>Sample code for the book is available <a href="http://ericasadun.com/?p=246">here</a>.</p>
<p><strong>Update: <span style="font-weight: normal; line-height: 26px;">The sample code contains a description on how to use the coverflow API hidden in the bowels of the iPhone. Apple has since rejected apps that use this private API.</span></strong></p>
<p><a href="http://www.mikeash.com/?page=pyblog/the-how-and-why-of-cocoa-initializers.html">The How and Why of Cocoa Initializers</a></p>
<p>While not specifically an iPhone topic, there has been a long ongoing controversy among Cocoa developers on how to properly write init methods. Bottom line is to follow Apple&#8217;s example. This article explains why.</p>
<p>Post from <a href="http://iPhoneIncubator.com/blog">iPhone Development Blog</a> Copyright &copy; 2009 Nick Dalton - <a href="http://iPhoneIncubator.com/blog/portfolio">iPhone Developer</a><br/><br/><a href="http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-4">Five on Friday</a></p>
]]></content:encoded>
			<wfw:commentRss>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five on Friday</title>
		<link>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-3</link>
		<comments>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-3#comments</comments>
		<pubDate>Fri, 03 Oct 2008 14:20:02 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Five on Friday]]></category>
		<category><![CDATA[Interface Builder]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[UITableView]]></category>
		<category><![CDATA[UITextField]]></category>

		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=60</guid>
		<description><![CDATA[Now that the NDA has been lifted it&#8217;s going to be a lot easier to find interesting links to other blogs discussing iPhone Development.
Code Sample Videos
Erica Sadun has posted sample videos accompanying her upcoming iPhone Programmer’s Cookbook. 
Glassy Scrolling with UITableView
Some great advice on improving the performance of table views.
Sliding UITextFields around to avoid the keyboard
Managing the [...]<p>Post from <a href="http://iPhoneIncubator.com/blog">iPhone Development Blog</a> Copyright &copy; 2009 Nick Dalton - <a href="http://iPhoneIncubator.com/blog/portfolio">iPhone Developer</a><br/><br/><a href="http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-3">Five on Friday</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Now that the NDA has been lifted it&#8217;s going to be a lot easier to find interesting links to other blogs discussing iPhone Development.</p>
<h3><a href="http://ericasadun.com/?p=245">Code Sample Videos</a></h3>
<p>Erica Sadun has posted sample videos accompanying her upcoming <a href="http://safari.oreilly.com/9780321591180">iPhone Programmer’s Cookbook</a>. </p>
<h3><a href="http://www.fieryrobot.com/blog/2008/10/01/glassy-scrolling-with-uitableview/">Glassy Scrolling with UITableView</a></h3>
<p>Some great advice on improving the performance of table views.</p>
<h3><a href="http://cocoawithlove.com/2008/10/sliding-uitextfields-around-to-avoid.html">Sliding UITextFields around to avoid the keyboard</a></h3>
<p>Managing the keyboard and ensuring that text fields are visible when you enter text is painful. Matt Gallagher presents a generic solution to this problem.</p>
<h3><a href="http://www.cimgf.com/2008/10/01/cocoa-touch-tutorial-iphone-application-example/">Cocoa Touch Tutorial: iPhone Application Example</a></h3>
<p>A very nice tutorial from Matt Long on creating your first iPhone application using Interface Builder.</p>
<h3><a href="http://arstechnica.com/articles/culture/iPhone-SDK.ars/1">A touch of Cocoa: inside the iPhone SDK</a></h3>
<p>A series of articles describing the software internals of the iPhone.</p>
<p>Post from <a href="http://iPhoneIncubator.com/blog">iPhone Development Blog</a> Copyright &copy; 2009 Nick Dalton - <a href="http://iPhoneIncubator.com/blog/portfolio">iPhone Developer</a><br/><br/><a href="http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-3">Five on Friday</a></p>
]]></content:encoded>
			<wfw:commentRss>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five on Friday</title>
		<link>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-2</link>
		<comments>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-2#comments</comments>
		<pubDate>Fri, 11 Apr 2008 12:42:22 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Five on Friday]]></category>

		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=34</guid>
		<description><![CDATA[This Device Has Expired
This week Apple displayed their control over all iPhone developers by bricking all iPhones and iPod Touch devices used for development. The installed firmware expired at 12:01 am on April 8th. Much, much later in the afternoon Apple released an updated firmware.
Exploring iPhone Graphics Part 1
Pete begins a new trail, this time [...]<p>Post from <a href="http://iPhoneIncubator.com/blog">iPhone Development Blog</a> Copyright &copy; 2009 Nick Dalton - <a href="http://iPhoneIncubator.com/blog/portfolio">iPhone Developer</a><br/><br/><a href="http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-2">Five on Friday</a></p>
]]></description>
			<content:encoded><![CDATA[<h3><a href="http://discussions.apple.com/thread.jspa?threadID=1476975&#038;tstart=135">This Device Has Expired</a></h3>
<p>This week Apple displayed their control over all iPhone developers by bricking all iPhones and iPod Touch devices used for development. The installed firmware expired at 12:01 am on April 8th. Much, much later in the afternoon Apple released an updated firmware.</p>
<h3><a href="http://trailsinthesand.com/exploring-iphone-graphics-part-1/">Exploring iPhone Graphics Part 1</a></h3>
<p>Pete begins a new trail, this time about graphics. Great stuff as usual.</p>
<h3><a href="http://www.iphoneatlas.com/2008/04/10/iphone-os-20-has-embedded-youtube-support-screenshot/">iPhone OS 2.0 has embedded YouTube support</a></h3>
<p>More and more integration type features are added to Safari for the 2.0 release.</p>
<p>Post from <a href="http://iPhoneIncubator.com/blog">iPhone Development Blog</a> Copyright &copy; 2009 Nick Dalton - <a href="http://iPhoneIncubator.com/blog/portfolio">iPhone Developer</a><br/><br/><a href="http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-2">Five on Friday</a></p>
]]></content:encoded>
			<wfw:commentRss>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five on Friday</title>
		<link>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday</link>
		<comments>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday#comments</comments>
		<pubDate>Sat, 05 Apr 2008 01:12:27 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Five on Friday]]></category>

		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=29</guid>
		<description><![CDATA[Five good iPhone related blog posts from around the web this past week:
Five Factors Shifting the Future of Malware and Platform Security
RoughlyDrafted Magazine publishes great, in-depth articles. Next time you grumble about the iPhone code signing process, consider the alternative.
Exploring iPhone Audio Part 4
Pete continues his excellent iPhone SDK audio trail. Lots of source code. [...]<p>Post from <a href="http://iPhoneIncubator.com/blog">iPhone Development Blog</a> Copyright &copy; 2009 Nick Dalton - <a href="http://iPhoneIncubator.com/blog/portfolio">iPhone Developer</a><br/><br/><a href="http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday">Five on Friday</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Five good iPhone related blog posts from around the web this past week:</p>
<h3><a href="http://www.roughlydrafted.com/2008/04/02/five-factors-shifting-the-future-of-malware-and-platform-security/#more-1690">Five Factors Shifting the Future of Malware and Platform Security</a></h3>
<p>RoughlyDrafted Magazine publishes great, in-depth articles. Next time you grumble about the iPhone code signing process, consider the alternative.</p>
<h3><a href="http://trailsinthesand.com/exploring-iphone-audio-part-4/">Exploring iPhone Audio Part 4</a></h3>
<p>Pete continues his excellent iPhone SDK audio trail. Lots of source code. My favorite type of post.</p>
<h3><a href="http://www.appstoredeveloper.com/forum/viewtopic.php?f=13&#038;t=26">Is it possible to create multiline UITableView text cells?</a></h3>
<p>AppStoreDeveloper.com is a growing forum for SDK developers. Here&#8217;s one of the livelier threads from the past week.</p>
<h3><a href="http://www.iphonedevsdk.com/">iPhone Dev SDK &#8211; The source for iPhone and iPod Touch development!</a></h3>
<p>That&#8217;s a promising title for a blog. I just discovered Chris&#8217; blog this week. Definitely worth adding to your RSS reader.</p>
<h3><a href="http://www.tuaw.com/2008/04/01/best-of-april-fools-day-online/">Best of April Fool&#8217;s Day online</a></h3>
<p>There were many iPhone related April Fools jokes this week. TUAW has a good roundup.</p>
<p>Post from <a href="http://iPhoneIncubator.com/blog">iPhone Development Blog</a> Copyright &copy; 2009 Nick Dalton - <a href="http://iPhoneIncubator.com/blog/portfolio">iPhone Developer</a><br/><br/><a href="http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday">Five on Friday</a></p>
]]></content:encoded>
			<wfw:commentRss>http://iPhoneIncubator.com/blog/five-on-friday/five-on-friday/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
