<?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>fengcool.com &#187; Firefox</title>
	<atom:link href="http://www.fengcool.com/category/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fengcool.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 31 May 2010 02:22:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Change Firefox user agent to mobile devices&#8217;</title>
		<link>http://www.fengcool.com/2009/08/change-firefox-user-agent-to-mobile-devices/</link>
		<comments>http://www.fengcool.com/2009/08/change-firefox-user-agent-to-mobile-devices/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 14:57:38 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.fengcool.com/?p=121</guid>
		<description><![CDATA[Change Firefox user agent string to mobile device help mobile web development]]></description>
			<content:encoded><![CDATA[<p>Often you need view your mobile web development on mobile devices. Wouldn&#8217;t it be better to have Firefox, web developer, firebug and etc to help you?<br />
You can change your desktop Firefox user agent string to make a mobile web site thinks you are view it from a mobile device.<br />
Here&#8217;s how to do it.</p>
<ul>
<li><strong>Type about:config</strong> in Firefox address bar. And read the scary warning and proceed</li>
<li>Right click on the settings and select New -> String. </li>
<li>Enter the preference name: <strong>general.useragent.override</strong>, enter string value: <strong>BlackBerry9000/4.6.0.266 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/120</strong></li>
</ul>
<p>Then you&#8217;ve done. </p>
<p>In above example, &#8220;BlackBerry9000/4.6.0.266 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/120&#8243;  is Blackberry Bold user agent.</p>
<p><strong>Common user agents</strong><br />
iPhone user agent:<br />
Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile/1A543a Safari/419.3<br />
Windows mobile 6 user agent:<br />
Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile M.N)</p>
<p>In case you want to get full desktop power back, just select the settings you just added, and select &#8220;Reset&#8221;</p>
<a rel="external nofollow" class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fengcool.com%2F2009%2F08%2Fchange-firefox-user-agent-to-mobile-devices%2F&amp;linkname=Change%20Firefox%20user%20agent%20to%20mobile%20devices%26%238217%3B"><img src="http://www.fengcool.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.fengcool.com/2009/08/change-firefox-user-agent-to-mobile-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Version 3.0.3 Self-signed Certificate Problem</title>
		<link>http://www.fengcool.com/2008/10/firefox-version-303-self-signed-certificate-problem/</link>
		<comments>http://www.fengcool.com/2008/10/firefox-version-303-self-signed-certificate-problem/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 17:28:23 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Self-signed certificate]]></category>

		<guid isPermaLink="false">http://www.fengcool.com/?p=49</guid>
		<description><![CDATA[Firefox version 3.0.3 doesn't provide option to add self-signed certificate to exceptions. It gives an alert pop up with invalid certificate error and only an OK button. Work around is to add exception in Certificate Manager of Firefox by adding the host name with port number.]]></description>
			<content:encoded><![CDATA[<p>I often upgrade Firefox to the latest versions with only conditions: <a href="http://www.google.com/tools/firefox/toolbar/FT3/intl/en/index.html" rel="external nofollow" target="_blank">google toolbar</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/60" rel="external nofollow" target="_blank">Web Developer extension</a> and <a href="http://getfirebug.com/" rel="external nofollow" target="_blank">Firebug extension</a> supports.</p>
<p>I never ran into problems except with this latest version: 3.0.3</p>
<p>The problem: Websites with self-signed certificate are no longer working. It doesn&#8217;t give me the option to add exceptions like it used to be. (websites with exceptions added in previous versions are not effected.)</p>
<p><a href="http://www.fengcool.com/wp-content/uploads/2008/10/self-signed-cert-firefox-problem-01.jpg"><img class="alignnone size-medium wp-image-50" title="Self-signed certificate without add to exception option in ff 3.0.3" src="http://www.fengcool.com/wp-content/uploads/2008/10/self-signed-cert-firefox-problem-01-300x155.jpg" alt="" width="300" height="155" /></a></p>
<p>Tried this:<br />
Go to Tools -&gt; Option menu, select Advanced, on Encription tab click on View Certificates.<br />
Go to Servers tab in Certificate Manager, click on Add Exception<br />
Enter the host (https://localhost) then click on Get Certificate button.<br />
<strong>Same problem</strong></p>
<p><a href="http://www.fengcool.com/wp-content/uploads/2008/10/self-signed-cert-firefox-problem-02.jpg"><img class="alignnone size-medium wp-image-51" title="Self-signed certificate invalid alert in Certification Manager of Firefox" src="http://www.fengcool.com/wp-content/uploads/2008/10/self-signed-cert-firefox-problem-02-300x296.jpg" alt="" width="300" height="296" /></a></p>
<p>After some searching, some are saying to re-set one of Firefox settings in about:config. However it doesn&#8217;t work in my case.</p>
<p>I gave it another try in the Certification Manager by use the host name with port number. <strong>It worked!</strong></p>
<p><a href="http://www.fengcool.com/wp-content/uploads/2008/10/self-signed-cert-firefox-problem-03.jpg"><img class="alignnone size-medium wp-image-52" title="Add self-signed certificate exception using host name and port number" src="http://www.fengcool.com/wp-content/uploads/2008/10/self-signed-cert-firefox-problem-03-300x297.jpg" alt="" width="300" height="297" /></a></p>
<p>I am glad it worked out and I don&#8217;t need to go back to 3.0.2 or wait for fix in the next version.</p>
<a rel="external nofollow" class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fengcool.com%2F2008%2F10%2Ffirefox-version-303-self-signed-certificate-problem%2F&amp;linkname=Firefox%20Version%203.0.3%20Self-signed%20Certificate%20Problem"><img src="http://www.fengcool.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.fengcool.com/2008/10/firefox-version-303-self-signed-certificate-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
