<?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 device user agents in ASP.NET</title>
	<atom:link href="http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html</link>
	<description>Productive software development using ASP.NET, C#, Adobe Flex, and other technologies and tools.</description>
	<lastBuildDate>Mon, 26 Jul 2010 02:01:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: noklpopl</title>
		<link>http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html/comment-page-1#comment-1744</link>
		<dc:creator>noklpopl</dc:creator>
		<pubDate>Sun, 18 Jul 2010 12:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html#comment-1744</guid>
		<description>hope this works..</description>
		<content:encoded><![CDATA[<p>hope this works..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html/comment-page-1#comment-1734</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 31 May 2010 06:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html#comment-1734</guid>
		<description>Hi, I&#039;m just getting started with mobile development. When requesting the user agent does it need to be on the default.cs page or can it be put in an gobal file?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m just getting started with mobile development. When requesting the user agent does it need to be on the default.cs page or can it be put in an gobal file?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer SK</title>
		<link>http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html/comment-page-1#comment-1718</link>
		<dc:creator>Sameer SK</dc:creator>
		<pubDate>Mon, 12 Apr 2010 09:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html#comment-1718</guid>
		<description>Superb Solution..!Thanks!</description>
		<content:encoded><![CDATA[<p>Superb Solution..!Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Patel</title>
		<link>http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html/comment-page-1#comment-1559</link>
		<dc:creator>Amit Patel</dc:creator>
		<pubDate>Fri, 31 Jul 2009 07:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html#comment-1559</guid>
		<description>You can easily determine mobile device and its details using open source API http://www.51degrees.mobi/Products/NETMobileAPI 

This API gives detailed information of the device making the request and also has facility to redirect user automatically to mobile specific page when request in coming from mobile device. 

I found it very useful and easy to implement in my mobile website developments.

Let me know if you face any issues in using.

Thanks</description>
		<content:encoded><![CDATA[<p>You can easily determine mobile device and its details using open source API <a href="http://www.51degrees.mobi/Products/NETMobileAPI" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.51degrees.mobi/Products/NETMobileAPI?referer=');">http://www.51degrees.mobi/Products/NETMobileAPI</a> </p>
<p>This API gives detailed information of the device making the request and also has facility to redirect user automatically to mobile specific page when request in coming from mobile device. </p>
<p>I found it very useful and easy to implement in my mobile website developments.</p>
<p>Let me know if you face any issues in using.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JB</title>
		<link>http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html/comment-page-1#comment-1557</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Thu, 23 Jul 2009 22:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html#comment-1557</guid>
		<description>I just got a false positive from a Mac user using Safari 3.2 - the string &quot;ppc&quot; is the offender, here is the user agent string:

HTTP/1.1 Mozilla/5.0+(Macintosh;+U;+PPC+Mac+OS+X+10_4_11;+en)+AppleWebKit/525.27.1+(KHTML,+like+Gecko)+Version/3.2.1+Safari/525.27.1 

Don&#039;t use &quot;ppc&quot; people - also, if you want to be tight see: http://user-agent-string.info/list-of-ua</description>
		<content:encoded><![CDATA[<p>I just got a false positive from a Mac user using Safari 3.2 &#8211; the string &#8220;ppc&#8221; is the offender, here is the user agent string:</p>
<p>HTTP/1.1 Mozilla/5.0+(Macintosh;+U;+PPC+Mac+OS+X+10_4_11;+en)+AppleWebKit/525.27.1+(KHTML,+like+Gecko)+Version/3.2.1+Safari/525.27.1 </p>
<p>Don&#8217;t use &#8220;ppc&#8221; people &#8211; also, if you want to be tight see: <a href="http://user-agent-string.info/list-of-ua" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/user-agent-string.info/list-of-ua?referer=');">http://user-agent-string.info/list-of-ua</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ms</title>
		<link>http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html/comment-page-1#comment-1555</link>
		<dc:creator>ms</dc:creator>
		<pubDate>Tue, 21 Jul 2009 22:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html#comment-1555</guid>
		<description>thanks for the nice code , and also keep it up

Good work ..</description>
		<content:encoded><![CDATA[<p>thanks for the nice code , and also keep it up</p>
<p>Good work ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JB</title>
		<link>http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html/comment-page-1#comment-1554</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Mon, 20 Jul 2009 17:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html#comment-1554</guid>
		<description>This wouldn&#039;t detect my Nokia device, add &quot;SymbianOS&quot; and it should pick up a lot more devices.

Good work!</description>
		<content:encoded><![CDATA[<p>This wouldn&#8217;t detect my Nokia device, add &#8220;SymbianOS&#8221; and it should pick up a lot more devices.</p>
<p>Good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivek</title>
		<link>http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html/comment-page-1#comment-1553</link>
		<dc:creator>vivek</dc:creator>
		<pubDate>Mon, 20 Jul 2009 05:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html#comment-1553</guid>
		<description>Thanxs for sharing :) its very useful</description>
		<content:encoded><![CDATA[<p>Thanxs for sharing <img src='http://www.ytechie.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  its very useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrik</title>
		<link>http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html/comment-page-1#comment-1464</link>
		<dc:creator>Patrik</dc:creator>
		<pubDate>Tue, 02 Jun 2009 17:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html#comment-1464</guid>
		<description>I had to remove &quot;PPC&quot; since Firefox 3.x on Mac includes PPC. Otherwise it works perfectly!</description>
		<content:encoded><![CDATA[<p>I had to remove &#8220;PPC&#8221; since Firefox 3.x on Mac includes PPC. Otherwise it works perfectly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html/comment-page-1#comment-1410</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 14 Apr 2009 12:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html#comment-1410</guid>
		<description>You could put it anywhere that the context is available. Use it where you think it&#039;s convenient.</description>
		<content:encoded><![CDATA[<p>You could put it anywhere that the context is available. Use it where you think it&#8217;s convenient.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
