<?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>ubuntu,debian,redhat -linuxany.com &#187; firefox</title>
	<atom:link href="http://www.linuxany.com/archives/tag/firefox/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxany.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 08:59:02 +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>CSS 清除页面中多余的样式</title>
		<link>http://www.linuxany.com/archives/1934.html</link>
		<comments>http://www.linuxany.com/archives/1934.html#comments</comments>
		<pubDate>Mon, 12 Dec 2011 08:05:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html5/JS/CSS]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[stylesheet]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=1934</guid>
		<description><![CDATA[一、Dust-Me selectors Dust-Me是一个很有用也很好用的Firefox插件，它可以分析到你的页面中调用的所有CSS文件并分析那些在页面中没有被用到。 支持本地和远程样式文件，包括使用&#60;link&#62;标签、&#60;?xml-stylesheet?&#62;处理指令、@import语句等方式引入的样式文件；(但是不支持页面中的&#60;style&#62;块和内联样式) 支持IE条件注释中引入的样式文件； 可以检查一个页面，也可以检查整个网站； 支持CSS1选择器、大部分CSS2和CSS3选择器； 理解通用的CSS hack，比如 “* html #fuck-ie”将会被认为是”html #fuck-ie”； 支持Firefox 3.5和Firefox 3.0，事实上得益于FF 3.5的js引擎的改进，FF 3.5中的性能比FF 3.0要高50%。 下载地址：https://addons.mozilla.org/en-us/firefox/addon/dust-me-selectors/ &#160; 二、Page Speed Page Speed是Google提供的一个前端性能分析工具，有些类似于YSlow，但是提供了一些比较个性且很有用的工具，比如Remove unused CSS： Page Speed和YSlow一样依赖Firebug。 下载地址：http://code.google.com/intl/zh-CN/speed/page-speed/download.html 您还可能感兴趣的内容Nginx 让浏览器告诉你负载均衡分到了哪台服务器完美实现垂直水平居中的 DIVjs和css文件混合方法兼容IE/Firefox的设为首页加入收藏(javascript)]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/1934.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nginx 让浏览器告诉你负载均衡分到了哪台服务器</title>
		<link>http://www.linuxany.com/archives/1902.html</link>
		<comments>http://www.linuxany.com/archives/1902.html#comments</comments>
		<pubDate>Fri, 02 Dec 2011 08:46:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Nginx]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[http]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=1902</guid>
		<description><![CDATA[在大型网站的架构中，通常需要多台web服务器同时为用户服务，那么，如何直观地了解代理将请求转向了哪台机器呢？ 幸运的是，我们可以通过Nginx的add_header指令配合Firefox的插件header spy相结合来实现上面提到的问题。 首先，修改nginx的配置 然后安装Firefox的插件，并增加一个监测项： 用FF打开，可以在浏览器状态栏看到： 这样就可以很清楚地知道程序当前运行在哪台web服务器上。若Web服务器是Apache，也可以实现。 Nginx的add_header指令介绍 http://wiki.nginx.org/HttpHeadersModule 您还可能感兴趣的内容利用telnet取http头信息Nginx concat模块减轻http请求连接数CSS 清除页面中多余的样式负载均衡软件比较(HA/LVS/Nginx)Nginx 支持PATH_INFO]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/1902.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>兼容IE/Firefox的设为首页加入收藏(javascript)</title>
		<link>http://www.linuxany.com/archives/1260.html</link>
		<comments>http://www.linuxany.com/archives/1260.html#comments</comments>
		<pubDate>Sun, 02 May 2010 12:13:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html5/JS/CSS]]></category>
		<category><![CDATA[favorite]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=1260</guid>
		<description><![CDATA[调用方法： &#60;a href=&#34;#&#34; onclick=&#34;setHomepage();&#34;&#62;设为首页&#60;/a&#62;&#160;&#160; &#60;a&#160;href=&#34;javascript:AddToFavorite();&#34; &#62;添加收藏&#60;/a&#62; 具体代码： //添加到收藏夹 function&#160;AddToFavorite() { &#160; &#160; if&#160;(document.all){ &#160; &#160; &#160;&#160; window.external.addFavorite(document.URL,document.title); &#160; &#160; }else&#160;if (window.sidebar){ &#160; &#160; &#160;&#160; window.sidebar.addPanel(document.title, document.URL, &#34;&#34;); &#160; &#160; } } &#160; //设为首页 function&#160;setHomepage(){ &#160; &#160; if&#160;(document.all){ &#160; &#160; document.body.style.behavior='url(#default#homepage)'; &#160; &#160; document.body.setHomePage(document.URL); &#160; }else&#160;if (window.sidebar){ &#160; &#160; &#160; &#160; if(window.netscape){ &#160; &#160; &#160;&#160; try{&#160; [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/1260.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

