<?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>ls /proc &#187; firefox</title>
	<atom:link href="http://www.lsproc.com/blog/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lsproc.com/blog</link>
	<description>lsproc.com</description>
	<lastBuildDate>Fri, 18 Nov 2011 09:22:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>firefox crashes again and again</title>
		<link>http://www.lsproc.com/blog/firefox_crashes_again_and_again/</link>
		<comments>http://www.lsproc.com/blog/firefox_crashes_again_and_again/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 02:49:21 +0000</pubDate>
		<dc:creator>lostsnow</dc:creator>
				<category><![CDATA[HoradricCube]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[yslow]]></category>

		<guid isPermaLink="false">http://www.lsproc.com/blog/?p=356</guid>
		<description><![CDATA[转载时请标明文章原始出处和作者信息, 作者: lostsnow.http://www.lsproc.com/blog/firefox_crashes_again_and_again/ 有图有真相 http://crash-stats.mozilla.com/report/index/4e66ca79-89a8-476c-a394-f824d2100125 yslow 是罪魁祸首 -- EOF -- Related Posts2007-07-16 -- Ubuntu 下安装 Tor (0)2006-03-06 -- 我用的Firefox扩展 (0)2006-03-01 -- Web设计札记 (1)]]></description>
			<content:encoded><![CDATA[<p>转载时请标明文章原始出处和作者信息, 作者: <a href="http://www.lsproc.com/blog/">lostsnow</a>.<br /><a href="http://www.lsproc.com/blog/firefox_crashes_again_and_again/">http://www.lsproc.com/blog/firefox_crashes_again_and_again/</a></p>
<p>有图有真相<br />
<a href="http://www.lsproc.com/blog/wp-content/uploads/2010/01/ff-crashes.jpg"><img src="http://www.lsproc.com/blog/wp-content/uploads/2010/01/ff-crashes.jpg" alt="" title="ff-crashes" width="538" height="366" class="alignnone size-full wp-image-357" /></a></p>
<p><a href="http://crash-stats.mozilla.com/report/index/4e66ca79-89a8-476c-a394-f824d2100125">http://crash-stats.mozilla.com/report/index/4e66ca79-89a8-476c-a394-f824d2100125</a><br />
yslow 是罪魁祸首
<p>-- EOF --</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li>2007-07-16 -- <a href="http://www.lsproc.com/blog/install_tor_under_ubuntu/" title="Ubuntu 下安装 Tor">Ubuntu 下安装 Tor</a> (0)</li><li>2006-03-06 -- <a href="http://www.lsproc.com/blog/my-firefox-extensions/" title="我用的Firefox扩展">我用的Firefox扩展</a> (0)</li><li>2006-03-01 -- <a href="http://www.lsproc.com/blog/web-design-tips/" title="Web设计札记">Web设计札记</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.lsproc.com/blog/firefox_crashes_again_and_again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 下安装 Tor</title>
		<link>http://www.lsproc.com/blog/install_tor_under_ubuntu/</link>
		<comments>http://www.lsproc.com/blog/install_tor_under_ubuntu/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 02:06:44 +0000</pubDate>
		<dc:creator>lostsnow</dc:creator>
				<category><![CDATA[Linux&Webserver]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[GFW]]></category>
		<category><![CDATA[gladder]]></category>
		<category><![CDATA[tor]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.lostk.com/blog/technology/install_tor_under_ubuntu/</guid>
		<description><![CDATA[转载时请标明文章原始出处和作者信息, 作者: lostsnow.http://www.lsproc.com/blog/install_tor_under_ubuntu/ 安装 sudo apt-get install tor privoxy 编辑器打开 /etc/privoxy/config 文件，在最前面加上下面这一行（别漏了那个不起眼的“.”）： forward-socks4a / localhost:9050 . 你可能希望 privoxy 不要把什么事情都记录下来，找到下面的两行，通过在它们前面添加“#”注释掉它们： ... logfile logfile ... jarfile jarfile ... 保存修改了的 /etc/privoxy/config 文件。 重新启动 privoxy 服务 sudo /etc/init.d/privoxy restart 设置你的软件使用 tor + privoxy 在支持使用代理服务器的软件，设置代理服务器为： &#8230; <a href="http://www.lsproc.com/blog/install_tor_under_ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>转载时请标明文章原始出处和作者信息, 作者: <a href="http://www.lsproc.com/blog/">lostsnow</a>.<br /><a href="http://www.lsproc.com/blog/install_tor_under_ubuntu/">http://www.lsproc.com/blog/install_tor_under_ubuntu/</a></p>
<p>安装<br />
<code>sudo apt-get install tor privoxy</code><br />
编辑器打开 /etc/privoxy/config 文件，在最前面加上下面这一行（别漏了那个不起眼的“.”）：<br />
<code>forward-socks4a / localhost:9050 .</code><br />
你可能希望 privoxy 不要把什么事情都记录下来，找到下面的两行，通过在它们前面添加“#”注释掉它们：<br />
<code>...<br />
logfile logfile<br />
...<br />
jarfile jarfile<br />
...</code><br />
保存修改了的 /etc/privoxy/config 文件。</p>
<p>重新启动 privoxy 服务<br />
<code>sudo /etc/init.d/privoxy restart</code></p>
<p>设置你的软件使用 tor + privoxy<br />
在支持使用代理服务器的软件，设置代理服务器为：<br />
<code>localhost:8118</code><br />
Firefox 下可使用 <a href="https://addons.mozilla.org/en-US/firefox/addon/2275">Torbutton</a> 插件。</p>
<p>另外对于 GFW ，还有一个 firefox 插件 <a href="http://gneheix.googlepages.com/gladder">gladder</a> ( <a href="https://addons.mozilla.org/firefox/2864">https://addons.mozilla.org/firefox/2864</a> )，安装插件，重新启动Firefox。这时候，根据<a href="http://hi.baidu.com/binbinmath">邦比快跑</a>所说：<br />
再次重启firefox之后右下角会有一个小图标<br />
打开flikr.com<br />
在图标上右键：选择“选择代理服务器→accessanywhere”。<br />
再次右键：选择最下面的flickr.com<br />
然后可以无忧矣<br />
随时随地flikr<br />
用这个方法，不单可以访问Flickr，而且还能访问wikipedia、Google快照等等等网页。</p>
<p><img src="http://localhostr.com/files/8f5e3345357add8e1f05.png" alt="AntiGFW" /></p>
<p>参考文章：<br />
<a href="http://wiki.ubuntu.org.cn/Tor%E4%B8%8EPrivoxy%E5%AE%89%E8%A3%85%E8%AE%BE%E7%BD%AE%E6%8C%87%E5%8D%97">http://wiki.ubuntu.org.cn/Tor%E4%B8%8EPrivoxy%E5%AE%89%E8%A3%85%E8%AE%BE%E7%BD%AE%E6%8C%87%E5%8D%97</a><br />
<a href="http://www.caobian.info/?p=2256">http://www.caobian.info/?p=2256</a>
<p>-- EOF --</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li>2010-01-26 -- <a href="http://www.lsproc.com/blog/firefox_crashes_again_and_again/" title="firefox crashes again and again">firefox crashes again and again</a> (0)</li><li>2008-08-31 -- <a href="http://www.lsproc.com/blog/install_network_card_driver_on_ubuntu/" title="ubuntu 安装Intel PRO100/1000系列网卡驱动">ubuntu 安装Intel PRO100/1000系列网卡驱动</a> (0)</li><li>2007-10-25 -- <a href="http://www.lsproc.com/blog/install_xdebug/" title="xdebug的安装">xdebug的安装</a> (5)</li><li>2007-10-14 -- <a href="http://www.lsproc.com/blog/java_proxy_your_freedom/" title="一个java代理 &#8211; your freedom">一个java代理 &#8211; your freedom</a> (0)</li><li>2007-10-11 -- <a href="http://www.lsproc.com/blog/upgrade_ubuntu704_to_ubuntu710/" title="从Ubuntu7.04升级到Ubuntu7.10的方法">从Ubuntu7.04升级到Ubuntu7.10的方法</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.lsproc.com/blog/install_tor_under_ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>我用的Firefox扩展</title>
		<link>http://www.lsproc.com/blog/my-firefox-extensions/</link>
		<comments>http://www.lsproc.com/blog/my-firefox-extensions/#comments</comments>
		<pubDate>Mon, 06 Mar 2006 07:04:41 +0000</pubDate>
		<dc:creator>lostsnow</dc:creator>
				<category><![CDATA[Memory]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://lost.yi.org/blog/?p=13</guid>
		<description><![CDATA[转载时请标明文章原始出处和作者信息, 作者: lostsnow.http://www.lsproc.com/blog/my-firefox-extensions/ Adblock Plus 0.6.1.2 BBCode 0.4.1.3 del.icio.us 1.1 DOM Inspector 1.8.0.1 Fasterfox 1.0.3 FlashGot 0.5.9.993 Gmail Manager 0.4.3.4 Gmail Space 0.2 IE Tab 1.0.8 Launchy 4.2.0 MeasureIt 0.3.5 MR Tech Local Install 4.2.5 Plugin Manager 0.1.3 Right Encoding &#8230; <a href="http://www.lsproc.com/blog/my-firefox-extensions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>转载时请标明文章原始出处和作者信息, 作者: <a href="http://www.lsproc.com/blog/">lostsnow</a>.<br /><a href="http://www.lsproc.com/blog/my-firefox-extensions/">http://www.lsproc.com/blog/my-firefox-extensions/</a></p>
<ul>
<li><a href="http://adblockplus.mozdev.org">Adblock Plus</a> 0.6.1.2</li>
<li><a href="http://extensions.jedbrown.net/">BBCode</a> 0.4.1.3</li>
<li><a href="http://del.icio.us/">del.icio.us</a> 1.1</li>
<li><a href="http://www.mozilla.org/projects/inspector/">DOM Inspector</a> 1.8.0.1</li>
<li><a href="http://fasterfox.mozdev.org/">Fasterfox</a> 1.0.3</li>
<li><a href="http://flashgot.net">FlashGot</a> 0.5.9.993</li>
<li><a href="http://www.longfocus.com/firefox/gmanager">Gmail Manager</a> 0.4.3.4</li>
<li><a href="http://www.rjonna.com/ext/gspace.php">Gmail Space</a> 0.2</li>
<li><a href="http://ietab.mozdev.org/">IE Tab</a> 1.0.8</li>
<li><a href="http://gemal.dk/mozilla/launchy.html?project=launchy">Launchy</a> 4.2.0</li>
<li><a href="http://www.kevinfreitas.net/pro/extensions/">MeasureIt</a> 0.3.5</li>
<li><a href="http://www.mrtech.com/extensions/local_install/">MR Tech Local Install</a> 4.2.5</li>
<li><a href="http://www.gozer.org/mozilla/extensions/">Plugin Manager</a> 0.1.3</li>
<li><a href="http://heygom.com/extensions/">Right Encoding</a> 0.2.1.1</li>
<li><a href="http://amb.vis.ne.jp/mozilla/scrapbook/">ScrapBook</a> 0.22.10</li>
<li><a href="http://www.quirk.co.za/searchstatus/">SearchStatus</a> 1.14</li>
<li><a href="http://l4x.org/showip">ShowIP</a> 0.7.99.12</li>
<li><a href="http://morphis.eu.org/">Super DragAndGo</a> 0.2.4</li>
<li><a href="http://tmp.garyr.net">Tab Mix Plus</a> 0.3.0.5</li>
<li><a href="http://216.55.161.203/theonekea/tabprefs/">Tabbrowser Preferences</a> 1.2.8.8</li>
<li><a href="http://chrispederick.com/work/webdeveloper/">Web Developer</a> 1.0.2</li>
<li><a href="http://xyzboard.com/">xyzproxy</a> 1.12</li>
</ul>
<p>-- EOF --</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li>2010-01-26 -- <a href="http://www.lsproc.com/blog/firefox_crashes_again_and_again/" title="firefox crashes again and again">firefox crashes again and again</a> (0)</li><li>2007-07-16 -- <a href="http://www.lsproc.com/blog/install_tor_under_ubuntu/" title="Ubuntu 下安装 Tor">Ubuntu 下安装 Tor</a> (0)</li><li>2006-03-01 -- <a href="http://www.lsproc.com/blog/web-design-tips/" title="Web设计札记">Web设计札记</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.lsproc.com/blog/my-firefox-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web设计札记</title>
		<link>http://www.lsproc.com/blog/web-design-tips/</link>
		<comments>http://www.lsproc.com/blog/web-design-tips/#comments</comments>
		<pubDate>Wed, 01 Mar 2006 08:40:22 +0000</pubDate>
		<dc:creator>lostsnow</dc:creator>
				<category><![CDATA[WebDesign]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ie]]></category>

		<guid isPermaLink="false">http://lost.yi.org/blog/?p=10</guid>
		<description><![CDATA[转载时请标明文章原始出处和作者信息, 作者: lostsnow.http://www.lsproc.com/blog/web-design-tips/ IE中处理空白字符的问题 按通常的理解，HTML文档中的空白字符如空格、回车、制表符等都应当被忽略，但IE处理这些字符时有可能会出现一些问题，尤其是和&#60;img&#62;标签相关的时候。 比如下面一段代码： &#60;div&#62; &#60;img src=&#34;banner.png&#34; /&#62; &#60;/div&#62; 在IE中的图片下方多出了不应有的空白，原因是&#60;img&#62;和&#60;div&#62;之间的回车被IE理解为空格，并在页面上显示出来。解决方法很简单： &#60;div&#62;&#60;img src=&#34;banner.png&#34; /&#62;&#60;/div&#62; 现在就正常了。 在Firefox中不存在上述问题。 表单元素命名的细节问题 提交按钮的名字不要用简单的"submit"，这个名字会让form对象的submit()方法失效。因为按钮在&#60;form&#62;之后出现，forms[0].submit就成了一个对象，导致forms[0].submit()失去作用。 同样的道理，在给其他表单元素命名是不要使用可能引起混淆的名字。 IE5.x和IE6.0对元素宽度的计算方法不一样，设计网页时要格外小心。 IE5.x中一个元素的实际宽度 = margin*2 + width，其中 width = border*2 + padding*2 + 内部空间，留给实际内容的只有 width - border*2 - padding*2。 IE6.0中一个元素的实际宽度 = &#8230; <a href="http://www.lsproc.com/blog/web-design-tips/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>转载时请标明文章原始出处和作者信息, 作者: <a href="http://www.lsproc.com/blog/">lostsnow</a>.<br /><a href="http://www.lsproc.com/blog/web-design-tips/">http://www.lsproc.com/blog/web-design-tips/</a></p>
<blockquote>
<p>IE中处理空白字符的问题</p>
</blockquote>
<p>按通常的理解，HTML文档中的空白字符如空格、回车、制表符等都应当被忽略，但IE处理这些字符时有可能会出现一些问题，尤其是和&lt;img&gt;标签相关的时候。</p>
<p>比如下面一段代码：</p>
<pre class="brush: html">
&lt;div&gt;
&lt;img src=&quot;banner.png&quot; /&gt;
&lt;/div&gt;
</pre>
<p>在IE中的图片下方多出了不应有的空白，原因是&lt;img&gt;和&lt;div&gt;之间的回车被IE理解为空格，并在页面上显示出来。解决方法很简单：</p>
<pre class="brush: html">
&lt;div&gt;&lt;img src=&quot;banner.png&quot; /&gt;&lt;/div&gt;
</pre>
<p>现在就正常了。</p>
<p>在Firefox中不存在上述问题。</p>
<p><span id="more-10"></span></p>
<blockquote><p>表单元素命名的细节问题
</p></blockquote>
<p>提交按钮的名字不要用简单的"submit"，这个名字会让form对象的submit()方法失效。因为按钮在&lt;form&gt;之后出现，forms[0].submit就成了一个对象，导致forms[0].submit()失去作用。</p>
<p>同样的道理，在给其他表单元素命名是不要使用可能引起混淆的名字。</p>
<blockquote><p>IE5.x和IE6.0对元素宽度的计算方法不一样，设计网页时要格外小心。
</p></blockquote>
<p>IE5.x中一个元素的实际宽度 = margin*2 + width，其中 width = border*2 + padding*2 + 内部空间，留给实际内容的只有 width - border*2 - padding*2。</p>
<p>IE6.0中一个元素的实际宽度 = margin*2 + border*2 + padding*2 + width，实际内容的宽度就是 width。</p>
<blockquote><p>页面内容居中方法两则
</p></blockquote>
<p>其一：body 中定义 text-align:center，页面内容都放进一个 &lt;div id="all"&gt; 当中，定义 #all 为 width: 760px; margin: 0 auto; text-align: left。</p>
<p>其二：仍然把页面内容都放进 &lt;div id="all"&gt; 里面，定义 #all 为 width: 760px; position: absolute; left: 50%; margin-left: -380px。</p>
<blockquote><p>
CSS中属性的继承
</p></blockquote>
<p>body中的字体属性不能继承给 form 中的 input、textarea 等元素。你需要重新定义它们的外观。</p>
<p>IE 中另有一个继承的 bug，即 table 元素不能从 body 中继承字体属性，同样需要另外定义。</p>
<p>-- EOF --</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li>2010-01-26 -- <a href="http://www.lsproc.com/blog/firefox_crashes_again_and_again/" title="firefox crashes again and again">firefox crashes again and again</a> (0)</li><li>2007-07-16 -- <a href="http://www.lsproc.com/blog/install_tor_under_ubuntu/" title="Ubuntu 下安装 Tor">Ubuntu 下安装 Tor</a> (0)</li><li>2007-06-25 -- <a href="http://www.lsproc.com/blog/draw_by_html_table/" title="用 HTML 表格绘画 （强人）">用 HTML 表格绘画 （强人）</a> (0)</li><li>2007-06-05 -- <a href="http://www.lsproc.com/blog/anchor_pseudo_classes/" title="关于定义a:visited后a:hover不起作用">关于定义a:visited后a:hover不起作用</a> (3)</li><li>2007-05-13 -- <a href="http://www.lsproc.com/blog/html_or_xhtml/" title="HTML or XHTML, 关于web标准">HTML or XHTML, 关于web标准</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.lsproc.com/blog/web-design-tips/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

