<?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>Comments on: CSS and JavaScript: More Files or Less?</title>
	<atom:link href="http://www.webmaster-source.com/2008/07/03/css-and-javascript-more-files-or-less/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webmaster-source.com/2008/07/03/css-and-javascript-more-files-or-less/</link>
	<description>Useful Resources For Webmasters</description>
	<pubDate>Fri, 05 Dec 2008 13:58:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Matt</title>
		<link>http://www.webmaster-source.com/2008/07/03/css-and-javascript-more-files-or-less/#comment-1777</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 04 Jul 2008 02:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=620#comment-1777</guid>
		<description>@Heather and @Tony, excellent suggestion.&lt;br /&gt;&lt;br /&gt;@Marco, I use a similar method.&lt;br /&gt;</description>
		<content:encoded><![CDATA[<p>@Heather and @Tony, excellent suggestion.</p>
<p>@Marco, I use a similar method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.webmaster-source.com/2008/07/03/css-and-javascript-more-files-or-less/#comment-1776</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Fri, 04 Jul 2008 01:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=620#comment-1776</guid>
		<description>There's no reason why you can't have the best of both worlds. Develop in multiple files, but have them merged for live copy. Having this added to a deployment script will make this happen automagically.Besides cutting down on the number of files, various optimizations could also be run -- such as compression scripts for CSS and especially JavaScript.</description>
		<content:encoded><![CDATA[<p>There&#8217;s no reason why you can&#8217;t have the best of both worlds. Develop in multiple files, but have them merged for live copy. Having this added to a deployment script will make this happen automagically.Besides cutting down on the number of files, various optimizations could also be run &#8212; such as compression scripts for CSS and especially JavaScript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Ruelicke.net</title>
		<link>http://www.webmaster-source.com/2008/07/03/css-and-javascript-more-files-or-less/#comment-1771</link>
		<dc:creator>Marco Ruelicke.net</dc:creator>
		<pubDate>Thu, 03 Jul 2008 17:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=620#comment-1771</guid>
		<description>I use a single CSS file, even during the building process. Imo it makes things a bit easier to use one single file.

The only time I have two CSS files is when I have to add some IE only fixes. Those fixes end up in a second file which is only loaded if a IE user visits the site.</description>
		<content:encoded><![CDATA[<p>I use a single CSS file, even during the building process. Imo it makes things a bit easier to use one single file.</p>
<p>The only time I have two CSS files is when I have to add some IE only fixes. Those fixes end up in a second file which is only loaded if a IE user visits the site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heather</title>
		<link>http://www.webmaster-source.com/2008/07/03/css-and-javascript-more-files-or-less/#comment-1770</link>
		<dc:creator>Heather</dc:creator>
		<pubDate>Thu, 03 Jul 2008 16:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=620#comment-1770</guid>
		<description>I like to work with multiple CSS in the building process, but when it comes to launch time, I combine them into one, adding comments to ease updating later. </description>
		<content:encoded><![CDATA[<p>I like to work with multiple CSS in the building process, but when it comes to launch time, I combine them into one, adding comments to ease updating later.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
