<?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: Detecting Mobile Browsers</title>
	<atom:link href="http://www.brainhandles.com/techno-thoughts/detecting-mobile-browsers/feed" rel="self" type="application/rss+xml" />
	<link>http://www.brainhandles.com/techno-thoughts/detecting-mobile-browsers</link>
	<description>Whatever's tugging at my brain handles</description>
	<lastBuildDate>Sat, 13 Mar 2010 07:20:30 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: isMobile. php mobile detection goodness.&#160;&#124;&#160;Richard Shepherd</title>
		<link>http://www.brainhandles.com/techno-thoughts/detecting-mobile-browsers/comment-page-1#comment-9557</link>
		<dc:creator>isMobile. php mobile detection goodness.&#160;&#124;&#160;Richard Shepherd</dc:creator>
		<pubDate>Thu, 21 Jan 2010 15:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/2007/10/15/detecting-mobile-browsers/#comment-9557</guid>
		<description>[...] http://www.brainhandles.com/2007/10/15/detecting-mobile-browsers/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.brainhandles.com/2007/10/15/detecting-mobile-browsers/" rel="nofollow">http://www.brainhandles.com/2007/10/15/detecting-mobile-browsers/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Bulmash</title>
		<link>http://www.brainhandles.com/techno-thoughts/detecting-mobile-browsers/comment-page-1#comment-9304</link>
		<dc:creator>Greg Bulmash</dc:creator>
		<pubDate>Fri, 04 Dec 2009 16:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/2007/10/15/detecting-mobile-browsers/#comment-9304</guid>
		<description>Roo, for the past week or so I&#039;ve been suggesting detectmobilebrowser.com instead of my code.

As for making the script conditional, your snow script is JavaScript and this script is PHP. JavaScript is client side and PHP is server side. So you&#039;d need to write some PHP code that literally changes the JavaScript. For example, you wrap the entire snow script up in a PHP conditional statement so it only gets included in the page if the mobile condition is not met.

Or you can write a bit of PHP code to insert a &quot;mobilebrowser&quot; variable into your javascript, and then have your javascript react to whether it&#039;s set to true or false. Of course, many mobile browsers don&#039;t process JavaScript, so in their cases the point would be moot.</description>
		<content:encoded><![CDATA[<p>Roo, for the past week or so I've been suggesting detectmobilebrowser.com instead of my code.</p>
<p>As for making the script conditional, your snow script is JavaScript and this script is PHP. JavaScript is client side and PHP is server side. So you'd need to write some PHP code that literally changes the JavaScript. For example, you wrap the entire snow script up in a PHP conditional statement so it only gets included in the page if the mobile condition is not met.</p>
<p>Or you can write a bit of PHP code to insert a "mobilebrowser" variable into your javascript, and then have your javascript react to whether it's set to true or false. Of course, many mobile browsers don't process JavaScript, so in their cases the point would be moot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roo</title>
		<link>http://www.brainhandles.com/techno-thoughts/detecting-mobile-browsers/comment-page-1#comment-9303</link>
		<dc:creator>Roo</dc:creator>
		<pubDate>Fri, 04 Dec 2009 15:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/2007/10/15/detecting-mobile-browsers/#comment-9303</guid>
		<description>I&#039;m hoping to make adding the snow script conditional as I think this would be easier than designing a whole new site just for mobiles at christmas.

The snow script has a function to hide snow and I have tried to edit the snow script so that if a mobile browser is detected it would not show snow, but as I don&#039;t really know what I&#039;m doing I couldn&#039;t get it to work.

The snow script I tried to edit is &lt;a href=&quot;http://www.dynamicdrive.com/dynamicindex3/snow.htm&quot; rel=&quot;nofollow&quot;&gt;here if you wanted to see it&lt;/a&gt;

Is there a direction/website you could point me towards that may help me learn what is needed to add your script?</description>
		<content:encoded><![CDATA[<p>I'm hoping to make adding the snow script conditional as I think this would be easier than designing a whole new site just for mobiles at christmas.</p>
<p>The snow script has a function to hide snow and I have tried to edit the snow script so that if a mobile browser is detected it would not show snow, but as I don't really know what I'm doing I couldn't get it to work.</p>
<p>The snow script I tried to edit is <a href="http://www.dynamicdrive.com/dynamicindex3/snow.htm" rel="nofollow">here if you wanted to see it</a></p>
<p>Is there a direction/website you could point me towards that may help me learn what is needed to add your script?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Bulmash</title>
		<link>http://www.brainhandles.com/techno-thoughts/detecting-mobile-browsers/comment-page-1#comment-9301</link>
		<dc:creator>Greg Bulmash</dc:creator>
		<pubDate>Thu, 03 Dec 2009 23:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/2007/10/15/detecting-mobile-browsers/#comment-9301</guid>
		<description>Well, you can either use it to redirect them to a version of your site that doesn&#039;t have the snow script, or you could make adding the snow script to your pages conditional on them being on a desktop browser when the page is generated.</description>
		<content:encoded><![CDATA[<p>Well, you can either use it to redirect them to a version of your site that doesn't have the snow script, or you could make adding the snow script to your pages conditional on them being on a desktop browser when the page is generated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roo</title>
		<link>http://www.brainhandles.com/techno-thoughts/detecting-mobile-browsers/comment-page-1#comment-9300</link>
		<dc:creator>Roo</dc:creator>
		<pubDate>Thu, 03 Dec 2009 23:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/2007/10/15/detecting-mobile-browsers/#comment-9300</guid>
		<description>Looks a nice script and could be exactually what I&#039;m looking for.
I am far from the best web master in the world when it comes to writting scripts etc and hoped you could help.
With it being the holiday season I&#039;m currently running a snow script on my website and forum.
Most mobile browsers including the iphone seem to have problems running the snow script.

Would there be a way I could implement your script so that mobile browsers would be able to ignore the snow script?
It may seem a trivial question to those in the know but it would really help my site users out and I just don&#039;t know how to do it.</description>
		<content:encoded><![CDATA[<p>Looks a nice script and could be exactually what I'm looking for.<br />
I am far from the best web master in the world when it comes to writting scripts etc and hoped you could help.<br />
With it being the holiday season I'm currently running a snow script on my website and forum.<br />
Most mobile browsers including the iphone seem to have problems running the snow script.</p>
<p>Would there be a way I could implement your script so that mobile browsers would be able to ignore the snow script?<br />
It may seem a trivial question to those in the know but it would really help my site users out and I just don't know how to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gayle</title>
		<link>http://www.brainhandles.com/techno-thoughts/detecting-mobile-browsers/comment-page-1#comment-9256</link>
		<dc:creator>Gayle</dc:creator>
		<pubDate>Mon, 23 Nov 2009 22:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/2007/10/15/detecting-mobile-browsers/#comment-9256</guid>
		<description>The android phone by motorola  won&#039;t declare false.  Something in $uamatches overides
$badmatches = array(&quot;OfficeLiveConnector&quot;,&quot;MSIE\ 8\.0&quot;,&quot;OptimizedIE8&quot;,&quot;MSN\ Optimized&quot;,&quot;Creative\ AutoUpdate&quot;,&quot;Swapper&quot;,&quot;andriod&quot;,&quot;iphone&quot;);


or if(preg_match(&quot;/Android/i&quot;,$_SERVER[&quot;HTTP_ACCEPT&quot;])) return false;

Also the lg voyager for verizon doesn&#039;t declare true. Go straight for my flash enabled site. Any Ideas?</description>
		<content:encoded><![CDATA[<p>The android phone by motorola  won't declare false.  Something in $uamatches overides<br />
$badmatches = array("OfficeLiveConnector","MSIE\ 8\.0","OptimizedIE8","MSN\ Optimized","Creative\ AutoUpdate","Swapper","andriod","iphone");</p>
<p>or if(preg_match("/Android/i",$_SERVER["HTTP_ACCEPT"])) return false;</p>
<p>Also the lg voyager for verizon doesn't declare true. Go straight for my flash enabled site. Any Ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jodamn</title>
		<link>http://www.brainhandles.com/techno-thoughts/detecting-mobile-browsers/comment-page-1#comment-9175</link>
		<dc:creator>jodamn</dc:creator>
		<pubDate>Mon, 09 Nov 2009 21:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/2007/10/15/detecting-mobile-browsers/#comment-9175</guid>
		<description>Thanks a lot - this is very useful!</description>
		<content:encoded><![CDATA[<p>Thanks a lot - this is very useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tiong</title>
		<link>http://www.brainhandles.com/techno-thoughts/detecting-mobile-browsers/comment-page-1#comment-9062</link>
		<dc:creator>tiong</dc:creator>
		<pubDate>Sat, 17 Oct 2009 05:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/2007/10/15/detecting-mobile-browsers/#comment-9062</guid>
		<description>Nice piece of code and thanks for the tutorial.</description>
		<content:encoded><![CDATA[<p>Nice piece of code and thanks for the tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Idel</title>
		<link>http://www.brainhandles.com/techno-thoughts/detecting-mobile-browsers/comment-page-1#comment-9045</link>
		<dc:creator>Idel</dc:creator>
		<pubDate>Sun, 11 Oct 2009 19:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/2007/10/15/detecting-mobile-browsers/#comment-9045</guid>
		<description>Now the &quot;Apache Mobile Filter&quot; is one of the modules of &quot;Apache Module Registry&quot; portal (http://modules.apache.org/search.php?id=1787)</description>
		<content:encoded><![CDATA[<p>Now the "Apache Mobile Filter" is one of the modules of "Apache Module Registry" portal (<a href="http://modules.apache.org/search.php?id=1787" rel="nofollow">http://modules.apache.org/search.php?id=1787</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Detecting if users are riding a mobile browser or a standard browser - WuLongTi&#8217;s Words of Wit</title>
		<link>http://www.brainhandles.com/techno-thoughts/detecting-mobile-browsers/comment-page-1#comment-9024</link>
		<dc:creator>Detecting if users are riding a mobile browser or a standard browser - WuLongTi&#8217;s Words of Wit</dc:creator>
		<pubDate>Thu, 01 Oct 2009 21:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/2007/10/15/detecting-mobile-browsers/#comment-9024</guid>
		<description>[...] WuLongTi on Oct.01, 2009, under Hints and Tips, Web Work Greg Bulmash over at brainhandles.com came up with this awesome little php function. This simple snippet will detect whether your website [...]</description>
		<content:encoded><![CDATA[<p>[...] WuLongTi on Oct.01, 2009, under Hints and Tips, Web Work Greg Bulmash over at brainhandles.com came up with this awesome little php function. This simple snippet will detect whether your website [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s</title>
		<link>http://www.brainhandles.com/techno-thoughts/detecting-mobile-browsers/comment-page-1#comment-8949</link>
		<dc:creator>s</dc:creator>
		<pubDate>Fri, 04 Sep 2009 16:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/2007/10/15/detecting-mobile-browsers/#comment-8949</guid>
		<description>You aren&#039;t detecting skyfire browser with this. I am using your newest version of the script, which has been a HUGE help to me.

Add this line to check for skyfire:
if(isset($_SERVER[&quot;HTTP_X_SKYFIRE_PHONE&quot;])) return true;


Keep up the good work!</description>
		<content:encoded><![CDATA[<p>You aren't detecting skyfire browser with this. I am using your newest version of the script, which has been a HUGE help to me.</p>
<p>Add this line to check for skyfire:<br />
if(isset($_SERVER["HTTP_X_SKYFIRE_PHONE"])) return true;</p>
<p>Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan T. Man</title>
		<link>http://www.brainhandles.com/techno-thoughts/detecting-mobile-browsers/comment-page-1#comment-8865</link>
		<dc:creator>Dan T. Man</dc:creator>
		<pubDate>Sat, 15 Aug 2009 19:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/2007/10/15/detecting-mobile-browsers/#comment-8865</guid>
		<description>Nice script. Add WebOS to uamatches to catch the Palm Pre</description>
		<content:encoded><![CDATA[<p>Nice script. Add WebOS to uamatches to catch the Palm Pre</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perl code to detect mobile browsers · All The News You Need</title>
		<link>http://www.brainhandles.com/techno-thoughts/detecting-mobile-browsers/comment-page-1#comment-8852</link>
		<dc:creator>Perl code to detect mobile browsers · All The News You Need</dc:creator>
		<pubDate>Thu, 13 Aug 2009 15:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/2007/10/15/detecting-mobile-browsers/#comment-8852</guid>
		<description>[...] translated the PHP function from brainhandles.com to detect mobile devices to [...]
[Editor&#039;s note - he translated it into Perl]</description>
		<content:encoded><![CDATA[<p>[...] translated the PHP function from brainhandles.com to detect mobile devices to [...]<br />
[Editor's note - he translated it into Perl]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Bulmash</title>
		<link>http://www.brainhandles.com/techno-thoughts/detecting-mobile-browsers/comment-page-1#comment-8804</link>
		<dc:creator>Greg Bulmash</dc:creator>
		<pubDate>Sun, 26 Jul 2009 19:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/2007/10/15/detecting-mobile-browsers/#comment-8804</guid>
		<description>Seems I accidentally added an extra comma when making a quick edit a couple of days ago. Fixed that.  Should be fine now.</description>
		<content:encoded><![CDATA[<p>Seems I accidentally added an extra comma when making a quick edit a couple of days ago. Fixed that.  Should be fine now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Wallace</title>
		<link>http://www.brainhandles.com/techno-thoughts/detecting-mobile-browsers/comment-page-1#comment-8803</link>
		<dc:creator>Jon Wallace</dc:creator>
		<pubDate>Sun, 26 Jul 2009 13:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/2007/10/15/detecting-mobile-browsers/#comment-8803</guid>
		<description>This looks like a fab script... i have tried to implement it but it seems not to work? Could someone advise what is the best way to use this code? I get parse errors when i try and use it??

Thanks</description>
		<content:encoded><![CDATA[<p>This looks like a fab script... i have tried to implement it but it seems not to work? Could someone advise what is the best way to use this code? I get parse errors when i try and use it??</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
