<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kerry D. Wong &#187; Firefox</title>
	<atom:link href="http://www.kerrywong.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrywong.com</link>
	<description></description>
	<lastBuildDate>Fri, 03 Sep 2010 00:51:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Firefox Upgrade Problem for Non-Admin Users</title>
		<link>http://www.kerrywong.com/2007/09/24/firefox-upgrade-problem-for-non-admin-users/</link>
		<comments>http://www.kerrywong.com/2007/09/24/firefox-upgrade-problem-for-non-admin-users/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 14:02:48 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://dimension/2007/09/24/firefox-upgrade-problem-for-non-admin-users/</guid>
		<description><![CDATA[It seems that the Firefox updater has some glitches updating the software when less-privileged users and Admin users are concurrently accessing it via terminal services. I noticed this last week when the auto update for 2.0.07 started. Because there were concurrent users logged in at the time, only the Admin instance of the application was [...]]]></description>
			<content:encoded><![CDATA[<p>It seems that the Firefox updater has some glitches updating the software when less-privileged users and Admin users are concurrently accessing it via terminal services.<span id="more-216"></span> </p>
<p>I noticed this last week when the auto update for 2.0.07 started. Because there were concurrent users logged in at the time, only the Admin instance of the application was updated successfully. Here is the screen shot of what you get for a non-Admin user:</p>
<p align="center"><img alt="Firefox upgrade error" src="/blog/wp-content/uploads/2007/09/firefoxupgradeerror.GIF" /></p>
<p>And no matter how many times you reboot the machine, this message remains for the non-Admin users. I guess I will have to install Firefox to get rid of this problem&hellip;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kerrywong.com/2007/09/24/firefox-upgrade-problem-for-non-admin-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ACID2 Tests With Three Browsers</title>
		<link>http://www.kerrywong.com/2006/11/07/acid2-tests-with-three-browsers/</link>
		<comments>http://www.kerrywong.com/2006/11/07/acid2-tests-with-three-browsers/#comments</comments>
		<pubDate>Tue, 07 Nov 2006 11:11:41 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[ACID2]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Konqueror]]></category>

		<guid isPermaLink="false">http://dimension/2006/11/07/acid2-tests-with-three-browsers/</guid>
		<description><![CDATA[Apparently, Konqueror 3.5.1 is also ACID2 compliant. I have not used Konqueror for about a couple of years now. Recently I installed FreeBSD 6.1 and it came with KDE 3.5.1, so I gave it a try. I was really impressed. Of course the rendering speed of Konqueror is still quite slow by IE or Firefox [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently, Konqueror 3.5.1 is also ACID2 compliant. <span id="more-111"></span>I have not used Konqueror for about a couple of years now. Recently I installed FreeBSD 6.1 and it came with KDE 3.5.1, so I gave it a try. I was really impressed. Of course the rendering speed of Konqueror is still quite slow by IE or Firefox standard. But sadly enough, neither IE nor Firefox is fully ACID2 compliant. Particularly IE is off by a large margin (literarily).</p>
<p style="margin: 0in 0in 0pt;" class="MsoNormal"><span style="color: rgb(0, 51, 0); font-family: Verdana;"><o:p> </o:p></span></p>
<p><span style="color: black; font-family: Verdana;">Here are the screenshots of the ACID2 tests on these three browsers:</span></p>
<p align="center"><a title="Konqueror 3.5.1 ACID2 Test" href="/blog/wp-content/uploads/2007/09/kacid2.JPG"><img alt="Konqueror 3.5.1 ACID2 Test" src="/blog/wp-content/uploads/2007/09/kacid2.JPG" /></a></p>
<p align="center">Konqueror 3.5.1 ACID2 Test</p>
<p align="center"><a title="Firefox 2.0 ACID2 Test" href="/blog/wp-content/uploads/2007/09/facid2.JPG"><img alt="Firefox 2.0 ACID2 Test" src="/blog/wp-content/uploads/2007/09/facid2.JPG" /></a></p>
<p align="center">Firefox 2.0 ACID2 Test</p>
<p align="center"><a title="IE 7.0.5730.11 ACID2 Test" href="/blog/wp-content/uploads/2007/09/iacid2.JPG"><img alt="IE 7.0.5730.11 ACID2 Test" src="/blog/wp-content/uploads/2007/09/iacid2.JPG" /></a></p>
<p align="center">IE 7.0.5730.11 ACID2 Test</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kerrywong.com/2006/11/07/acid2-tests-with-three-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Supporting FireFox in ASP.Net</title>
		<link>http://www.kerrywong.com/2005/07/02/supporting-firefox-in-aspnet/</link>
		<comments>http://www.kerrywong.com/2005/07/02/supporting-firefox-in-aspnet/#comments</comments>
		<pubDate>Sat, 02 Jul 2005 11:34:04 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://dimension/2005/07/02/supporting-firefox-in-aspnet/</guid>
		<description><![CDATA[Browser compatibility is a huge issue for commercial websites, but for a personal website like this, it really is not all that critical. In fact, when I designed this website, the main goal was to build a website that supports dynamic contents well (easy to add new stuff and easy to maintain), and did not [...]]]></description>
			<content:encoded><![CDATA[<p class="itemBody">Browser compatibility is a huge issue for commercial websites, but for a personal website like this, it really is not all that critical.<span id="more-16"></span> In fact, when I designed this website, the main goal was to build a website that supports dynamic contents well (easy to add new stuff and easy to maintain), and did not even think about supporting browsers other than IE.</p>
<p>Soon after I launched the website however, I had to change how my code handles dynamically generated navigation in the media section to get the links to images and videos look correctly in FireFox. Because the left side nav-bars on my website are ASP.Net Panel controls, and for some reason the dynamically added LinkButtons do not have line breaks when rendered in FireFox, and all the links became a single line. This was more than a cosmetic problem, so I had to add line breaks in the code to get the page to work correctly in FireFox.</p>
<p>That was not my only problem with FireFox though. All the panels are rendered as tables in FireFox whereas they are rendered as div&#8217;s in IE. The problem for this was pretty noticeable: In FireFox, all the contents would appear to be centered vertically on screen (when there&#8217;s not much content, the layout looks pretty ugly). This issue bugged me somewhat, but since it does not affect a user to navigate through the website, I never attempted to fix it.</p>
<p>Recently, after launching my blogs, I found another issue with how ASP.Net controls were rendered by FireFox. The Calendar control would be truncated in FireFox when used in panels. And it looks quite ugly.</p>
<p>So, after these experiences, I finally decided to add some support to browsers other than IE. The solution, to my surprise is actually quite simple.</p>
<p>Bart Gerardi has a wonderful article explaining what are the incompatibilities you can expect when building a website using ASP.Net (1.1) (see <a href="http://www.asptoday.com/Content.aspx?id=2339">Rendering to FireFox from ASP.NET</a>). Basically, the solution is to change your web.config file. Another article by Mitch Rupp (see <a href="http://weblogs.asp.net/mrupp/archive/2003/04/03/4789.aspx">ASP.NET Web Controls and BrowserCaps</a>) gives similar solutions.</p>
<p>I decided to keep my browser compatibility warnings on for non-IE browsers though, even though the above methods make FireFox render ASP.Net controls correctly, some aspects (e.g. the width of the control when using percentage instead of points) still have minor issues. And the font size rendered in FireFox seems to be a size smaller than rendered in IE.</p>
<p>Hopefully, the ASP.Net 2.0 will achieve better cross browser compatibilities so that developers would worry less when deploying ASP.Net web applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kerrywong.com/2005/07/02/supporting-firefox-in-aspnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
