<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>评论：分享一段高效的css gzip压缩代码</title>
	<atom:link href="http://www.storyday.com/html/y2007/925_css-gzip-code.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.storyday.com/html/y2007/925_css-gzip-code.html</link>
	<description>(江东的博客 、生活点滴、web技术、虚拟主机、旅游、电子信息)</description>
	<pubDate>Wed, 03 Dec 2008 06:44:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: wordpress提速方法-Yanwu博客</title>
		<link>http://www.storyday.com/html/y2007/925_css-gzip-code.html#comment-1796</link>
		<dc:creator>wordpress提速方法-Yanwu博客</dc:creator>
		<pubDate>Mon, 16 Jul 2007 14:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.storyday.com/html/y2007/925_%e5%88%86%e4%ba%ab%e4%b8%80%e6%ae%b5%e9%ab%98%e6%95%88%e7%9a%84css-gzip%e5%8e%8b%e7%bc%a9%e4%bb%a3%e7%a0%81.html#comment-1796</guid>
		<description>[...] 参考这篇文章，在模板文件下建立style.css.php文件，copy这篇文章介绍的代码，然后把style.css.php中的“require_once(’style.css’);”改成 require_once(’style2.css’); [...]</description>
		<content:encoded><![CDATA[<p>[...] 参考这篇文章，在模板文件下建立style.css.php文件，copy这篇文章介绍的代码，然后把style.css.php中的“require_once(’style.css’);”改成 require_once(’style2.css’); [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cosβ</title>
		<link>http://www.storyday.com/html/y2007/925_css-gzip-code.html#comment-979</link>
		<dc:creator>cosβ</dc:creator>
		<pubDate>Wed, 23 May 2007 00:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.storyday.com/html/y2007/925_%e5%88%86%e4%ba%ab%e4%b8%80%e6%ae%b5%e9%ab%98%e6%95%88%e7%9a%84css-gzip%e5%8e%8b%e7%bc%a9%e4%bb%a3%e7%a0%81.html#comment-979</guid>
		<description>了解</description>
		<content:encoded><![CDATA[<p>了解</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: muzik</title>
		<link>http://www.storyday.com/html/y2007/925_css-gzip-code.html#comment-978</link>
		<dc:creator>muzik</dc:creator>
		<pubDate>Tue, 22 May 2007 16:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.storyday.com/html/y2007/925_%e5%88%86%e4%ba%ab%e4%b8%80%e6%ae%b5%e9%ab%98%e6%95%88%e7%9a%84css-gzip%e5%8e%8b%e7%bc%a9%e4%bb%a3%e7%a0%81.html#comment-978</guid>
		<description>我说的不是你这里..</description>
		<content:encoded><![CDATA[<p>我说的不是你这里..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cosβ</title>
		<link>http://www.storyday.com/html/y2007/925_css-gzip-code.html#comment-958</link>
		<dc:creator>cosβ</dc:creator>
		<pubDate>Sun, 20 May 2007 03:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.storyday.com/html/y2007/925_%e5%88%86%e4%ba%ab%e4%b8%80%e6%ae%b5%e9%ab%98%e6%95%88%e7%9a%84css-gzip%e5%8e%8b%e7%bc%a9%e4%bb%a3%e7%a0%81.html#comment-958</guid>
		<description>$off = 0; # Set to a reaonable value later, say 3600 (1 hr);
 $exp = "Expires: " . gmdate("D, d M Y H:i:s", time() + $off) . " GMT"; 
这里有设置时间，所以不会出现你说的每次都要载入的情况，浏览器会缓存的！</description>
		<content:encoded><![CDATA[<p>$off = 0; # Set to a reaonable value later, say 3600 (1 hr);<br />
 $exp = &#8220;Expires: &#8221; . gmdate(&#8221;D, d M Y H:i:s&#8221;, time() + $off) . &#8221; GMT&#8221;;<br />
这里有设置时间，所以不会出现你说的每次都要载入的情况，浏览器会缓存的！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: muzik</title>
		<link>http://www.storyday.com/html/y2007/925_css-gzip-code.html#comment-943</link>
		<dc:creator>muzik</dc:creator>
		<pubDate>Sat, 19 May 2007 03:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.storyday.com/html/y2007/925_%e5%88%86%e4%ba%ab%e4%b8%80%e6%ae%b5%e9%ab%98%e6%95%88%e7%9a%84css-gzip%e5%8e%8b%e7%bc%a9%e4%bb%a3%e7%a0%81.html#comment-943</guid>
		<description>哈哈哈哈哈 我一直在用 细节上有些不同

我一般都使用预先准备好的css片段 常用的class一个文件 清除浏览器默认css定义一个文件 layout一个文件 常规定义一个文件 然后个别页面也有特殊定义 反正就是若干文件 实际使用的时候就用一个页面来按照当前页面的需要把它们载入 然后这么压一下...

这样子作的坏处 就是在用户而言 每次访问页面时的exmaple.com/css是不一样的   每次都得重新载入 某种程度上 失掉了css的本意</description>
		<content:encoded><![CDATA[<p>哈哈哈哈哈 我一直在用 细节上有些不同</p>
<p>我一般都使用预先准备好的css片段 常用的class一个文件 清除浏览器默认css定义一个文件 layout一个文件 常规定义一个文件 然后个别页面也有特殊定义 反正就是若干文件 实际使用的时候就用一个页面来按照当前页面的需要把它们载入 然后这么压一下&#8230;</p>
<p>这样子作的坏处 就是在用户而言 每次访问页面时的exmaple.com/css是不一样的   每次都得重新载入 某种程度上 失掉了css的本意</p>
]]></content:encoded>
	</item>
</channel>
</rss>
