<?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>Fri, 03 Feb 2012 08:52:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Maria</title>
		<link>http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html/comment-page-1#comment-1917</link>
		<dc:creator>Maria</dc:creator>
		<pubDate>Tue, 25 Oct 2011 19:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html#comment-1917</guid>
		<description>Where does this code go...?</description>
		<content:encoded><![CDATA[<p>Where does this code go&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: santosh</title>
		<link>http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html/comment-page-1#comment-1863</link>
		<dc:creator>santosh</dc:creator>
		<pubDate>Tue, 05 Jul 2011 21:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html#comment-1863</guid>
		<description>Hello,

What about Android devices then? Please let me know.

Thank you,</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>What about Android devices then? Please let me know.</p>
<p>Thank you,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mobile device detection &#124; Pictivate Blog</title>
		<link>http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html/comment-page-1#comment-1850</link>
		<dc:creator>Mobile device detection &#124; Pictivate Blog</dc:creator>
		<pubDate>Tue, 17 May 2011 02:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html#comment-1850</guid>
		<description>[...] Detecting mobile device user agents in ASP.NET [...]</description>
		<content:encoded><![CDATA[<p>[...] Detecting mobile device user agents in ASP.NET [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: praveen</title>
		<link>http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html/comment-page-1#comment-1835</link>
		<dc:creator>praveen</dc:creator>
		<pubDate>Tue, 01 Mar 2011 21:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html#comment-1835</guid>
		<description>Is there a way to get a unique device Id from various mobile device.</description>
		<content:encoded><![CDATA[<p>Is there a way to get a unique device Id from various mobile device.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html/comment-page-1#comment-1820</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 20 Jan 2011 16:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html#comment-1820</guid>
		<description>I had to add &quot;windows phone&quot; for it to pick up Windows Mobile 6.5 Internet Explorer.</description>
		<content:encoded><![CDATA[<p>I had to add &#8220;windows phone&#8221; for it to pick up Windows Mobile 6.5 Internet Explorer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehrdad Zandi</title>
		<link>http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html/comment-page-1#comment-1801</link>
		<dc:creator>Mehrdad Zandi</dc:creator>
		<pubDate>Wed, 24 Nov 2010 08:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html#comment-1801</guid>
		<description>Thanks very much for a nice code for detecting
different devices.
I want to know how to detect the follwoing devices:
1- SonyEricsson Xpreia 10?
2- HP ipaq?

when i looking the code i see the follwoing:
userAgent.Contains(&quot;opera mini&quot;) or 
 userAgent.Contains(&quot;windows ce&quot;) ?
what these means?
what i undrestand that a device with opera min or windows ce. am i correct?
But different devices can have the same operationg system.

If you want exactly detect unique device and adapt your webstie to this device you should give the
unique id for the device?
thanks in advance.
/Mehrdad</description>
		<content:encoded><![CDATA[<p>Thanks very much for a nice code for detecting<br />
different devices.<br />
I want to know how to detect the follwoing devices:<br />
1- SonyEricsson Xpreia 10?<br />
2- HP ipaq?</p>
<p>when i looking the code i see the follwoing:<br />
userAgent.Contains(&#8220;opera mini&#8221;) or<br />
 userAgent.Contains(&#8220;windows ce&#8221;) ?<br />
what these means?<br />
what i undrestand that a device with opera min or windows ce. am i correct?<br />
But different devices can have the same operationg system.</p>
<p>If you want exactly detect unique device and adapt your webstie to this device you should give the<br />
unique id for the device?<br />
thanks in advance.<br />
/Mehrdad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Esben Rasmussen</title>
		<link>http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html/comment-page-1#comment-1793</link>
		<dc:creator>Esben Rasmussen</dc:creator>
		<pubDate>Sun, 14 Nov 2010 16:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html#comment-1793</guid>
		<description>I have used www.deviceatlas.com i several projects and i really workes well.
Besides identifying if the visitor is a mobile device, you can scale for screen size, java version and XHTML version and more.</description>
		<content:encoded><![CDATA[<p>I have used <a href="http://www.deviceatlas.com" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.deviceatlas.com?referer=');">http://www.deviceatlas.com</a> i several projects and i really workes well.<br />
Besides identifying if the visitor is a mobile device, you can scale for screen size, java version and XHTML version and more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amaresh</title>
		<link>http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html/comment-page-1#comment-1756</link>
		<dc:creator>Amaresh</dc:creator>
		<pubDate>Mon, 30 Aug 2010 12:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2008/10/detecting-mobile-device-user-agents-in-aspnet.html#comment-1756</guid>
		<description>The latest capabilities list which is available in WURFL is read using 51degrees.mobi Foundation API which detects all mobile devices. It is a .NET open source available here http://51degrees.codeplex.com/releases.
		
It easily detects if the request is coming from any mobile device and redirects user to mobile landing page. It has some user friendly samples to try out and a video tutorial http://51degrees.codeplex.com/wikipage?title=EnhanceTutorial</description>
		<content:encoded><![CDATA[<p>The latest capabilities list which is available in WURFL is read using 51degrees.mobi Foundation API which detects all mobile devices. It is a .NET open source available here <a href="http://51degrees.codeplex.com/releases" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/51degrees.codeplex.com/releases?referer=');">http://51degrees.codeplex.com/releases</a>.</p>
<p>It easily detects if the request is coming from any mobile device and redirects user to mobile landing page. It has some user friendly samples to try out and a video tutorial <a href="http://51degrees.codeplex.com/wikipage?title=EnhanceTutorial" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/51degrees.codeplex.com/wikipage?title=EnhanceTutorial&amp;referer=');">http://51degrees.codeplex.com/wikipage?title=EnhanceTutorial</a></p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

