<?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: Are &#8220;reset&#8221; style sheets bad?</title>
	<atom:link href="http://klepas.org/2008/04/26/are-reset-stylesheets-bad/feed/" rel="self" type="application/rss+xml" />
	<link>http://klepas.org/2008/04/26/are-reset-stylesheets-bad/</link>
	<description>Proudly bending beziers since 2006</description>
	<pubDate>Thu, 24 Jul 2008 05:26:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Pascal</title>
		<link>http://klepas.org/2008/04/26/are-reset-stylesheets-bad/#comment-41863</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Tue, 29 Apr 2008 12:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://klepas.org/?p=424#comment-41863</guid>
		<description>@Lindsay Holmwood: Indeed -- like you say "it's very much like grasping at straws".</description>
		<content:encoded><![CDATA[<p>@<a href="http://klepas.org/2008/04/26/are-reset-stylesheets-bad/#comment-41862">Lindsay Holmwood</a>: Indeed&thinsp;&#8212;&thinsp;like you say &#8220;it&#8217;s very much like grasping at&nbsp;straws&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lindsay Holmwood</title>
		<link>http://klepas.org/2008/04/26/are-reset-stylesheets-bad/#comment-41862</link>
		<dc:creator>Lindsay Holmwood</dc:creator>
		<pubDate>Tue, 29 Apr 2008 10:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://klepas.org/?p=424#comment-41862</guid>
		<description>Latency is really a non-issue. There are probably more important things to optimize than the load latency of a few 4k stylesheets. 

Most modern web browsers and servers do everything over HTTP keep-alive, so it's not particularly expensive for a client to GET another file. 

If you're *really* worried about latency, there are various projects around that combine your stylesheets into one big one.</description>
		<content:encoded><![CDATA[<p>Latency is really a non-issue. There are probably more important things to optimize than the load latency of a few 4k stylesheets. </p>
<p>Most modern web browsers and servers do everything over <span class="caps">HTTP</span> keep-alive, so it&#8217;s not particularly expensive for a client to <span class="caps">GET</span> another file. </p>
<p>If you&#8217;re *really* worried about latency, there are various projects around that combine your stylesheets into one big&nbsp;one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Jollans</title>
		<link>http://klepas.org/2008/04/26/are-reset-stylesheets-bad/#comment-41861</link>
		<dc:creator>Thomas Jollans</dc:creator>
		<pubDate>Sun, 27 Apr 2008 22:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://klepas.org/?p=424#comment-41861</guid>
		<description>Not to say that reset style sheets are bad, but they're something I'd never use myself—what I want to control, I (re)set myself, when it comes to important aspects of the overall design, I set everything exactly anyway, and the rest the user can chose soi-même, or let the UA do the honours, of course. If I care how exactly lists look, I manually set them without unsetting some margins beforehand, but usually, I just leave the defaults.</description>
		<content:encoded><![CDATA[<p>Not to say that reset style sheets are bad, but they&#8217;re something I&#8217;d never use myself—what I want to control, I (re)set myself, when it comes to important aspects of the overall design, I set everything exactly anyway, and the rest the user can chose soi-même, or let the <span class="caps">UA</span> do the honours, of course. If I care how exactly lists look, I manually set them without unsetting some margins beforehand, but usually, I just leave the&nbsp;defaults.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://klepas.org/2008/04/26/are-reset-stylesheets-bad/#comment-41693</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Sat, 26 Apr 2008 04:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://klepas.org/?p=424#comment-41693</guid>
		<description>@chesty: "reset" style sheets are CSS files that reset elements defined by user agents (UA), such as a web browser. &lt;abbr&gt;UA&lt;/abbr&gt;s will define styling for the basic &lt;abbr&gt;(X)HTML&lt;/abbr&gt; elements in differing ways. The idea here is to provide you with a clean slate to work with by setting all of the values back to sensible defaults.

Of course "sensible" is the operative word -- it is possible to go somewhat overboard with reset style sheets but in general they can be highly useful. Examples of reset style sheets can be found in the &lt;a href="http://developer.yahoo.com/yui/reset/" title="YUI reset" rel="nofollow"&gt;&lt;acronym title="Yahoo! User Interface"&gt;YUI&lt;/acronym&gt; library&lt;/a&gt; and &lt;a href="http://code.google.com/p/blueprintcss/" title="Blueprint at Google Code" rel="nofollow"&gt;Google's Blueprint library&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@<a href="http://klepas.org/2008/04/26/are-reset-stylesheets-bad/#comment-41659">chesty</a>: &#8220;reset&#8221; style sheets are <span class="caps">CSS</span> files that reset elements defined by user agents (<span class="caps">UA</span>), such as a web browser. <abbr><span class="caps">UA</span></abbr>s will define styling for the basic <abbr>(X)<span class="caps">HTML</span></abbr> elements in differing ways. The idea here is to provide you with a clean slate to work with by setting all of the values back to sensible defaults.</p>
<p>Of course &#8220;sensible&#8221; is the operative word&thinsp;&#8212;&thinsp;it is possible to go somewhat overboard with reset style sheets but in general they can be highly useful. Examples of reset style sheets can be found in the <a href="http://developer.yahoo.com/yui/reset/" title="YUI reset" rel="nofollow"><acronym title="Yahoo! User Interface"><span class="caps">YUI</span></acronym> library</a> and <a href="http://code.google.com/p/blueprintcss/" title="Blueprint at Google Code" rel="nofollow">Google&#8217;s Blueprint&nbsp;library</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan Clark</title>
		<link>http://klepas.org/2008/04/26/are-reset-stylesheets-bad/#comment-41661</link>
		<dc:creator>Jordan Clark</dc:creator>
		<pubDate>Sat, 26 Apr 2008 00:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://klepas.org/?p=424#comment-41661</guid>
		<description>Good article.  As I basically said on &lt;a href="http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/#comment-58901" rel="nofollow"&gt;Jen's blog&lt;/a&gt;, I don't think using a "reset" style sheet is a black-and-white issue; as with most things in web development, it depends on the requirements of the project.</description>
		<content:encoded><![CDATA[<p>Good article.  As I basically said on <a href="http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/#comment-58901" rel="nofollow">Jen&#8217;s blog</a>, I don&#8217;t think using a &#8220;reset&#8221; style sheet is a black-and-white issue; as with most things in web development, it depends on the requirements of the&nbsp;project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chesty</title>
		<link>http://klepas.org/2008/04/26/are-reset-stylesheets-bad/#comment-41659</link>
		<dc:creator>chesty</dc:creator>
		<pubDate>Fri, 25 Apr 2008 23:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://klepas.org/?p=424#comment-41659</guid>
		<description>The only thing missing from this post is... what's a reset style sheet?</description>
		<content:encoded><![CDATA[<p>The only thing missing from this post is&#8230; what&#8217;s a reset style&nbsp;sheet?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
