<?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>mandarin.no &#187; iphone</title>
	<atom:link href="http://mandarin.no/tag/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://mandarin.no</link>
	<description></description>
	<lastBuildDate>Tue, 17 Aug 2010 09:35:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Prevent iPhoto or Aperture from opening when you connect your iPhone</title>
		<link>http://mandarin.no/iphone/prevent-iphoto-or-aperture-from-opening-when-you-connect-your-iphone/</link>
		<comments>http://mandarin.no/iphone/prevent-iphoto-or-aperture-from-opening-when-you-connect-your-iphone/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 08:48:58 +0000</pubDate>
		<dc:creator>Thomas Viktil</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[aperture]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[image capture]]></category>
		<category><![CDATA[iphoto]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[os x]]></category>
		<guid isPermaLink="false">http://mandarin.no/?p=119</guid>
		<description><![CDATA[This tip will only work on OS X. Sam wrote a post at 37signals&#8217; blog about the same thing (Tip: Prevent iPhoto from opening when you plug in your iPhone), but it didn&#8217;t quite apply to my situation. Sam&#8217;s tip will work fine if you have your camera nearby -which I don&#8217;t. Besides, I have [...]]]></description>
			<content:encoded><![CDATA[<p><strong>This tip will only work on OS X.</strong></p>
<p>Sam wrote a post at <a href="http://37signals.com/svn/">37signals&#8217; blog</a> about the same thing (<a href="http://37signals.com/svn/posts/873-tip-prevent-iphoto-from-opening-when-you-plug-in-your-iphone">Tip: Prevent iPhoto from opening when you plug in your iPhone</a>), but it didn&#8217;t quite apply to my situation. Sam&#8217;s tip will work fine if you have your camera nearby -which I don&#8217;t. Besides, I have a couple of cameras so I would anyway have to make changes to the script in order to make it work. A more simpler way to make this work is to approach it from a different angle.</p>
<p>I am going to present to you a script that only requires that you know the name of your iPhone. If you have already read Sam&#8217;s article you can skip to step 2 of this article to get the script.</p>
<p><a href="http://mandarin.no/wp-content/uploads/2010/08/1-itunes.jpg"><img class="size-full wp-image-120 alignright" title="1-itunes" src="http://mandarin.no/wp-content/uploads/2010/08/1-itunes.jpg" alt="" width="219" height="187" /></a><strong>1. Get the name of your iPhone</strong></p>
<p>An easy way is to connect your iPhone, open iTunes (if it doesn&#8217;t automatically) and look at the list to the left. There it is!</p>
<p><strong>2. Write the script</strong></p>
<p>Open up up AppleScript Editor (on Snow Leopard, it&#8217;s inside the Applications &gt; Utilities folder) and copy/paste this code:</p>
<pre>on device_is_connected("iPhone name")
end device_is_connected</pre>
<p>Change &#8220;iPhone name&#8221; to the name of your iPhone (I wrote &#8220;mandarinPhone&#8221;). As you can see, all it does is check if your phone is connected. Besides that, nothing.</p>
<p><strong>3. Make the application</strong></p>
<p>Save your script as an Application by clicking File &gt; Save as &#8230;, and under File Format choose Application. I like to store applications like this under the Utilities folder. These are applications that I don&#8217;t ever have to run manually, so to prevent my root Applications folder from being cluttered with all kinds of stuff I don&#8217;t use I put it in the Utilities foldes. For this application I named it &#8220;iPhoneConnected&#8221;.</p>
<p><strong><a href="http://mandarin.no/wp-content/uploads/2010/08/2-imagecapture.jpg"><img class="alignright size-full wp-image-121" title="2-imagecapture" src="http://mandarin.no/wp-content/uploads/2010/08/2-imagecapture.jpg" alt="" width="166" height="456" /></a>4. Open Image Capture</strong></p>
<p>You&#8217;ll find it inside the Applications folder. Benjamin refers to the Image Capture application preferences as being a menu item. I suspect he was using an older version at the time he wrote the article. On Snow Leopard you do like this: If your iPhone is not already selected, select it by clicking on it. If the preferences don&#8217;t show up at the bottom of the list, click the button at the bottom. It will open up a preferences pane for the iPhone. Where it says &#8220;Connecting this iPhone opens:&#8221; click the drop down list and find your newly created application.</p>
<p>That&#8217;s it! Reconnect your iPhone and watch it do nothing. Lovely isn&#8217;t it? It sure is!</p>
<p>UPDATE: Benjamin Ragheb didn&#8217;t write the post at 37signals&#8217; blog, but Sam did. Be sure to check out Benjamin&#8217;s comment below. He made a script which fetches the name of your iPhone for you -so you don&#8217;t have to. Nifty!</p>
]]></content:encoded>
			<wfw:commentRss>http://mandarin.no/iphone/prevent-iphoto-or-aperture-from-opening-when-you-connect-your-iphone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPhone dev: Remove the glossy effect from the application icon</title>
		<link>http://mandarin.no/iphone/iphone-dev-remove-the-glossy-effect-from-the-application-icon/</link>
		<comments>http://mandarin.no/iphone/iphone-dev-remove-the-glossy-effect-from-the-application-icon/#comments</comments>
		<pubDate>Mon, 25 May 2009 20:46:31 +0000</pubDate>
		<dc:creator>Thomas Viktil</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[boolean]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[glossy]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[uiprerenderedicon]]></category>
		<category><![CDATA[value type]]></category>
		<category><![CDATA[xcode]]></category>
		<guid isPermaLink="false">http://mandarin.no/?p=83</guid>
		<description><![CDATA[As you probably know, the iPhone adds a nice glossy effect to your application&#8217;s icon. It sure does look good, but sometimes it just doesn&#8217;t suit your icon. It can be prevented by editing the Info.plist file. It&#8217;s easy! Follow me. Click on one of the lines to make the little plus icon appear. Click [...]]]></description>
			<content:encoded><![CDATA[<p>As you probably know, the iPhone adds a nice glossy effect to your application&#8217;s icon. It sure does look good, but sometimes it just doesn&#8217;t suit your icon. It can be prevented by editing the <strong>Info.plist</strong> file. It&#8217;s easy! Follow me.</p>
<p><img class="alignnone size-full wp-image-84" title="iphone_app_01" src="http://mandarin.no/wp-content/uploads/2009/05/iphone_app_01.gif" alt="iphone_app_01" width="482" height="124" /></p>
<p>Click on one of the lines to make the little plus icon appear. Click the plus icon to add a new line.</p>
<p><img class="alignnone size-full wp-image-85" title="iphone_app_02" src="http://mandarin.no/wp-content/uploads/2009/05/iphone_app_02.gif" alt="iphone_app_02" width="482" height="143" /></p>
<p>Give it a key name of <strong>UIPrerenderedIcon</strong>.</p>
<p><img class="alignnone size-full wp-image-86" title="iphone_app_03" src="http://mandarin.no/wp-content/uploads/2009/05/iphone_app_03.gif" alt="iphone_app_03" width="482" height="376" /></p>
<p>The value is by default set to String, but we need to change it to Boolean. Right-click the newly created line, choose <strong>Value Type &gt; Boolean</strong>.</p>
<p><img class="alignnone size-full wp-image-87" title="iphone_app_04" src="http://mandarin.no/wp-content/uploads/2009/05/iphone_app_04.gif" alt="iphone_app_04" width="482" height="138" /></p>
<p>The value has now magically transformed into a check box.</p>
<p><img class="alignnone size-full wp-image-88" title="iphone_app_05" src="http://mandarin.no/wp-content/uploads/2009/05/iphone_app_05.gif" alt="iphone_app_05" width="482" height="138" /></p>
<p>Click it!</p>
<p>And you&#8217;re done. It&#8217;s as easy as that.</p>
]]></content:encoded>
			<wfw:commentRss>http://mandarin.no/iphone/iphone-dev-remove-the-glossy-effect-from-the-application-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone game: Fieldrunners</title>
		<link>http://mandarin.no/games/iphone-game-fieldrunners/</link>
		<comments>http://mandarin.no/games/iphone-game-fieldrunners/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 14:49:41 +0000</pubDate>
		<dc:creator>Thomas Viktil</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[appstore]]></category>
		<category><![CDATA[fieldrunners]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[tower defense]]></category>
		<guid isPermaLink="false">http://mandarin.no/?p=45</guid>
		<description><![CDATA[A couple of days ago I purchased the game Fieldrunners (by Subatomic Studios) for my iPhone, and in an instant it became my (so far) alltime favorite iPhone game. The concept is simple; kill the creeps before they get out of sight. Unlike the popular Flash Elements TD, Fieldrunners take a slightly different perspective and [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_46" class="wp-caption alignright" style="width: 310px"><img class="size-medium wp-image-46" title="fieldrunners" src="http://mandarin.no/wp-content/uploads/2008/11/fieldrunners-300x94.jpg" alt="Fieldrunners for iPhone" width="300" height="94" /><p class="wp-caption-text">Fieldrunners for iPhone</p></div>
<p>A couple of days ago I purchased the game Fieldrunners (by <a href="http://www.subatomicstudios.com/">Subatomic Studios</a>) for my iPhone, and in an instant it became my (so far) alltime favorite iPhone game.</p>
<p>The concept is simple; kill the creeps before they get out of sight. Unlike the popular <a href="http://www.novelconcepts.co.uk/FlashElementTD/">Flash Elements TD</a>, Fieldrunners take a slightly different perspective and removes the track. The field is left completely open for you to decide where you will place the turrets.</p>
<p>There are already written a few other reviews of the game, so I won&#8217;t bother repeating what&#8217;s already been written. If you want to know more about the game, have a look at these sites:</p>
<ul>
<li><a title="iPhone App Review: The best game for the iPhone, Fieldrunners" href="http://www.iphoneappreview.com/the-best-game-for-the-iphone-fieldrunners.html">iPhone App Review: The best game for the iPhone, Fieldrunners</a></li>
<li><a href="http://osxreality.com/2008/10/06/new-highly-addictive-tower-defense-game-fieldrunners-for-the-iphone/">OS X Reality: New Highly Addictive Tower Defense Game Fieldrunners for the iPhone</a> (With screenshots and video)</li>
<li><a href="http://www.tuaw.com/2008/10/23/fieldrunners-dtd-for-iphone/">The Unofficial Apple Weblog: Fieldrunners: DTD for iPhone</a></li>
<li><a href="http://toucharcade.com/2008/10/06/fieldrunners-delivers-a-very-polished-tower-defense-game/">Touch Arcade: ‘Fieldrunners’ Delivers a Very Polished Tower Defense Game</a></li>
<li><a href="http://arstechnica.com/journals/apple.ars/2008/10/21/review-fieldrunners-for-iphone-appeals-to-tower-defense-nerds">ars technica: Review: Fieldrunners for iPhone appeals to Tower Defense nerds</a> (A thorough review)</li>
<li><a href="http://www.macworld.com/article/136960/fieldrunners.html">Macworld: Review: Fieldrunners for iPhone</a></li>
</ul>
<p>There are also alternatives to Fieldrunners, both for iPhone/iPod Touch and your computer;</p>
<ul>
<li><a href="http://www.novelconcepts.co.uk/FlashElementTD/">Flash Elements TD 1.0</a></li>
<li><a href="http://www.novelconcepts.co.uk/FlashElementTD2/">Flash Elements TD 2.0</a></li>
<li><a href="http://www.handdrawngames.com/DesktopTD/Game.asp">Desktop TD</a></li>
<li><a href="http://www.kongregate.com/games/undefined/protector">Protector</a></li>
<li><a href="http://www.candystand.com/play.do?id=18047">Vector TD</a></li>
<li><a href="http://toucharcade.com/link/http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=295873663&amp;mt=8">Zombie Attack!</a> (iTunes link)</li>
<li><a href="http://freeverse.com/games/game/?id=7019">Hordes of Orcs</a> (for OS X and Windows)</li>
<li><a href="http://towerdefend.slowchop.com/">TowerDefend</a> (for iPhone and iPod Touch)</li>
</ul>
<p>Convinced? <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=292421271&amp;mt=8">Buy Fieldrunners at AppStore</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://mandarin.no/games/iphone-game-fieldrunners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
