<?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: Small Screen Testing in FireFox</title>
	<atom:link href="http://www.sitepoint.com/blogs/2005/07/26/small-screen-testing-in-firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2005/07/26/small-screen-testing-in-firefox/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Mon, 23 Nov 2009 01:39:24 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: charmedlover</title>
		<link>http://www.sitepoint.com/blogs/2005/07/26/small-screen-testing-in-firefox/comment-page-1/#comment-3296</link>
		<dc:creator>charmedlover</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">3168023#comment-3296</guid>
		<description>&lt;p&gt;Opera&#039;s small screen rendering shows you what your site will look like in any mobile, as long as you provide a style sheet for it.  As long as you have a proper style sheet it will be the same in each phone.  A good tutorial on doing this is:&lt;/p&gt;

&lt;p&gt;http://www.opera.com/products/mobile/dev/multiple/&lt;/p&gt;

&lt;p&gt;I think that the Web Dev toolbar for Firefox has mobile viewing capabilities, but I&#039;m not sure.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Opera&#8217;s small screen rendering shows you what your site will look like in any mobile, as long as you provide a style sheet for it.  As long as you have a proper style sheet it will be the same in each phone.  A good tutorial on doing this is:</p>
<p><a href="http://www.opera.com/products/mobile/dev/multiple/" rel="nofollow">http://www.opera.com/products/mobile/dev/multiple/</a></p>
<p>I think that the Web Dev toolbar for Firefox has mobile viewing capabilities, but I&#8217;m not sure.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: NikLP</title>
		<link>http://www.sitepoint.com/blogs/2005/07/26/small-screen-testing-in-firefox/comment-page-1/#comment-3297</link>
		<dc:creator>NikLP</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">3168023#comment-3297</guid>
		<description>&lt;p&gt;@Microsoft: pIE -&gt; Trash please?&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>@Microsoft: pIE -> Trash please?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: MonkeyG</title>
		<link>http://www.sitepoint.com/blogs/2005/07/26/small-screen-testing-in-firefox/comment-page-1/#comment-3298</link>
		<dc:creator>MonkeyG</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">3168023#comment-3298</guid>
		<description>&lt;p&gt;The Web Dev extension in firefox has the ability to alter the screen resolution to a custom size. I don&#039;t see any specific toll for Mobile rendering. If you don&#039;t have the web dev toolbar, you should get it by using this link:&lt;a href=&quot;http://chrispederick.com/work/firefox/webdeveloper/&quot;&gt;Firefox Web Dev Extension&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;It has been a tremendous help when developing for the web. (especially the auto-fill form tool!) :aparty:&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>The Web Dev extension in firefox has the ability to alter the screen resolution to a custom size. I don&#8217;t see any specific toll for Mobile rendering. If you don&#8217;t have the web dev toolbar, you should get it by using this link:<a href="http://chrispederick.com/work/firefox/webdeveloper/">Firefox Web Dev Extension</a> </p>
<p>It has been a tremendous help when developing for the web. (especially the auto-fill form tool!) :aparty:</p>]]></content:encoded>
	</item>
	<item>
		<title>By: AlexW</title>
		<link>http://www.sitepoint.com/blogs/2005/07/26/small-screen-testing-in-firefox/comment-page-1/#comment-3299</link>
		<dc:creator>AlexW</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">3168023#comment-3299</guid>
		<description>&lt;p&gt;Web Dev Toolbar has an option in it&#039;s &#039;CSS/Media Type&#039; menu allowing you to view stylesheets marked as &quot;&lt;i&gt;media=&#039;handheld&#039;&lt;/i&gt;&quot;. &lt;/p&gt;

&lt;p&gt;Although &#039;Opera for Mobile&#039; &lt;i&gt;will &lt;/i&gt;honour that declaration, so few other handheld browsers will, that using that declaration is next to useless IMHO -- unless you were running an &#039;Opera for Mobile&#039; forum perhaps. Opera is used in a fair percentage of Symbian OS phones, but I doubt it would be present in more than 5% of the total PDAs and Smartphones. &lt;/p&gt;

&lt;p&gt;OpenWave and Nokia&#039;s Browser hold most of the market (as far as I can tell, anyway). They use their own non-standard rules to interpret code and CSS. As a general rule, they&#039;ll try to load almost ANY CSS they find, regardless of it&#039;s &#039;media&#039; setting (screen/handheld/etc). Of the CSS they download, they&#039;ll render some of it, and make up the rest. What joy!&lt;/p&gt;

&lt;p&gt;Ultimately, the browser-based are handy, but if you want to build seriously mobile-friendly apps, you need to test on the purpose-built emulators.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Web Dev Toolbar has an option in it&#8217;s &#8216;CSS/Media Type&#8217; menu allowing you to view stylesheets marked as &#8220;<i>media=&#8217;handheld&#8217;</i>&#8220;. </p>
<p>Although &#8216;Opera for Mobile&#8217; <i>will </i>honour that declaration, so few other handheld browsers will, that using that declaration is next to useless IMHO &#8212; unless you were running an &#8216;Opera for Mobile&#8217; forum perhaps. Opera is used in a fair percentage of Symbian OS phones, but I doubt it would be present in more than 5% of the total PDAs and Smartphones. </p>
<p>OpenWave and Nokia&#8217;s Browser hold most of the market (as far as I can tell, anyway). They use their own non-standard rules to interpret code and CSS. As a general rule, they&#8217;ll try to load almost ANY CSS they find, regardless of it&#8217;s &#8216;media&#8217; setting (screen/handheld/etc). Of the CSS they download, they&#8217;ll render some of it, and make up the rest. What joy!</p>
<p>Ultimately, the browser-based are handy, but if you want to build seriously mobile-friendly apps, you need to test on the purpose-built emulators.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: wombat23</title>
		<link>http://www.sitepoint.com/blogs/2005/07/26/small-screen-testing-in-firefox/comment-page-1/#comment-3300</link>
		<dc:creator>wombat23</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">3168023#comment-3300</guid>
		<description>&lt;p&gt;Testing with mobile phones and their native browsers is the only way to a achieve a quality interface. Emulators, plug-ins, whatever - they are not representative of the end user experience. Trust me, I have been developing GUI for the latest Samsung, Motorola and SonyEricsson 3G devices, and also tested in a lot of older (2.5G) devices in Nokia, LG, etc. &lt;/p&gt;

&lt;p&gt;Also, The whole notion of one xhtml document, many renditions is deeply problematic. To achieve a sophicticated interface that works across many mobile phones, you most liklely will need to implement presentation markup in both the xhtml and the css. &lt;/p&gt;

&lt;p&gt;It all depends on how visually rich your GUI is and what devices you have available to test on / your target audience... &lt;/p&gt;

&lt;p&gt;BTW - I&#039;m available for project work come mid-September.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Testing with mobile phones and their native browsers is the only way to a achieve a quality interface. Emulators, plug-ins, whatever &#8211; they are not representative of the end user experience. Trust me, I have been developing GUI for the latest Samsung, Motorola and SonyEricsson 3G devices, and also tested in a lot of older (2.5G) devices in Nokia, LG, etc. </p>
<p>Also, The whole notion of one xhtml document, many renditions is deeply problematic. To achieve a sophicticated interface that works across many mobile phones, you most liklely will need to implement presentation markup in both the xhtml and the css. </p>
<p>It all depends on how visually rich your GUI is and what devices you have available to test on / your target audience&#8230; </p>
<p>BTW &#8211; I&#8217;m available for project work come mid-September.</p>]]></content:encoded>
	</item>
</channel>
</rss>
