<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Why Web Pages Need Not Be Compressed</title>
	<atom:link href="http://maymay.net/blog/2005/03/27/why-web-pages-need-not-be-compressed/feed/" rel="self" type="application/rss+xml" />
	<link>http://maymay.net/blog/2005/03/27/why-web-pages-need-not-be-compressed/</link>
	<description>The brutally honest, first-person account of Meitar Moscovitz's life.</description>
	<pubDate>Wed, 07 Jan 2009 04:53:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Meitar</title>
		<link>http://maymay.net/blog/2005/03/27/why-web-pages-need-not-be-compressed/comment-page-1/#comment-3551</link>
		<dc:creator>Meitar</dc:creator>
		<pubDate>Mon, 04 Apr 2005 00:39:33 +0000</pubDate>
		<guid isPermaLink="false">/?p=216#comment-3551</guid>
		<description>It depends on the amount of bandwidth you can chop off and how much you're paying for it, of course. For instance, &lt;a href="http://www.alistapart.com/articles/slashdot/" title="A List Apart's article on 'Retooling Slashdot'"&gt;Slashdot saved over three thousand dollars&lt;/a&gt; on bandwidth costs alone per year. But that's not counting the often imeasureable advantages one harnesses in increased readership through better interoperability, time and money saved thanks to eased maintenance burdens, and so on.</description>
		<content:encoded><![CDATA[<p>It depends on the amount of bandwidth you can chop off and how much you&#8217;re paying for it, of course. For instance, <a href="http://www.alistapart.com/articles/slashdot/" title="A List Apart's article on 'Retooling Slashdot'">Slashdot saved over three thousand dollars</a> on bandwidth costs alone per year. But that&#8217;s not counting the often imeasureable advantages one harnesses in increased readership through better interoperability, time and money saved thanks to eased maintenance burdens, and so on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike P.</title>
		<link>http://maymay.net/blog/2005/03/27/why-web-pages-need-not-be-compressed/comment-page-1/#comment-3542</link>
		<dc:creator>Mike P.</dc:creator>
		<pubDate>Sun, 03 Apr 2005 18:14:38 +0000</pubDate>
		<guid isPermaLink="false">/?p=216#comment-3542</guid>
		<description>Nice to hear Chris! The recycling idea can be hard to manage but works well.</description>
		<content:encoded><![CDATA[<p>Nice to hear Chris! The recycling idea can be hard to manage but works well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris OByrne</title>
		<link>http://maymay.net/blog/2005/03/27/why-web-pages-need-not-be-compressed/comment-page-1/#comment-3334</link>
		<dc:creator>Chris OByrne</dc:creator>
		<pubDate>Mon, 28 Mar 2005 12:57:47 +0000</pubDate>
		<guid isPermaLink="false">/?p=216#comment-3334</guid>
		<description>Mike, I was so pleased to read your article about recycling images and then realize that I had already done that! (kathyedds.com) It was good to read your explanation, however. I thoroughly enjoy your website and am re-reading your article about CSS Management and Optimization.</description>
		<content:encoded><![CDATA[<p>Mike, I was so pleased to read your article about recycling images and then realize that I had already done that! (kathyedds.com) It was good to read your explanation, however. I thoroughly enjoy your website and am re-reading your article about <acronym title="Cascading Style Sheets">CSS</acronym> Management and Optimization.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike P.</title>
		<link>http://maymay.net/blog/2005/03/27/why-web-pages-need-not-be-compressed/comment-page-1/#comment-3333</link>
		<dc:creator>Mike P.</dc:creator>
		<pubDate>Sun, 27 Mar 2005 20:32:03 +0000</pubDate>
		<guid isPermaLink="false">/?p=216#comment-3333</guid>
		<description>I agree with you (I think) that a website should be optimized for speed from every point of view (given the tradoffs required for each and every site), but disagree with you about CSS file sizes (and I do agree that PHP isn't the optimal way to go for compression, but alas in some cases it's all you get).

If you have worked on any larger sites that require decent selector management and have CSS files worked on by &gt; 1 person, a 25 kilobyte stylesheet (and a single sheet at that) is a tough goal to acheive.

&lt;a href="http://www.fiftyfoureleven.com/weblog/web-development/css/discussing-css-management-and-optimization"&gt;This article&lt;/a&gt; and the one that follows may give you a better idea of what I am talking about.

In the end, if you dig around my site you may see that I'm a bit of a &lt;a href="http://www.fiftyfoureleven.com/sandbox/weblog/2004/may/css-recycle-your-background-images"&gt;fanatic&lt;/a&gt; about &lt;a href="http://www.fiftyfoureleven.com/sandbox/weblog/2004/may/css-sprites-images-optimization"&gt;optimisation &lt;/a&gt;. The zipping of CSS was just another tweak to keep things fast, not a balance to trade off neglect in other areas ;-).</description>
		<content:encoded><![CDATA[<p>I agree with you (I think) that a website should be optimized for speed from every point of view (given the tradoffs required for each and every site), but disagree with you about <acronym title="Cascading Style Sheets">CSS</acronym> file sizes (and I do agree that <acronym title="PHP Hypertext Preprocessor; an HTML-embedded scripting language">PHP</acronym> isn&#8217;t the optimal way to go for compression, but alas in some cases it&#8217;s all you get).</p>
<p>If you have worked on any larger sites that require decent selector management and have <acronym title="Cascading Style Sheets">CSS</acronym> files worked on by > 1 person, a 25 kilobyte stylesheet (and a single sheet at that) is a tough goal to acheive.</p>
<p><a href="http://www.fiftyfoureleven.com/weblog/web-development/css/discussing-css-management-and-optimization">This article</a> and the one that follows may give you a better idea of what I am talking about.</p>
<p>In the end, if you dig around my site you may see that I&#8217;m a bit of a <a href="http://www.fiftyfoureleven.com/sandbox/weblog/2004/may/css-recycle-your-background-images">fanatic</a> about <a href="http://www.fiftyfoureleven.com/sandbox/weblog/2004/may/css-sprites-images-optimization">optimisation </a>. The zipping of <acronym title="Cascading Style Sheets">CSS</acronym> was just another tweak to keep things fast, not a balance to trade off neglect in other areas ;-).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://maymay.net/blog/2005/03/27/why-web-pages-need-not-be-compressed/comment-page-1/#comment-3328</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Sun, 27 Mar 2005 12:45:41 +0000</pubDate>
		<guid isPermaLink="false">/?p=216#comment-3328</guid>
		<description>Please enlighten us. How much money can I save?</description>
		<content:encoded><![CDATA[<p>Please enlighten us. How much money can I save?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
