<?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>随网之舞Firefox3</title>
	<atom:link href="http://dancewithnet.com/tag/firefox3/feed/" rel="self" type="application/rss+xml" />
	<link>http://dancewithnet.com</link>
	<description>WEB Design{HTML:CSS:Javascript:DOM:AJAX:PHP:Usability}/Viewpoint/Photo/Food/Mood</description>
	<lastBuildDate>Mon, 18 Jul 2011 02:45:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>如何让Firefox2和Firefox3在Windows下共存并同时运行？</title>
		<link>http://dancewithnet.com/2008/02/01/how-to-run-both-firefox2-and-firefox3-together/</link>
		<comments>http://dancewithnet.com/2008/02/01/how-to-run-both-firefox2-and-firefox3-together/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 16:36:46 +0000</pubDate>
		<dc:creator>秦歌</dc:creator>
				<category><![CDATA[web2.0 & so on]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox2]]></category>
		<category><![CDATA[Firefox3]]></category>
		<category><![CDATA[浏览器]]></category>

		<guid isPermaLink="false">http://dancewithnet.com/2008/02/01/how-to-run-both-firefox2-and-firefox3-together/</guid>
		<description><![CDATA[相对于Firefox2来说，Firefox3除了采用全新的Gecko 1.9引擎外，在性能、稳定性和安全性方面进行许多改进，在我们最关心的对站点和网页应用的改进也相当多的。去年底，Firefox3 beta2就已经发布了... ]]></description>
			<content:encoded><![CDATA[<p>相对于Firefox2来说，Firefox3除了采用全新的Gecko 1.9引擎外，在性能、稳定性和安全性方面进行许多改进，在我们最关心的<a href="http://developer.mozilla.org/en/docs/Firefox_3_for_developers">对站点和网页应用的改进也相当多的</a>。<a href="http://www.mozillazine.org/talkback.html?article=22782">去年底，Firefox3 beta2就已经发布了</a>，正式版的推出也为期不远了，是时候在网页开发中考虑它了，所以我们不仅在要同一系统中装多个浏览器、多个版本的IE<ins datetime="2008-02-24T21:35:41+08:00">（<a href="http://tredosoft.com/Multiple_IE">Multiple IE</a>）</ins>，现在我们也需要装两个版本的Firefox了。在网上很早就有<a href="http://it.21cn.com/software/sygj/2008/01/02/4096106.shtml">Linux下让Firefox3与Firefox2共存</a>的介绍，下面介绍一种Windows下两者共存的方法。<span id="more-1236"></span></p>
<ol>
<li><a href="http://www.mozilla.com/en-US/firefox/all-beta.html">下载Firefox3，目前是beta2</a>。</li>
<li>打开命令运行窗口（开始>运行或快捷键win+R），然后运行命令<code>firefox -profilemanager -no-remote</code>，打开Firefox的配置文件管理器。<code>–no-remote</code>命名允许浏览器正在运行的时候打开配置文件管理器。<br /><img width="347" height="168" src='http://dancewithnet.com/wp-content/uploads/2008/02/run-firefox3-1.png' alt='命名运行窗口' /></li>
<li>点击“创建配置文件”按钮，创建一个名为Firefox3或者其他名字的配置文件。去掉对“启动时不询问”的选择。这一步是为Firefox3创建一个新的配置文件。<br /><img width="363" height="262" src='http://dancewithnet.com/wp-content/uploads/2008/02/run-firefox3-2.png' alt='创建新的配置文件' /></li>
<li>在Firefox2的快捷方式上点击右键，然后选择属性。在“目标”输入框中<code>.exe"</code>的后面输入一个空格和<code>-p default</code>，然后关闭。这步是告诉快捷方式使用默认配置文件来运行Firefox2。<br /><img width="367" height="466" src='http://dancewithnet.com/wp-content/uploads/2008/02/run-firefox3-3.png' alt='告诉快捷方式使用默认配置文件来运行Firefox2' /></li>
<li>安装Firefox3，“安装类型”选择“自定义”，这样就可以选择安装新的安装地方。虽然默认文件夹名是Mozilla Firefox 3 beta 2，但是最好还是自己重新定义一个，这样以后升级新的版本时候不用做什么修改。<br /><img width="503" height="386" src='http://dancewithnet.com/wp-content/uploads/2008/02/run-firefox3-4.png' alt='“安装类型”选择“自定义”' /><br /><img width="503" height="386" src='http://dancewithnet.com/wp-content/uploads/2008/02/run-firefox3-5.png' alt='修改安装路径' /></li>
<li>在安装结束时，不选择“立即运行Firefox”选项。如果现在运行，它使用的是默认配置文件，这不是我们想要的。<br /><img width="503" height="386" src='http://dancewithnet.com/wp-content/uploads/2008/02/run-firefox3-6.png' alt='在安装结束时，不选择“理解运行Firefox”选项。' /></li>
<li>在Firefox3的快捷方式上单击右键，选择“属性”，在目标输入框的<code>-no-remote -p firefox3</code>。这步是告诉这个快捷方式使用配置文件Firefox3来运行。<br /><img width="367" height="466" src='http://dancewithnet.com/wp-content/uploads/2008/02/run-firefox3-7.png' alt='使用配置文件Firefox3来运行' /></li>
</ol>
<p>这样我们就可以在同一个系统中同时运行Firefox2和Firefox3了。遗憾的是Firefox3基本上不支持Firefox2上的add-on，包括Firebug，幸运的是已经有了适用于Firefox3的<a href="http://getfirebug.com/releases/">Firebug 1.1 beta</a>。</p>
<p>这个方法来自于<a href="http://www.webindepth.com/how-to-run-both-firefox-2-and-firefox-3-together/">How to Run both Firefox 2 and Firefox 3 Together</a>。</p>
<p><ins datetime="2008-02-24T21:53:00+08:00">刚发现有了<a href="http://www.dangerouslyawesome.com/2008/02/22/more-than-one-firefox-beta-to-rule-them-all-a-dave-martorana-concoction/">MultiFireFox</a>，这个是用Python写的跨平台的程序，有兴趣的可以编译试试。对于Mac用户提供了专门的<a href="http://s3.amazonaws.com/multifox/MultiFireFox.dmg">MultiFirefox DMG</a>。谢谢<a href="http://www.fireyy.com/internet/os/429.html">fireyy</a></ins></p>
]]></content:encoded>
			<wfw:commentRss>http://dancewithnet.com/2008/02/01/how-to-run-both-firefox2-and-firefox3-together/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
	</channel>
</rss>

