<?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>andre bluehs &#187; iphone</title>
	<atom:link href="http://andrebluehs.net/blog/tag/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrebluehs.net/blog</link>
	<description>nerdy, webby, smelly?</description>
	<lastBuildDate>Wed, 25 May 2011 23:35:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Coffin Nails and Native Mobile Apps</title>
		<link>http://andrebluehs.net/blog/2010/06/coffin-nails-and-native-mobile-apps/</link>
		<comments>http://andrebluehs.net/blog/2010/06/coffin-nails-and-native-mobile-apps/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 19:17:30 +0000</pubDate>
		<dc:creator>Andre</dc:creator>
				<category><![CDATA[Webby]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[native ipad app]]></category>
		<category><![CDATA[native iphone app]]></category>
		<category><![CDATA[web app]]></category>
		<category><![CDATA[web dev]]></category>

		<guid isPermaLink="false">http://andrebluehs.net/blog/?p=243</guid>
		<description><![CDATA[One of my startups, Usable Health, is making an iPad-specific version of our web app to be installed in restaraunts. (Side note: watch our CEO talk at Ignite Atl) Since we were going to set-and-forget these applications, we needed a way to prevent people from going to other sites (as this is a web app [...]]]></description>
			<content:encoded><![CDATA[<p>One of my startups, <a href="http://usablehealth.com/">Usable Health</a>, is making an iPad-specific version of our web app to be installed in restaraunts. (Side note: <a href="http://www.youtube.com/watch?v=RfUhoW1kP6g">watch our CEO</a> talk at Ignite Atl) Since we were going to set-and-forget these applications, we needed a way to prevent people from going to other sites (as this is a web app just running in safari). Then I came across this <a href="http://sixrevisions.com/web-development/html5-iphone-app/">article by Alex Kessinger</a>. And we realized:</p>
<p><strong>We wanted a native iPad app. So we made a web app.</strong></p>
<p>Alex&#8217;s article gets in to a bit too much detail for us. We really only need one line:</p>
<p>&lt;meta name=&#8221;apple-mobile-web-app-capable&#8221; content=&#8221;yes&#8221; /&gt;</p>
<p>This one line of code transformed our web app (built for ipad size and features) into a native-looking app with no Safari toolbars on the top or bottom. Add it to the home screen, and you are off and running.</p>
<p>There are other features of that post that we could use, such as setting a home screen icon, but we don&#8217;t care about this, because our app should never be closed anyway while at an installation.</p>
<p>Here are screens of before:</p>
<p><a href="http://ablu.us/plg"><img class="alignnone" title="Before" src="http://ablu.us/files/plg-before.png" alt="" width="1024" height="768" /></a></p>
<p>after:</p>
<p><a href="http://ablu.us/ymg"><img class="alignnone" title="After" src="http://ablu.us/files/ymg-after.png" alt="" width="1024" height="768" /></a></p>
<p>The total time from start to finish to get this working? <strong>26 minutes. This includes me sharing the link, and our developer reading the article.</strong></p>
<p>This is why i believe that for most applications, native apps are becoming obsolete. There are HUGE incentives for more adoption of this method:</p>
<ul>
<li>no need for apple developer licence (cheap for small companies)</li>
<li>don&#8217;t have to deal with the app store</li>
</ul>
<p>There are, however, cons:</p>
<ul>
<li>hardware acceleration is spotty. games are mostly out.</li>
<li>hard to charge to download app. however, can charge for access.</li>
</ul>
<p>For the people who say that &#8220;Well, it doesn&#8217;t work on other browsers&#8221;. That&#8217;s only half true. While this method of removing top and bottom bars only works on iPhone/iPad, the app still functions 100% normally in other mobile browser. Building a mobile app gets you 90% of the way, and adding that <strong>ONE LINE</strong> gets you the rest of the way for apple browsers.</p>
<p>Here is where you can try it on your ipad (or iphone/ipod touch):<a href="http://ablu.us/files/uh_ipad" target="_blank"> http://ablu.us/files/uh_ipad</a></p>
 <img src="http://andrebluehs.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=243" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://andrebluehs.net/blog/2010/06/coffin-nails-and-native-mobile-apps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

