<?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>Top iPhone Resource &#187; iOS Development</title>
	<atom:link href="http://topiphoneresource.info/category/iphone-dev/feed/" rel="self" type="application/rss+xml" />
	<link>http://topiphoneresource.info</link>
	<description>All things iPhone!</description>
	<lastBuildDate>Sun, 11 Dec 2011 17:03:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>iPhone Tip: Set an Apple Touch Logo for Any Site</title>
		<link>http://topiphoneresource.info/set-apple-touch-logo-iphone-homescreen/</link>
		<comments>http://topiphoneresource.info/set-apple-touch-logo-iphone-homescreen/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 01:40:31 +0000</pubDate>
		<dc:creator>shriya</dc:creator>
				<category><![CDATA[iOS Development]]></category>
		<category><![CDATA[iPhone Tips]]></category>
		<category><![CDATA[iphone dev]]></category>
		<category><![CDATA[iphone tips]]></category>

		<guid isPermaLink="false">http://www.topiphoneresource.info/?p=5030</guid>
		<description><![CDATA[This tip is probably useful for anyone running their own websites. If you are a web publisher, have you ever wondered how you can control the icon when a user adds your website to their home screen? I just came across a tip (a 2 year old article) and figured I’d share it here should [...]]]></description>
			<content:encoded><![CDATA[<div>This tip is probably useful for anyone running their own websites. If you are a web publisher, have you ever wondered how you can control the icon when a user adds your website to their home screen?</div>
<div></div>
<div>I just came across a tip (a 2 year old article) and figured I’d share it here should there someone like me unaware of this.</div>
<div></div>
<div><strong>For Webmasters</strong></div>
<div></div>
<div>Just like favicons, Apple looks for a file called apple-touch-icon.png in the web hosts root. As long as that file exists, when a reader adds your website to their iDevice home page, the logo you added there will the App icon.</div>
<p><a href="http://cache.topiphoneresource.info/wp-content/uploads/2010/10/DD1BADAC-5712-4D0B-852E-707D944CD10B0.jpg"><img style="margin: 5px;" src="http://cache.topiphoneresource.info/wp-content/uploads/2010/10/DD1BADAC-5712-4D0B-852E-707D944CD10B0.jpg" border="0" alt="DD1BADAC 5712 4D0B 852E 707D944CD10B0 iPhone Tip: Set an Apple Touch Logo for Any Site" width="187" height="281" title="iPhone Tip: Set an Apple Touch Logo for Any Site" /></a><a href="http://cache.topiphoneresource.info/wp-content/uploads/2010/10/FDAE8EBE-1F28-40D4-A799-F0A18FBB4FC82.jpg"><img style="margin: 5px;" src="http://cache.topiphoneresource.info/wp-content/uploads/2010/10/FDAE8EBE-1F28-40D4-A799-F0A18FBB4FC82.jpg" border="0" alt="FDAE8EBE 1F28 40D4 A799 F0A18FBB4FC82 iPhone Tip: Set an Apple Touch Logo for Any Site" width="187" height="281" title="iPhone Tip: Set an Apple Touch Logo for Any Site" /></a></p>
<div>The screenshots show you the logo I did for <a title="ShanKrila.com" href="http://ShanKrila.com" target="_blank">ShanKrila.com</a> for iDevices.</div>
<div></div>
<div>You can also do this by adding a LINK element to the head of the HTML document and specify the path of the icon like this</div>
<blockquote>
<div><em>&lt;link rel=&#8221;apple-touch-icon&#8221; href=&#8221;/customIcon.png&#8221;/&gt;</em></div>
</blockquote>
<div><strong>For iDevice Users</strong></div>
<p>If you want to control the icon for any webpage you want to save in your home page, you can do it with a little bit of effort. It involves setting a javascript bookmarklet. Since it is hard to enter the whole javascript in your iDevice follow these steps</p>
<ol>
<li>Add the following bookmarklet to your desktop Safari browser bookmarks<br />
<strong> <a href="javascript:var%20s=document.createElement('link');s.setAttribute('rel', 'apple-touch-icon');s.setAttribute('href',prompt('Touch icon URL?','http://'));document.getElementsByTagName('head')%5B0%5D.appendChild(s);void(s);"><em>Set touch icon</em></a></strong><em> </em></li>
<li>Sync your iDevice so your Mobile Safari has the bookmarklet</li>
<li>Upload the website icon to anywhere in the web and get the URL</li>
<li>Now in Mobile Safari, launch the site you want to add to home page.</li>
<li>Launch the bookmarklet</li>
<li>Enter the url to the icon you have somewhere in the web (it will look like nothing happened – actually you just set the LINK attribute we described earlier)</li>
<li>Now just add the site to your home page and it should use the icon you saw earlier.</li>
</ol>
<p>Pretty nifty, eh?</p>
<p>This trick should make your home page look nicer and now websites actually look usage on the iPhone homescreen.</p>
<p><em>{ hat tip to </em><a title="All in the head" href="http://allinthehead.com/retro/319/how-to-set-an-apple-touch-icon-for-any-site" target="_blank"><em>All in the head</em></a><em> }</em></p>
<p style="border: 1px solid rgb(245, 245, 245); margin: 15px 2px; padding: 10px; background: rgb(232, 247, 252) none repeat scroll 0pt 0pt; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; width: 600px;"><strong><a href="http://topiphoneresource.info/set-apple-touch-logo-iphone-homescreen/">iPhone Tip: Set an Apple Touch Logo for Any Site</a></strong> - Originally published in <a href="http://topiphoneresource.info" title="Top iPhone Resource">Top iPhone Resource</a> on 2011/10/05 (<a rel="nofollow" href="http://feeds.feedburner.com/TopiPhoneResource" target="_blank">RSS</a>) </p>

<p style="text-align: center;"></p>
<hr />
<p><small>© shriya for <a href="http://topiphoneresource.info">Top iPhone Resource</a>, 2011. |
<a href="http://topiphoneresource.info/set-apple-touch-logo-iphone-homescreen/">Permalink</a> |
<a href="http://topiphoneresource.info/set-apple-touch-logo-iphone-homescreen/#comments">Be the first to comment</a> |
Find us on Twitter - 
<a href="http://twitter.com/TopiPhone" target="_blank"><strong>@TopiPhone</strong></a> and on <a href="http://www.facebook.com/TopiPhoneResource" target="_blank"><strong>Follow TiR in Facebook</strong></a>.
</small></p>

<em>KarShan Media blogs: <a href="http://www.shankrila.com" titile="For your technology news!">ShanKrila</a> - <a href="http://www.topipadresource.com" titile="For your iPhone thirst!">Top iPad Resource</a> - <a href="http://www.spicytasty.com" titile="Recipes from our South Indian kitchen!">Spicy Tasty</a> - <a href="http://camerani.com" titile="Best of Digital Camera deals & Photography tips">Camerani</a><br />   
On Twitter: <em><a href="http://twitter.com/KIntheHouse">@KIntheHouse</a> - <a href="http://twitter.com/TopiPhone">@TopiPhone</a></em> - <a href="http://twitter.com/TopiPad">@TopiPad</a></em> - <a href="http://twitter.com/theCamerani">@theCamerani</a> - <a href="http://twitter.com/karshanmedia">@KarShanMedia</a></em>
	T A G S :<a href="http://topiphoneresource.info/tag/iphone-dev-2/" title="iphone dev" rel="tag">iphone dev</a>, <a href="http://topiphoneresource.info/tag/iphone-tips-2/" title="iphone tips" rel="tag">iphone tips</a><br />
]]></content:encoded>
			<wfw:commentRss>http://topiphoneresource.info/set-apple-touch-logo-iphone-homescreen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS 5 Beta 3 Download Links Available Now</title>
		<link>http://topiphoneresource.info/ios5-beta3-download-links/</link>
		<comments>http://topiphoneresource.info/ios5-beta3-download-links/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 18:30:00 +0000</pubDate>
		<dc:creator>shriya</dc:creator>
				<category><![CDATA[iOS Development]]></category>
		<category><![CDATA[iOS 5]]></category>
		<category><![CDATA[ios dev]]></category>

		<guid isPermaLink="false">http://topiphoneresource.info/ios5-beta3-download-links/</guid>
		<description><![CDATA[Apple has just released iOS 5 beta 3 for download. If you have an Apple Developer account, you can login and get to the iOS 5 beta 3 download links right now. iOS 5 beta 3 is available for iPhone 4, iPad 2 Wi-Fi, iPad 2 GSM, iPad 2 CDMA, iPad, iPhone 3GS and iPod [...]]]></description>
			<content:encoded><![CDATA[<p>Apple has just released iOS 5 beta 3 for download. If you have an Apple Developer account, you can login and get to the <strong>iOS 5 beta 3 download links</strong> right now.</p>
<p>iOS 5 beta 3 is available for <a href="http://www.topiphoneresource.info/category/iphone-news/iphone-4/">iPhone 4</a>, <a href="http://topiphoneresource.info/all-you-need-to-know-about-ipad2/">iPad 2</a> Wi-Fi, iPad 2 GSM, iPad 2 CDMA, iPad, <a href="http://www.topiphoneresource.info/tag/iphone-3gs/">iPhone 3GS</a> and iPod Touch 3rd and 4th gen.</p>
<p>Along with iOS beta 3, Apple has also released Xcode 4.2 Developer Preview 3 and iTunes 10.5 beta 3 downloads as well.</p>
<h3>iOS 5 Beta 3 New Features &amp; Fixes</h3>
<ul>
<ul>
<li><em>Push and local notifications for apps appear in the new Notification Center in <strong>iOS</strong> 5. Notification Center displays notifications that are considered “unread”. In order to accommodate push and local notifications that have no “unread” status, developers can use their application badge count to trigger a clearing of notifications from Notification Center. When an application clears its badge count (by setting it to zero),<strong>iOS</strong> 5 will clear its notifications from Notification Center. </em></li>
<li><em>iMessage <strong>beta</strong> 3 will be unable to communicate with iMessage users on <strong>beta</strong> 1. It works between <strong>beta</strong> 3 and <strong>beta</strong> 2 </em></li>
<li><em>Modal alerts don’t appear for iMessages. </em></li>
<li><em>When tweeting your location from Safari and exiting before the location can be established, the location arrow will stay in the status bar. The arrow can be removed by killing Safari from the task switcher. </em></li>
<li><em><strong>FIXED: </strong>The Reminders application does not send notifications for reminders that are based upon the entry (and/or exit) of a location if there is no date associated with the reminder. </em></li>
<li><em>In this <strong>beta</strong> the option of “Choosing a security question” is not working during an iCloud account setup. </em></li>
<li><em><strong>FIXED: </strong>After creating a recurring event locally on the device, the device stops syncing after hitting an error on merge. Removing and re-adding the account acts as a workaround for this. </em></li>
<li><em>Restoring from a Seed 1 backup or earlier will cause MobileMe/iCloud calendars not to sync. Subscribed calendars will show up in Calendars but none of your event calendars will appear in MobileCal. To work around the problem please remove and re-add the account.</em></li>
</ul>
</ul>
<p><a href="http://cache.topiphoneresource.info/wp-content/uploads/2011/07/ios5beta3download.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="ios5-beta3-download" src="http://cache.topiphoneresource.info/wp-content/uploads/2011/07/ios5beta3download_thumb.jpg" alt="ios5beta3download thumb iOS 5 Beta 3 Download Links Available Now" width="564" height="504" border="0" /></a></p>
<p>You can find <a title="iOS 5 beta 1 download links" href="http://topiphoneresource.info/ios5-beta-download-links/">iOS 5 beta 1 download links</a> and <a title="iOS 5 beta 2 download links" href="http://topiphoneresource.info/ios-5-beta-2-download-links/">iOS 5 beta 2 download links</a> here.</p>
<p>Note that the <strong>iOS 5 beta 3 download</strong> is available only to those signed up for an Apple developer account. There are unofficial copies floating around in the torrent sites but I wouldn’t recommend it since at times we hear about some people being unable to downgrade it. And don’t forget this is still beta software and is probably prone to bugs.</p>
<p><a href="http://topiphoneresource.info/ios5-beta1-redsn0w-jailbreak-download/">iOS 5 beta 1 jailbreak</a> already available via Redsn0w, I am sure the Dev Team will be releasing an update or announcement on <strong>iOS 5 beta 3 jailbreak</strong>.</p>
<p style="border: 1px solid rgb(245, 245, 245); margin: 15px 2px; padding: 10px; background: rgb(232, 247, 252) none repeat scroll 0pt 0pt; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; width: 600px;"><strong><a href="http://topiphoneresource.info/ios5-beta3-download-links/">iOS 5 Beta 3 Download Links Available Now</a></strong> - Originally published in <a href="http://topiphoneresource.info" title="Top iPhone Resource">Top iPhone Resource</a> on 2011/07/11 (<a rel="nofollow" href="http://feeds.feedburner.com/TopiPhoneResource" target="_blank">RSS</a>) </p>

<p style="text-align: center;"></p>
<hr />
<p><small>© shriya for <a href="http://topiphoneresource.info">Top iPhone Resource</a>, 2011. |
<a href="http://topiphoneresource.info/ios5-beta3-download-links/">Permalink</a> |
<a href="http://topiphoneresource.info/ios5-beta3-download-links/#comments">Be the first to comment</a> |
Find us on Twitter - 
<a href="http://twitter.com/TopiPhone" target="_blank"><strong>@TopiPhone</strong></a> and on <a href="http://www.facebook.com/TopiPhoneResource" target="_blank"><strong>Follow TiR in Facebook</strong></a>.
</small></p>

<em>KarShan Media blogs: <a href="http://www.shankrila.com" titile="For your technology news!">ShanKrila</a> - <a href="http://www.topipadresource.com" titile="For your iPhone thirst!">Top iPad Resource</a> - <a href="http://www.spicytasty.com" titile="Recipes from our South Indian kitchen!">Spicy Tasty</a> - <a href="http://camerani.com" titile="Best of Digital Camera deals & Photography tips">Camerani</a><br />   
On Twitter: <em><a href="http://twitter.com/KIntheHouse">@KIntheHouse</a> - <a href="http://twitter.com/TopiPhone">@TopiPhone</a></em> - <a href="http://twitter.com/TopiPad">@TopiPad</a></em> - <a href="http://twitter.com/theCamerani">@theCamerani</a> - <a href="http://twitter.com/karshanmedia">@KarShanMedia</a></em>
	T A G S :<a href="http://topiphoneresource.info/tag/ios-5/" title="iOS 5" rel="tag">iOS 5</a>, <a href="http://topiphoneresource.info/tag/ios-dev/" title="ios dev" rel="tag">ios dev</a><br />
]]></content:encoded>
			<wfw:commentRss>http://topiphoneresource.info/ios5-beta3-download-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone App Development: The Missing Manual</title>
		<link>http://topiphoneresource.info/iphone-app-development-missing-manual-book/</link>
		<comments>http://topiphoneresource.info/iphone-app-development-missing-manual-book/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 21:00:01 +0000</pubDate>
		<dc:creator>karthik</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[iOS Development]]></category>

		<guid isPermaLink="false">http://www.topiphoneresource.info/iphone-app-development-missing-manual-book/</guid>
		<description><![CDATA[If you are looking to learn iPhone App Development, there is a new book in the book town. iPhone App Development: The Missing Manual by Craig Hockenberry. Here is an excerpt from the author In short, there’s more to learn than just how to code, so I wrote about it. Of course, I cover topics [...]]]></description>
			<content:encoded><![CDATA[<p>If you are looking to learn iPhone App Development, there is a new book in the book town.</p>
<p><strong>iPhone App Development: The Missing Manual</strong> by Craig Hockenberry.</p>
<p><a href="http://cache.topiphoneresource.info/wp-content/uploads/2010/05/image2.png"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="image" src="http://cache.topiphoneresource.info/wp-content/uploads/2010/05/image_thumb2.png" border="0" alt="image thumb2 iPhone App Development: The Missing Manual" width="187" height="244" /></a></p>
<p>Here is an excerpt from the author</p>
<blockquote><p>In short, there’s more to learn than just how to code, so I wrote about it.</p>
<p>Of course, I cover topics like Objective-C and Cocoa Touch in detail, but that’s not the overall focus. As the header on this website states: This book walks you through the entire iPhone app development process from start to finish.</p></blockquote>
<p>Here is an excerpt from the publisher</p>
<p>Anyone with programming experience can learn how to write an iPhone app. But if you want to build a great app, there&#8217;s a lot more to it than simple coding: you also need to know how design and market your creation. This easy-to-follow guide walks you through the entire process, from sketching out your idea to promoting the finished product.</p>
<ul>
<li>Get to know the tools for developing your iPhone app</li>
<li>Design a great app before you start coding</li>
<li>Build a complex app with Xcode and Interface Builder</li>
<li>Decide how to brand your app-then beta-test that brand in the real world</li>
<li>Learn the inside scoop on how to get your app into the App Store</li>
<li>Promote your product, track sales, and build a strong customer following</li>
</ul>
<p><a href="http://www.amazon.com/gp/product/0596809778?ie=UTF8&amp;tag=spitas-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0596809778"><strong>iPhone App Development: The Missing Manual</strong></a><strong><img style="margin: 0px; border-top-style: none! important; border-right-style: none! important; border-left-style: none! important; border-bottom-style: none! important" src="http://www.assoc-amazon.com/e/ir?t=spitas-20&amp;l=as2&amp;o=1&amp;a=0596809778" border="0" alt=" iPhone App Development: The Missing Manual" width="1" height="1" title="iPhone App Development: The Missing Manual" /></strong> is available in Amazon for $26.39 with free shipping.</p>
<p>One of these days I should start developing some iPhone apps myself.</p>
<p>What is your favorite iPhone add development book?</p>
<p style="border: 1px solid rgb(245, 245, 245); margin: 15px 2px; padding: 10px; background: rgb(232, 247, 252) none repeat scroll 0pt 0pt; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; width: 600px;"><strong><a href="http://topiphoneresource.info/iphone-app-development-missing-manual-book/">iPhone App Development: The Missing Manual</a></strong> - Originally published in <a href="http://topiphoneresource.info" title="Top iPhone Resource">Top iPhone Resource</a> on 2011/06/30 (<a rel="nofollow" href="http://feeds.feedburner.com/TopiPhoneResource" target="_blank">RSS</a>) </p>

<p style="text-align: center;"></p>
<hr />
<p><small>© karthik for <a href="http://topiphoneresource.info">Top iPhone Resource</a>, 2011. |
<a href="http://topiphoneresource.info/iphone-app-development-missing-manual-book/">Permalink</a> |
<a href="http://topiphoneresource.info/iphone-app-development-missing-manual-book/#comments">One comment</a> |
Find us on Twitter - 
<a href="http://twitter.com/TopiPhone" target="_blank"><strong>@TopiPhone</strong></a> and on <a href="http://www.facebook.com/TopiPhoneResource" target="_blank"><strong>Follow TiR in Facebook</strong></a>.
</small></p>

<em>KarShan Media blogs: <a href="http://www.shankrila.com" titile="For your technology news!">ShanKrila</a> - <a href="http://www.topipadresource.com" titile="For your iPhone thirst!">Top iPad Resource</a> - <a href="http://www.spicytasty.com" titile="Recipes from our South Indian kitchen!">Spicy Tasty</a> - <a href="http://camerani.com" titile="Best of Digital Camera deals & Photography tips">Camerani</a><br />   
On Twitter: <em><a href="http://twitter.com/KIntheHouse">@KIntheHouse</a> - <a href="http://twitter.com/TopiPhone">@TopiPhone</a></em> - <a href="http://twitter.com/TopiPad">@TopiPad</a></em> - <a href="http://twitter.com/theCamerani">@theCamerani</a> - <a href="http://twitter.com/karshanmedia">@KarShanMedia</a></em>]]></content:encoded>
			<wfw:commentRss>http://topiphoneresource.info/iphone-app-development-missing-manual-book/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPad 2 Application Development &#8211; How to?</title>
		<link>http://topiphoneresource.info/ipad2-application-development/</link>
		<comments>http://topiphoneresource.info/ipad2-application-development/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 01:00:00 +0000</pubDate>
		<dc:creator>karthik</dc:creator>
				<category><![CDATA[Apple iPad]]></category>
		<category><![CDATA[iOS Development]]></category>
		<category><![CDATA[ios dev]]></category>
		<category><![CDATA[iPad 2]]></category>

		<guid isPermaLink="false">http://topiphoneresource.info/ipad2-application-development/</guid>
		<description><![CDATA[Do you want to get started in iPad 2 application development? We have put together a guide to make it easy for you to get started with this exciting new technology. Read more..]]></description>
			<content:encoded><![CDATA[<p>iPad 2 has become the hottest selling gadget of 2011 since Apple launched it in the spring. Apple iPad 2  tablet improved greatly on the first generation iPad with bigger processor, more memory and a faster graphics chip. The thinner design and the amazing graphics processor has made it a hot target target for application development.</p>
<p>Plus, the instant power on, LED backlit screen, HD video mirroring to bigger displays, amazing battery life, front and back camera makes it one of the most compelling devices to trust your next career move with.</p>
<p>The dual core A5 chip offers fantastic performance for many kind of applications like</p>
<ul>
<li>Business and office iPad apps</li>
<li>Multimedia iPad apps</li>
<li>iPad 2 games</li>
<li>Live streaming iPad apps</li>
<li><a title="Blogging iPad apps" href="http://topiphoneresource.info/best-ipad-apps-for-bloggers-webmasters/">Blogging iPad apps</a></li>
<li>GPS Navigation iPad apps</li>
<li>Custom iPad apps to complement web applications</li>
<li>Data management applications</li>
</ul>
<h3>iPad App Development</h3>
<p>If you are a developer or programmer, iOS app development is one of the hottest areas to get in right now. As you can see in the list, the opportunities to develop iPad apps are endless.</p>
<p>If you are familiar with object oriented programming, you already have a head start on how to develop iPad apps question. Objective C is pretty similar to Java with the OOPS concept and you can find plenty of Objective C tutorials and books for beginners to get started.</p>
<h3>How to Develop iPad Apps?</h3>
<p>Getting started with iPad development is easy, thanks to Apple. One basic requirement is that you need an Apple Mac OS X computer to start programming for iOS platform. iPat app development on Windows is possible and we will get into that later.</p>
<p>Once you have an Mac OS X system to program, next step is to get into the Apple Developer Program. It costs $99/year and it will give you access to the iOS software development kit (SDK). With that you can download iPad SDK and also XCode. Xcode for iPad is the development environment you will use to develop your first iPad application.</p>
<h3>iPad Simulator</h3>
<p>If you would like to try out the iPad interface before you get into a Mac OS X development environment, you can also try an iPad simulator. There are a few iPad simulators on the web that are made just with HTML and Javascript and lets you play with the interface. You can try the iPad simulator at http://alexw.me/ipad/.</p>
<h3>iPad App Development for Dummies</h3>
<p>There are many books on iPad app development. One of the most popular iPat 2 books is <a href="http://www.amazon.com/gp/product/0470920505/ref=as_li_ss_tl?ie=UTF8&amp;tag=spitas-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399369&amp;creativeASIN=0470920505">iPad Application Development For Dummies</a><img style="margin: 0px; border-style: none! important;" src="http://www.assoc-amazon.com/e/ir?t=&amp;l=as2&amp;o=1&amp;a=0470920505&amp;camp=217145&amp;creative=399369" border="0" alt=" iPad 2 Application Development   How to?" width="1" height="1" title="iPad 2 Application Development   How to?" />. You may also want to get books on <a title="iOS 4" href="http://topiphoneresource.info/tag/ios4/">iOS 4</a> and iOS 5 programming. There are several iPad app development tutorials available on the internet. It will serve you well to bookmark a bunch of those tutorials and get started programming for iPad 2.</p>
<p>In the end, iPad 2 application development can open up a lot of doors for you in the one of the world&#8217;s fastest selling tablet devices with no sign of competition catching up.</p>
<p>With the <a title="iPad 3" href="http://topiphoneresource.info/ipad-3-to-feature-retina-display/">iPad 3 release date</a> being rumored already, you will be better to start now to be ready to develop <a title="iPad 3" href="http://topiphoneresource.info/ipad-3-to-feature-retina-display/">iPad 3</a> apps. When you are done creating your iPad app, let us know and we will give it a shout out to our readers.</p>
<p style="border: 1px solid rgb(245, 245, 245); margin: 15px 2px; padding: 10px; background: rgb(232, 247, 252) none repeat scroll 0pt 0pt; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; width: 600px;"><strong><a href="http://topiphoneresource.info/ipad2-application-development/">iPad 2 Application Development &#8211; How to?</a></strong> - Originally published in <a href="http://topiphoneresource.info" title="Top iPhone Resource">Top iPhone Resource</a> on 2011/06/28 (<a rel="nofollow" href="http://feeds.feedburner.com/TopiPhoneResource" target="_blank">RSS</a>) </p>

<p style="text-align: center;"></p>
<hr />
<p><small>© karthik for <a href="http://topiphoneresource.info">Top iPhone Resource</a>, 2011. |
<a href="http://topiphoneresource.info/ipad2-application-development/">Permalink</a> |
<a href="http://topiphoneresource.info/ipad2-application-development/#comments">Be the first to comment</a> |
Find us on Twitter - 
<a href="http://twitter.com/TopiPhone" target="_blank"><strong>@TopiPhone</strong></a> and on <a href="http://www.facebook.com/TopiPhoneResource" target="_blank"><strong>Follow TiR in Facebook</strong></a>.
</small></p>

<em>KarShan Media blogs: <a href="http://www.shankrila.com" titile="For your technology news!">ShanKrila</a> - <a href="http://www.topipadresource.com" titile="For your iPhone thirst!">Top iPad Resource</a> - <a href="http://www.spicytasty.com" titile="Recipes from our South Indian kitchen!">Spicy Tasty</a> - <a href="http://camerani.com" titile="Best of Digital Camera deals & Photography tips">Camerani</a><br />   
On Twitter: <em><a href="http://twitter.com/KIntheHouse">@KIntheHouse</a> - <a href="http://twitter.com/TopiPhone">@TopiPhone</a></em> - <a href="http://twitter.com/TopiPad">@TopiPad</a></em> - <a href="http://twitter.com/theCamerani">@theCamerani</a> - <a href="http://twitter.com/karshanmedia">@KarShanMedia</a></em>
	T A G S :<a href="http://topiphoneresource.info/tag/ios-dev/" title="ios dev" rel="tag">ios dev</a>, <a href="http://topiphoneresource.info/tag/ipad-2/" title="iPad 2" rel="tag">iPad 2</a><br />
]]></content:encoded>
			<wfw:commentRss>http://topiphoneresource.info/ipad2-application-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS 5 Beta 2 Download Links Available Now</title>
		<link>http://topiphoneresource.info/ios-5-beta-2-download-links/</link>
		<comments>http://topiphoneresource.info/ios-5-beta-2-download-links/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 11:50:00 +0000</pubDate>
		<dc:creator>karthik</dc:creator>
				<category><![CDATA[iOS Development]]></category>
		<category><![CDATA[iPhone News]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[iOS 5]]></category>
		<category><![CDATA[ios dev]]></category>
		<category><![CDATA[iPhone news]]></category>

		<guid isPermaLink="false">http://topiphoneresource.info/ios-5-beta-2-download-links/</guid>
		<description><![CDATA[Update:  iOS 5 Beta 3 download links are now available.  Apple has just released iOS 5 beta 2 for download. If you have an Apple Developer account, you can login and get to the iOS 5 beta 2 download links right now. iOS 5 beta 2 is available for iPhone 4, iPad 2 Wi-Fi, iPad [...]]]></description>
			<content:encoded><![CDATA[<p><em>Update:  <strong><a title="iOS 5 Beta 3 Download Links Available Now" href="http://topiphoneresource.info/ios5-beta3-download-links/">iOS 5 Beta 3 download links</a></strong> are now available. </em></p>
<p>Apple has just released iOS 5 beta 2 for download. If you have an Apple Developer account, you can login and get to the iOS 5 beta 2 download links right now.</p>
<p>iOS 5 beta 2 is available for <a title="iPhone 4" href="http://www.topiphoneresource.info/category/iphone-news/iphone-4/" target="_blank">iPhone 4</a>, <a title="iPad 2" href="http://topiphoneresource.info/all-you-need-to-know-about-ipad2/">iPad 2</a> Wi-Fi, iPad 2 GSM, iPad 2 CDMA, iPad, <a title="iPhone 3GS" href="http://www.topiphoneresource.info/tag/iphone-3gs/">iPhone 3GS</a> and iPod Touch 3rd and 4th gen.</p>
<p>The biggest feature introduced in iOS 5 beta 2 is Wi-Fi Syncing announced in the <a title="WWDC 2011 keynote" href="http://topiphoneresource.info/wwdc-2011-roundup-ios5-icloud-mac-osx-lion-new-features/">WWDC 2011 keynote</a>. A lot of developers were eagerly awaiting to test this long-awaited feature and were disappointed when it didn’t make it to iOS 5 beta 1. Apple has delivered this key feature now in iOS 5 beta 2.</p>
<blockquote><p>In iOS 5.0 beta 2, wireless syncing is now available for the Mac. It requires iTunes 10.5 beta 2 and OS X 10.6.8 or Lion. You will see an option to enable wireless syncing when you connect your device to iTunes with the USB cable. It is recommended you perform your initial sync with a cable after restoring your device.</p></blockquote>
<p><a href="http://cache.topiphoneresource.info/wp-content/uploads/2011/06/ios5beta2download.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="ios5-beta2-download" src="http://cache.topiphoneresource.info/wp-content/uploads/2011/06/ios5beta2download_thumb.png" alt="ios5beta2download thumb iOS 5 Beta 2 Download Links Available Now" width="564" height="198" border="0" /></a></p>
<p>You can see the complete details on this below:</p>
<blockquote><p>Wireless syncing is triggered automatically when the device is connected to power and on the same network as the paired computer. Or, you can manually trigger a sync from iTunes or from Settings -&gt; General -&gt; iTunes Sync (same network as paired computer required). Be sure your device is plugged into a power source when performing Wireless syncs.</p>
<p>If you find issues with apps, media and/or photos synced to your device, you can reset then resync. From Settings -&gt; General -&gt; Reset, choose Erase all Content and Settings. Then reconnect to iTunes and sync again.</p>
<p>In this beta, iTunes may incorrectly report Photos as “Other” in the capacity bar. Photo syncing otherwise works as expected.</p></blockquote>
<p><strong>More Changes in iOS 5 beta 2</strong></p>
<ul>
<li>iTunes 10.5b2 can’t sync iOS 5 Beta 1 devices</li>
<li>iOS5 Beta 1 devices can’t iMessage iOS5 Beta 2 devices and vice-versa</li>
<li>WiFi sync now works with OS X computers; it has to be enabled in iTunes 10.5 beta 2 first</li>
<li>OTA updates have been released, though none are currently available</li>
<li>iCloud has a new logo in the Settings.app</li>
<li>You can now backup to iCloud or the computer when setting the device up</li>
<li>If no notifications are available, Notification Center shows the text “No New Notifications”</li>
<li>Stock widget in the Notification Center is now off by default</li>
<li>Stock wallpapers are back, but are the same that were in iOS 4</li>
<li>General speed improvements, kills bugs that were present in iOS 5 beta 1</li>
</ul>
<p>You can find <a title="iOS 5 beta 1 download links" href="http://topiphoneresource.info/ios5-beta-download-links/">iOS 5 beta 1 download links</a> here.</p>
<p>Note that the <strong>iOS 5 beta 2</strong> is available only to those signed up for an Apple developer account. There are unofficial copies floating around in the torrent sites but I wouldn’t recommend it since at times we hear about some people being unable to downgrade it. And don’t forget this is still beta software and is probably prone to bugs.</p>
<p><a title="iOS 5 beta 1 jailbreak" href="http://topiphoneresource.info/ios5-beta1-redsn0w-jailbreak-download/">iOS 5 beta 1 jailbreak</a> already available via Redsn0w, I am sure the Dev Team will be releasing an update or announcement on <strong>iOS 5 beta 2 jailbreak</strong>.</p>
<p>{change list via <a title="iFans" href="http://www.ifans.com/blog/24870/" target="_blank">iFans</a> }</p>
<p style="border: 1px solid rgb(245, 245, 245); margin: 15px 2px; padding: 10px; background: rgb(232, 247, 252) none repeat scroll 0pt 0pt; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; width: 600px;"><strong><a href="http://topiphoneresource.info/ios-5-beta-2-download-links/">iOS 5 Beta 2 Download Links Available Now</a></strong> - Originally published in <a href="http://topiphoneresource.info" title="Top iPhone Resource">Top iPhone Resource</a> on 2011/06/25 (<a rel="nofollow" href="http://feeds.feedburner.com/TopiPhoneResource" target="_blank">RSS</a>) </p>

<p style="text-align: center;"></p>
<hr />
<p><small>© karthik for <a href="http://topiphoneresource.info">Top iPhone Resource</a>, 2011. |
<a href="http://topiphoneresource.info/ios-5-beta-2-download-links/">Permalink</a> |
<a href="http://topiphoneresource.info/ios-5-beta-2-download-links/#comments">Be the first to comment</a> |
Find us on Twitter - 
<a href="http://twitter.com/TopiPhone" target="_blank"><strong>@TopiPhone</strong></a> and on <a href="http://www.facebook.com/TopiPhoneResource" target="_blank"><strong>Follow TiR in Facebook</strong></a>.
</small></p>

<em>KarShan Media blogs: <a href="http://www.shankrila.com" titile="For your technology news!">ShanKrila</a> - <a href="http://www.topipadresource.com" titile="For your iPhone thirst!">Top iPad Resource</a> - <a href="http://www.spicytasty.com" titile="Recipes from our South Indian kitchen!">Spicy Tasty</a> - <a href="http://camerani.com" titile="Best of Digital Camera deals & Photography tips">Camerani</a><br />   
On Twitter: <em><a href="http://twitter.com/KIntheHouse">@KIntheHouse</a> - <a href="http://twitter.com/TopiPhone">@TopiPhone</a></em> - <a href="http://twitter.com/TopiPad">@TopiPad</a></em> - <a href="http://twitter.com/theCamerani">@theCamerani</a> - <a href="http://twitter.com/karshanmedia">@KarShanMedia</a></em>
	T A G S :<a href="http://topiphoneresource.info/tag/firmware/" title="firmware" rel="tag">firmware</a>, <a href="http://topiphoneresource.info/tag/ios-5/" title="iOS 5" rel="tag">iOS 5</a>, <a href="http://topiphoneresource.info/tag/ios-dev/" title="ios dev" rel="tag">ios dev</a>, <a href="http://topiphoneresource.info/tag/iphone-news-2/" title="iPhone news" rel="tag">iPhone news</a><br />
]]></content:encoded>
			<wfw:commentRss>http://topiphoneresource.info/ios-5-beta-2-download-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple iOS 5 Beta Download Links</title>
		<link>http://topiphoneresource.info/ios5-beta-download-links/</link>
		<comments>http://topiphoneresource.info/ios5-beta-download-links/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 00:53:04 +0000</pubDate>
		<dc:creator>karthik</dc:creator>
				<category><![CDATA[iOS Development]]></category>
		<category><![CDATA[iPhone News]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Apple News]]></category>
		<category><![CDATA[iOS 5]]></category>
		<category><![CDATA[iphone dev]]></category>
		<category><![CDATA[iPhone news]]></category>

		<guid isPermaLink="false">http://topiphoneresource.info/ios5-beta-download-links/</guid>
		<description><![CDATA[Update:  iOS 5 Beta 3 download links are now available.  Update: Go here to see iOS 5 beta 2 download information. Apple just announced the release of iOS 5 beta for developers in WWDC 2011 keynote. If you have a Apple developer account, you can get your hands on iOS 5 beta version right now. You [...]]]></description>
			<content:encoded><![CDATA[<p><em>Update:  <strong><a title="iOS 5 Beta 3 Download Links Available Now" href="http://topiphoneresource.info/ios5-beta3-download-links/">iOS 5 Beta 3 download links</a></strong> are now available. </em></p>
<p>Update: Go here to see <a title="iOS 5 Beta 2 Download" href="http://topiphoneresource.info/ios-5-beta-2-download-links/">iOS 5 beta 2 download</a> information.</p>
<p>Apple just announced the release of iOS 5 beta for developers in WWDC 2011 keynote.</p>
<p>If you have a Apple developer account, you can get your hands on iOS 5 beta version right now. You can get a developer account for just $99/year if you don&#8217;t have one.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://cache.topiphoneresource.info/wp-content/uploads/2011/06/CapturFiles_4.png" alt="CapturFiles 4 Apple iOS 5 Beta Download Links" width="575" height="220" title="Apple iOS 5 Beta Download Links" /></p>
<p>The build is iOS 5 beta 9A5520p and the following downloads for the beta are available:</p>
<ul>
<li>iPad 2 WiFi</li>
<li>iPad 2 GSM</li>
<li>iPad 2 CDMA</li>
<li>iPad</li>
<li>iPhone 4 GSM</li>
<li>iPhone 4 CDMA</li>
<li>iPhone 3GS</li>
<li>iPod touch 4th generation</li>
<li>iPod touch 3rd generation</li>
</ul>
<p>Just login to your Apple developer account to get your hands on iOS 5 beta right now. You might come across some unscruulous developers selling their beta downloads or find it in bittorrent, buit remember that you could end up bricking your iOS device.</p>
<p>In fact, TUAW is reporting that you may not be able to downgrade to iOS 4.x after upgrading to iOS 5.</p>
<p style="border: 1px solid rgb(245, 245, 245); margin: 15px 2px; padding: 10px; background: rgb(232, 247, 252) none repeat scroll 0pt 0pt; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; width: 600px;"><strong><a href="http://topiphoneresource.info/ios5-beta-download-links/">Apple iOS 5 Beta Download Links</a></strong> - Originally published in <a href="http://topiphoneresource.info" title="Top iPhone Resource">Top iPhone Resource</a> on 2011/06/06 (<a rel="nofollow" href="http://feeds.feedburner.com/TopiPhoneResource" target="_blank">RSS</a>) </p>

<p style="text-align: center;"></p>
<hr />
<p><small>© karthik for <a href="http://topiphoneresource.info">Top iPhone Resource</a>, 2011. |
<a href="http://topiphoneresource.info/ios5-beta-download-links/">Permalink</a> |
<a href="http://topiphoneresource.info/ios5-beta-download-links/#comments">Be the first to comment</a> |
Find us on Twitter - 
<a href="http://twitter.com/TopiPhone" target="_blank"><strong>@TopiPhone</strong></a> and on <a href="http://www.facebook.com/TopiPhoneResource" target="_blank"><strong>Follow TiR in Facebook</strong></a>.
</small></p>

<em>KarShan Media blogs: <a href="http://www.shankrila.com" titile="For your technology news!">ShanKrila</a> - <a href="http://www.topipadresource.com" titile="For your iPhone thirst!">Top iPad Resource</a> - <a href="http://www.spicytasty.com" titile="Recipes from our South Indian kitchen!">Spicy Tasty</a> - <a href="http://camerani.com" titile="Best of Digital Camera deals & Photography tips">Camerani</a><br />   
On Twitter: <em><a href="http://twitter.com/KIntheHouse">@KIntheHouse</a> - <a href="http://twitter.com/TopiPhone">@TopiPhone</a></em> - <a href="http://twitter.com/TopiPad">@TopiPad</a></em> - <a href="http://twitter.com/theCamerani">@theCamerani</a> - <a href="http://twitter.com/karshanmedia">@KarShanMedia</a></em>
	T A G S :<a href="http://topiphoneresource.info/tag/apple-news/" title="Apple News" rel="tag">Apple News</a>, <a href="http://topiphoneresource.info/tag/ios-5/" title="iOS 5" rel="tag">iOS 5</a>, <a href="http://topiphoneresource.info/tag/iphone-dev-2/" title="iphone dev" rel="tag">iphone dev</a>, <a href="http://topiphoneresource.info/tag/iphone-news-2/" title="iPhone news" rel="tag">iPhone news</a>, <a href="http://topiphoneresource.info/tag/itunes/" title="iTunes" rel="tag">iTunes</a><br />
]]></content:encoded>
			<wfw:commentRss>http://topiphoneresource.info/ios5-beta-download-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Releases iOS 4.3 GM And XCode 4 GM Seed 2</title>
		<link>http://topiphoneresource.info/ios-43-gm-download-links/</link>
		<comments>http://topiphoneresource.info/ios-43-gm-download-links/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 19:34:00 +0000</pubDate>
		<dc:creator>shriya</dc:creator>
				<category><![CDATA[iOS Development]]></category>
		<category><![CDATA[iPhone News]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[iOS 4.3]]></category>
		<category><![CDATA[ios dev]]></category>

		<guid isPermaLink="false">http://www.topiphoneresource.info/ios-43-gm-download-links/</guid>
		<description><![CDATA[Apple has just released iOS 4.3 Gold Master version seed to iOS developers. You can download it right now in the iOS Dev Center. You can also find updated versions of XCode as Xcode 4 GM Seed 2. The final public release of iOS 4.3 will be available on March 11. Apple Releases iOS 4.3 [...]]]></description>
			<content:encoded><![CDATA[<p>Apple has just released iOS 4.3 Gold Master version seed to <a title="iOS developers" href="http://www.topiphoneresource.info/category/iphone-dev/">iOS developers</a>. </p>
<p>You can download it right now in the iOS Dev Center.</p>
<p><a href="http://cache.topiphoneresource.info/wp-content/uploads/2011/03/image3.png"><img title="image" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="245" alt="image thumb2 Apple Releases iOS 4.3 GM And XCode 4 GM Seed 2" src="http://cache.topiphoneresource.info/wp-content/uploads/2011/03/image_thumb2.png" width="504" border="0" /></a> </p>
<p>You can also find updated versions of XCode as Xcode 4 GM Seed 2. </p>
<p>The final public release of iOS 4.3 will be available on <a title="March 11" href="http://topiphoneresource.info/all-you-need-to-know-about-ipad2/">March 11</a>. </p>
<p style="border: 1px solid rgb(245, 245, 245); margin: 15px 2px; padding: 10px; background: rgb(232, 247, 252) none repeat scroll 0pt 0pt; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; width: 600px;"><strong><a href="http://topiphoneresource.info/ios-43-gm-download-links/">Apple Releases iOS 4.3 GM And XCode 4 GM Seed 2</a></strong> - Originally published in <a href="http://topiphoneresource.info" title="Top iPhone Resource">Top iPhone Resource</a> on 2011/03/03 (<a rel="nofollow" href="http://feeds.feedburner.com/TopiPhoneResource" target="_blank">RSS</a>) </p>

<p style="text-align: center;"></p>
<hr />
<p><small>© shriya for <a href="http://topiphoneresource.info">Top iPhone Resource</a>, 2011. |
<a href="http://topiphoneresource.info/ios-43-gm-download-links/">Permalink</a> |
<a href="http://topiphoneresource.info/ios-43-gm-download-links/#comments">Be the first to comment</a> |
Find us on Twitter - 
<a href="http://twitter.com/TopiPhone" target="_blank"><strong>@TopiPhone</strong></a> and on <a href="http://www.facebook.com/TopiPhoneResource" target="_blank"><strong>Follow TiR in Facebook</strong></a>.
</small></p>

<em>KarShan Media blogs: <a href="http://www.shankrila.com" titile="For your technology news!">ShanKrila</a> - <a href="http://www.topipadresource.com" titile="For your iPhone thirst!">Top iPad Resource</a> - <a href="http://www.spicytasty.com" titile="Recipes from our South Indian kitchen!">Spicy Tasty</a> - <a href="http://camerani.com" titile="Best of Digital Camera deals & Photography tips">Camerani</a><br />   
On Twitter: <em><a href="http://twitter.com/KIntheHouse">@KIntheHouse</a> - <a href="http://twitter.com/TopiPhone">@TopiPhone</a></em> - <a href="http://twitter.com/TopiPad">@TopiPad</a></em> - <a href="http://twitter.com/theCamerani">@theCamerani</a> - <a href="http://twitter.com/karshanmedia">@KarShanMedia</a></em>
	T A G S :<a href="http://topiphoneresource.info/tag/firmware/" title="firmware" rel="tag">firmware</a>, <a href="http://topiphoneresource.info/tag/ios-4-3/" title="iOS 4.3" rel="tag">iOS 4.3</a>, <a href="http://topiphoneresource.info/tag/ios-dev/" title="ios dev" rel="tag">ios dev</a><br />
]]></content:encoded>
			<wfw:commentRss>http://topiphoneresource.info/ios-43-gm-download-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS 4.3 Beta 3 Seeded to Developers</title>
		<link>http://topiphoneresource.info/ios43-beta3-download/</link>
		<comments>http://topiphoneresource.info/ios43-beta3-download/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 21:19:03 +0000</pubDate>
		<dc:creator>shriya</dc:creator>
				<category><![CDATA[iOS Development]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[iOS 4.3]]></category>
		<category><![CDATA[iphone dev]]></category>

		<guid isPermaLink="false">http://www.topiphoneresource.info/ios43-beta3-download/</guid>
		<description><![CDATA[Apple has seeded the 3rd beta of iOS 4.3 to developers in the Apple Developer Program. You can download iOS 4.3 beta 3 for iPhone, iPad, iPod Touch and Apple TV. I am hearing on Twitter that one of the new features in beta 3 is the ability to pause app downloads and the ability [...]]]></description>
			<content:encoded><![CDATA[<p>Apple has seeded the 3rd beta of iOS 4.3 to developers in the Apple Developer Program.</p>
<p><a href="http://cache.topiphoneresource.info/wp-content/uploads/2011/02/image3.png"><img title="image" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="246" alt="image thumb3 iOS 4.3 Beta 3 Seeded to Developers" src="http://cache.topiphoneresource.info/wp-content/uploads/2011/02/image_thumb3.png" width="504" border="0" /></a> </p>
<p>You can download iOS 4.3 beta 3 for iPhone, iPad, iPod Touch and <a title="Apple TV" href="http://www.shankrila.com/tech-stuff/apple-tv-vs-roku-hd-xr-sd-streaming/">Apple TV</a>. </p>
<p>I am hearing on Twitter that one of the new features in beta 3 is the ability to pause app downloads and the ability to delete partially downloaded apps.</p>
<p>We will keep you posted on new developments as developers get their hands on it to uncover the new features and bug fixes.</p>
<p>Follow us on twitter &#8211; <a title="Top iPhone Resource on Twitter" href="http://twitter.com/TopiPhone" target="_blank">@TopiPhone</a> to get up to date information.</p>
<p style="border: 1px solid rgb(245, 245, 245); margin: 15px 2px; padding: 10px; background: rgb(232, 247, 252) none repeat scroll 0pt 0pt; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; width: 600px;"><strong><a href="http://topiphoneresource.info/ios43-beta3-download/">iOS 4.3 Beta 3 Seeded to Developers</a></strong> - Originally published in <a href="http://topiphoneresource.info" title="Top iPhone Resource">Top iPhone Resource</a> on 2011/02/01 (<a rel="nofollow" href="http://feeds.feedburner.com/TopiPhoneResource" target="_blank">RSS</a>) </p>

<p style="text-align: center;"></p>
<hr />
<p><small>© shriya for <a href="http://topiphoneresource.info">Top iPhone Resource</a>, 2011. |
<a href="http://topiphoneresource.info/ios43-beta3-download/">Permalink</a> |
<a href="http://topiphoneresource.info/ios43-beta3-download/#comments">One comment</a> |
Find us on Twitter - 
<a href="http://twitter.com/TopiPhone" target="_blank"><strong>@TopiPhone</strong></a> and on <a href="http://www.facebook.com/TopiPhoneResource" target="_blank"><strong>Follow TiR in Facebook</strong></a>.
</small></p>

<em>KarShan Media blogs: <a href="http://www.shankrila.com" titile="For your technology news!">ShanKrila</a> - <a href="http://www.topipadresource.com" titile="For your iPhone thirst!">Top iPad Resource</a> - <a href="http://www.spicytasty.com" titile="Recipes from our South Indian kitchen!">Spicy Tasty</a> - <a href="http://camerani.com" titile="Best of Digital Camera deals & Photography tips">Camerani</a><br />   
On Twitter: <em><a href="http://twitter.com/KIntheHouse">@KIntheHouse</a> - <a href="http://twitter.com/TopiPhone">@TopiPhone</a></em> - <a href="http://twitter.com/TopiPad">@TopiPad</a></em> - <a href="http://twitter.com/theCamerani">@theCamerani</a> - <a href="http://twitter.com/karshanmedia">@KarShanMedia</a></em>
	T A G S :<a href="http://topiphoneresource.info/tag/firmware/" title="firmware" rel="tag">firmware</a>, <a href="http://topiphoneresource.info/tag/ios-4-3/" title="iOS 4.3" rel="tag">iOS 4.3</a>, <a href="http://topiphoneresource.info/tag/iphone-dev-2/" title="iphone dev" rel="tag">iphone dev</a><br />
]]></content:encoded>
			<wfw:commentRss>http://topiphoneresource.info/ios43-beta3-download/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iOS 4.3 Beta 2 Available for Download</title>
		<link>http://topiphoneresource.info/ios-43-beta2-download/</link>
		<comments>http://topiphoneresource.info/ios-43-beta2-download/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 21:10:54 +0000</pubDate>
		<dc:creator>shriya</dc:creator>
				<category><![CDATA[iOS Development]]></category>
		<category><![CDATA[iPhone News]]></category>
		<category><![CDATA[iOS 4.3]]></category>
		<category><![CDATA[ios dev]]></category>
		<category><![CDATA[iPhone news]]></category>

		<guid isPermaLink="false">http://www.topiphoneresource.info/ios-43-beta2-download/</guid>
		<description><![CDATA[Hot on the heels of the iOS 4.3 beta 1 from last week, Apple has already seeded the iOS 4.3 beta 2 download. of course, only developers subscribed to the iPhone Developer Standard or Enterprise program can access the iOS downloads. We will post on all the goodies that developers find in this new iOS [...]]]></description>
			<content:encoded><![CDATA[<p>Hot on the heels of the <a title="iOS 4.3 beta 1" href="http://www.topiphoneresource.info/ios43-new-features-iphone-ipodtouch-ipad/">iOS 4.3 beta 1</a> from last week, Apple has already seeded the <strong>iOS 4.3 beta 2</strong> download. </p>
<p>of course, only developers subscribed to the iPhone Developer Standard or Enterprise program can access the iOS downloads. </p>
<p><a href="http://cache.topiphoneresource.info/wp-content/uploads/2011/01/image40.png"><img title="image" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="148" alt="image thumb37 iOS 4.3 Beta 2 Available for Download" src="http://cache.topiphoneresource.info/wp-content/uploads/2011/01/image_thumb37.png" width="504" border="0" /></a> </p>
<p>We will post on all the goodies that developers find in this new iOS 4.3 beta release soon. Watch our <a title="Top iPhone Resource on Twitter" href="http://twitter.com/TopiPhone" target="_blank">@TopiPhone</a> twitter feed for instant updates. </p>
<p><strong><a title="Download iOS 4.3 beta 2" href="http://developer.apple.com/iphone/index.action" target="_blank">Download iOS 4.3 beta 2</a></strong></p>
<p style="border: 1px solid rgb(245, 245, 245); margin: 15px 2px; padding: 10px; background: rgb(232, 247, 252) none repeat scroll 0pt 0pt; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; width: 600px;"><strong><a href="http://topiphoneresource.info/ios-43-beta2-download/">iOS 4.3 Beta 2 Available for Download</a></strong> - Originally published in <a href="http://topiphoneresource.info" title="Top iPhone Resource">Top iPhone Resource</a> on 2011/01/19 (<a rel="nofollow" href="http://feeds.feedburner.com/TopiPhoneResource" target="_blank">RSS</a>) </p>

<p style="text-align: center;"></p>
<hr />
<p><small>© shriya for <a href="http://topiphoneresource.info">Top iPhone Resource</a>, 2011. |
<a href="http://topiphoneresource.info/ios-43-beta2-download/">Permalink</a> |
<a href="http://topiphoneresource.info/ios-43-beta2-download/#comments">Be the first to comment</a> |
Find us on Twitter - 
<a href="http://twitter.com/TopiPhone" target="_blank"><strong>@TopiPhone</strong></a> and on <a href="http://www.facebook.com/TopiPhoneResource" target="_blank"><strong>Follow TiR in Facebook</strong></a>.
</small></p>

<em>KarShan Media blogs: <a href="http://www.shankrila.com" titile="For your technology news!">ShanKrila</a> - <a href="http://www.topipadresource.com" titile="For your iPhone thirst!">Top iPad Resource</a> - <a href="http://www.spicytasty.com" titile="Recipes from our South Indian kitchen!">Spicy Tasty</a> - <a href="http://camerani.com" titile="Best of Digital Camera deals & Photography tips">Camerani</a><br />   
On Twitter: <em><a href="http://twitter.com/KIntheHouse">@KIntheHouse</a> - <a href="http://twitter.com/TopiPhone">@TopiPhone</a></em> - <a href="http://twitter.com/TopiPad">@TopiPad</a></em> - <a href="http://twitter.com/theCamerani">@theCamerani</a> - <a href="http://twitter.com/karshanmedia">@KarShanMedia</a></em>
	T A G S :<a href="http://topiphoneresource.info/tag/ios-4-3/" title="iOS 4.3" rel="tag">iOS 4.3</a>, <a href="http://topiphoneresource.info/tag/ios-dev/" title="ios dev" rel="tag">ios dev</a>, <a href="http://topiphoneresource.info/tag/iphone-news-2/" title="iPhone news" rel="tag">iPhone news</a><br />
]]></content:encoded>
			<wfw:commentRss>http://topiphoneresource.info/ios-43-beta2-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS &#8211; iPhone &amp; iPad Developers Reference &amp; Cheatsheets</title>
		<link>http://topiphoneresource.info/ios-iphone-ipad-developer-cheatsheets/</link>
		<comments>http://topiphoneresource.info/ios-iphone-ipad-developer-cheatsheets/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 14:29:00 +0000</pubDate>
		<dc:creator>karthik</dc:creator>
				<category><![CDATA[iOS Development]]></category>
		<category><![CDATA[iPhone Tips]]></category>
		<category><![CDATA[ios dev]]></category>
		<category><![CDATA[iphone tips]]></category>

		<guid isPermaLink="false">http://www.topiphoneresource.info/ios-iphone-ipad-developer-cheatsheets/</guid>
		<description><![CDATA[Speckyboy.com had a great list of references for mobile development and it caught my eye. I have been toying with the idea of trying out iOS development so I had to bookmark these somewhere. Why not share it with our readers here who may have similar interest. May be some of you readers are iOS [...]]]></description>
			<content:encoded><![CDATA[<p>Speckyboy.com had a great list of references for mobile development and it caught my eye.</p>
<p>I have been toying with the idea of trying out iOS development so I had to bookmark these somewhere.</p>
<p><a href="http://cache.topiphoneresource.info/wp-content/uploads/2011/01/image27.png"><img title="image" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="207" alt="image thumb25 iOS &ndash; iPhone &amp; iPad Developers Reference &amp; Cheatsheets" src="http://cache.topiphoneresource.info/wp-content/uploads/2011/01/image_thumb25.png" width="504" border="0" /></a> </p>
<p>Why not share it with our readers here who may have similar interest. May be some of you readers are <a title="iOS developers" href="http://www.topiphoneresource.info/category/iphone-dev/">iOS developers</a>? </p>
<h3>IOS References and Cheatsheets</h3>
<ul>
<li><a title="Xcode Shortcuts" href="http://s3.amazonaws.com/pragmaticstudio/XcodeShortcuts.pdf" target="_blank">Xcode Shortcuts</a> (PDF)</li>
<li><a href="http://www.mobileorchard.com/wp-content/uploads/2009/04/xcode-macros-cheatsheet.pdf">Xcode Macros Cheatsheet (PDF)</a></li>
<li><a href="http://stackoverflow.com/questions/146297/what-are-those-little-xcode-tips-tricks-you-wish-you-knew-about-2-years-ago">XCode Tips &amp; Tricks (HTML)</a></li>
<li><a href="http://cocoasamurai.blogspot.com/2008/02/complete-xcode-keyboard-shortcut-list.html">Xcode Keyboard Shortcut List (PNG)</a></li>
<li><a href="http://maniacdev.com/2009/06/iphone-sdk-objective-c-cheat-sheet-updated/">iPhone SDK Objective-C Cheat Sheet (PDF)</a></li>
<li><a href="https://github.com/brandonaaron/jQuery-idocs">jQuery idocs – API documentation for jQuery built specifically for the iPhone &amp; iPod touch</a></li>
<li><a href="http://www.cheat-sheets.org/saved-copy/Cocoa_iOS_3.0_cheatsheet.pdf">Cocoa iOS 3.0 Cheatsheet (PDF)</a></li>
<li><a href="http://iphonedevelopertips.com/xcode/iphone-distribution-build-cheatsheet.html">iPhone Distribution Build Cheatsheet (PDF)</a></li>
<li><a href="http://www.dummies.com/how-to/content/iphone-application-development-for-dummies-cheat-0.html">iPhone Application Development For Dummies Cheat Sheet (HTML)</a></li>
</ul>
<h3>More generic cheatsheets</h3>
<ul>
<li><a href="http://www.lukew.com/ff/entry.asp?1071">Touch Gesture Reference Guide (PDF)</a></li>
<li><a href="http://www.w3.org/2007/02/mwbp_flip_cards.html">W3C Mobile Web Best Practices (MWBP) Flipcards (PDF)</a></li>
<li><a href="http://hicksdesign.co.uk/iconreference/">Icon Reference from Hicksdesign</a></li>
<li><a href="http://downloads.sencha.com/extras/css3-cheat-sheet.pdf">CSS3 Cheat Sheet (PDF)</a></li>
<li><a href="http://forabeautifulweb.com/blog/about/hardboiled_css3_media_queries/">Hardboiled CSS3 Media Queries (HTML)</a></li>
</ul>
<p><em>{ via </em><a title="Speckyboy" href="http://speckyboy.com/2011/01/14/mobile-cheatsheets-for-iphone-android-and-blackberry-app-development/" target="_blank"><em>Speckyboy</em></a><em> }</em></p>
<p style="border: 1px solid rgb(245, 245, 245); margin: 15px 2px; padding: 10px; background: rgb(232, 247, 252) none repeat scroll 0pt 0pt; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; width: 600px;"><strong><a href="http://topiphoneresource.info/ios-iphone-ipad-developer-cheatsheets/">iOS &ndash; iPhone &amp; iPad Developers Reference &amp; Cheatsheets</a></strong> - Originally published in <a href="http://topiphoneresource.info" title="Top iPhone Resource">Top iPhone Resource</a> on 2011/01/16 (<a rel="nofollow" href="http://feeds.feedburner.com/TopiPhoneResource" target="_blank">RSS</a>) </p>

<p style="text-align: center;"></p>
<hr />
<p><small>© karthik for <a href="http://topiphoneresource.info">Top iPhone Resource</a>, 2011. |
<a href="http://topiphoneresource.info/ios-iphone-ipad-developer-cheatsheets/">Permalink</a> |
<a href="http://topiphoneresource.info/ios-iphone-ipad-developer-cheatsheets/#comments">Be the first to comment</a> |
Find us on Twitter - 
<a href="http://twitter.com/TopiPhone" target="_blank"><strong>@TopiPhone</strong></a> and on <a href="http://www.facebook.com/TopiPhoneResource" target="_blank"><strong>Follow TiR in Facebook</strong></a>.
</small></p>

<em>KarShan Media blogs: <a href="http://www.shankrila.com" titile="For your technology news!">ShanKrila</a> - <a href="http://www.topipadresource.com" titile="For your iPhone thirst!">Top iPad Resource</a> - <a href="http://www.spicytasty.com" titile="Recipes from our South Indian kitchen!">Spicy Tasty</a> - <a href="http://camerani.com" titile="Best of Digital Camera deals & Photography tips">Camerani</a><br />   
On Twitter: <em><a href="http://twitter.com/KIntheHouse">@KIntheHouse</a> - <a href="http://twitter.com/TopiPhone">@TopiPhone</a></em> - <a href="http://twitter.com/TopiPad">@TopiPad</a></em> - <a href="http://twitter.com/theCamerani">@theCamerani</a> - <a href="http://twitter.com/karshanmedia">@KarShanMedia</a></em>
	T A G S :<a href="http://topiphoneresource.info/tag/ios-dev/" title="ios dev" rel="tag">ios dev</a>, <a href="http://topiphoneresource.info/tag/iphone-tips-2/" title="iphone tips" rel="tag">iphone tips</a><br />
]]></content:encoded>
			<wfw:commentRss>http://topiphoneresource.info/ios-iphone-ipad-developer-cheatsheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 33/81 queries in 0.058 seconds using disk
Object Caching 1969/2064 objects using disk
Content Delivery Network via Amazon Web Services: CloudFront: cache.topiphoneresource.info

Served from: topiphoneresource.info @ 2012-02-08 09:51:28 -->
