<?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>JavaScriptr &#187; Mobile</title>
	<atom:link href="http://www.javascriptr.com/category/mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javascriptr.com</link>
	<description>A blog about JavaScript and other web development technologies</description>
	<lastBuildDate>Sun, 20 Sep 2009 19:36:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Scripting for the iPhone</title>
		<link>http://www.javascriptr.com/2007/07/12/scripting-for-the-iphone/</link>
		<comments>http://www.javascriptr.com/2007/07/12/scripting-for-the-iphone/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 23:11:27 +0000</pubDate>
		<dc:creator>Henry B.</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.javascriptr.com/2007/07/12/scripting-for-the-iphone/</guid>
		<description><![CDATA[There&#8217;s a lot of buzz in the web development community about developing for the iPhone. I&#8217;ve been following this topic since the Apple announcement last month. I&#8217;m all for it. This is a big step for web development on portable devices. I hope other pda and smartphone makers follow Apple&#8217;s lead. I took a quick [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a lot of buzz in the web development community about developing for the iPhone. I&#8217;ve been following this topic since the <a href="http://www.apple.com/pr/library/2007/06/11iphone.html" target="_blank">Apple announcement</a> last month. </p>
<p>I&#8217;m all for it. This is a big step for web development on portable devices. I hope other pda and smartphone makers follow Apple&#8217;s lead. I took a quick look at the <a href=" http://developer.apple.com/iphone/" target="_blank">developer documentation</a> today and found some interesting things I wanted to point out.</p>
<ul>
<li>Integrate phone calls, maps and emails using links. Mail and map links are not different from what we use on normal browsers (&#8220;mailto:anemail@domain.com&#8221; and &#8221; http://maps.google.com?address&#8221;) but phone links use a new url format which starts with &#8220;tel:&#8221;.<br />
Here&#8217;s an example:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;a</span> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">&quot;tel:1-123-444-5555&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>Call Me<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/a<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

</li>
<li>Assign an iPhone style sheet with the link tag.

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;link</span> </span>
<span style="color: #009900;">  <span style="color: #000066;">media</span>=<span style="color: #ff0000;">&quot;only screen and (max-device-width: 480px)&quot;</span></span>
<span style="color: #009900;">  <span style="color: #000066;">href</span>=<span style="color: #ff0000;">&quot;iPhone.css&quot;</span></span>
<span style="color: #009900;">  <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/css&quot;</span></span>
<span style="color: #009900;">  <span style="color: #000066;">rel</span>=<span style="color: #ff0000;">&quot;stylesheet&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span></pre></td></tr></table></div>

<p>
This is new to me. Seems like its part of the CSS3 recommendation.
<li>
<li>iPhone doesn&#8217;t support window.showModalDialog(), mouse-overs, hover styles, tool tips, java applets, flash, plugin installation or custom x.509 certificates.</li>
<li>PDFs, Cookies and user-initiated window-open calls are supported but there&#8217;s a limit of 8 pages (8 open windows) in page view.</li>
</ul>
<p>Here are some iPhone third party apps:<br />
<a href="http://www.launchpadhq.com/" target="_blank">http://www.launchpadhq.com/</a><br />
<a href="http://www.37signals.com/svn/posts/502-ta-da-list-for-iphone" target="_blank">http://www.37signals.com/svn/posts/502-ta-da-list-for-iphone</a><br />
<a href="http://digg.com/iphone " target="_blank">http://digg.com/iphone </a></p>
<p><</p>
]]></content:encoded>
			<wfw:commentRss>http://www.javascriptr.com/2007/07/12/scripting-for-the-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
