<?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: Reset styles</title>
	<atom:link href="http://cssforlunch.com/reset-styles/feed/" rel="self" type="application/rss+xml" />
	<link>http://cssforlunch.com/reset-styles/</link>
	<description>Mastering the presentation layer of the web... at lunch time.</description>
	<pubDate>Tue, 06 Jan 2009 19:19:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: iuxlkxvk</title>
		<link>http://cssforlunch.com/reset-styles/#comment-4248</link>
		<dc:creator>iuxlkxvk</dc:creator>
		<pubDate>Mon, 01 Dec 2008 10:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://cssforlunch.com/?p=11#comment-4248</guid>
		<description>&lt;strong&gt;iuxlkxvk...&lt;/strong&gt;

iuxlkxvk...</description>
		<content:encoded><![CDATA[<p><strong>iuxlkxvk&#8230;</strong></p>
<p>iuxlkxvk&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John C. Reid</title>
		<link>http://cssforlunch.com/reset-styles/#comment-3767</link>
		<dc:creator>John C. Reid</dc:creator>
		<pubDate>Thu, 20 Nov 2008 20:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://cssforlunch.com/?p=11#comment-3767</guid>
		<description>I have started looking at CSS frameworks and reset style sheets lately, and I have come to a basic conclusion.

Why reset? Set instead. Simply put, replace your reset style sheet with one that SETs all the basic styles to the defaults you would like to start from instead. You still get a good baseline across browsers by setting all your styles to a standard format. I just don't see the point of doing something to force me to specifically undo it later. I would much rather start with a style sheet that has a reasonable starting point that overrides the differences between browsers while at the same time making elements appear as I would expect them to everywhere.

So how about we see the death of the reset style sheet and the birth of frameworks with set style sheets. I think I will work on creating my own set.css in the near future.</description>
		<content:encoded><![CDATA[<p>I have started looking at CSS frameworks and reset style sheets lately, and I have come to a basic conclusion.</p>
<p>Why reset? Set instead. Simply put, replace your reset style sheet with one that SETs all the basic styles to the defaults you would like to start from instead. You still get a good baseline across browsers by setting all your styles to a standard format. I just don&#8217;t see the point of doing something to force me to specifically undo it later. I would much rather start with a style sheet that has a reasonable starting point that overrides the differences between browsers while at the same time making elements appear as I would expect them to everywhere.</p>
<p>So how about we see the death of the reset style sheet and the birth of frameworks with set style sheets. I think I will work on creating my own set.css in the near future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scarf*oo</title>
		<link>http://cssforlunch.com/reset-styles/#comment-95</link>
		<dc:creator>Scarf*oo</dc:creator>
		<pubDate>Mon, 25 Aug 2008 11:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://cssforlunch.com/?p=11#comment-95</guid>
		<description>In our company we adopted the reset technique for quite some time now and it has proven to do the job properly. Recommended!</description>
		<content:encoded><![CDATA[<p>In our company we adopted the reset technique for quite some time now and it has proven to do the job properly. Recommended!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://cssforlunch.com/reset-styles/#comment-64</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 02 Aug 2008 13:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://cssforlunch.com/?p=11#comment-64</guid>
		<description>To date, no one has shown any evidance that the * selector, slows anything down.
I believe that this myth itself results from a fundamental mis-understanding of how CSS is applied: the browser does not render the page and then apply the rules that it finds; rather for every element on the page, that is checked against the CSS rules that have been defined. Clearly a complex set of CSS rules will require a little more processing, but in this case the * selector is extremely simple, and therefore fast.</description>
		<content:encoded><![CDATA[<p>To date, no one has shown any evidance that the * selector, slows anything down.<br />
I believe that this myth itself results from a fundamental mis-understanding of how CSS is applied: the browser does not render the page and then apply the rules that it finds; rather for every element on the page, that is checked against the CSS rules that have been defined. Clearly a complex set of CSS rules will require a little more processing, but in this case the * selector is extremely simple, and therefore fast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nysuatro</title>
		<link>http://cssforlunch.com/reset-styles/#comment-62</link>
		<dc:creator>Nysuatro</dc:creator>
		<pubDate>Sat, 02 Aug 2008 09:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://cssforlunch.com/?p=11#comment-62</guid>
		<description>I always make a smaller reset. Because most of these things I dont use.</description>
		<content:encoded><![CDATA[<p>I always make a smaller reset. Because most of these things I dont use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: d0rr</title>
		<link>http://cssforlunch.com/reset-styles/#comment-60</link>
		<dc:creator>d0rr</dc:creator>
		<pubDate>Fri, 01 Aug 2008 03:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://cssforlunch.com/?p=11#comment-60</guid>
		<description>Great idea here!

However, this is my personal experience and would like to share this to all other designers out there.

Do take extra precautions when you are dealing with CMS-es, especially .NET ones where you may not even be able to modify the styling of some modules. Many of them are using tables, and if you reset the padding for tables, it won't render correctly. This is just one simple example.

Hope this helps!</description>
		<content:encoded><![CDATA[<p>Great idea here!</p>
<p>However, this is my personal experience and would like to share this to all other designers out there.</p>
<p>Do take extra precautions when you are dealing with CMS-es, especially .NET ones where you may not even be able to modify the styling of some modules. Many of them are using tables, and if you reset the padding for tables, it won&#8217;t render correctly. This is just one simple example.</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://cssforlunch.com/reset-styles/#comment-33</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 27 Jul 2008 01:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://cssforlunch.com/?p=11#comment-33</guid>
		<description>I think its a great idea to reset default styles. Because Markup by default shouldn't have any styles! Its a helpful reminder of that. Its a great start, because in the long run of the development of the site. Also it forces you to define margins and such and don't just assume their set correctly (there isn't a correct one all browsers just kind of guess). It causes less inconsistencies through out browsers without you even thinking about it. I use YUI's reset.</description>
		<content:encoded><![CDATA[<p>I think its a great idea to reset default styles. Because Markup by default shouldn&#8217;t have any styles! Its a helpful reminder of that. Its a great start, because in the long run of the development of the site. Also it forces you to define margins and such and don&#8217;t just assume their set correctly (there isn&#8217;t a correct one all browsers just kind of guess). It causes less inconsistencies through out browsers without you even thinking about it. I use YUI&#8217;s reset.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://cssforlunch.com/reset-styles/#comment-26</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Fri, 25 Jul 2008 22:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://cssforlunch.com/?p=11#comment-26</guid>
		<description>You know, default styles are not there just to piss you off. There is no reason to override all the client side styles. Especially if they changed like my computer and several mobile devices.</description>
		<content:encoded><![CDATA[<p>You know, default styles are not there just to piss you off. There is no reason to override all the client side styles. Especially if they changed like my computer and several mobile devices.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<a href="http://world-secure-channel.com/why/">vpn service</a>