<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Appatapp</title>
	<atom:link href="http://appatapp.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://appatapp.wordpress.com</link>
	<description>Home to iPhone app development</description>
	<lastBuildDate>Wed, 11 Jan 2012 11:37:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='appatapp.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Appatapp</title>
		<link>http://appatapp.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://appatapp.wordpress.com/osd.xml" title="Appatapp" />
	<atom:link rel='hub' href='http://appatapp.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Resolving the ‘setStatusBarHidden:animated:’ is deprecated warning</title>
		<link>http://appatapp.wordpress.com/2012/01/11/resolving-the-setstatusbarhiddenanimated-is-deprecated-warning/</link>
		<comments>http://appatapp.wordpress.com/2012/01/11/resolving-the-setstatusbarhiddenanimated-is-deprecated-warning/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 11:37:18 +0000</pubDate>
		<dc:creator>Appatapp</dc:creator>
				<category><![CDATA[Free code]]></category>

		<guid isPermaLink="false">http://appatapp.wordpress.com/?p=125</guid>
		<description><![CDATA[I had a few issues trying to resolve the deprecated warning within Xcode regarding the &#8216;setStatusBarHidden&#8217; line of code. Stackoverflow had a bunch of answers that were out of date and did not work with Xcode 4.2 and iOS5. This line of code enables your status bar to be hidden when the app is launched. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=appatapp.wordpress.com&amp;blog=7472534&amp;post=125&amp;subd=appatapp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had a few issues trying to resolve the deprecated warning within Xcode regarding the &#8216;setStatusBarHidden&#8217; line of code.</p>
<p>Stackoverflow had a bunch of answers that were out of date and did not work with Xcode 4.2 and iOS5.</p>
<p>This line of code enables your status bar to be hidden when the app is launched. I used it for a few of my apps, the main one being <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=316085081&amp;mt=8&amp;s=143441">Brain Tester</a>.</p>
<p><code>[[UIApplication sharedApplication] setStatusBarHidden:YES animated:NO];</code></p>
<p>to</p>
<p><code>[[UIApplication sharedApplication] setStatusBarHidden:YES withAnimation:</code></p>
<p>Don&#8217;t forget, you can actually BUY most of my apps for only $10. You will get the whole app, including the source code, images, icons etc.</p>
<p><a href="http://codecanyon.net/user/Graphic-Spark/portfolio?ref=graphic-spark">Click here to view my portfolio.</a></p>
<p>&nbsp;</p>
<p><img alt="" /><a href="http://graphicriver.net?ref=graphic-spark"><img class="alignnone" title="Graphic-River" src="http://envato.s3.amazonaws.com/referrer_adverts/gr_468x60_v1.gif" alt="" width="468" height="60" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/appatapp.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/appatapp.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/appatapp.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/appatapp.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/appatapp.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/appatapp.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/appatapp.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/appatapp.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/appatapp.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/appatapp.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/appatapp.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/appatapp.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/appatapp.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/appatapp.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=appatapp.wordpress.com&amp;blog=7472534&amp;post=125&amp;subd=appatapp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://appatapp.wordpress.com/2012/01/11/resolving-the-setstatusbarhiddenanimated-is-deprecated-warning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fd7ae6d001a47e61b855d603ba2d04d6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Appatapp</media:title>
		</media:content>

		<media:content url="http://envato.s3.amazonaws.com/referrer_adverts/gr_468x60_v1.gif" medium="image">
			<media:title type="html">Graphic-River</media:title>
		</media:content>
	</item>
		<item>
		<title>New updates release + Buy apps for sale!</title>
		<link>http://appatapp.wordpress.com/2011/12/15/new-updates-release-buy-apps-for-sale/</link>
		<comments>http://appatapp.wordpress.com/2011/12/15/new-updates-release-buy-apps-for-sale/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 18:59:22 +0000</pubDate>
		<dc:creator>Appatapp</dc:creator>
				<category><![CDATA[AppATapp Apps]]></category>
		<category><![CDATA[AppATapp News]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[bargain]]></category>

		<guid isPermaLink="false">http://appatapp.wordpress.com/?p=121</guid>
		<description><![CDATA[I have released an update for MyReactionTime so that should be in the AppStore soon. &#160; Also, you can now buy a selection of my apps for only $10 each! Click here for bargain apps! &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=appatapp.wordpress.com&amp;blog=7472534&amp;post=121&amp;subd=appatapp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have released an update for MyReactionTime so that should be in the AppStore soon.</p>
<p>&nbsp;</p>
<p>Also, you can now buy a selection of my apps for only $10 each!</p>
<p><a title="Bargain apps!" href="http://codecanyon.net/user/Graphic-Spark/portfolio?ref=graphic-spark" target="_blank">Click here for bargain apps!</a></p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/appatapp.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/appatapp.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/appatapp.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/appatapp.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/appatapp.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/appatapp.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/appatapp.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/appatapp.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/appatapp.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/appatapp.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/appatapp.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/appatapp.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/appatapp.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/appatapp.wordpress.com/121/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=appatapp.wordpress.com&amp;blog=7472534&amp;post=121&amp;subd=appatapp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://appatapp.wordpress.com/2011/12/15/new-updates-release-buy-apps-for-sale/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fd7ae6d001a47e61b855d603ba2d04d6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Appatapp</media:title>
		</media:content>
	</item>
		<item>
		<title>My story to this day</title>
		<link>http://appatapp.wordpress.com/2011/03/08/my-story-to-this-day/</link>
		<comments>http://appatapp.wordpress.com/2011/03/08/my-story-to-this-day/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 15:05:14 +0000</pubDate>
		<dc:creator>Appatapp</dc:creator>
				<category><![CDATA[AppATapp News]]></category>
		<category><![CDATA[brew up brain tester appatapp girlsncars movietheatrepest myreactiontime young developer]]></category>

		<guid isPermaLink="false">http://appatapp.wordpress.com/?p=118</guid>
		<description><![CDATA[iPhoneAppCafe have featured me on their website, have a read, see what you think. Successfully developing iPhone apps is a young man’s game, but they don’t come quite as young or as successful as Tom Phillips, the owner app development business AppATapp. Tom began developing iPhone aps at the tender age of 17 and now [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=appatapp.wordpress.com&amp;blog=7472534&amp;post=118&amp;subd=appatapp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>iPhoneAppCafe have featured me on their website, have a read, see what you think.</p>
<p>Successfully developing iPhone apps is a young man’s game, but they don’t come quite as young or as successful as Tom Phillips, the owner app development business AppATapp. Tom began developing iPhone aps at the tender age of 17 and now he has reached the grand old age of 18, he has built AppATap into a leading app company and has well over 11 thousand downloads of apps under his belt. What began as a part-time hobby designed to earn him some extra cash and build up his portfolio for University has led him to being the head of his own company with a very bright future ahead of him. iPhoneAppCafe caught up with him for a chat…</p>
<p>&nbsp;</p>
<p><a href="http://iphoneappcafe.com/how-a-17-year-old-student-created-an-app-company-with-11000-downloads/">Read more&#8230;.</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/appatapp.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/appatapp.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/appatapp.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/appatapp.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/appatapp.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/appatapp.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/appatapp.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/appatapp.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/appatapp.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/appatapp.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/appatapp.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/appatapp.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/appatapp.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/appatapp.wordpress.com/118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=appatapp.wordpress.com&amp;blog=7472534&amp;post=118&amp;subd=appatapp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://appatapp.wordpress.com/2011/03/08/my-story-to-this-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fd7ae6d001a47e61b855d603ba2d04d6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Appatapp</media:title>
		</media:content>
	</item>
		<item>
		<title>New App! Brew Up</title>
		<link>http://appatapp.wordpress.com/2011/02/26/new-app-brew-up/</link>
		<comments>http://appatapp.wordpress.com/2011/02/26/new-app-brew-up/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 08:33:31 +0000</pubDate>
		<dc:creator>Appatapp</dc:creator>
				<category><![CDATA[AppATapp Apps]]></category>
		<category><![CDATA[AppATapp News]]></category>

		<guid isPermaLink="false">http://appatapp.wordpress.com/?p=114</guid>
		<description><![CDATA[After a long wait, Brew Up is now in the AppStore. &#8212;- Forget fiddly pen and paper Tired of asking your whole office what they want to drink and forgetting it when you get to the kettle? &#8216;Brew Up&#8217; is the new all in one list for all your tea and coffee rounds. Never forget [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=appatapp.wordpress.com&amp;blog=7472534&amp;post=114&amp;subd=appatapp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After a long wait, Brew Up is now in the AppStore.</p>
<p>&#8212;-</p>
<p>Forget fiddly pen and paper</p>
<p>Tired of asking your whole office what they want to drink and forgetting it when you get to the kettle?</p>
<p>&#8216;Brew Up&#8217; is the new all in one list for all your tea and coffee rounds.</p>
<p>Never forget the brew, or who asked for it!</p>
<p>Simple, quick and easy to use.</p>
<p>&#8212;-</p>
<p>&nbsp;</p>
<p><a href="http://appatapp.files.wordpress.com/2011/02/screenshot.png"><img class="alignnone size-medium wp-image-115" title="screenshot" src="http://appatapp.files.wordpress.com/2011/02/screenshot.png?w=200&#038;h=300" alt="" width="200" height="300" /></a> <a href="http://bit.ly/i6UZWM"><img class="alignnone size-full wp-image-22" title="appstoragebadge" src="http://appatapp.files.wordpress.com/2009/04/appstoragebadge.png?w=510" alt=""   /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/appatapp.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/appatapp.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/appatapp.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/appatapp.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/appatapp.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/appatapp.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/appatapp.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/appatapp.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/appatapp.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/appatapp.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/appatapp.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/appatapp.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/appatapp.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/appatapp.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=appatapp.wordpress.com&amp;blog=7472534&amp;post=114&amp;subd=appatapp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://appatapp.wordpress.com/2011/02/26/new-app-brew-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fd7ae6d001a47e61b855d603ba2d04d6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Appatapp</media:title>
		</media:content>

		<media:content url="http://appatapp.files.wordpress.com/2011/02/screenshot.png?w=200" medium="image">
			<media:title type="html">screenshot</media:title>
		</media:content>

		<media:content url="http://appatapp.files.wordpress.com/2009/04/appstoragebadge.png" medium="image">
			<media:title type="html">appstoragebadge</media:title>
		</media:content>
	</item>
		<item>
		<title>Brain Tester &#8211; Now free!</title>
		<link>http://appatapp.wordpress.com/2010/10/26/brain-tester-now-free/</link>
		<comments>http://appatapp.wordpress.com/2010/10/26/brain-tester-now-free/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 12:52:00 +0000</pubDate>
		<dc:creator>Appatapp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://appatapp.wordpress.com/?p=111</guid>
		<description><![CDATA[The high selling sensation that is Brain Tester, is now free in the AppStore. It will be free for a limited time only, so get your copy quick!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=appatapp.wordpress.com&amp;blog=7472534&amp;post=111&amp;subd=appatapp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The high selling sensation that is Brain Tester, is now free in the AppStore.</p>
<p>It will be free for a limited time only, so get your copy quick!</p>
<p><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=316085081&amp;mt=8&amp;s=143441"><img class="alignnone size-full wp-image-22" title="appstoragebadge" src="http://appatapp.files.wordpress.com/2009/04/appstoragebadge.png?w=510" alt=""   /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/appatapp.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/appatapp.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/appatapp.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/appatapp.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/appatapp.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/appatapp.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/appatapp.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/appatapp.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/appatapp.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/appatapp.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/appatapp.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/appatapp.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/appatapp.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/appatapp.wordpress.com/111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=appatapp.wordpress.com&amp;blog=7472534&amp;post=111&amp;subd=appatapp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://appatapp.wordpress.com/2010/10/26/brain-tester-now-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fd7ae6d001a47e61b855d603ba2d04d6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Appatapp</media:title>
		</media:content>

		<media:content url="http://appatapp.files.wordpress.com/2009/04/appstoragebadge.png" medium="image">
			<media:title type="html">appstoragebadge</media:title>
		</media:content>
	</item>
		<item>
		<title>Brain Tester Update!</title>
		<link>http://appatapp.wordpress.com/2010/09/29/brain-tester-update-2/</link>
		<comments>http://appatapp.wordpress.com/2010/09/29/brain-tester-update-2/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 21:42:23 +0000</pubDate>
		<dc:creator>Appatapp</dc:creator>
				<category><![CDATA[AppATapp Apps]]></category>
		<category><![CDATA[AppATapp News]]></category>

		<guid isPermaLink="false">http://appatapp.wordpress.com/?p=106</guid>
		<description><![CDATA[Apple have just released the new update for Brain Tester. It now has some funky music added. Have a look and listen in the AppStore.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=appatapp.wordpress.com&amp;blog=7472534&amp;post=106&amp;subd=appatapp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Apple have just released the new update for Brain Tester. It now has some funky music added. Have a look and listen in the AppStore.</p>
<p><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=316085081&amp;mt=8&amp;s=143441"><img class="alignnone size-full wp-image-22" title="appstoragebadge" src="http://appatapp.files.wordpress.com/2009/04/appstoragebadge.png?w=510" alt=""   /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/appatapp.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/appatapp.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/appatapp.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/appatapp.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/appatapp.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/appatapp.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/appatapp.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/appatapp.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/appatapp.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/appatapp.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/appatapp.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/appatapp.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/appatapp.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/appatapp.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=appatapp.wordpress.com&amp;blog=7472534&amp;post=106&amp;subd=appatapp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://appatapp.wordpress.com/2010/09/29/brain-tester-update-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fd7ae6d001a47e61b855d603ba2d04d6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Appatapp</media:title>
		</media:content>

		<media:content url="http://appatapp.files.wordpress.com/2009/04/appstoragebadge.png" medium="image">
			<media:title type="html">appstoragebadge</media:title>
		</media:content>
	</item>
		<item>
		<title>AppATapp&#8217;s new website</title>
		<link>http://appatapp.wordpress.com/2010/08/25/appatapps-new-website/</link>
		<comments>http://appatapp.wordpress.com/2010/08/25/appatapps-new-website/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 21:14:36 +0000</pubDate>
		<dc:creator>Appatapp</dc:creator>
				<category><![CDATA[AppATapp News]]></category>

		<guid isPermaLink="false">http://appatapp.wordpress.com/?p=101</guid>
		<description><![CDATA[We have had a redesign of the website. Now if you navigate to www.appatapp.co.uk then it will be directed to the new website. Check it out!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=appatapp.wordpress.com&amp;blog=7472534&amp;post=101&amp;subd=appatapp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We have had a redesign of the website. Now if you navigate to <a title="AppATapp - Home to iPhone app development" href="http://www.appatapp.co.uk" target="_blank">www.appatapp.co.uk</a> then it will be directed to the new website. Check it out!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/appatapp.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/appatapp.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/appatapp.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/appatapp.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/appatapp.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/appatapp.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/appatapp.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/appatapp.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/appatapp.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/appatapp.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/appatapp.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/appatapp.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/appatapp.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/appatapp.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=appatapp.wordpress.com&amp;blog=7472534&amp;post=101&amp;subd=appatapp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://appatapp.wordpress.com/2010/08/25/appatapps-new-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fd7ae6d001a47e61b855d603ba2d04d6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Appatapp</media:title>
		</media:content>
	</item>
		<item>
		<title>Brain Tester &#8211; The Walkthrough, has been released to the AppStore!</title>
		<link>http://appatapp.wordpress.com/2010/08/16/brain-tester-the-walkthrough-has-been-released-to-the-appstore/</link>
		<comments>http://appatapp.wordpress.com/2010/08/16/brain-tester-the-walkthrough-has-been-released-to-the-appstore/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 22:23:31 +0000</pubDate>
		<dc:creator>Appatapp</dc:creator>
				<category><![CDATA[AppATapp Apps]]></category>
		<category><![CDATA[AppATapp News]]></category>

		<guid isPermaLink="false">http://appatapp.wordpress.com/?p=98</guid>
		<description><![CDATA[Brain Tester &#8211; The walkthrough has finally been completed and is now in the AppStore! Description Are you &#8216;Top of the class&#8217; or a complete idiot? Find out with this fun to play app. Some levels will have you pulling your hair out! So we have made &#8216;Brain Tester &#8211; The Answers&#8217; for all those [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=appatapp.wordpress.com&amp;blog=7472534&amp;post=98&amp;subd=appatapp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Brain Tester &#8211; The walkthrough has finally been completed and is now in the AppStore!</p>
<h4>Description</h4>
<p>Are you &#8216;Top of the class&#8217; or a complete idiot? Find out with this fun to play app. Some levels will have you pulling your hair out! So we have made &#8216;Brain Tester &#8211; The Answers&#8217; for all those stuck with the super tricky questions.</p>
<p>Test yourself and your friends who&#8217;s the smartest and who&#8217;s the idiot?</p>
<p>The beauty of iOS4</p>
<p>With the new update from Apple, we can now intergrate multitasking into our apps. This is extremely useful as now you can skip back and forth between different apps.</p>
<p>The arrows point to the answer on each slide, flip back to Brain Tester to press the correct answer and continue on.</p>
<p>To flip back and forth from apps, double tap on the home button and choose the app&#8230;</p>
<p>Check out more info in the AppStore.</p>
<p><a href="http://itunes.apple.com/app/brain-tester-answers-walkthrough/id386296546?mt=8#"><img class="alignnone size-full wp-image-22" src="http://appatapp.files.wordpress.com/2009/04/appstoragebadge.png?w=510" alt=""   /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/appatapp.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/appatapp.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/appatapp.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/appatapp.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/appatapp.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/appatapp.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/appatapp.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/appatapp.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/appatapp.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/appatapp.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/appatapp.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/appatapp.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/appatapp.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/appatapp.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=appatapp.wordpress.com&amp;blog=7472534&amp;post=98&amp;subd=appatapp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://appatapp.wordpress.com/2010/08/16/brain-tester-the-walkthrough-has-been-released-to-the-appstore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fd7ae6d001a47e61b855d603ba2d04d6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Appatapp</media:title>
		</media:content>

		<media:content url="http://appatapp.files.wordpress.com/2009/04/appstoragebadge.png" medium="image" />
	</item>
		<item>
		<title>Brain Tester update</title>
		<link>http://appatapp.wordpress.com/2010/08/02/brain-tester-update/</link>
		<comments>http://appatapp.wordpress.com/2010/08/02/brain-tester-update/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 13:39:53 +0000</pubDate>
		<dc:creator>Appatapp</dc:creator>
				<category><![CDATA[AppATapp Apps]]></category>

		<guid isPermaLink="false">http://appatapp.wordpress.com/?p=95</guid>
		<description><![CDATA[A new Brain Tester is coming your way. The new update will include compatibility with iOS 4 and multitasking just being the main part of the update. Keep checking back for more information on Brain Tester 2!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=appatapp.wordpress.com&amp;blog=7472534&amp;post=95&amp;subd=appatapp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A new Brain Tester is coming your way. The new update will include compatibility with iOS 4 and multitasking just being the main part of the update.</p>
<p>Keep checking back for more information on Brain Tester 2!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/appatapp.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/appatapp.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/appatapp.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/appatapp.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/appatapp.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/appatapp.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/appatapp.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/appatapp.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/appatapp.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/appatapp.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/appatapp.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/appatapp.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/appatapp.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/appatapp.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=appatapp.wordpress.com&amp;blog=7472534&amp;post=95&amp;subd=appatapp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://appatapp.wordpress.com/2010/08/02/brain-tester-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fd7ae6d001a47e61b855d603ba2d04d6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Appatapp</media:title>
		</media:content>
	</item>
		<item>
		<title>iTouchWood now in the AppStore!</title>
		<link>http://appatapp.wordpress.com/2010/03/11/itouchwood-now-in-the-appstore/</link>
		<comments>http://appatapp.wordpress.com/2010/03/11/itouchwood-now-in-the-appstore/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 08:15:56 +0000</pubDate>
		<dc:creator>Appatapp</dc:creator>
				<category><![CDATA[AppATapp Apps]]></category>
		<category><![CDATA[AppATapp]]></category>
		<category><![CDATA[appstore braintester]]></category>
		<category><![CDATA[iTouchWood]]></category>

		<guid isPermaLink="false">http://appatapp.wordpress.com/?p=79</guid>
		<description><![CDATA[iTouchWood has now been released into the AppStore. Click the image below to see it!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=appatapp.wordpress.com&amp;blog=7472534&amp;post=79&amp;subd=appatapp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>iTouchWood has now been released into the AppStore. Click the image below to see it!</p>
<p><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=312166350&amp;mt=8"><img class="alignnone size-full wp-image-22" title="appstoragebadge" src="http://appatapp.files.wordpress.com/2009/04/appstoragebadge.png?w=510" alt=""   /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/appatapp.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/appatapp.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/appatapp.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/appatapp.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/appatapp.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/appatapp.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/appatapp.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/appatapp.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/appatapp.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/appatapp.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/appatapp.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/appatapp.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/appatapp.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/appatapp.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=appatapp.wordpress.com&amp;blog=7472534&amp;post=79&amp;subd=appatapp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://appatapp.wordpress.com/2010/03/11/itouchwood-now-in-the-appstore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fd7ae6d001a47e61b855d603ba2d04d6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Appatapp</media:title>
		</media:content>

		<media:content url="http://appatapp.files.wordpress.com/2009/04/appstoragebadge.png" medium="image">
			<media:title type="html">appstoragebadge</media:title>
		</media:content>
	</item>
	</channel>
</rss>
