<?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>Jaymatter &#187; Javascript</title>
	<atom:link href="http://www.jaymatter.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaymatter.com</link>
	<description>art.design.thought</description>
	<lastBuildDate>Wed, 05 May 2010 20:48:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iPhone webpage know-how</title>
		<link>http://www.jaymatter.com/2008/09/23/iphone-webpage-know-how/</link>
		<comments>http://www.jaymatter.com/2008/09/23/iphone-webpage-know-how/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 03:23:01 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://jaymatter.com/?p=56</guid>
		<description><![CDATA[Here&#8217;s some more information vital to making sure you maximize your viewers&#8217; experience when developing for the mobile web, specifically for the iPhone:
Default viewable size (when the iPhone is vertical):
320 pixels wide x 356 pixels tall from the top of the bottom toolbar to the bottom of the address bar.
Optimal vertical screen (with address bar [...]]]></description>
		<wfw:commentRss>http://www.jaymatter.com/2008/09/23/iphone-webpage-know-how/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone redirect</title>
		<link>http://www.jaymatter.com/2008/09/21/iphone-redirect/</link>
		<comments>http://www.jaymatter.com/2008/09/21/iphone-redirect/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 09:11:17 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://jaymatter.com/?p=51</guid>
		<description><![CDATA[Here&#8217;s a javascript snippet to get your site to redirect visitors using the iPhone browser:
var agent=navigator.userAgent.toLowerCase();
var is_iphone = (agent.indexOf(&#8216;iphone&#8217;)!=-1);
if(is_iphone) { window.location =&#8221;http://jaymatter.mobi&#8221; }
]]></description>
		<wfw:commentRss>http://www.jaymatter.com/2008/09/21/iphone-redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
