<?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>Tech Thought &#187; iphone</title>
	<atom:link href="http://blog.evandavey.com/category/iphone/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.evandavey.com</link>
	<description>Tech tips, hints, and general musings. PHP, Perl, Mysql, Javascript, AJAX, JSON, Linux, Mac OSX</description>
	<lastBuildDate>Wed, 27 Apr 2011 03:56:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>How-to Fix: The application-identifier entitlement is not formatted correctly</title>
		<link>http://blog.evandavey.com/2010/07/how-to-fix-the-application-identifier-entitlement-is-not-formatted-correctly.html</link>
		<comments>http://blog.evandavey.com/2010/07/how-to-fix-the-application-identifier-entitlement-is-not-formatted-correctly.html#comments</comments>
		<pubDate>Thu, 08 Jul 2010 06:42:50 +0000</pubDate>
		<dc:creator>Ev</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[iTunes Connect]]></category>

		<guid isPermaLink="false">http://blog.evandavey.com/?p=649</guid>
		<description><![CDATA[A new error has started showing up when submitting iPhone Apps through iTunes Connect: &#8220;The application-identifier entitlement is not formatted correctly; it should contain your 10-character App ID Seed, followed by a dot, followed by your bundle identifier.&#8221; From what I can tell, the way to fix this to create a NEW entitlements file (see [...]]]></description>
			<content:encoded><![CDATA[<p>A new error has started showing up when submitting iPhone Apps through iTunes Connect:</p>
<blockquote><p>&#8220;The application-identifier entitlement is not formatted correctly; it should contain your 10-character App ID Seed, followed by a dot, followed by your bundle identifier.&#8221;</p></blockquote>
<p>From what I can tell, the way to fix this to create a NEW entitlements file (see my <a href="http://wp.me/pcvsl-4A">previous post</a> on creating adhoc builds for instructions on how to do this).  Previously we&#8217;d only had to create an entitlements file and uncheck &#8220;get-task-allow&#8221;.</p>
<p>However now it appears you also need to add a new &#8220;keychain-access-group&#8221; and add an item which includes your App Identifier (get this from the iTunes Provisioning Portal) and your bundle identifier (com.mycompany.bundle_name).</p>
<p>See an example below:</p>
<p><a href="http://blog.evandavey.com/wp-content/uploads/2010/07/itunes-submission-error1.png"><img class="aligncenter size-full wp-image-652" title="itunes-submission-error" src="http://blog.evandavey.com/wp-content/uploads/2010/07/itunes-submission-error1.png" alt="" width="562" height="130" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.evandavey.com/2010/07/how-to-fix-the-application-identifier-entitlement-is-not-formatted-correctly.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New iPhone: Torch, Flash and Front/Rear cameras?</title>
		<link>http://blog.evandavey.com/2010/04/new-iphone-torch-flash-and-frontrear-cameras.html</link>
		<comments>http://blog.evandavey.com/2010/04/new-iphone-torch-flash-and-frontrear-cameras.html#comments</comments>
		<pubDate>Sat, 10 Apr 2010 02:26:53 +0000</pubDate>
		<dc:creator>Ev</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://blog.evandavey.com/?p=614</guid>
		<description><![CDATA[After the recent release to developers of iPhone SDK 4.0, the inevitable scramble to review the new APIs has been on in earnest.  One of the first things noticed were the following new AVCaptureDevice class properties: AVCaptureDevice &#8211; isFlashMode Supported AVCaptureDevice &#8211; isTorchMode Supported AVCaptureDevice &#8211; position (Front or Rear) These new properties relating to the iPhone SDK [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://blog.evandavey.com/wp-content/uploads/2010/04/iphonesdk.jpg"><img class="alignright" style="float: right;" title="iPhone SDK" src="http://blog.evandavey.com/wp-content/uploads/2010/04/iphonesdk.jpg" alt="" width="144" height="131" /></a><br />
After the recent release to developers of <a href="http://developer.apple.com/iphone">iPhone SDK 4.0</a>, the inevitable scramble to review the new APIs has been on in earnest.  One of the first things noticed were the following new AVCaptureDevice class properties:</p>
<ul>
<li>AVCaptureDevice &#8211; isFlashMode Supported</li>
<li>AVCaptureDevice &#8211; isTorchMode Supported</li>
<li>AVCaptureDevice &#8211; position (Front or Rear)</li>
</ul>
<p>These new properties relating to the iPhone SDK class AVCaptureDevice, a class used for audio and video capture and management, suggest that the new iPhone (to be announced at <a href="http://developer.apple.com/wwdc">WWDC</a> 2010??) may well include a &#8220;Flash&#8221;, a &#8220;Torch&#8221; and a front camera.</p>
<p>If this was to turn out to be true, then a front camera for the phone would make video calls possible, the ability to take photos while viewing the camera feed, and the flash would allow you to take photos in the dark!</p>
<p>All very cool new potential features.  Let&#8217;s keep our fingers crossed that this turns out to be the case!</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.evandavey.com/2010/04/new-iphone-torch-flash-and-frontrear-cameras.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Hidden Park: iPhone gaming to get your kids off the couch</title>
		<link>http://blog.evandavey.com/2009/05/the-hidden-park-iphone-gaming-to-get-your-kids-off-the-couch.html</link>
		<comments>http://blog.evandavey.com/2009/05/the-hidden-park-iphone-gaming-to-get-your-kids-off-the-couch.html#comments</comments>
		<pubDate>Sat, 30 May 2009 00:12:58 +0000</pubDate>
		<dc:creator>Ev</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[adventure]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[kids games]]></category>
		<category><![CDATA[the hidden park]]></category>

		<guid isPermaLink="false">http://blog.evandavey.com/?p=495</guid>
		<description><![CDATA[Bulpadok has just published The Hidden Park, an adventure game with a difference &#8211; you!  Developed in association with WSP Online Solutions, and Conduct, The Hidden Park uses the iPhone&#8217;s GPS to immerse you in a world within your local park (currently 10 parks around the world are supported, with more promised).  Using the accelerometer, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bulpadok.com" target="_blank">Bulpadok</a> has just published <a href="http://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/browserRedirect?url=itms%253A%252F%252Fax.itunes.apple.com%252FWebObjects%252FMZStore.woa%252Fwa%252FviewSoftware%253Fid%253D314518306%2526mt%253D8" target="_blank">The Hidden Park</a>, an adventure game with a difference &#8211; you!  Developed in association with <a href="http://www.wspeonline.com/solutions/iphone.html" target="_blank">WSP Online Solutions</a>, and <a href="http://www.conducthq.com" target="_blank">Conduct</a>, The Hidden Park uses the iPhone&#8217;s GPS to immerse you in a world within your local park (currently 10 parks around the world are supported, with more promised).  Using the accelerometer, camera, GPS and touch screen, The Hidden Park fully utilises all capabilities of the iPhone.</p>
<p><img class="alignnone size-full wp-image-496" title="Hidden Park iPhone Screenshot" src="http://blog.evandavey.com/wp-content/uploads/2009/05/iphone.png" alt="Hidden Park iPhone Screenshot" width="458" height="207" /></p>
<p>As you navigate throughout the park, you receive instructions from a character called &#8216;Trutton&#8217; and learn that the park is in trouble.  Your challenge is to help Trutton save the park before its too late by navigating the park, solving puzzles and interacting with characters throughout.  The game provides a beautifully illustrated map of the park, with your location being represented by an Avatar, who moves as you move around the map.</p>
<p>Gameplay takes about an hour to complete, making the game an ideal day out for families, and provides a perfect opportunity to get the kids off the couch and out exploring a magical world in their local park.  Currently the Hidden Park supports the following locations:</p>
<ul>
<li>Melbourne Botanical Gardens, Australia</li>
<li>Sydney Botanical Gardens, Australia</li>
<li>High Park, Toronto, Canada</li>
<li>Boston Common, Boston, USA</li>
<li>Central Park, New York, USA</li>
<li>Kensington Gardens, London, UK</li>
<li>Tokyo Ueno Park, Tokyo, Japan</li>
<li>Englischer Garten, Munich, Germany</li>
<li>Zoological and Botanical Gardens, Hong Kong</li>
</ul>
<p>The Hidden Park is available on the App Store for $6.99 and comes highly recommended.</p>
<p>More information is available at <a href="http://www.thehiddenpark.com" target="_blank">TheHiddenPark.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.evandavey.com/2009/05/the-hidden-park-iphone-gaming-to-get-your-kids-off-the-couch.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fairies Everywhere &#8211; Now on your iPhone</title>
		<link>http://blog.evandavey.com/2009/04/fairies-everywhere-now-on-your-iphone.html</link>
		<comments>http://blog.evandavey.com/2009/04/fairies-everywhere-now-on-your-iphone.html#comments</comments>
		<pubDate>Sun, 05 Apr 2009 22:34:03 +0000</pubDate>
		<dc:creator>Ev</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[bulpadok]]></category>
		<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://blog.evandavey.com/?p=461</guid>
		<description><![CDATA[Bulpadok has just released their first iPhone app &#8211; Fairies Everywhere is a great camera based game that brings your iPhone to life! Take a photo, shake your iPhone and magic fairies appear everywhere around you.  Save the photo to your camera roll, and you can print the pictures for your kids. Great fun and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bulpadok.com/" target="_blank">Bulpadok</a> has just released their first iPhone app &#8211; <a href="http://toucharcade.com/link/http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=310137028&amp;mt=8" target="_blank">Fairies Everywhere</a> is a great camera based game that brings your iPhone to life!</p>
<p>Take a photo, shake your iPhone and magic fairies appear everywhere around you.  Save the photo to your camera roll, and you can print the pictures for your kids.</p>
<p><img class="alignnone size-medium wp-image-462" title="Fairies Everywhere" src="http://blog.evandavey.com/wp-content/uploads/2009/04/original-200x300.jpg" alt="Fairies Everywhere" width="200" height="300" /> <img class="alignnone size-medium wp-image-463" title="original2" src="http://blog.evandavey.com/wp-content/uploads/2009/04/original2-200x300.jpg" alt="original2" width="200" height="300" /> <img class="alignnone size-medium wp-image-464" title="original3" src="http://blog.evandavey.com/wp-content/uploads/2009/04/original3-200x300.jpg" alt="original3" width="200" height="300" /></p>
<p>Great fun and only $.99 (US) on the app store.  <a href="http://www.fairieseverywhere.com">www.fairieseverywhere.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.evandavey.com/2009/04/fairies-everywhere-now-on-your-iphone.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AFL iPhone: Footy 2009 available now</title>
		<link>http://blog.evandavey.com/2009/03/afl-iphone-footy-2009.html</link>
		<comments>http://blog.evandavey.com/2009/03/afl-iphone-footy-2009.html#comments</comments>
		<pubDate>Tue, 24 Mar 2009 05:33:54 +0000</pubDate>
		<dc:creator>Ev</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[AFL]]></category>
		<category><![CDATA[Aussie Rules]]></category>
		<category><![CDATA[Australian Rules Football]]></category>
		<category><![CDATA[Footy 2009]]></category>

		<guid isPermaLink="false">http://blog.evandavey.com/?p=366</guid>
		<description><![CDATA[WSP Online Solutions have just launched Footy 2009 &#8211; a fantastic fully featured AFL app which is now available on the App Store.   You can purchase it from the App Store here. It features: Latest AFL news fully licensed from the ABC, displaying full news articles within the App. Live Scores including game details, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wspeonline.com">WSP Online Solutions</a> have just launched <a href="http://www.wspeonline.com/footy">Footy 2009</a> &#8211; a fantastic fully featured AFL app which is now available on the App Store.   You can purchase it from the App Store <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=307495903&amp;mt=8" target="_blank">here</a>.</p>
<p>It features:</p>
<ul>
<li><strong>Latest AFL news</strong> fully licensed from the ABC, displaying full news articles within the App.</li>
<li><strong>Live Scores</strong> including game details, goal kickers, possession getters etc supplied by <a href="http://www.sportsflash.com.au">www.sportsflash.com.au</a></li>
<li><strong>Live Ladder</strong> (view any ladder back to 1990)</li>
<li><strong>Upcoming Matches and Results</strong></li>
<li><strong>Compare Teams </strong>function (view team results and stats going back to 1990)</li>
</ul>
<p><img class="alignnone size-medium wp-image-452" title="livematches" src="http://blog.evandavey.com/wp-content/uploads/2009/03/livematches-200x300.jpg" alt="livematches" width="200" height="300" /> <img class="alignnone size-medium wp-image-451" title="compare" src="http://blog.evandavey.com/wp-content/uploads/2009/03/compare-200x300.jpg" alt="compare" width="200" height="300" /><img class="alignnone size-medium wp-image-450" title="ladder" src="http://blog.evandavey.com/wp-content/uploads/2009/03/ladder-200x300.jpg" alt="ladder" width="200" height="300" /> <img class="alignnone size-medium wp-image-453" title="newsarticle" src="http://blog.evandavey.com/wp-content/uploads/2009/03/newsarticle-200x300.jpg" alt="newsarticle" width="200" height="300" /> <img class="alignnone size-medium wp-image-454" title="matches" src="http://blog.evandavey.com/wp-content/uploads/2009/03/matches-200x300.jpg" alt="matches" width="200" height="300" /></p>
<p>Footy 2009 is available on the <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=307495903&amp;mt=8" target="_blank">App Store</a> for $3.99.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.evandavey.com/2009/03/afl-iphone-footy-2009.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How-To: Solve &#8216;modifying layer that is being finalized&#8217; iPhone SDK</title>
		<link>http://blog.evandavey.com/2009/03/how-to-solve-modifying-layer-that-is-being-finalized-iphone-sdk.html</link>
		<comments>http://blog.evandavey.com/2009/03/how-to-solve-modifying-layer-that-is-being-finalized-iphone-sdk.html#comments</comments>
		<pubDate>Wed, 18 Mar 2009 04:00:41 +0000</pubDate>
		<dc:creator>Ev</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://blog.evandavey.com/?p=445</guid>
		<description><![CDATA[Okay, so I&#8217;ve been getting the &#8216;modifying layer that is being finalized&#8217; error message when i&#8217;m trying to release a subview from a superview: [self.popupPreviewView release]; self.popupPreviewView = nil; The best way to solve this (that I&#8217;ve found &#8211; please post a comment if you can provide a better one) is to remove the view [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, so I&#8217;ve been getting the &#8216;<em><strong><span style="font-style: normal;">modifying layer that is being finalized&#8217;</span></strong> </em>error message when i&#8217;m trying to release a subview from a superview:</p>
<pre>[self.popupPreviewView release];
self.popupPreviewView = nil;</pre>
<p>The best way to solve this (that I&#8217;ve found &#8211; please post a comment if you can provide a better one) is to remove the view from it&#8217;s superview rather than release it:</p>
<pre>[self.popupPreviewView removeFromSuperview];
self.popupPreviewView = nil;</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.evandavey.com/2009/03/how-to-solve-modifying-layer-that-is-being-finalized-iphone-sdk.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fairfax Radio News &#8211; As Featured by Apple</title>
		<link>http://blog.evandavey.com/2009/02/fairfax-radio-news-as-featured-by-apple.html</link>
		<comments>http://blog.evandavey.com/2009/02/fairfax-radio-news-as-featured-by-apple.html#comments</comments>
		<pubDate>Tue, 17 Feb 2009 11:03:32 +0000</pubDate>
		<dc:creator>Ev</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[fairfax radio news]]></category>
		<category><![CDATA[iphone apps]]></category>

		<guid isPermaLink="false">http://blog.evandavey.com/?p=420</guid>
		<description><![CDATA[One of my favorite applications for the iPhone, Fairfax Radio News, is currently being featured by Apple in the New section of the App Store in Australia: Fairfax Radio News provides the latest national 3 minute radio news bulletin (for Australia) direct to your iPhone &#8211; and it&#8217;s updated 24/7. Very handy when you are on [...]]]></description>
			<content:encoded><![CDATA[<p>One of my favorite applications for the iPhone, <a href="http://www.fairfaxradionews.com.au">Fairfax Radio News</a>, is currently being featured by Apple in the <strong>New </strong>section of the App Store in Australia:</p>
<p style="text-align: center; "><img class="size-full wp-image-421 aligncenter" title="Fairfax Radio News Featured on the App Store" src="http://blog.evandavey.com/wp-content/uploads/2009/02/fairfax-featured.png" alt="Fairfax Radio News Featured on the App Store" width="179" height="269" /></p>
<p>Fairfax Radio News provides the latest national 3 minute radio news bulletin (for Australia) direct to your iPhone &#8211; and it&#8217;s updated 24/7. Very handy when you are on the train/tram/bus on the way to work and just want the latest news headlines.</p>
<p>Fairfax Radio News sells for $1.19.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.evandavey.com/2009/02/fairfax-radio-news-as-featured-by-apple.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CFA Bushfire Google Map now iPhone Friendly</title>
		<link>http://blog.evandavey.com/2009/02/cfa-bushfire-google-map-now-iphone-friendly.html</link>
		<comments>http://blog.evandavey.com/2009/02/cfa-bushfire-google-map-now-iphone-friendly.html#comments</comments>
		<pubDate>Sat, 14 Feb 2009 21:57:51 +0000</pubDate>
		<dc:creator>Ev</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[CFA]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[victorian bushfires]]></category>

		<guid isPermaLink="false">http://blog.evandavey.com/?p=415</guid>
		<description><![CDATA[The CFA Bushfire map that I developed last weekend to help people find where the CFA incidents were occuring during Victoria&#8217;s worst ever bushfires has been updated, and is now more iPhone friendly. Browse to here on your iPhone: http://blog.evandavey.com/firemap/ And you will now be able to more easily search and use the map on [...]]]></description>
			<content:encoded><![CDATA[<p>The CFA <a href="http://blog.evandavey.com/firemap/">Bushfire map</a> that I developed last weekend to help people find where the CFA incidents were occuring during Victoria&#8217;s worst ever bushfires has been updated, and is now more iPhone friendly.  Browse to here on your iPhone:</p>
<p><a href="http://blog.evandavey.com/firemap/">http://blog.evandavey.com/firemap/</a></p>
<p>And you will now be able to more easily search and use the map on your iPhone:</p>
<p><img class="alignnone size-medium wp-image-416" title="CFA Firemap iPhone" src="http://blog.evandavey.com/wp-content/uploads/2009/02/picture-11-201x300.png" alt="CFA Firemap iPhone" width="201" height="300" /></p>
<p>The new version of the map also includes the ability to add &#8220;wind&#8221; markers which display the latest wind speed and direction from the <a href="http://www.bom.gov.au">BOM</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.evandavey.com/2009/02/cfa-bushfire-google-map-now-iphone-friendly.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To: Make UIWebView transparent</title>
		<link>http://blog.evandavey.com/2009/02/how-to-make-uiwebview-transparent.html</link>
		<comments>http://blog.evandavey.com/2009/02/how-to-make-uiwebview-transparent.html#comments</comments>
		<pubDate>Fri, 13 Feb 2009 01:07:40 +0000</pubDate>
		<dc:creator>Ev</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://blog.evandavey.com/?p=409</guid>
		<description><![CDATA[Common problem, need to apply nice HTML formatting for a section of your page, but want the UIWebView not to appear as a big white box &#8211; only the content of the UIWebView to appear. How to do it? myWebView.opaque = NO; myWebView.backgroundColor = [UIColor clearColor]; [myWebView loadHTMLString: @"&#60;html&#62;&#60;body style='background-color: transparent'&#62; Content Here&#60;/body&#62;&#60;/html&#62;" baseURL:nil]; The above [...]]]></description>
			<content:encoded><![CDATA[<p>Common problem, need to apply nice HTML formatting for a section of your page, but want the UIWebView not to appear as a big white box &#8211; only the content of the UIWebView to appear.  How to do it?</p>
<pre>myWebView.opaque = NO;
myWebView.backgroundColor = [UIColor clearColor];
[myWebView loadHTMLString:
@"&lt;html&gt;&lt;body style='background-color: transparent'&gt;
       Content Here&lt;/body&gt;&lt;/html&gt;" baseURL:nil];</pre>
<p>The above works in 2.2.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.evandavey.com/2009/02/how-to-make-uiwebview-transparent.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fairfax Releases iPhone App: Fairfax Radio News</title>
		<link>http://blog.evandavey.com/2008/12/fairfax-releases-iphone-app-fairfax-radio-news.html</link>
		<comments>http://blog.evandavey.com/2008/12/fairfax-releases-iphone-app-fairfax-radio-news.html#comments</comments>
		<pubDate>Mon, 22 Dec 2008 02:29:12 +0000</pubDate>
		<dc:creator>Ev</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://blog.evandavey.com/?p=307</guid>
		<description><![CDATA[Fairfax today released a very handy iPhone App that provides you with the latest radio news on your iPhone.  Fairfax Radio News provides access to the most recently aired news broadcast from the Fairfax Radio network (which consists of 2UE, 3AW, 4PC, 6PR) direct to your iPhone. It turns out to be an amazingly useful [...]]]></description>
			<content:encoded><![CDATA[<p>Fairfax today released a very handy iPhone App that provides you with the latest radio news on your iPhone.  <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=300464536" target="_blank">Fairfax Radio News</a> provides access to the most recently aired news broadcast from the Fairfax Radio network (which consists of 2UE, 3AW, 4PC, 6PR) direct to your iPhone.</p>
<p><img class="alignnone size-medium wp-image-308" title="Fairfax Radio News" src="http://blog.evandavey.com/wp-content/uploads/2008/12/fairfaxradionews-200x300.png" alt="Fairfax Radio News" width="200" height="300" /></p>
<p>It turns out to be an amazingly useful App &#8211; making it really easy to listen to the latest Australian news &#8211; wherever you are.  It works on both 3G and WiFI, costs $1.19 and is thoroughly recommended.  More information is available from the <a href="http://www.fairfaxradionews.com.au" target="_blank">Fairfax website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.evandavey.com/2008/12/fairfax-releases-iphone-app-fairfax-radio-news.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

