<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Detecting Internet Explorer Mobile's User-Agent on the server</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx</link><description>Many sites don't detect IE Mobile properly. Here's information on IE Mobile's User-Agent string, additional headers, and other information you can use to help site authors properly render mobile pages.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Detecting Internet Explorer Mobile's User-Agent on the server</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx#692817</link><pubDate>Wed, 09 Aug 2006 05:10:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:692817</guid><dc:creator>Chiefie</dc:creator><description>looks like the future for optimising a website for windows mobile users will be easier... especially the separation of screensize from the UA.&lt;br&gt;&lt;br&gt;Certainly welcome this.&lt;br&gt;&lt;br&gt;NOW if only screensize report in UA can also be implemented in all other browsers (i.e. desktop) that will be great!!!!!</description></item><item><title>re: Detecting Internet Explorer Mobile's User-Agent on the server</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx#695746</link><pubDate>Fri, 11 Aug 2006 20:42:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:695746</guid><dc:creator>Derek</dc:creator><description>That is great information! &amp;nbsp;The new format is good, and I didn't know about the additional UA headers.</description></item><item><title>re: Detecting Internet Explorer Mobile's User-Agent on the server</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx#701314</link><pubDate>Tue, 15 Aug 2006 20:08:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:701314</guid><dc:creator>Ken</dc:creator><description>Nice work -- and glad you kept the information in the other headers -- we use it to help customers know if they have a Pocket PC or Smartphone (it's hard to tell just by looking with some of the newer devices).</description></item><item><title>re: Detecting Internet Explorer Mobile's User-Agent on the server</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx#717403</link><pubDate>Thu, 24 Aug 2006 17:54:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:717403</guid><dc:creator>Mahadevan</dc:creator><description>&amp;quot; In the past, OEMs and mobile operators could change this string&amp;quot;. This is true and I faced this problem delivering content to my client. I checked exactly for the USer agent string and it failed and on inspection, i founf that hp added the model number to the String and dopod also added the model.&lt;br&gt;Then I just checked for the test PPC and Windows Ce and deliverying the content.&lt;br&gt;&lt;br&gt;Locking the string is one good step.</description></item><item><title>re: Detecting Internet Explorer Mobile's User-Agent on the server</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx#717426</link><pubDate>Thu, 24 Aug 2006 17:58:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:717426</guid><dc:creator>maccoy</dc:creator><description>Hey guys Is there I can change the HTTP header Accept-language in Pocket IE, is &amp;nbsp;it already possible or you guys will have any plans to add that.</description></item><item><title>re: Detecting Internet Explorer Mobile's User-Agent on the server</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx#739145</link><pubDate>Mon, 04 Sep 2006 12:08:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:739145</guid><dc:creator>wallace</dc:creator><description>One thing I need to remind you is many operators have developed server side codes to recognize the device model by the old style UA-String. And some of them relied on the capability to replace the entire UA-String. This change will fail all those existing codes and a rework is required.</description></item><item><title>re: Detecting Internet Explorer Mobile's User-Agent on the server</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx#750606</link><pubDate>Tue, 12 Sep 2006 17:30:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:750606</guid><dc:creator>raybro</dc:creator><description>Thanks for the information. &amp;nbsp;We have been using the Windows Mobile 5 emulators and see the connect string as &amp;nbsp;Mozilla/4.0+(compatible;+MSIE+4.01;+Windows+CE;+Smartphone;+176x220) &amp;nbsp;Apparently the .Net mobile controls get confused when the device is really 320x240. &amp;nbsp;Any relief in sight for having the emulator actually use the string that matches the emulated device? &amp;nbsp;Especially in the new format.
&lt;br&gt;
&lt;br&gt;Thanks
&lt;br&gt;
&lt;br&gt;Ray</description></item><item><title>re: Detecting Internet Explorer Mobile's User-Agent on the server</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx#751173</link><pubDate>Wed, 13 Sep 2006 01:04:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:751173</guid><dc:creator>iemoblog</dc:creator><description>We are fully aware that some people detect IE Mobile (or try to) on the server. &amp;nbsp;What we found through our testing was that more people did it improperly than correctly, hence most of the focus of this blog entry. &amp;nbsp;We also have need to control this string for a variety of reasons. &amp;nbsp;There will be some rework required by a small minority of operators, and a large contingent of sites. &amp;nbsp;
&lt;br&gt;
&lt;br&gt;In the end, though, it's our opinion that the pain inflicted by the change now is worth it. In the large majority of cases, it improves the overall browsing experience, as many of the sites detecting IE Mobile incorrectly considered it IE 4.0, which it isn't...but that was the last time the string had changed.</description></item><item><title>re: Detecting Internet Explorer Mobile's User-Agent on the server</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx#751178</link><pubDate>Wed, 13 Sep 2006 01:07:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:751178</guid><dc:creator>iemoblog</dc:creator><description>Raybro - &lt;BR&gt;&lt;BR&gt;Until you get the next release of Windows Mobile, you won't have an emulator build of the browser that will have the new string. &amp;nbsp;You can use the old method and replace the entire key in the registry with the new version copied from the text above. &amp;nbsp;See: &lt;A href="http://www.pocketpcmag.com/FORUM/topic.asp?TOPIC_ID=17223" target=_new rel=nofollow&gt;http://www.pocketpcmag.com/FORUM/topic.asp?TOPIC_ID=17223&lt;/A&gt; for details of how to change the string on current/older generations of IE Mobile.</description></item><item><title>re: Detecting Internet Explorer Mobile's User-Agent on the server</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx#792718</link><pubDate>Thu, 05 Oct 2006 05:42:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:792718</guid><dc:creator>Ridwaan</dc:creator><description>&lt;P&gt;i no that with the old method yu can adjust the user agent and it will allow you access webpages with idetification of a desktop PC.&lt;/P&gt;
&lt;P&gt;but i am unable to solve a wierd problem on the network with my PPC, when i try to open any website on pIE with user agent string Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320) it opens halfway and stalls on 1kb, the page does not continue loading.&lt;/P&gt;
&lt;P&gt;will the new user agent make any positive change on this annoying browsing problem ? or is my problem something else completely ?&lt;/P&gt;</description></item><item><title>re: Detecting Internet Explorer Mobile's User-Agent on the server</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx#904546</link><pubDate>Tue, 31 Oct 2006 01:09:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:904546</guid><dc:creator>Younes</dc:creator><description>&lt;p&gt;Is there a way to detect if the Smartphone version of IE supports frames from the server-side. I know that SmartPhones with WM 5 and a certain ROM version support frames, but I'm not sure what to look for in the headers (OS Version?)&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Younes&lt;/p&gt;</description></item><item><title>re: Detecting Internet Explorer Mobile's User-Agent on the server</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx#2006862</link><pubDate>Sun, 01 Apr 2007 20:05:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2006862</guid><dc:creator>kdarling</dc:creator><description>&lt;p&gt;I understand why you have it lie about the IE version, so that websites will let you in.&lt;/p&gt;
&lt;p&gt;It's too bad that had to happen, especially since IEM is more like IE 3.2 or less, in its current state. &amp;nbsp; We watch for IE 6 in our industrial application so we know whether we're dealing with real IE 6 on laptops or Windows CE or not. &amp;nbsp; No way will our IE 6 code run on IEM. &amp;nbsp; We'll have to recode to look for the other clues to see if the IE version is a lie or not.&lt;/p&gt;
&lt;p&gt;On another note, what's the effect of the Deepfish browser on IEM development?&lt;/p&gt;
&lt;p&gt;For PDA and phone users, I'd rather see Deepfish. &amp;nbsp; For industrial purposes, I'd like to see either IE 6 on WM devices as an option (why not? &amp;nbsp;who does it hurt?), or an IEM that's targeted for writing HTA-like apps.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Kev&lt;/p&gt;</description></item><item><title>re: Detecting Internet Explorer Mobile's User-Agent on the server</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx#2100315</link><pubDate>Thu, 12 Apr 2007 18:06:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2100315</guid><dc:creator>prc</dc:creator><description>&lt;p&gt;I'd also like to be able to control the vertical use of the screen, but can't find a way to either a) determine whether the browser is in full screen mode or b) force the browser into full screen.&lt;/p&gt;
&lt;p&gt;It seems that screen.height gives the total screen size, while screen.availHeight gives the height minus the top/bottom bars (regardless if they are visible or not). &amp;nbsp; Is there anyway to find out how much space is actually available?&lt;/p&gt;
&lt;p&gt;Related question: &amp;nbsp;is it possible to know (or control) what level of &amp;quot;zoom&amp;quot; the user has selected?&lt;/p&gt;</description></item><item><title>re: Detecting Internet Explorer Mobile's User-Agent on the server</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx#2573092</link><pubDate>Sat, 12 May 2007 18:30:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2573092</guid><dc:creator>kjgerard</dc:creator><description>&lt;p&gt;&amp;quot;I'd also like to be able to control the vertical use of the screen, but can't find a way to either a) determine whether the browser is in full screen mode or b) force the browser into full screen.&amp;quot;&lt;/p&gt;
&lt;p&gt;Please relay if this functionality been determined. &amp;nbsp; That is, the ability to force the Pocket IE browser into full-screen mode. &amp;nbsp;&lt;/p&gt;</description></item><item><title>re: Detecting Internet Explorer Mobile's User-Agent on the server</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx#2748755</link><pubDate>Sun, 20 May 2007 13:26:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2748755</guid><dc:creator>noter</dc:creator><description>&lt;p&gt;I use ToggleIE to change the referrer on the mobile device. It allows you to change the referrer to Opera, Firefox or IE&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://thinkabdul.com/2007/04/24/togglepie-freeware-to-change-windows-mobile-pocket-internet-explorer-mobile-browser-referreridentifier-string-to-that-of-operamozilla-firefoxie6ie7/"&gt;http://thinkabdul.com/2007/04/24/togglepie-freeware-to-change-windows-mobile-pocket-internet-explorer-mobile-browser-referreridentifier-string-to-that-of-operamozilla-firefoxie6ie7/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>re: Detecting Internet Explorer Mobile's User-Agent on the server</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx#3142525</link><pubDate>Thu, 07 Jun 2007 17:33:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3142525</guid><dc:creator>iemoblog</dc:creator><description>&lt;p&gt;kjgerard,&lt;/p&gt;
&lt;p&gt;You can't set or query for full screen mode via an HTML document.&lt;/p&gt;
</description></item><item><title>re: Detecting Internet Explorer Mobile's User-Agent on the server</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx#3450472</link><pubDate>Fri, 22 Jun 2007 03:30:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3450472</guid><dc:creator>randeepgabri</dc:creator><description>&lt;p&gt;With this new string on MSIE 6.0, how we will find out that it is a PPC or Smartphone.&lt;/p&gt;</description></item><item><title>re: Detecting Internet Explorer Mobile's User-Agent on the server</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx#3470343</link><pubDate>Sat, 23 Jun 2007 03:00:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3470343</guid><dc:creator>iemoblog</dc:creator><description>&lt;p&gt;randeepgabri,&lt;/p&gt;
&lt;p&gt;You can distinguish between PPC or Smartphone using the &amp;quot;UA-OS&amp;quot; HTTP header. &amp;nbsp;It should read something like &amp;quot;Windows CE (Smartphone) - Version 5.2&amp;quot; or &amp;quot;Windows CE (Pocket PC) - Version 5.2&amp;quot;.&lt;/p&gt;
</description></item><item><title>re: Detecting Internet Explorer Mobile's User-Agent on the server</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx#4367208</link><pubDate>Mon, 13 Aug 2007 14:52:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4367208</guid><dc:creator>cmpandian</dc:creator><description>&lt;p&gt;I have been trying to use the Windows Media control into a HTML page using OBJECT and EMBED tag to play a video clip available in my application server. But I couldn't.&lt;/p&gt;
&lt;p&gt;I am using Windows Mobile 5.0 device (PPC Phone edition)&lt;/p&gt;
&lt;p&gt;I tried the samples given at the link &lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=46BA698A-C00D-4B90-9177-460854F1B57C&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=46BA698A-C00D-4B90-9177-460854F1B57C&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But I am able to play a video providing a link to the video file using ASX entry; Using this method, when I click the URL, the browser will open a Media player and play the video clip that URL is point to. But I want to play a video using embeded media control. How is that possible? Is there any code samples available?&lt;/p&gt;
&lt;p&gt;Or Any security issues to embed a windows media player into a HTML page? Any document related to this?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Pandian.&lt;/p&gt;</description></item><item><title>re: Detecting Internet Explorer Mobile's User-Agent on the server</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx#4419749</link><pubDate>Thu, 16 Aug 2007 21:57:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4419749</guid><dc:creator>iemoblog</dc:creator><description>&lt;p&gt;pandian,&lt;/p&gt;
&lt;p&gt;The sample seems to work here. &amp;nbsp;Is it really opening the media player, or are you just seeing the video full screen? &amp;nbsp;The sample plays full screen. &amp;nbsp;If you change line 92 in webapp.html to &amp;quot;wmpocx.fullScreen = false;&amp;quot; it should play inline.&lt;/p&gt;
</description></item><item><title>IE Mobile Updates for Developers</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx#5834890</link><pubDate>Fri, 02 Nov 2007 15:19:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5834890</guid><dc:creator>The Windows Mobile RSS (Reed and Steve Stuff) Feed</dc:creator><description>&lt;p&gt;I have touched on this topic in the past, but it seem to be generating quite a few questions on the “make&lt;/p&gt;
</description></item><item><title>IE Mobile Updates for Developers</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx#5835825</link><pubDate>Fri, 02 Nov 2007 16:09:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5835825</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;I have touched on this topic in the past, but it seem to be generating quite a few questions on the&lt;/p&gt;
</description></item><item><title>What's up with ASP.NET Mobile Controls, IE Mobile, and Silverlight?</title><link>http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx#9187297</link><pubDate>Tue, 09 Dec 2008 16:33:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9187297</guid><dc:creator>The Windows Mobile RSS (Reed and Steve Stuff) Feed</dc:creator><description>&lt;p&gt;The Web Browsing experience has really heated up for mobile devices over the last year or two. &amp;amp;#160;&lt;/p&gt;
</description></item></channel></rss>