<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: iPhone user agent</title>
	<atom:link href="http://www.mattcutts.com/blog/iphone-user-agent/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattcutts.com/blog/iphone-user-agent/</link>
	<description>neat fun stuff</description>
	<lastBuildDate>Thu, 18 Mar 2010 06:22:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex</title>
		<link>http://www.mattcutts.com/blog/iphone-user-agent/#comment-454101</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 16 Jan 2010 21:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/iphone-user-agent/#comment-454101</guid>
		<description>To do a detection in PHP:

&lt;code&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;&lt;?php if (stristr($_SERVER[&#039;HTTP_USER_AGENT&#039;], &#039;iphone&#039;)){echo &#039;iphone.css&#039;;} else{ echo &#039;default.css&#039;;}?&gt;&quot; /&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>To do a detection in PHP:</p>
<p><code><br />
&lt;link rel="stylesheet" type="text/css" href="&lt;?php if (stristr($_SERVER['HTTP_USER_AGENT'], 'iphone')){echo 'iphone.css';} else{ echo 'default.css';}?&gt;" /&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlackBerryBold9000</title>
		<link>http://www.mattcutts.com/blog/iphone-user-agent/#comment-388963</link>
		<dc:creator>BlackBerryBold9000</dc:creator>
		<pubDate>Mon, 07 Sep 2009 22:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/iphone-user-agent/#comment-388963</guid>
		<description>Using delicious on I phone is really a nice experience for me and its good for me to keep touch with my delicious bookmarks at any time. Thanks for the useful post.</description>
		<content:encoded><![CDATA[<p>Using delicious on I phone is really a nice experience for me and its good for me to keep touch with my delicious bookmarks at any time. Thanks for the useful post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jen</title>
		<link>http://www.mattcutts.com/blog/iphone-user-agent/#comment-125320</link>
		<dc:creator>jen</dc:creator>
		<pubDate>Wed, 02 Apr 2008 23:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/iphone-user-agent/#comment-125320</guid>
		<description>Man, that&#039;s clever.  I&#039;ve used phpinfo() before to try to figure out what the heck is wrong with a PHP server I&#039;ve been debugging, but I never considered using it for something like this.  Powerful.</description>
		<content:encoded><![CDATA[<p>Man, that&#8217;s clever.  I&#8217;ve used phpinfo() before to try to figure out what the heck is wrong with a PHP server I&#8217;ve been debugging, but I never considered using it for something like this.  Powerful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars</title>
		<link>http://www.mattcutts.com/blog/iphone-user-agent/#comment-125287</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Wed, 02 Apr 2008 16:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/iphone-user-agent/#comment-125287</guid>
		<description>Connor - the part after Mobile/ is the firmware revision. No Serial.</description>
		<content:encoded><![CDATA[<p>Connor &#8211; the part after Mobile/ is the firmware revision. No Serial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Kabele</title>
		<link>http://www.mattcutts.com/blog/iphone-user-agent/#comment-125152</link>
		<dc:creator>Marcus Kabele</dc:creator>
		<pubDate>Tue, 01 Apr 2008 18:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/iphone-user-agent/#comment-125152</guid>
		<description>Version/3.0 Mobile/xxx is documented to be the OS version:

http://developer.apple.com/internet/safari/faq.html

Safari 3 on iPhone contains the additional Mobile/WW portion in the user-agent string - where &quot;WW&quot; is the operating system version number.</description>
		<content:encoded><![CDATA[<p>Version/3.0 Mobile/xxx is documented to be the OS version:</p>
<p><a href="http://developer.apple.com/internet/safari/faq.html" rel="nofollow">http://developer.apple.com/internet/safari/faq.html</a></p>
<p>Safari 3 on iPhone contains the additional Mobile/WW portion in the user-agent string &#8211; where &#8220;WW&#8221; is the operating system version number.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Connor</title>
		<link>http://www.mattcutts.com/blog/iphone-user-agent/#comment-123335</link>
		<dc:creator>Connor</dc:creator>
		<pubDate>Sun, 02 Mar 2008 17:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/iphone-user-agent/#comment-123335</guid>
		<description>Mm, I think that Version/3.0 Mobile/xxx is the system&#039;s serial number. It&#039;ll be different for every device.

Also, in case anybody is interested, I have the user agent for the iPod Touch as well. This is in Safari on an iPod Touch 1.1.4 without the January Software Upgrade.

Mozilla/5.0 (iPod; U; CPU like Mac OS X; en) AppleWebKit/420.1 (KHTML, like Gecko) Version/3.0 Mobile/xxxxx Safari/419.3</description>
		<content:encoded><![CDATA[<p>Mm, I think that Version/3.0 Mobile/xxx is the system&#8217;s serial number. It&#8217;ll be different for every device.</p>
<p>Also, in case anybody is interested, I have the user agent for the iPod Touch as well. This is in Safari on an iPod Touch 1.1.4 without the January Software Upgrade.</p>
<p>Mozilla/5.0 (iPod; U; CPU like Mac OS X; en) AppleWebKit/420.1 (KHTML, like Gecko) Version/3.0 Mobile/xxxxx Safari/419.3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy</title>
		<link>http://www.mattcutts.com/blog/iphone-user-agent/#comment-120833</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Fri, 18 Jan 2008 12:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/iphone-user-agent/#comment-120833</guid>
		<description>Can someone post the browser capabilities of iPhone Web browser?

One quick way is to use free demo below.

http://www.browserobject.com/demo.aspx</description>
		<content:encoded><![CDATA[<p>Can someone post the browser capabilities of iPhone Web browser?</p>
<p>One quick way is to use free demo below.</p>
<p><a href="http://www.browserobject.com/demo.aspx" rel="nofollow">http://www.browserobject.com/demo.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.mattcutts.com/blog/iphone-user-agent/#comment-120538</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 13 Jan 2008 09:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/iphone-user-agent/#comment-120538</guid>
		<description>Wouldn&#039;t be easier to just go to a site like www.ipsite.org ?</description>
		<content:encoded><![CDATA[<p>Wouldn&#8217;t be easier to just go to a site like <a href="http://www.ipsite.org" rel="nofollow">http://www.ipsite.org</a> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SortiR</title>
		<link>http://www.mattcutts.com/blog/iphone-user-agent/#comment-120274</link>
		<dc:creator>SortiR</dc:creator>
		<pubDate>Wed, 09 Jan 2008 00:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/iphone-user-agent/#comment-120274</guid>
		<description>And me for a Samsung... :D</description>
		<content:encoded><![CDATA[<p>And me for a Samsung&#8230; <img src='http://www.mattcutts.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henri</title>
		<link>http://www.mattcutts.com/blog/iphone-user-agent/#comment-119611</link>
		<dc:creator>Henri</dc:creator>
		<pubDate>Tue, 25 Dec 2007 13:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/iphone-user-agent/#comment-119611</guid>
		<description>I never use user agent variables, because it&#039;s very unreliable. It&#039;s very simple to use a plugin to change the user agent. It&#039;s better to use independent technics and scripts.</description>
		<content:encoded><![CDATA[<p>I never use user agent variables, because it&#8217;s very unreliable. It&#8217;s very simple to use a plugin to change the user agent. It&#8217;s better to use independent technics and scripts.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
