<?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>评论: 把JS与CSS写在同一个文件里，还是可以用滴</title>
	<atom:link href="http://www.aoao.org.cn/blog/2007/05/js-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aoao.org.cn/blog/2007/05/js-css/</link>
	<description>重装上阵</description>
	<pubDate>Fri, 21 Nov 2008 04:10:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>作者: Rock</title>
		<link>http://www.aoao.org.cn/blog/2007/05/js-css/#comment-5861</link>
		<dc:creator>Rock</dc:creator>
		<pubDate>Tue, 22 Jan 2008 06:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.cs/?p=36#comment-5861</guid>
		<description>如果你们经过了performance的严格考验就不会说那些没常识的话了。。。支持楼主</description>
		<content:encoded><![CDATA[<p>如果你们经过了performance的严格考验就不会说那些没常识的话了。。。支持楼主</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: aoao</title>
		<link>http://www.aoao.org.cn/blog/2007/05/js-css/#comment-3567</link>
		<dc:creator>aoao</dc:creator>
		<pubDate>Sat, 15 Dec 2007 09:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.cs/?p=36#comment-3567</guid>
		<description>其实只是玩玩概念
没什么实际意义的。挖哈哈。。</description>
		<content:encoded><![CDATA[<p>其实只是玩玩概念<br />
没什么实际意义的。挖哈哈。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: aaa</title>
		<link>http://www.aoao.org.cn/blog/2007/05/js-css/#comment-3550</link>
		<dc:creator>aaa</dc:creator>
		<pubDate>Sat, 15 Dec 2007 04:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.cs/?p=36#comment-3550</guid>
		<description>JS和CSS本质是一个，所以它们能合并.
微软的东西,微弱自己明白.</description>
		<content:encoded><![CDATA[<p>JS和CSS本质是一个，所以它们能合并.<br />
微软的东西,微弱自己明白.</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: warran</title>
		<link>http://www.aoao.org.cn/blog/2007/05/js-css/#comment-3548</link>
		<dc:creator>warran</dc:creator>
		<pubDate>Sat, 15 Dec 2007 04:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.cs/?p=36#comment-3548</guid>
		<description>既然用了php了。
何不这样




if($_GET["action"]=="css"){
echo 'body{color:red}';
}else{
echo 'alert("test")';
}</description>
		<content:encoded><![CDATA[<p>既然用了php了。<br />
何不这样</p>
<p>if($_GET["action"]==&#8221;css&#8221;){<br />
echo &#8216;body{color:red}&#8217;;<br />
}else{<br />
echo &#8216;alert(&#8221;test&#8221;)&#8217;;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: keel</title>
		<link>http://www.aoao.org.cn/blog/2007/05/js-css/#comment-2415</link>
		<dc:creator>keel</dc:creator>
		<pubDate>Sun, 02 Dec 2007 04:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.cs/?p=36#comment-2415</guid>
		<description>最有意义的作法用程序读取JS和CSS后,直接将CSS和JS代码并到页面中输出.这样连CSS的请求数都消除了:)
可惜后期维护工作量很大,AOAO的作法也有可能会有这个问题.有更好的建议么?</description>
		<content:encoded><![CDATA[<p>最有意义的作法用程序读取JS和CSS后,直接将CSS和JS代码并到页面中输出.这样连CSS的请求数都消除了:)<br />
可惜后期维护工作量很大,AOAO的作法也有可能会有这个问题.有更好的建议么?</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 这名都有人叫</title>
		<link>http://www.aoao.org.cn/blog/2007/05/js-css/#comment-1891</link>
		<dc:creator>这名都有人叫</dc:creator>
		<pubDate>Mon, 26 Nov 2007 03:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.cs/?p=36#comment-1891</guid>
		<description>就是为了减少个请求数..
我被你打败了..
一点意义都没有!</description>
		<content:encoded><![CDATA[<p>就是为了减少个请求数..<br />
我被你打败了..<br />
一点意义都没有!</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: dw</title>
		<link>http://www.aoao.org.cn/blog/2007/05/js-css/#comment-337</link>
		<dc:creator>dw</dc:creator>
		<pubDate>Sat, 15 Sep 2007 08:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.cs/?p=36#comment-337</guid>
		<description>说实在的,有点变态,如果像你说的那样有意义,无论是IE还是Firefox,亦或是W3C都会让你不用那么费劲折腾都办了,而且你实在想减少请求,你可以都放在HTML里嘛?最少也是合法啊</description>
		<content:encoded><![CDATA[<p>说实在的,有点变态,如果像你说的那样有意义,无论是IE还是Firefox,亦或是W3C都会让你不用那么费劲折腾都办了,而且你实在想减少请求,你可以都放在HTML里嘛?最少也是合法啊</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 西藏旅游</title>
		<link>http://www.aoao.org.cn/blog/2007/05/js-css/#comment-207</link>
		<dc:creator>西藏旅游</dc:creator>
		<pubDate>Sun, 19 Aug 2007 16:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.cs/?p=36#comment-207</guid>
		<description>我一般是只用css + JS
现在学了点见识了</description>
		<content:encoded><![CDATA[<p>我一般是只用css + JS<br />
现在学了点见识了</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 在线代理</title>
		<link>http://www.aoao.org.cn/blog/2007/05/js-css/#comment-206</link>
		<dc:creator>在线代理</dc:creator>
		<pubDate>Fri, 29 Jun 2007 04:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.cs/?p=36#comment-206</guid>
		<description>高招啊，是在是高招。
居然可以这样。也难为你能够想到</description>
		<content:encoded><![CDATA[<p>高招啊，是在是高招。<br />
居然可以这样。也难为你能够想到</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: JAY</title>
		<link>http://www.aoao.org.cn/blog/2007/05/js-css/#comment-204</link>
		<dc:creator>JAY</dc:creator>
		<pubDate>Fri, 15 Jun 2007 19:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.cs/?p=36#comment-204</guid>
		<description>“逻辑”和“样式”的混合是程序设计上应该避免的问题，但没想到博主居然还将其更加混合，这是很有问题的。
如果仅是为了炫耀对不同注释的掌握程度的话，大可不必这样。如果从节约空间考虑，现在估计没多少空间用得着如此仅仅计较。
所以，我觉得这样做是有严重设计上的问题的。</description>
		<content:encoded><![CDATA[<p>“逻辑”和“样式”的混合是程序设计上应该避免的问题，但没想到博主居然还将其更加混合，这是很有问题的。<br />
如果仅是为了炫耀对不同注释的掌握程度的话，大可不必这样。如果从节约空间考虑，现在估计没多少空间用得着如此仅仅计较。<br />
所以，我觉得这样做是有严重设计上的问题的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: aoao</title>
		<link>http://www.aoao.org.cn/blog/2007/05/js-css/#comment-205</link>
		<dc:creator>aoao</dc:creator>
		<pubDate>Fri, 15 Jun 2007 14:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.cs/?p=36#comment-205</guid>
		<description>to JAY
样式跟js都是按原来的写法写。只是在输出的时候由程序混在一起。这样写并不是为了节约空间。单独的压缩会更好。
我只是提供实现的方式，对于做到减少请求数还要应用到服务器配置。</description>
		<content:encoded><![CDATA[<p>to JAY<br />
样式跟js都是按原来的写法写。只是在输出的时候由程序混在一起。这样写并不是为了节约空间。单独的压缩会更好。<br />
我只是提供实现的方式，对于做到减少请求数还要应用到服务器配置。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 北京翻译公司</title>
		<link>http://www.aoao.org.cn/blog/2007/05/js-css/#comment-203</link>
		<dc:creator>北京翻译公司</dc:creator>
		<pubDate>Thu, 14 Jun 2007 16:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.cs/?p=36#comment-203</guid>
		<description>果然强....</description>
		<content:encoded><![CDATA[<p>果然强&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: awflasher</title>
		<link>http://www.aoao.org.cn/blog/2007/05/js-css/#comment-202</link>
		<dc:creator>awflasher</dc:creator>
		<pubDate>Thu, 14 Jun 2007 15:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.cs/?p=36#comment-202</guid>
		<description>真够bt的～嘿嘿：）</description>
		<content:encoded><![CDATA[<p>真够bt的～嘿嘿：）</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: oncelive</title>
		<link>http://www.aoao.org.cn/blog/2007/05/js-css/#comment-201</link>
		<dc:creator>oncelive</dc:creator>
		<pubDate>Wed, 13 Jun 2007 15:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.cs/?p=36#comment-201</guid>
		<description>不错吧你的站点做个友情连接,
不过我不是专业的搞这个
不太懂,偶只会简单静态的网页,呵呵</description>
		<content:encoded><![CDATA[<p>不错吧你的站点做个友情连接,<br />
不过我不是专业的搞这个<br />
不太懂,偶只会简单静态的网页,呵呵</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 子乌</title>
		<link>http://www.aoao.org.cn/blog/2007/05/js-css/#comment-200</link>
		<dc:creator>子乌</dc:creator>
		<pubDate>Fri, 01 Jun 2007 17:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.cs/?p=36#comment-200</guid>
		<description>像我一样，直接把css读取到页面里即可~</description>
		<content:encoded><![CDATA[<p>像我一样，直接把css读取到页面里即可~</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: xin2l</title>
		<link>http://www.aoao.org.cn/blog/2007/05/js-css/#comment-199</link>
		<dc:creator>xin2l</dc:creator>
		<pubDate>Wed, 30 May 2007 19:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.cs/?p=36#comment-199</guid>
		<description>哉妙!哉妙!(路过～～）</description>
		<content:encoded><![CDATA[<p>哉妙!哉妙!(路过～～）</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: aoao</title>
		<link>http://www.aoao.org.cn/blog/2007/05/js-css/#comment-198</link>
		<dc:creator>aoao</dc:creator>
		<pubDate>Sat, 26 May 2007 19:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.cs/?p=36#comment-198</guid>
		<description>to:冷韵  其实意义很大。少了一个文件可以节省很多资源的。
to:old9 已经补上了，越来越讨厌FCK，应该自动处理的不自动处理，</description>
		<content:encoded><![CDATA[<p>to:冷韵  其实意义很大。少了一个文件可以节省很多资源的。<br />
to:old9 已经补上了，越来越讨厌FCK，应该自动处理的不自动处理，</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: old9</title>
		<link>http://www.aoao.org.cn/blog/2007/05/js-css/#comment-197</link>
		<dc:creator>old9</dc:creator>
		<pubDate>Sat, 26 May 2007 18:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.cs/?p=36#comment-197</guid>
		<description>赞个～
“而JS处理时把转成// ”这句漏写点东西哇～</description>
		<content:encoded><![CDATA[<p>赞个～<br />
“而JS处理时把转成// ”这句漏写点东西哇～</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 冷韵</title>
		<link>http://www.aoao.org.cn/blog/2007/05/js-css/#comment-196</link>
		<dc:creator>冷韵</dc:creator>
		<pubDate>Sat, 26 May 2007 18:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.cs/?p=36#comment-196</guid>
		<description>这个……没多少意义吧。
不过嗷嗷说的多份CSS合并倒是很值得研究的。</description>
		<content:encoded><![CDATA[<p>这个……没多少意义吧。<br />
不过嗷嗷说的多份CSS合并倒是很值得研究的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: snwebsite</title>
		<link>http://www.aoao.org.cn/blog/2007/05/js-css/#comment-195</link>
		<dc:creator>snwebsite</dc:creator>
		<pubDate>Sat, 26 May 2007 18:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.cs/?p=36#comment-195</guid>
		<description>妙哉!妙哉!</description>
		<content:encoded><![CDATA[<p>妙哉!妙哉!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
