<?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: Mobile META Tags</title>
	<atom:link href="http://learnthemobileweb.com/2009/07/mobile-meta-tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnthemobileweb.com/2009/07/mobile-meta-tags/</link>
	<description>how to develop standards-compliant and usable mobile web applications</description>
	<lastBuildDate>Thu, 25 Feb 2010 14:24:30 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mobile Web Design &#187; Wozu der viewport meta tag?</title>
		<link>http://learnthemobileweb.com/2009/07/mobile-meta-tags/comment-page-1/#comment-3233</link>
		<dc:creator>Mobile Web Design &#187; Wozu der viewport meta tag?</dc:creator>
		<pubDate>Wed, 10 Feb 2010 22:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://learnthemobileweb.com/?p=259#comment-3233</guid>
		<description>[...] Nachtrag: Der viewport meta tag funktioniert immerhin &#8220;&#8230; in many smartphone browsers, including Safari Mobile for the iPhone, Android browser, webOS browser in Palm Pre and Pixi devices, Opera Mini, Opera Mobile and BlackBerry browsers.&#8221; Quelle: http://learnthemobileweb.com/2009/07/mobile-meta-tags/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Nachtrag: Der viewport meta tag funktioniert immerhin &#8220;&#8230; in many smartphone browsers, including Safari Mobile for the iPhone, Android browser, webOS browser in Palm Pre and Pixi devices, Opera Mini, Opera Mobile and BlackBerry browsers.&#8221; Quelle: <a href="http://learnthemobileweb.com/2009/07/mobile-meta-tags/" rel="nofollow">http://learnthemobileweb.com/2009/07/mobile-meta-tags/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gail Rahn Frederick</title>
		<link>http://learnthemobileweb.com/2009/07/mobile-meta-tags/comment-page-1/#comment-3087</link>
		<dc:creator>Gail Rahn Frederick</dc:creator>
		<pubDate>Mon, 01 Feb 2010 15:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://learnthemobileweb.com/?p=259#comment-3087</guid>
		<description>Hi Manish,
When the doctype is XHTML-MP or WML, then DOCTYPE is a valid criteria for determining whether markup is intended for mobile devices. When the doctype is HTML or XHTML, then it doesn&#039;t convey any information about optimizations. That&#039;s why these META tags are used - to mark a generic HTML document as intended for mobile browsers. Other means to identify whether HTML markup is mobile-optimized is by inspecting the document size (under 10k - probably renders OK on mobile), page weight (combination of document + dependent resources like JavaScript libraries, CSS, etc - look for # of dependent resources, total size and standards-adherence in each resource) and usage of HTML tags known not to play well in mobile browsers (i.e. iframe and frame elements).</description>
		<content:encoded><![CDATA[<p>Hi Manish,<br />
When the doctype is XHTML-MP or WML, then DOCTYPE is a valid criteria for determining whether markup is intended for mobile devices. When the doctype is HTML or XHTML, then it doesn&#8217;t convey any information about optimizations. That&#8217;s why these META tags are used &#8211; to mark a generic HTML document as intended for mobile browsers. Other means to identify whether HTML markup is mobile-optimized is by inspecting the document size (under 10k &#8211; probably renders OK on mobile), page weight (combination of document + dependent resources like JavaScript libraries, CSS, etc &#8211; look for # of dependent resources, total size and standards-adherence in each resource) and usage of HTML tags known not to play well in mobile browsers (i.e. iframe and frame elements).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manish Gurnaney</title>
		<link>http://learnthemobileweb.com/2009/07/mobile-meta-tags/comment-page-1/#comment-3075</link>
		<dc:creator>Manish Gurnaney</dc:creator>
		<pubDate>Sun, 31 Jan 2010 16:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://learnthemobileweb.com/?p=259#comment-3075</guid>
		<description>Hi Gail,
       I have one query, lots of operator sites doesn&#039;t specify any of these tag and still want the page should be treated as a mobile page(as the contents are written for these smart phones only). So in this scenario we should treat such kind of pages as regular Desktop pages.
     Are there any means of identifying whether the pages are specified for Mobile or not?
     I believe we shouldn&#039;t decide on the basis of  DOCTYPE.

Regards,
Manish Gurnaney</description>
		<content:encoded><![CDATA[<p>Hi Gail,<br />
       I have one query, lots of operator sites doesn&#8217;t specify any of these tag and still want the page should be treated as a mobile page(as the contents are written for these smart phones only). So in this scenario we should treat such kind of pages as regular Desktop pages.<br />
     Are there any means of identifying whether the pages are specified for Mobile or not?<br />
     I believe we shouldn&#8217;t decide on the basis of  DOCTYPE.</p>
<p>Regards,<br />
Manish Gurnaney</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gail Rahn Frederick</title>
		<link>http://learnthemobileweb.com/2009/07/mobile-meta-tags/comment-page-1/#comment-2913</link>
		<dc:creator>Gail Rahn Frederick</dc:creator>
		<pubDate>Thu, 21 Jan 2010 16:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://learnthemobileweb.com/?p=259#comment-2913</guid>
		<description>Hi Alvin, for browsers that switch orientation (or for re-usable markup that works on any browser supporting the Viewport meta tag) use the special &lt;strong&gt;device-width&lt;/strong&gt; and &lt;strong&gt;device-height&lt;/strong&gt; variables, as in:

&lt;code&gt;&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,user-scalable=no&quot; /&gt;&lt;/code&gt;

The example above sets the viewport width to the device&#039;s screen width, whatever value it takes in the current orientation.</description>
		<content:encoded><![CDATA[<p>Hi Alvin, for browsers that switch orientation (or for re-usable markup that works on any browser supporting the Viewport meta tag) use the special <strong>device-width</strong> and <strong>device-height</strong> variables, as in:</p>
<p><code>&lt;meta name="viewport" content="width=device-width,user-scalable=no" /&gt;</code></p>
<p>The example above sets the viewport width to the device&#8217;s screen width, whatever value it takes in the current orientation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gail Rahn Frederick</title>
		<link>http://learnthemobileweb.com/2009/07/mobile-meta-tags/comment-page-1/#comment-2912</link>
		<dc:creator>Gail Rahn Frederick</dc:creator>
		<pubDate>Thu, 21 Jan 2010 16:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://learnthemobileweb.com/?p=259#comment-2912</guid>
		<description>Good question. Does the Windows Mobile SDK documentation specifically mention that htmlView.dll contains the exact same browse experience as IE Mobile? On some devices, I have noticed capability differences between a browser control and a browser application, with the former being a pared-down version of the latter. Sounds like you found another device where this is the case. There may be ways to programmatically set the scaling for the browser control. I suggest you scour the Windows Mobile SDK documentation to learn the browser control capabilities and find workarounds. Best of luck!</description>
		<content:encoded><![CDATA[<p>Good question. Does the Windows Mobile SDK documentation specifically mention that htmlView.dll contains the exact same browse experience as IE Mobile? On some devices, I have noticed capability differences between a browser control and a browser application, with the former being a pared-down version of the latter. Sounds like you found another device where this is the case. There may be ways to programmatically set the scaling for the browser control. I suggest you scour the Windows Mobile SDK documentation to learn the browser control capabilities and find workarounds. Best of luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alvin Yue</title>
		<link>http://learnthemobileweb.com/2009/07/mobile-meta-tags/comment-page-1/#comment-2905</link>
		<dc:creator>Alvin Yue</dc:creator>
		<pubDate>Thu, 21 Jan 2010 05:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://learnthemobileweb.com/?p=259#comment-2905</guid>
		<description>I am concern about the use of viewport tag as some of the phones are capable of switching the orientation (e.g. iPhone, Moto Droid). When that happens, width=320 might limit the phone from using the landscape width of 480 (iPhone).</description>
		<content:encoded><![CDATA[<p>I am concern about the use of viewport tag as some of the phones are capable of switching the orientation (e.g. iPhone, Moto Droid). When that happens, width=320 might limit the phone from using the landscape width of 480 (iPhone).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aakanksha</title>
		<link>http://learnthemobileweb.com/2009/07/mobile-meta-tags/comment-page-1/#comment-2903</link>
		<dc:creator>aakanksha</dc:creator>
		<pubDate>Thu, 21 Jan 2010 04:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://learnthemobileweb.com/?p=259#comment-2903</guid>
		<description>Thanks for your reply. Yea my question is about using IE mobile as a control in a Windows Mobile Application vs running on the IE Mobile browser. After experimenting I found that the meta tags do not work when i use htmlView.dll for opening the html page (which i assume internally uses IE browser) . So i wanted to ask if you could suggest something that why it would be happening or is it something wrong that I am doing. If you require further clarification please let  me know.</description>
		<content:encoded><![CDATA[<p>Thanks for your reply. Yea my question is about using IE mobile as a control in a Windows Mobile Application vs running on the IE Mobile browser. After experimenting I found that the meta tags do not work when i use htmlView.dll for opening the html page (which i assume internally uses IE browser) . So i wanted to ask if you could suggest something that why it would be happening or is it something wrong that I am doing. If you require further clarification please let  me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gail Rahn Frederick</title>
		<link>http://learnthemobileweb.com/2009/07/mobile-meta-tags/comment-page-1/#comment-2877</link>
		<dc:creator>Gail Rahn Frederick</dc:creator>
		<pubDate>Wed, 20 Jan 2010 19:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://learnthemobileweb.com/?p=259#comment-2877</guid>
		<description>I don&#039;t quite understand your question. Would you provide more information, please? These META tags provide hints to the browser for rendering mobile-optimized Web content. How do you envision &quot;making these tags work&quot; without actually opening the browser window? If you are asking about using IE Mobile as a control in a Windows Mobile application vs. running the IE Mobile browser application, the two are likely to have the same support for META tags, but only on-device testing would definitively prove this to be true.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t quite understand your question. Would you provide more information, please? These META tags provide hints to the browser for rendering mobile-optimized Web content. How do you envision &#8220;making these tags work&#8221; without actually opening the browser window? If you are asking about using IE Mobile as a control in a Windows Mobile application vs. running the IE Mobile browser application, the two are likely to have the same support for META tags, but only on-device testing would definitively prove this to be true.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aakanksha</title>
		<link>http://learnthemobileweb.com/2009/07/mobile-meta-tags/comment-page-1/#comment-2874</link>
		<dc:creator>aakanksha</dc:creator>
		<pubDate>Wed, 20 Jan 2010 12:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://learnthemobileweb.com/?p=259#comment-2874</guid>
		<description>Hi Gail, 
I understand the use and advantage of this meta tag, but i have a question here. Can i add these meta tags in my html pages and navigate to those html pages using the DTM_NAVIGATE message present in htmlView.dll. Will these tags still work to give a mobile optimized views? Or is there any other way to make these tags work without actually opening it in the IE Mobile .</description>
		<content:encoded><![CDATA[<p>Hi Gail,<br />
I understand the use and advantage of this meta tag, but i have a question here. Can i add these meta tags in my html pages and navigate to those html pages using the DTM_NAVIGATE message present in htmlView.dll. Will these tags still work to give a mobile optimized views? Or is there any other way to make these tags work without actually opening it in the IE Mobile .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gail Rahn Frederick</title>
		<link>http://learnthemobileweb.com/2009/07/mobile-meta-tags/comment-page-1/#comment-2345</link>
		<dc:creator>Gail Rahn Frederick</dc:creator>
		<pubDate>Wed, 23 Dec 2009 19:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://learnthemobileweb.com/?p=259#comment-2345</guid>
		<description>My opinion is that if a company wants to reach a mobile audience, it must provide a mobile-optimized Web experience, even for smartphones. (In fact, that&#039;s the premise of the book I just published - see the sidebar for a link.) If you have ever tried to surf the desktop-optimized web on a mobile device, even a device as capable as the iPhone or an Android model, you&#039;ll notice that panning and zooming around a view of 5% of the Web page is a poor user experience. Not to mention the burden on the mobile network and mobiel browser of downloading and rendering the huge file sizes of desktop-optimized Web pages (1 MB+, considering linked images, videos, stylesheets, javascript libraries, etc).</description>
		<content:encoded><![CDATA[<p>My opinion is that if a company wants to reach a mobile audience, it must provide a mobile-optimized Web experience, even for smartphones. (In fact, that&#8217;s the premise of the book I just published &#8211; see the sidebar for a link.) If you have ever tried to surf the desktop-optimized web on a mobile device, even a device as capable as the iPhone or an Android model, you&#8217;ll notice that panning and zooming around a view of 5% of the Web page is a poor user experience. Not to mention the burden on the mobile network and mobiel browser of downloading and rendering the huge file sizes of desktop-optimized Web pages (1 MB+, considering linked images, videos, stylesheets, javascript libraries, etc).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
