<?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, iOS 5, iPad SDK Development Tutorial and Programming Tips &#187; Tag: development</title>
	<atom:link href="http://maniacdev.com/tag/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://maniacdev.com</link>
	<description>ManiacDev.Com</description>
	<lastBuildDate>Sat, 04 Feb 2012 14:30:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Open Source: Behavioral Driven Development Testing Framework</title>
		<link>http://maniacdev.com/2011/07/open-source-behavioral-driven-development-testing-framework/</link>
		<comments>http://maniacdev.com/2011/07/open-source-behavioral-driven-development-testing-framework/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 18:29:36 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[iPhone SDK And iPad SDK]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Open Source iOS Libraries And Tools]]></category>
		<category><![CDATA[bdd]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ios (apple)]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[open source framework]]></category>
		<category><![CDATA[Software testing]]></category>

		<guid isPermaLink="false">http://maniacdev.com/?p=4033</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://maniacdev.com/2011/07/open-source-behavioral-driven-development-testing-framework/&amp;text=Open Source: Behavioral Driven Development Testing Framework&amp;via=maniacdev&amp;related=DolcePixel"><img align="right" src="http://maniacdev.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
For those unfamiliar with the term behavioral driven development testing (BDD) frameworks are used so that you can test applications using logical English like syntax. I have come across an open source  framework designed specifically for iOS devices.   What&#8217;s cool about this specific framework is that it can easily be attached to Objective-C methods, [...]]]></description>
			<content:encoded><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://maniacdev.com/2011/07/open-source-behavioral-driven-development-testing-framework/&amp;text=Open Source: Behavioral Driven Development Testing Framework&amp;via=maniacdev&amp;related=DolcePixel"><img align="right" src="http://maniacdev.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>For those unfamiliar with the term behavioral driven development testing (BDD) frameworks are used so that you can test applications using logical English like syntax.</p>
<p>I have come across an open source  framework designed specifically for iOS devices.   What&#8217;s cool about this specific framework is that it can easily be attached to Objective-C methods, runs in the simulator, and let&#8217;s you store your different stories in different files so you could easily demonstrate your software&#8217;s ability to cope with different scenario&#8217;s.</p>
<p>Here&#8217;s an example of the types of a story used for testing:</p>
<blockquote><p>Story: Example story showing the basic syntax.<br />
Given Simon is working<br />
Then I should be able to see abc and 5 in the log and say goodby at the end.</p></blockquote>
<p>The framework is known as Simon, and was created by Derek Clarkson.</p>
<p>It can be found on Github here:<br />
<a href="https://github.com/drekka/Simon">https://github.com/drekka/Simon</a></p>
<p>UPDATE: Got feedback about another framework known as <a href="https://github.com/allending/Kiwi" target="_blank">Kiwi</a> you may want to check out if this interests you.</p>
<p>I had never used one of these frameworks before, but it looks like a great way to illustrate an app does exactly what it should do. HKSAB58YGFWN</p>
<p>&copy;2012 <a href="http://maniacdev.com">iPhone, iOS 5, iPad SDK Development Tutorial and Programming Tips</a>. All Rights Reserved.</p>.<div class="prli-social-buttons-bar"><a href="http://del.icio.us/post?url=http%3A%2F%2Fmaniacdev.com%2F5ee&title=Open+Source%3A+Behavioral+Driven+Development+Testing+Framework" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/delicious_32.png" alt="Delicious" title="Delicious" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://twitter.com/home?status=RT+%40maniacdev%3A+Open+Source%3A+Behavioral+Driven+Development+Testing+Framework+http%3A%2F%2Fmaniacdev.com%2F5ee" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/twitter_32.png" alt="Twitter" title="Twitter" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://technorati.com/faves?add=http%3A%2F%2Fmaniacdev.com%2F5ee" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/technorati_32.png" alt="Technorati" title="Technorati" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fmaniacdev.com%2F5ee&t=Open+Source%3A+Behavioral+Driven+Development+Testing+Framework" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/facebook_32.png" alt="Facebook" title="Facebook" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fmaniacdev.com%2F5ee&title=Open+Source%3A+Behavioral+Driven+Development+Testing+Framework" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/linkedin_32.png" alt="LinkedIn" title="LinkedIn" border="0" style="padding: 0 20px 0 0;" /></a><a href="mailto:?subject=Open Source: Behavioral Driven Development Testing Framework&body=Open Source: Behavioral Driven Development Testing Framework%20http%3A%2F%2Fmaniacdev.com%2F5ee" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/email_32.png" alt="Email" title="Email" border="0" style="padding: 0 20px 0 0;" /></a></div>
	Tags: <a href="http://maniacdev.com/tag/github/" title="github" rel="tag" rel="nofollow">github</a>, <a href="http://maniacdev.com/tag/ios-apple/" title="ios (apple)" rel="tag" rel="nofollow">ios (apple)</a>, <a href="http://maniacdev.com/tag/open-source-framework/" title="open source framework" rel="tag" rel="nofollow">open source framework</a>, <a href="http://maniacdev.com/tag/open-source/" title="open source" rel="tag" rel="nofollow">open source</a>, <a href="http://maniacdev.com/tag/bdd/" title="bdd" rel="tag" rel="nofollow">bdd</a>, <a href="http://maniacdev.com/tag/development/" title="development" rel="tag" rel="nofollow">development</a>, <a href="http://maniacdev.com/tag/ios/" title="ios" rel="tag" rel="nofollow">ios</a>, <a href="http://maniacdev.com/tag/objective-c/" title="objective-c" rel="tag" rel="nofollow">objective-c</a>, <a href="http://maniacdev.com/tag/software-testing/" title="Software testing" rel="tag" rel="nofollow">Software testing</a><br />
]]></content:encoded>
			<wfw:commentRss>http://maniacdev.com/2011/07/open-source-behavioral-driven-development-testing-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>News: Moai SDK Game Development Kit Made Available To All</title>
		<link>http://maniacdev.com/2011/07/news-moai-sdk-made-available-to-all/</link>
		<comments>http://maniacdev.com/2011/07/news-moai-sdk-made-available-to-all/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 06:48:16 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[iPhone Dev News]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[moai sdk]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://maniacdev.com/?p=3987</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://maniacdev.com/2011/07/news-moai-sdk-made-available-to-all/&amp;text=News: Moai SDK Game Development Kit Made Available To All&amp;via=maniacdev&amp;related=DolcePixel"><img align="right" src="http://maniacdev.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
A few weeks ago I mentioned the Moai SDK.  An open source iOS game development kit allowing for development of iOS apps (and Android apps) in Lua.  What I really liked about the engine that it has already been used in could be extended to support any functionality within the iOS SDK. At that time [...]]]></description>
			<content:encoded><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://maniacdev.com/2011/07/news-moai-sdk-made-available-to-all/&amp;text=News: Moai SDK Game Development Kit Made Available To All&amp;via=maniacdev&amp;related=DolcePixel"><img align="right" src="http://maniacdev.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>A few weeks ago I mentioned the <a href="http://maniacdev.com/2011/06/moai-sdk-open-source-lua-game-dev-tool/">Moai SDK</a>.  An open source iOS game development kit allowing for development of iOS apps (and Android apps) in Lua.  What I really liked about the engine that it has already been used in could be extended to support any functionality within the iOS SDK.</p>
<p>At that time Moai  a limited beta, the beta has been extended now to support all developers.</p>
<p>In order to download the latest SDK release and the cloud services you will need to sign up on the Moai website for the dashboard here:<br />
<a href="http://dashboard.moaicloud.com/signup.php">http://dashboard.moaicloud.com/signup.php</a></p>
<p>You can find the Github project for the Moai SDK Source here:<br />
<a href="https://github.com/moai/moai-beta">https://github.com/moai/moai-beta</a></p>
<p>The cloud services look great, and very easy to code &#8211; if you&#8217;re interested be sure to check out their 60 second tutorial here:<br />
<a href="http://getmoai.com/2011/06/moai-tutorials-moai-cloud-basics/" target="_blank">60 Second Moai Cloud Tutorial</a></p>
<p>There are numerous improvements since I first mentioned the SDK. Looks like the guys developing the Moai SDK have been very busy!</p>
<p>Read More: <a href="http://maniacdev.com/category/iphone-dev-news/" target="_blank">iPhone Dev News</a></p>
<p>&copy;2012 <a href="http://maniacdev.com">iPhone, iOS 5, iPad SDK Development Tutorial and Programming Tips</a>. All Rights Reserved.</p>.<div class="prli-social-buttons-bar"><a href="http://del.icio.us/post?url=http%3A%2F%2Fmaniacdev.com%2Fld6&title=News%3A+Moai+SDK+Game+Development+Kit+Made+Available+To+All" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/delicious_32.png" alt="Delicious" title="Delicious" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://twitter.com/home?status=RT+%40maniacdev%3A+News%3A+Moai+SDK+Game+Development+Kit+Made+Available+To+All+http%3A%2F%2Fmaniacdev.com%2Fld6" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/twitter_32.png" alt="Twitter" title="Twitter" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://technorati.com/faves?add=http%3A%2F%2Fmaniacdev.com%2Fld6" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/technorati_32.png" alt="Technorati" title="Technorati" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fmaniacdev.com%2Fld6&t=News%3A+Moai+SDK+Game+Development+Kit+Made+Available+To+All" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/facebook_32.png" alt="Facebook" title="Facebook" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fmaniacdev.com%2Fld6&title=News%3A+Moai+SDK+Game+Development+Kit+Made+Available+To+All" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/linkedin_32.png" alt="LinkedIn" title="LinkedIn" border="0" style="padding: 0 20px 0 0;" /></a><a href="mailto:?subject=News: Moai SDK Game Development Kit Made Available To All&body=News: Moai SDK Game Development Kit Made Available To All%20http%3A%2F%2Fmaniacdev.com%2Fld6" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/email_32.png" alt="Email" title="Email" border="0" style="padding: 0 20px 0 0;" /></a></div>
	Tags: <a href="http://maniacdev.com/tag/game/" title="game" rel="tag" rel="nofollow">game</a>, <a href="http://maniacdev.com/tag/moai-sdk/" title="moai sdk" rel="tag" rel="nofollow">moai sdk</a>, <a href="http://maniacdev.com/tag/development/" title="development" rel="tag" rel="nofollow">development</a>, <a href="http://maniacdev.com/tag/open-source/" title="open source" rel="tag" rel="nofollow">open source</a>, <a href="http://maniacdev.com/tag/games/" title="games" rel="tag" rel="nofollow">games</a>, <a href="http://maniacdev.com/tag/iphone/" title="iPhone" rel="tag" rel="nofollow">iPhone</a>, <a href="http://maniacdev.com/tag/ipad/" title="ipad" rel="tag" rel="nofollow">ipad</a><br />
]]></content:encoded>
			<wfw:commentRss>http://maniacdev.com/2011/07/news-moai-sdk-made-available-to-all/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Resources In iOS Development &#8211; July 10th 2011</title>
		<link>http://maniacdev.com/2011/07/best-resources-ios-development-july-10-2011/</link>
		<comments>http://maniacdev.com/2011/07/best-resources-ios-development-july-10-2011/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 06:26:26 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[iPhone SDK And iPad SDK]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[core text]]></category>
		<category><![CDATA[database programming]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[uitextview]]></category>

		<guid isPermaLink="false">http://maniacdev.com/?p=3975</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://maniacdev.com/2011/07/best-resources-ios-development-july-10-2011/&amp;text=Best Resources In iOS Development &#8211; July 10th 2011&amp;via=maniacdev&amp;related=DolcePixel"><img align="right" src="http://maniacdev.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
Another great week has gone by, and if you are a regular visitor to this site you have probably noticed that I am now using a new theme.  Hopefully this betters the user experience for everyone. In the last week there were some great resources shared, those included a number of open source libraries relating [...]]]></description>
			<content:encoded><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://maniacdev.com/2011/07/best-resources-ios-development-july-10-2011/&amp;text=Best Resources In iOS Development &#8211; July 10th 2011&amp;via=maniacdev&amp;related=DolcePixel"><img align="right" src="http://maniacdev.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>Another great week has gone by, and if you are a regular visitor to this site you have probably noticed that I am now using a new theme.  Hopefully this betters the user experience for everyone.</p>
<p>In the last week there were some great resources shared, those included a number of open source libraries relating to topics such as Core Text, web services, data storage, and user interface improvements.</p>
<p>Here are the most viewed resources that were new in the last week listed in order of popularity:</p>
<p><a title="Open Source: Lightweight Asynchronous Networking Library For Easy Communication With Web Services" href="http://maniacdev.com/2011/07/open-source-lightweight-asynchronous-networking-library-web-services/" rel="bookmark">Open Source: Lightweight Asynchronous Networking Library For Easy Communication With Web Services</a> &#8211; A great lightweight library for communicating with web services allowing you to code complex interactions quickly by taking advantage of Objective-C blocks.</p>
<p><a title="Tutorial: Custom In View Popup Windows" href="http://maniacdev.com/2011/07/tutorial-custom-in-view-popup-windows/" rel="bookmark">Tutorial: Custom In View Popup Windows</a> &#8211; A guide and library for creating popup windows within your main view so that you can display content without needing to navigate to another view.</p>
<p><a title="Open Source: Rich Text-Editing View Using Core Text" href="http://maniacdev.com/2011/07/open-source-rich-text-editing-view-using-core-text/" rel="bookmark">Open Source: Rich Text-Editing View Using Core Text</a> &#8211; A drop in UITextView replacement that allows for easily creating and editing richly formatted text.</p>
<p><a title="Open Source: Library For Easy Data Saving/Loading" href="http://maniacdev.com/2011/07/open-source-library-data-saving-loading/" rel="bookmark">Open Source: Library For Easy Data Saving/Loading</a> &#8211; A straightforward data saving library allowing you to save or load int, float, and NSString data with just one line of code.</p>
<p><a title="Open Source: UITableView Replacement With Swipeable Cells" href="http://maniacdev.com/2011/07/open-source-uitableview-replacement-with-swipeable-cells/" rel="bookmark">Open Source: UITableView Replacement With Swipeable Cells</a> &#8211; A slick UITableView replacement that allows you to create table view cells that can be swiped by the user revealing new content behind the cell.</p>
<p><a title="Open Source: Library Allowing For Tab Bars With An Infinite Number Of Items" href="http://maniacdev.com/2011/07/open-source-library-allowing-for-tab-bars-with-an-infinite-number-of-items/" rel="bookmark">Open Source: Library Allowing For Tab Bars With An Infinite Number Of Items</a> &#8211; A tab bar library that allows you to place an unlimited number of items and allowing the user to scroll between different tab bars accessing the icons without the user having to use the more screen.</p>
<p><a title="Tutorial: Format Text Magazine Style Using Core Text" href="http://maniacdev.com/2011/07/tutorial-format-text-magazine-style-using-core-text/" rel="bookmark">Tutorial: Format Text Magazine Style Using Core Text</a> &#8211; A great step-by-step tutorial on how to format your text in multiple columns, and format the text with different styles using Core Text.  Excellent for anyone developing a magazine style app.</p>
<p><a title="Open Source: Easily Extensible Objective-C Math Parser Library" href="http://maniacdev.com/2011/07/open-source-easily-extensible-math-parser-library/" rel="bookmark">Open Source: Easily Extensible Objective-C Math Parser Library</a> &#8211; A very useful math parsing library that uses similar syntax to NSPredicate but allows you to very easily add new functions.</p>
<p><a title="Open Source: Library And Guide For NinePatch Image Support On iOS Platforms" href="http://maniacdev.com/2011/07/open-source-library-and-guide-for-ninepatch-image-support-on-ios-platforms/" rel="bookmark">Open Source: Library And Guide For NinePatch Image Support On iOS Platforms</a> &#8211; A libary for support of NinePatch format images that are commonly used for interface elements on Android.</p>
<p>Thanks for reading, please share and bookmark this post!</p>
<p>&copy;2012 <a href="http://maniacdev.com">iPhone, iOS 5, iPad SDK Development Tutorial and Programming Tips</a>. All Rights Reserved.</p>.<div class="prli-social-buttons-bar"><a href="http://del.icio.us/post?url=http%3A%2F%2Fmaniacdev.com%2Ff48&title=Best+Resources+In+iOS+Development+-+July+10th+2011" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/delicious_32.png" alt="Delicious" title="Delicious" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://twitter.com/home?status=RT+%40maniacdev%3A+Best+Resources+In+iOS+Development+-+July+10th+2011+http%3A%2F%2Fmaniacdev.com%2Ff48" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/twitter_32.png" alt="Twitter" title="Twitter" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://technorati.com/faves?add=http%3A%2F%2Fmaniacdev.com%2Ff48" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/technorati_32.png" alt="Technorati" title="Technorati" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fmaniacdev.com%2Ff48&t=Best+Resources+In+iOS+Development+-+July+10th+2011" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/facebook_32.png" alt="Facebook" title="Facebook" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fmaniacdev.com%2Ff48&title=Best+Resources+In+iOS+Development+-+July+10th+2011" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/linkedin_32.png" alt="LinkedIn" title="LinkedIn" border="0" style="padding: 0 20px 0 0;" /></a><a href="mailto:?subject=Best Resources In iOS Development - July 10th 2011&body=Best Resources In iOS Development - July 10th 2011%20http%3A%2F%2Fmaniacdev.com%2Ff48" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/email_32.png" alt="Email" title="Email" border="0" style="padding: 0 20px 0 0;" /></a></div>
	Tags: <a href="http://maniacdev.com/tag/ios/" title="ios" rel="tag" rel="nofollow">ios</a>, <a href="http://maniacdev.com/tag/database-programming/" title="database programming" rel="tag" rel="nofollow">database programming</a>, <a href="http://maniacdev.com/tag/development/" title="development" rel="tag" rel="nofollow">development</a>, <a href="http://maniacdev.com/tag/core-text/" title="core text" rel="tag" rel="nofollow">core text</a>, <a href="http://maniacdev.com/tag/uitextview/" title="uitextview" rel="tag" rel="nofollow">uitextview</a>, <a href="http://maniacdev.com/tag/iphone/" title="iPhone" rel="tag" rel="nofollow">iPhone</a>, <a href="http://maniacdev.com/tag/ipad/" title="ipad" rel="tag" rel="nofollow">ipad</a><br />
]]></content:encoded>
			<wfw:commentRss>http://maniacdev.com/2011/07/best-resources-ios-development-july-10-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source: Library For Easy Data Saving/Loading</title>
		<link>http://maniacdev.com/2011/07/open-source-library-data-saving-loading/</link>
		<comments>http://maniacdev.com/2011/07/open-source-library-data-saving-loading/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 18:17:05 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[iPhone SDK And iPad SDK]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Objective-C Programming]]></category>
		<category><![CDATA[Open Source iOS Libraries And Tools]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[save data]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://maniacdev.com/?p=3966</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://maniacdev.com/2011/07/open-source-library-data-saving-loading/&amp;text=Open Source: Library For Easy Data Saving/Loading&amp;via=maniacdev&amp;related=DolcePixel"><img align="right" src="http://maniacdev.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
There are many ways to save data on iOS devices.  Some like a database are likely overkill for a game, and other methods like serialization are great, but things could still be easier. I&#8217;ve found a very cool time saving library that allows you to easily save and load ints, floats, and NSString&#8217;s to an [...]]]></description>
			<content:encoded><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://maniacdev.com/2011/07/open-source-library-data-saving-loading/&amp;text=Open Source: Library For Easy Data Saving/Loading&amp;via=maniacdev&amp;related=DolcePixel"><img align="right" src="http://maniacdev.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>There are many ways to save data on iOS devices.  Some like a database are likely overkill for a game, and other methods like serialization are great, but things could still be easier.</p>
<p>I&#8217;ve found a very cool time saving library that allows you to easily save and load ints, floats, and NSString&#8217;s to an automatically created .PLIST file.  No fuss at all just one line of code to save, or one line to load each of these datatypes.  A nice simple quick solution if you want to install some simple data saving into an app.  If you need to save a few floats of game data it is an ideal solution.</p>
<p>The library is ABLFXSaveSystem from Alexander Blunck and can be found on Github here:<br />
<a href="https://github.com/ablfx/ABLFXSaveSystem" target="_blank">https://github.com/ablfx/ABLFXSaveSystem</a></p>
<p>A cool example of a simple, but useful open source library.</p>
<p>&copy;2012 <a href="http://maniacdev.com">iPhone, iOS 5, iPad SDK Development Tutorial and Programming Tips</a>. All Rights Reserved.</p>.<div class="prli-social-buttons-bar"><a href="http://del.icio.us/post?url=http%3A%2F%2Fmaniacdev.com%2Fnab&title=Open+Source%3A+Library+For+Easy+Data+Saving%2FLoading" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/delicious_32.png" alt="Delicious" title="Delicious" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://twitter.com/home?status=RT+%40maniacdev%3A+Open+Source%3A+Library+For+Easy+Data+Saving%2FLoading+http%3A%2F%2Fmaniacdev.com%2Fnab" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/twitter_32.png" alt="Twitter" title="Twitter" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://technorati.com/faves?add=http%3A%2F%2Fmaniacdev.com%2Fnab" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/technorati_32.png" alt="Technorati" title="Technorati" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fmaniacdev.com%2Fnab&t=Open+Source%3A+Library+For+Easy+Data+Saving%2FLoading" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/facebook_32.png" alt="Facebook" title="Facebook" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fmaniacdev.com%2Fnab&title=Open+Source%3A+Library+For+Easy+Data+Saving%2FLoading" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/linkedin_32.png" alt="LinkedIn" title="LinkedIn" border="0" style="padding: 0 20px 0 0;" /></a><a href="mailto:?subject=Open Source: Library For Easy Data Saving/Loading&body=Open Source: Library For Easy Data Saving/Loading%20http%3A%2F%2Fmaniacdev.com%2Fnab" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/email_32.png" alt="Email" title="Email" border="0" style="padding: 0 20px 0 0;" /></a></div>
	Tags: <a href="http://maniacdev.com/tag/iphone/" title="iPhone" rel="tag" rel="nofollow">iPhone</a>, <a href="http://maniacdev.com/tag/ipad/" title="ipad" rel="tag" rel="nofollow">ipad</a>, <a href="http://maniacdev.com/tag/development/" title="development" rel="tag" rel="nofollow">development</a>, <a href="http://maniacdev.com/tag/ios/" title="ios" rel="tag" rel="nofollow">ios</a>, <a href="http://maniacdev.com/tag/tutorial/" title="tutorial" rel="tag" rel="nofollow">tutorial</a>, <a href="http://maniacdev.com/tag/save-data/" title="save data" rel="tag" rel="nofollow">save data</a>, <a href="http://maniacdev.com/tag/example/" title="example" rel="tag" rel="nofollow">example</a><br />
]]></content:encoded>
			<wfw:commentRss>http://maniacdev.com/2011/07/open-source-library-data-saving-loading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iAds For Developers Experiment Makes iAd CPM Rates Look As Stable As A House Of Cards</title>
		<link>http://maniacdev.com/2010/08/iads-for-developers-experiment/</link>
		<comments>http://maniacdev.com/2010/08/iads-for-developers-experiment/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 06:54:42 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[iPhone SDK And iPad SDK]]></category>
		<category><![CDATA[about]]></category>
		<category><![CDATA[admob]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[iads]]></category>
		<category><![CDATA[iads-conversion-rate]]></category>
		<category><![CDATA[iads-for-developer]]></category>
		<category><![CDATA[iads-for-developers]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[rates]]></category>

		<guid isPermaLink="false">http://maniacdev.com/?p=2472</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://maniacdev.com/2010/08/iads-for-developers-experiment/&amp;text=iAds For Developers Experiment Makes iAd CPM Rates Look As Stable As A House Of Cards&amp;via=maniacdev&amp;related=DolcePixel"><img align="right" src="http://maniacdev.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
iAds and the iAds for develoeprs program has been a boon for developers showing iAds within their apps due to the extremely high CPM rates.   The cost for non-developer ads has been said to be as high as $18 CPM while those of AdMob are considerably less than a dollar.   The cost for [...]]]></description>
			<content:encoded><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://maniacdev.com/2010/08/iads-for-developers-experiment/&amp;text=iAds For Developers Experiment Makes iAd CPM Rates Look As Stable As A House Of Cards&amp;via=maniacdev&amp;related=DolcePixel"><img align="right" src="http://maniacdev.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>iAds and the iAds for develoeprs program has been a boon for developers showing iAds within their apps due to the extremely high CPM rates.   The cost for non-developer ads has been said to be as high as $18 CPM while those of AdMob are considerably less than a dollar.   The cost for developer ads is 0.25 cents per click.</p>
<p>It&#8217;s been suggested that these new ads perform quite well.  Personally I&#8217;ve been extremely skeptical as even the much lower cost for AdMob ads does not make for easy profit.  Fortunately, the developers at Cross Forward Consulting performed a test, and decided to share their results.</p>
<p>The overall results of Cross Forward Consulting advertising their app, <a rel="nofollow" href="http://itunes.apple.com/us/app/audiobooks-premium/id324596259?mt=8" target="_blank">Audiobooks Premium</a>, a pretty successful app in it&#8217;s own right have shown absolutely dismal results.</p>
<p><strong>The end results were $1251.75 spent on iAds providing 5,007 clicks and  just 48 downloads..   The overall cost was $14.90 for each download.  There were 2,052,929 impressions.</strong></p>
<p>You can see the full writeup, and further details in the article here:<br />
<a href="http://www.crossforward.com/2010/08/25/iad-for-developers/" target="_blank" rel="nofollow"> iAd for Developers</a></p>
<p>Sure, some might say a more expensive app could do better, but it&#8217;s hard to imagine how it could be worthwhile.  Considering the extremely high CPM rates non-developers are paying for iAds it looks like the iAds CPM rates are about as stable as a house of cards unless somehow iAds performance were to dramatically improve.  Especially given the much lower AdMob rates. <strong><em>Imagine if the test was done at the rate those big-wig advertisers are supposedly paying.. the cost would have been over $750 for a download.</em></strong></p>
<p>Thanks for reading, <strong>please share this using the buttons below!</strong></p>
<p>&copy;2012 <a href="http://maniacdev.com">iPhone, iOS 5, iPad SDK Development Tutorial and Programming Tips</a>. All Rights Reserved.</p>.<div class="prli-social-buttons-bar"><a href="http://del.icio.us/post?url=http%3A%2F%2Fmaniacdev.com%2Facn&title=iAds+For+Developers+Experiment+Makes+iAd+CPM+Rates+Look+As+Stable+As+A+House+Of+Cards" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/delicious_32.png" alt="Delicious" title="Delicious" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://twitter.com/home?status=RT+%40maniacdev%3A+iAds+For+Developers+Experiment+Makes+iAd+CPM+Rates+Look+As+Stable+As+A+House+Of+Cards+http%3A%2F%2Fmaniacdev.com%2Facn" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/twitter_32.png" alt="Twitter" title="Twitter" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://technorati.com/faves?add=http%3A%2F%2Fmaniacdev.com%2Facn" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/technorati_32.png" alt="Technorati" title="Technorati" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fmaniacdev.com%2Facn&t=iAds+For+Developers+Experiment+Makes+iAd+CPM+Rates+Look+As+Stable+As+A+House+Of+Cards" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/facebook_32.png" alt="Facebook" title="Facebook" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fmaniacdev.com%2Facn&title=iAds+For+Developers+Experiment+Makes+iAd+CPM+Rates+Look+As+Stable+As+A+House+Of+Cards" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/linkedin_32.png" alt="LinkedIn" title="LinkedIn" border="0" style="padding: 0 20px 0 0;" /></a><a href="mailto:?subject=iAds For Developers Experiment Makes iAd CPM Rates Look As Stable As A House Of Cards&body=iAds For Developers Experiment Makes iAd CPM Rates Look As Stable As A House Of Cards%20http%3A%2F%2Fmaniacdev.com%2Facn" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/email_32.png" alt="Email" title="Email" border="0" style="padding: 0 20px 0 0;" /></a></div>
	Tags: <a href="http://maniacdev.com/tag/iads-conversion-rate/" title="iads-conversion-rate" rel="tag" rel="nofollow">iads-conversion-rate</a>, <a href="http://maniacdev.com/tag/rates/" title="rates" rel="tag" rel="nofollow">rates</a>, <a href="http://maniacdev.com/tag/iads-for-developer/" title="iads-for-developer" rel="tag" rel="nofollow">iads-for-developer</a>, <a href="http://maniacdev.com/tag/ipad/" title="ipad" rel="tag" rel="nofollow">ipad</a>, <a href="http://maniacdev.com/tag/developer/" title="developer" rel="tag" rel="nofollow">developer</a>, <a href="http://maniacdev.com/tag/admob/" title="admob" rel="tag" rel="nofollow">admob</a>, <a href="http://maniacdev.com/tag/about/" title="about" rel="tag" rel="nofollow">about</a>, <a href="http://maniacdev.com/tag/iads/" title="iads" rel="tag" rel="nofollow">iads</a>, <a href="http://maniacdev.com/tag/developers/" title="developers" rel="tag" rel="nofollow">developers</a>, <a href="http://maniacdev.com/tag/iphone/" title="iPhone" rel="tag" rel="nofollow">iPhone</a><br />
]]></content:encoded>
			<wfw:commentRss>http://maniacdev.com/2010/08/iads-for-developers-experiment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Magic Formula For Getting Your App Featured By Apple</title>
		<link>http://maniacdev.com/2010/08/the-magic-formula-for-getting-your-app-featured-by-apple/</link>
		<comments>http://maniacdev.com/2010/08/the-magic-formula-for-getting-your-app-featured-by-apple/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 07:25:32 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[iPhone SDK And iPad SDK]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[factors featured apps]]></category>
		<category><![CDATA[featured apps]]></category>
		<category><![CDATA[featured by apple]]></category>
		<category><![CDATA[get featured]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ipad]]></category>

		<guid isPermaLink="false">http://maniacdev.com/?p=2459</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://maniacdev.com/2010/08/the-magic-formula-for-getting-your-app-featured-by-apple/&amp;text=The Magic Formula For Getting Your App Featured By Apple&amp;via=maniacdev&amp;related=DolcePixel"><img align="right" src="http://maniacdev.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
It&#8217;s the dream of pretty much everyone who has worked on an app to get an app featured by Apple.  By now I&#8217;m sure we&#8217;ve all heard the stories of ridiculous profits that can be earned within a few days. Now the problem is, how does Apple choose which apps are featured?  I&#8217;ve seen absolute [...]]]></description>
			<content:encoded><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://maniacdev.com/2010/08/the-magic-formula-for-getting-your-app-featured-by-apple/&amp;text=The Magic Formula For Getting Your App Featured By Apple&amp;via=maniacdev&amp;related=DolcePixel"><img align="right" src="http://maniacdev.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>It&#8217;s the dream of pretty much everyone who has worked on an app to get an app featured by Apple.  By now I&#8217;m sure we&#8217;ve all heard the stories of ridiculous profits that can be earned within a few days.</p>
<p>Now the problem is, how does Apple choose which apps are featured?  I&#8217;ve seen absolute junk get featured in the Canadian app store while some brilliant apps seem to get glanced over.  So unfortunately,  no matter what luck definitely seems to be the biggest factor in the formula for getting your apps featured in the magic formula.</p>
<p>All that being said I read an interesting article from one developer who was able to get their app featured by Apple, a game known as <a href="http://bit.ly/bF2KAq" target="_blank" rel="nofollow">Alienz</a> which was able to reach the top 100 strategy and arcade game categories of the app store earning them nearly $2k in a week.</p>
<p>Here&#8217;s a quick summary of the formula they came up with:</p>
<ol>
<li>Presentation &#8211; Definitely looks are the most important factor that you can actually control.</li>
<li>Uniqueness &#8211; The author emphasizes this, and it seems to be a factor, but I have seen a lot of rehashed stuff get featured so I&#8217;m not too sure about this one.</li>
<li>Time of release &#8211; Interesting stuff here.. definitely seems like on some days Apple has slimmer pickings on some days as opposed to others.  Their suggestion is not to get your app listed right after the weekend if you want to get featured.</li>
<li>Make The App Paid &#8211; According to the author Apple typically only features free apps by big publishers.</li>
<li>Get Mentioned By The Big Sites &#8211; Apple seems to favor apps featured on big sites by Engadget (I would say though that these are usually only quality apps anyways <img src='http://maniacdev.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
<p>Interesting stuff, and you can <a href="http://digitalsinigang.blogspot.com/2010/08/formula-for-getting-your-app-featured.html" target="_blank" rel="nofollow">read the full article here</a>.</p>
<p>I would say that it is 90% luck, 9% presentation, and 1% the other stuff, but definitely some things to consider.</p>
<p>Thanks for reading. <strong>Please share this, by using the buttons below!</strong></p>
<p>&copy;2012 <a href="http://maniacdev.com">iPhone, iOS 5, iPad SDK Development Tutorial and Programming Tips</a>. All Rights Reserved.</p>.<div class="prli-social-buttons-bar"><a href="http://del.icio.us/post?url=http%3A%2F%2Fmaniacdev.com%2Fto7&title=The+Magic+Formula+For+Getting+Your+App+Featured+By+Apple" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/delicious_32.png" alt="Delicious" title="Delicious" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://twitter.com/home?status=RT+%40maniacdev%3A+The+Magic+Formula+For+Getting+Your+App+Featured+By+Apple+http%3A%2F%2Fmaniacdev.com%2Fto7" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/twitter_32.png" alt="Twitter" title="Twitter" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://technorati.com/faves?add=http%3A%2F%2Fmaniacdev.com%2Fto7" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/technorati_32.png" alt="Technorati" title="Technorati" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fmaniacdev.com%2Fto7&t=The+Magic+Formula+For+Getting+Your+App+Featured+By+Apple" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/facebook_32.png" alt="Facebook" title="Facebook" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fmaniacdev.com%2Fto7&title=The+Magic+Formula+For+Getting+Your+App+Featured+By+Apple" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/linkedin_32.png" alt="LinkedIn" title="LinkedIn" border="0" style="padding: 0 20px 0 0;" /></a><a href="mailto:?subject=The Magic Formula For Getting Your App Featured By Apple&body=The Magic Formula For Getting Your App Featured By Apple%20http%3A%2F%2Fmaniacdev.com%2Fto7" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/email_32.png" alt="Email" title="Email" border="0" style="padding: 0 20px 0 0;" /></a></div>
	Tags: <a href="http://maniacdev.com/tag/ios/" title="ios" rel="tag" rel="nofollow">ios</a>, <a href="http://maniacdev.com/tag/get-featured/" title="get featured" rel="tag" rel="nofollow">get featured</a>, <a href="http://maniacdev.com/tag/how-to/" title="how to" rel="tag" rel="nofollow">how to</a>, <a href="http://maniacdev.com/tag/factors-featured-apps/" title="factors featured apps" rel="tag" rel="nofollow">factors featured apps</a>, <a href="http://maniacdev.com/tag/app/" title="app" rel="tag" rel="nofollow">app</a>, <a href="http://maniacdev.com/tag/dev/" title="dev" rel="tag" rel="nofollow">dev</a>, <a href="http://maniacdev.com/tag/development/" title="development" rel="tag" rel="nofollow">development</a>, <a href="http://maniacdev.com/tag/featured-apps/" title="featured apps" rel="tag" rel="nofollow">featured apps</a>, <a href="http://maniacdev.com/tag/apple/" title="apple" rel="tag" rel="nofollow">apple</a>, <a href="http://maniacdev.com/tag/ipad/" title="ipad" rel="tag" rel="nofollow">ipad</a><br />
]]></content:encoded>
			<wfw:commentRss>http://maniacdev.com/2010/08/the-magic-formula-for-getting-your-app-featured-by-apple/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone Math Library &#8211; Open Source 400%+ Faster</title>
		<link>http://maniacdev.com/2010/08/blazing-fast-ios-math-library/</link>
		<comments>http://maniacdev.com/2010/08/blazing-fast-ios-math-library/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 19:55:29 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[iPhone Programming Examples]]></category>
		<category><![CDATA[iPhone SDK And iPad SDK]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[lib]]></category>
		<category><![CDATA[math library]]></category>
		<category><![CDATA[maths library]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sine function]]></category>
		<category><![CDATA[trigint]]></category>

		<guid isPermaLink="false">http://maniacdev.com/?p=2450</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://maniacdev.com/2010/08/blazing-fast-ios-math-library/&amp;text=iPhone Math Library &#8211; Open Source 400%+ Faster&amp;via=maniacdev&amp;related=DolcePixel"><img align="right" src="http://maniacdev.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
If you&#8217;re app makes extensive use of trigonometry (and if you&#8217;re working on game development then you probably are) then you probably make extensive use of the built in math functions.  This isn&#8217;t the first open source iPhone math library to offer a speed increase, but it is the only one as far as I [...]]]></description>
			<content:encoded><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://maniacdev.com/2010/08/blazing-fast-ios-math-library/&amp;text=iPhone Math Library &#8211; Open Source 400%+ Faster&amp;via=maniacdev&amp;related=DolcePixel"><img align="right" src="http://maniacdev.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>If you&#8217;re app makes extensive use of trigonometry (and if you&#8217;re working on game development then you probably are) then you probably make extensive use of the built in math functions.  This isn&#8217;t the first open source <strong>iPhone math library</strong> to offer a speed increase, but it is the only one as far as I know that is still in active development.</p>
<p>According to Apple  apps that make extensive use of floating point numbers should not make use of the thumb compiling option which reduces code size.</p>
<p>Dave Dribin has created a math library exclusively making use of integers, and based on the speed of the sine function vs. the standard libary sin and sinf functions it looks like Dave&#8217;s trigint library is at least 4x faster.</p>
<p>You can find the library and more info here:<br />
<a href="http://www.dribin.org/dave/trigint/index.html" target="_blank" rel="nofollow">Trigint: An Integer-Based Trigonmetry Library</a></p>
<p>Thanks for reading, <em><strong>please share this using the buttons below!</strong></em></p>
<p>[via: <a href="http://www.alexcurylo.com/blog/2010/08/19/integer-trigonometry-trigint/trackback/" target="_blank" rel="nofollow">Under The Bridge</a>]</p>
<p>&copy;2012 <a href="http://maniacdev.com">iPhone, iOS 5, iPad SDK Development Tutorial and Programming Tips</a>. All Rights Reserved.</p>.<div class="prli-social-buttons-bar"><a href="http://del.icio.us/post?url=http%3A%2F%2Fmaniacdev.com%2Fbzv&title=iPhone+Math+Library+-+Open+Source+400%25%2B+Faster" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/delicious_32.png" alt="Delicious" title="Delicious" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://twitter.com/home?status=RT+%40maniacdev%3A+iPhone+Math+Library+-+Open+Source+400%25%2B+Faster+http%3A%2F%2Fmaniacdev.com%2Fbzv" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/twitter_32.png" alt="Twitter" title="Twitter" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://technorati.com/faves?add=http%3A%2F%2Fmaniacdev.com%2Fbzv" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/technorati_32.png" alt="Technorati" title="Technorati" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fmaniacdev.com%2Fbzv&t=iPhone+Math+Library+-+Open+Source+400%25%2B+Faster" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/facebook_32.png" alt="Facebook" title="Facebook" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fmaniacdev.com%2Fbzv&title=iPhone+Math+Library+-+Open+Source+400%25%2B+Faster" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/linkedin_32.png" alt="LinkedIn" title="LinkedIn" border="0" style="padding: 0 20px 0 0;" /></a><a href="mailto:?subject=iPhone Math Library - Open Source 400%+ Faster&body=iPhone Math Library - Open Source 400%+ Faster%20http%3A%2F%2Fmaniacdev.com%2Fbzv" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/email_32.png" alt="Email" title="Email" border="0" style="padding: 0 20px 0 0;" /></a></div>
	Tags: <a href="http://maniacdev.com/tag/trigint/" title="trigint" rel="tag" rel="nofollow">trigint</a>, <a href="http://maniacdev.com/tag/game/" title="game" rel="tag" rel="nofollow">game</a>, <a href="http://maniacdev.com/tag/ios/" title="ios" rel="tag" rel="nofollow">ios</a>, <a href="http://maniacdev.com/tag/maths-library/" title="maths library" rel="tag" rel="nofollow">maths library</a>, <a href="http://maniacdev.com/tag/developers/" title="developers" rel="tag" rel="nofollow">developers</a>, <a href="http://maniacdev.com/tag/math-library/" title="math library" rel="tag" rel="nofollow">math library</a>, <a href="http://maniacdev.com/tag/sine-function/" title="sine function" rel="tag" rel="nofollow">sine function</a>, <a href="http://maniacdev.com/tag/development/" title="development" rel="tag" rel="nofollow">development</a>, <a href="http://maniacdev.com/tag/lib/" title="lib" rel="tag" rel="nofollow">lib</a>, <a href="http://maniacdev.com/tag/programming/" title="programming" rel="tag" rel="nofollow">programming</a><br />
]]></content:encoded>
			<wfw:commentRss>http://maniacdev.com/2010/08/blazing-fast-ios-math-library/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sparrow Tutorial: Creating HD Games With The Sparrow Framework</title>
		<link>http://maniacdev.com/2010/08/tutorial-creating-hd-games-with-the-sparrow-framework/</link>
		<comments>http://maniacdev.com/2010/08/tutorial-creating-hd-games-with-the-sparrow-framework/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 06:56:38 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[iPhone Programming Examples]]></category>
		<category><![CDATA[iPhone SDK And iPad SDK]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sparrow]]></category>
		<category><![CDATA[sparrow framework]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://maniacdev.com/?p=2438</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://maniacdev.com/2010/08/tutorial-creating-hd-games-with-the-sparrow-framework/&amp;text=Sparrow Tutorial: Creating HD Games With The Sparrow Framework&amp;via=maniacdev&amp;related=DolcePixel"><img align="right" src="http://maniacdev.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
Sparrow, the game framework I used in my iOS programming tutorial on creating an action game, has recently added a new feature to easily handle the higher screen resolutions provided by the retina display of the iPhone 4.  I hope to update the tutorial to utilize this new feature in the near future. A new [...]]]></description>
			<content:encoded><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://maniacdev.com/2010/08/tutorial-creating-hd-games-with-the-sparrow-framework/&amp;text=Sparrow Tutorial: Creating HD Games With The Sparrow Framework&amp;via=maniacdev&amp;related=DolcePixel"><img align="right" src="http://maniacdev.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>Sparrow, the game framework I used in my <a href="http://maniacdev.com/2010/08/beginners-iphone-action-game-tutorial/">iOS programming tutorial</a> on creating an action game, has recently added a new feature to easily handle the higher screen resolutions provided by the retina display of the iPhone 4.  I hope to update the tutorial to utilize this new feature in the near future.  A new Sparrow Tutorial from the creators of this grame framework illustrates the process.</p>
<p>The process involves using tools that are included with the Sparrow Framework that will automatically create all the required textures from your high definition textures.</p>
<p>You can find the step-by-step tutorial from the creators of sparrow here:<br />
<a rel="nofollow" href="http://www.sparrow-framework.org/2010/08/how-to-make-hd-games-with-sparrow/" target="_blank">How To Make HD Games With Sparrow</a></p>
<p>The new feature is in Sparrow 0.9 which can be found <a rel="nofollow" href="http://www.sparrow-framework.org/wp-content/uploads/2010/01/sparrow_v0.9.zip" target="_blank">here</a>.</p>
<p><strong>Thanks for reading, please share this using the buttons below!</strong></p>
<p>&copy;2012 <a href="http://maniacdev.com">iPhone, iOS 5, iPad SDK Development Tutorial and Programming Tips</a>. All Rights Reserved.</p>.<div class="prli-social-buttons-bar"><a href="http://del.icio.us/post?url=http%3A%2F%2Fmaniacdev.com%2Fkq2&title=Sparrow+Tutorial%3A+Creating+HD+Games+With+The+Sparrow+Framework" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/delicious_32.png" alt="Delicious" title="Delicious" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://twitter.com/home?status=RT+%40maniacdev%3A+Sparrow+Tutorial%3A+Creating+HD+Games+With+The+Sparrow+Framework+http%3A%2F%2Fmaniacdev.com%2Fkq2" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/twitter_32.png" alt="Twitter" title="Twitter" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://technorati.com/faves?add=http%3A%2F%2Fmaniacdev.com%2Fkq2" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/technorati_32.png" alt="Technorati" title="Technorati" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fmaniacdev.com%2Fkq2&t=Sparrow+Tutorial%3A+Creating+HD+Games+With+The+Sparrow+Framework" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/facebook_32.png" alt="Facebook" title="Facebook" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fmaniacdev.com%2Fkq2&title=Sparrow+Tutorial%3A+Creating+HD+Games+With+The+Sparrow+Framework" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/linkedin_32.png" alt="LinkedIn" title="LinkedIn" border="0" style="padding: 0 20px 0 0;" /></a><a href="mailto:?subject=Sparrow Tutorial: Creating HD Games With The Sparrow Framework&body=Sparrow Tutorial: Creating HD Games With The Sparrow Framework%20http%3A%2F%2Fmaniacdev.com%2Fkq2" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/email_32.png" alt="Email" title="Email" border="0" style="padding: 0 20px 0 0;" /></a></div>
	Tags: <a href="http://maniacdev.com/tag/development/" title="development" rel="tag" rel="nofollow">development</a>, <a href="http://maniacdev.com/tag/tutorial/" title="tutorial" rel="tag" rel="nofollow">tutorial</a>, <a href="http://maniacdev.com/tag/iphone/" title="iPhone" rel="tag" rel="nofollow">iPhone</a>, <a href="http://maniacdev.com/tag/game/" title="game" rel="tag" rel="nofollow">game</a>, <a href="http://maniacdev.com/tag/ios/" title="ios" rel="tag" rel="nofollow">ios</a>, <a href="http://maniacdev.com/tag/sparrow/" title="sparrow" rel="tag" rel="nofollow">sparrow</a>, <a href="http://maniacdev.com/tag/sparrow-framework/" title="sparrow framework" rel="tag" rel="nofollow">sparrow framework</a>, <a href="http://maniacdev.com/tag/programming/" title="programming" rel="tag" rel="nofollow">programming</a>, <a href="http://maniacdev.com/tag/ipad/" title="ipad" rel="tag" rel="nofollow">ipad</a>, <a href="http://maniacdev.com/tag/tutorials/" title="tutorials" rel="tag" rel="nofollow">tutorials</a><br />
]]></content:encoded>
			<wfw:commentRss>http://maniacdev.com/2010/08/tutorial-creating-hd-games-with-the-sparrow-framework/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Best Resources In iOS Development August 16th 2010 (For 2 Weeks July 31-Aug 13)</title>
		<link>http://maniacdev.com/2010/08/the-best-resources-in-ios-development-august-16th-2010-for-2-weeks-july-31-aug-13/</link>
		<comments>http://maniacdev.com/2010/08/the-best-resources-in-ios-development-august-16th-2010-for-2-weeks-july-31-aug-13/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 07:28:36 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[iPhone Programming Examples]]></category>
		<category><![CDATA[iPhone SDK And iPad SDK]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ios4]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[programming in ios4]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[sparrow]]></category>

		<guid isPermaLink="false">http://maniacdev.com/?p=2424</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://maniacdev.com/2010/08/the-best-resources-in-ios-development-august-16th-2010-for-2-weeks-july-31-aug-13/&amp;text=The Best Resources In iOS Development August 16th 2010 (For 2 Weeks July 31-Aug 13)&amp;via=maniacdev&amp;related=DolcePixel"><img align="right" src="http://maniacdev.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
It continues to be an exciting time to develop on the iOS platform, and in the last couple of weeks some interesting news has come out.  It appears that a new edition of Apple TV will be released later this year with support for iOS apps, and a new iPod Touch with front and back [...]]]></description>
			<content:encoded><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://maniacdev.com/2010/08/the-best-resources-in-ios-development-august-16th-2010-for-2-weeks-july-31-aug-13/&amp;text=The Best Resources In iOS Development August 16th 2010 (For 2 Weeks July 31-Aug 13)&amp;via=maniacdev&amp;related=DolcePixel"><img align="right" src="http://maniacdev.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>It continues to be an exciting time to develop on the iOS platform, and in the last couple of weeks some interesting news has come out.  It appears that a new edition of Apple TV will be released later this year with support for iOS apps, and a new iPod Touch with front and back facing cameras.  While these are just rumors it does make sense and seems like a logical step forward.</p>
<p>Here are the most popular iPhone and iPad programming resources from this site in terms of sharing and visits for the 2 weeks July 31st to August 13th:</p>
<p>Latest edition here: <a href="http://maniacdev.com/ios-development-resources/">iOS Development Resources</a></p>
<p><a title="Permanent Link to 2 Great New Open Source iOS Apps: iStrobe and Ecological Footprint" rel="bookmark" href="http://maniacdev.com/2010/08/2-great-new-open-source-ios-apps/">2 Great New Open Source iOS Apps: iStrobe and Ecological Footprint</a> &#8211; Article about two new high quality apps that the creators have generously released as open source.</p>
<p><a href="http://maniacdev.com/2010/08/beginners-iphone-action-game-tutorial/" target="_blank">Beginners iPhone Action Game Programming Tutorial</a> &#8211; An extremely in-depth tutorial on how to program the gameplay in an iPhone action game.</p>
<p><a title="Permanent Link to Getting Your App Made Even If You’re Not A Programmer" rel="bookmark" href="http://maniacdev.com/2010/08/getting-your-app-made-even-if-youre-not-a-programmer/">Getting Your App Made Even If You’re Not A Programmer</a> &#8211; Article detailing do&#8217;s and don&#8217;ts for those looking to get an app developed without any programming skills.</p>
<p><a title="Permanent Link to Blocks – An Interesting Objective-C Addition In iOS 4" rel="bookmark" href="http://maniacdev.com/2010/07/blocks-an-interesting-objective-c-addition-in-ios-4/">Blocks – An Interesting Objective-C Addition In iOS 4</a> &#8211; A tutorial on how to utilize the blocks feature to shorten code in iOS 4 (aka. closures) x5</p>
<p><a title="Permanent Link to iTV – Another Platform For iOS Apps?" rel="bookmark" href="http://maniacdev.com/2010/08/itv-another-platform-for-ios-apps/">iTV – Another Platform For iOS Apps?</a> &#8211; Article disclosing some of the details of Apple&#8217;s rumored iTV device.</p>
<p><a title="Permanent Link to Handling Z-Ordering In Cocos2D Map Based Games" rel="bookmark" href="http://maniacdev.com/2010/08/handling-z-ordering-in-cocos2d-games/">Handling Z-Ordering In Cocos2D Map Based Games</a> &#8211; A tutorial about creating two custom classes that easily enable correct Z-ordering in Cocos2D map based games.</p>
<p><a title="Permanent Link to Custom iPad UISplitViewController Adds Many Slick Features – Open Source" rel="bookmark" href="http://maniacdev.com/2010/08/custom-ipad-uisplitviewcontroller-adds-many-slick-features-open-source/">Custom iPad UISplitViewController Adds Many Slick Features – Open Source</a> &#8211; Article on the release of an open source project allowing you to easily implement a UISplitViewController with many useful features added.</p>
<p><a title="Permanent Link to Good Explanation Of Instruments In Xcode" rel="bookmark" href="http://maniacdev.com/2010/08/good-explanation-of-instruments-in-xcode/">Good Explanation Of Instruments In Xcode</a> &#8211; A good overview of the instruments available in Xcode.</p>
<p><a title="Permanent Link to Interesting Info About iAds For Developers" rel="bookmark" href="http://maniacdev.com/2010/08/interesting-info-about-iads-for-developers/">Interesting Info About iAds For Developers</a> &#8211; Article including info  about how much iAds costs for developers and conversion rates.</p>
<p><a title="Permanent Link to How To Use Visio As A Level Editor" rel="bookmark" href="http://maniacdev.com/2010/08/how-to-use-visio-as-a-level-editor/">How To Use Visio As A Level Editor</a> &#8211; Tutorial on how convert Visio files into a .plist and then parse the resulting data as level data.</p>
<p><a title="Permanent Link to Hosting A Beta Test For Your iPhone and iPad Apps" rel="bookmark" href="http://maniacdev.com/2010/08/hosting-a-beta-test-for-your-iphone-and-ipad-apps/">Hosting A Beta Test For Your iPhone and iPad Apps</a> &#8211; Tutorial on the essentials of running an iOS app beta test such as ad-hoc distribution.</p>
<p>That&#8217;s it, thanks for reading.</p>
<p><strong>Please share this by using the buttons below!</strong></p>
<p>&copy;2012 <a href="http://maniacdev.com">iPhone, iOS 5, iPad SDK Development Tutorial and Programming Tips</a>. All Rights Reserved.</p>.<div class="prli-social-buttons-bar"><a href="http://del.icio.us/post?url=http%3A%2F%2Fmaniacdev.com%2Fp37&title=The+Best+Resources+In+iOS+Development+August+16th+2010+%28For+2+Weeks+July+31-Aug+13%29" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/delicious_32.png" alt="Delicious" title="Delicious" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://twitter.com/home?status=RT+%40maniacdev%3A+The+Best+Resources+In+iOS+Development+August+16th+2010+%28For+2+Weeks+July+31-Aug+13%29+http%3A%2F%2Fmaniacdev.com%2Fp37" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/twitter_32.png" alt="Twitter" title="Twitter" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://technorati.com/faves?add=http%3A%2F%2Fmaniacdev.com%2Fp37" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/technorati_32.png" alt="Technorati" title="Technorati" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fmaniacdev.com%2Fp37&t=The+Best+Resources+In+iOS+Development+August+16th+2010+%28For+2+Weeks+July+31-Aug+13%29" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/facebook_32.png" alt="Facebook" title="Facebook" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fmaniacdev.com%2Fp37&title=The+Best+Resources+In+iOS+Development+August+16th+2010+%28For+2+Weeks+July+31-Aug+13%29" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/linkedin_32.png" alt="LinkedIn" title="LinkedIn" border="0" style="padding: 0 20px 0 0;" /></a><a href="mailto:?subject=The Best Resources In iOS Development August 16th 2010 (For 2 Weeks July 31-Aug 13)&body=The Best Resources In iOS Development August 16th 2010 (For 2 Weeks July 31-Aug 13)%20http%3A%2F%2Fmaniacdev.com%2Fp37" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/email_32.png" alt="Email" title="Email" border="0" style="padding: 0 20px 0 0;" /></a></div>
	Tags: <a href="http://maniacdev.com/tag/development/" title="development" rel="tag" rel="nofollow">development</a>, <a href="http://maniacdev.com/tag/programming-in-ios4/" title="programming in ios4" rel="tag" rel="nofollow">programming in ios4</a>, <a href="http://maniacdev.com/tag/ios/" title="ios" rel="tag" rel="nofollow">ios</a>, <a href="http://maniacdev.com/tag/resources/" title="resources" rel="tag" rel="nofollow">resources</a>, <a href="http://maniacdev.com/tag/programming/" title="programming" rel="tag" rel="nofollow">programming</a>, <a href="http://maniacdev.com/tag/ios4/" title="ios4" rel="tag" rel="nofollow">ios4</a>, <a href="http://maniacdev.com/tag/best/" title="best" rel="tag" rel="nofollow">best</a>, <a href="http://maniacdev.com/tag/iphone/" title="iPhone" rel="tag" rel="nofollow">iPhone</a>, <a href="http://maniacdev.com/tag/sparrow/" title="sparrow" rel="tag" rel="nofollow">sparrow</a>, <a href="http://maniacdev.com/tag/ipad/" title="ipad" rel="tag" rel="nofollow">ipad</a><br />
]]></content:encoded>
			<wfw:commentRss>http://maniacdev.com/2010/08/the-best-resources-in-ios-development-august-16th-2010-for-2-weeks-july-31-aug-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 Great New Open Source iOS Apps: iStrobe and Ecological Footprint</title>
		<link>http://maniacdev.com/2010/08/2-great-new-open-source-ios-apps/</link>
		<comments>http://maniacdev.com/2010/08/2-great-new-open-source-ios-apps/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 07:37:43 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[iPhone Programming Examples]]></category>
		<category><![CDATA[iPhone SDK And iPad SDK]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ios 4]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://maniacdev.com/?p=2394</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://maniacdev.com/2010/08/2-great-new-open-source-ios-apps/&amp;text=2 Great New Open Source iOS Apps: iStrobe and Ecological Footprint&amp;via=maniacdev&amp;related=DolcePixel"><img align="right" src="http://maniacdev.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
I&#8217;ve extended the open source iPhone apps list with two great new apps.   The quest for quality iPhone and iPad programming examples continues and both of these apps are app store apps that the creators generously decided to open source.  While there are a lot of great examples on the list with the continuous [...]]]></description>
			<content:encoded><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://maniacdev.com/2010/08/2-great-new-open-source-ios-apps/&amp;text=2 Great New Open Source iOS Apps: iStrobe and Ecological Footprint&amp;via=maniacdev&amp;related=DolcePixel"><img align="right" src="http://maniacdev.com/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>I&#8217;ve extended the <a href="http://maniacdev.com/2010/06/35-open-source-iphone-app-store-apps-updated-with-10-new-apps/">open source iPhone apps list</a> with two great new apps.  </p>
<p>The quest for quality iPhone and iPad programming examples continues and both of these apps are app store apps that the creators generously decided to open source.  While there are a lot of great examples on the list with the continuous release of new features more are always welcome.</p>
<p>The first app is very interesting because I know that the topic of controlling the iPhone 4&#8242;s flash is searched for quite frequently on this site.  This app features a strobe lite, see video:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="250" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Ep3W_B7b_kQ?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="400" height="250" src="http://www.youtube.com/v/Ep3W_B7b_kQ?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>You can find the homepage here: <a href="http://www.vellios.com/istrobe/" target="_blank" rel="nofollow">iStrobe</a>.</p>
<p>The other app is Ecological Footprint, which shows how to share data using Facebook connect and e-mail, utilizing Core Data and more.  See video:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="325" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/6TaopnFE-Fk?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="400" height="325" src="http://www.youtube.com/v/6TaopnFE-Fk?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>You can find the homepage here: <a href="http://www.mitapp.com/en/applications2/ecological-footprint/" target="_blank" rel="nofollow">Ecological Footprint</a>.</p>
<p>Check here for more information on <a href="http://maniacdev.com/2010/06/35-open-source-iphone-app-store-apps-updated-with-10-new-apps/" target="_blank">the other 37 open source iphone app store apps</a>.</p>
<p><strong>Please share this by using the buttons below to tweet or bookmark!</strong></p>
<p>&copy;2012 <a href="http://maniacdev.com">iPhone, iOS 5, iPad SDK Development Tutorial and Programming Tips</a>. All Rights Reserved.</p>.<div class="prli-social-buttons-bar"><a href="http://del.icio.us/post?url=http%3A%2F%2Fmaniacdev.com%2Fwkb&title=2+Great+New+Open+Source+iOS+Apps%3A+iStrobe+and+Ecological+Footprint" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/delicious_32.png" alt="Delicious" title="Delicious" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://twitter.com/home?status=RT+%40maniacdev%3A+2+Great+New+Open+Source+iOS+Apps%3A+iStrobe+and+Ecological+Footprint+http%3A%2F%2Fmaniacdev.com%2Fwkb" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/twitter_32.png" alt="Twitter" title="Twitter" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://technorati.com/faves?add=http%3A%2F%2Fmaniacdev.com%2Fwkb" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/technorati_32.png" alt="Technorati" title="Technorati" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fmaniacdev.com%2Fwkb&t=2+Great+New+Open+Source+iOS+Apps%3A+iStrobe+and+Ecological+Footprint" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/facebook_32.png" alt="Facebook" title="Facebook" border="0" style="padding: 0 20px 0 0;" /></a><a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fmaniacdev.com%2Fwkb&title=2+Great+New+Open+Source+iOS+Apps%3A+iStrobe+and+Ecological+Footprint" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/linkedin_32.png" alt="LinkedIn" title="LinkedIn" border="0" style="padding: 0 20px 0 0;" /></a><a href="mailto:?subject=2 Great New Open Source iOS Apps: iStrobe and Ecological Footprint&body=2 Great New Open Source iOS Apps: iStrobe and Ecological Footprint%20http%3A%2F%2Fmaniacdev.com%2Fwkb" rel="nofollow" target="_blank"><img src="http://maniacdev.com/wp-content/plugins/pretty-link/images/email_32.png" alt="Email" title="Email" border="0" style="padding: 0 20px 0 0;" /></a></div>
	Tags: <a href="http://maniacdev.com/tag/iphone/" title="iPhone" rel="tag" rel="nofollow">iPhone</a>, <a href="http://maniacdev.com/tag/source/" title="source" rel="tag" rel="nofollow">source</a>, <a href="http://maniacdev.com/tag/example/" title="example" rel="tag" rel="nofollow">example</a>, <a href="http://maniacdev.com/tag/project/" title="project" rel="tag" rel="nofollow">project</a>, <a href="http://maniacdev.com/tag/github/" title="github" rel="tag" rel="nofollow">github</a>, <a href="http://maniacdev.com/tag/apps/" title="apps" rel="tag" rel="nofollow">apps</a>, <a href="http://maniacdev.com/tag/objective-c/" title="objective-c" rel="tag" rel="nofollow">objective-c</a>, <a href="http://maniacdev.com/tag/open-source/" title="open source" rel="tag" rel="nofollow">open source</a>, <a href="http://maniacdev.com/tag/ios-4/" title="ios 4" rel="tag" rel="nofollow">ios 4</a>, <a href="http://maniacdev.com/tag/programming/" title="programming" rel="tag" rel="nofollow">programming</a><br />
]]></content:encoded>
			<wfw:commentRss>http://maniacdev.com/2010/08/2-great-new-open-source-ios-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

