<?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: Reseting Browser Defaults (reset.css)</title>
	<atom:link href="http://www.csskarma.com/blog/reseting-browser-defaults-resetcss/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csskarma.com/blog/reseting-browser-defaults-resetcss/</link>
	<description>display your</description>
	<pubDate>Sat, 22 Nov 2008 06:20:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Jessie</title>
		<link>http://www.csskarma.com/blog/reseting-browser-defaults-resetcss/#comment-30382</link>
		<dc:creator>Jessie</dc:creator>
		<pubDate>Fri, 21 Nov 2008 02:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.csskarma.com/blog/?p=53#comment-30382</guid>
		<description>&lt;strong&gt;reset...&lt;/strong&gt;

One notable blogging tool that does not support trackback yet is Blogger. Six Apart started a working group in February 2006 to improve...</description>
		<content:encoded><![CDATA[<p><strong>reset&#8230;</strong></p>
<p>One notable blogging tool that does not support trackback yet is Blogger. Six Apart started a working group in February 2006 to improve&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lewis</title>
		<link>http://www.csskarma.com/blog/reseting-browser-defaults-resetcss/#comment-651</link>
		<dc:creator>Lewis</dc:creator>
		<pubDate>Thu, 07 Feb 2008 13:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.csskarma.com/blog/?p=53#comment-651</guid>
		<description>Thanks Tim! I had a feeling that was probably the case, I just never got round to doing some research.

It's mostly things like lists that I need it for, so I'll probably only use a few lines of it.</description>
		<content:encoded><![CDATA[<p>Thanks Tim! I had a feeling that was probably the case, I just never got round to doing some research.</p>
<p>It&#8217;s mostly things like lists that I need it for, so I&#8217;ll probably only use a few lines of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.csskarma.com/blog/reseting-browser-defaults-resetcss/#comment-569</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 06 Feb 2008 21:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.csskarma.com/blog/?p=53#comment-569</guid>
		<description>yea, I actually leave the whitespace in now, when you have a giant css file I think it's 100% easier to scan through. You can see it if you view the CSS on this site, looks really nice and only adds a few byes to the file size.

I read an article on it a while ago...lemme search for it...&lt;a href="http://orderedlist.com/articles/single-line-css" rel="nofollow"&gt;Single Line CSS&lt;/a&gt;

gives a good balance of readability and optimization, i think.

Yea I talked to him for a few minutes at WDN, very cool conference, I posted my notes earlier this week if you want to look through 'em</description>
		<content:encoded><![CDATA[<p>yea, I actually leave the whitespace in now, when you have a giant css file I think it&#8217;s 100% easier to scan through. You can see it if you view the CSS on this site, looks really nice and only adds a few byes to the file size.</p>
<p>I read an article on it a while ago&#8230;lemme search for it&#8230;<a href="http://orderedlist.com/articles/single-line-css" rel="nofollow">Single Line CSS</a></p>
<p>gives a good balance of readability and optimization, i think.</p>
<p>Yea I talked to him for a few minutes at WDN, very cool conference, I posted my notes earlier this week if you want to look through &#8216;em</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.csskarma.com/blog/reseting-browser-defaults-resetcss/#comment-567</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Wed, 06 Feb 2008 21:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.csskarma.com/blog/?p=53#comment-567</guid>
		<description>Aww... what's wrong with the &lt;code&gt;q&lt;/code&gt; element? Inline quotes have a place too!

Personally I use the Yahoo! reset style. I don't know why, it was just the first I came across. Don't forget to take out all the whitespace to cut down on the size even more!

When did you get to talk to Jonathon Snook? Was that WDN, you lucky ...?</description>
		<content:encoded><![CDATA[<p>Aww&#8230; what&#8217;s wrong with the <code>q</code> element? Inline quotes have a place too!</p>
<p>Personally I use the Yahoo! reset style. I don&#8217;t know why, it was just the first I came across. Don&#8217;t forget to take out all the whitespace to cut down on the size even more!</p>
<p>When did you get to talk to Jonathon Snook? Was that WDN, you lucky &#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.csskarma.com/blog/reseting-browser-defaults-resetcss/#comment-561</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 06 Feb 2008 19:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.csskarma.com/blog/?p=53#comment-561</guid>
		<description>Lewis, that's actually real easy, if you're on a PC do a search for "html.css". If you're on a Mac, it'll be in the Mozilla Firefox "res" folder (pretty sure it's there).

All browsers work off a master CSS file, since Firefox is open source, you can just grab it from the Mozilla folder.

The only reason I'd advise against doing that is that the Firefox html.css file is 10Kb where the reset file is only 777bytes. Also since Firefox isn't 100% standards compliant, there's probably a fair amount that they're planning to change for the better in the relatively near future.

It's not a bad idea to poke around in that html.css file though, you'd be surprised what's styled in there, including body, html, head, style, script. A lot of elements that we never think get styled, I learned a lot from it.</description>
		<content:encoded><![CDATA[<p>Lewis, that&#8217;s actually real easy, if you&#8217;re on a PC do a search for &#8220;html.css&#8221;. If you&#8217;re on a Mac, it&#8217;ll be in the Mozilla Firefox &#8220;res&#8221; folder (pretty sure it&#8217;s there).</p>
<p>All browsers work off a master CSS file, since Firefox is open source, you can just grab it from the Mozilla folder.</p>
<p>The only reason I&#8217;d advise against doing that is that the Firefox html.css file is 10Kb where the reset file is only 777bytes. Also since Firefox isn&#8217;t 100% standards compliant, there&#8217;s probably a fair amount that they&#8217;re planning to change for the better in the relatively near future.</p>
<p>It&#8217;s not a bad idea to poke around in that html.css file though, you&#8217;d be surprised what&#8217;s styled in there, including body, html, head, style, script. A lot of elements that we never think get styled, I learned a lot from it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lewis</title>
		<link>http://www.csskarma.com/blog/reseting-browser-defaults-resetcss/#comment-558</link>
		<dc:creator>Lewis</dc:creator>
		<pubDate>Wed, 06 Feb 2008 19:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.csskarma.com/blog/?p=53#comment-558</guid>
		<description>What I would like is a file that resets all styles to what Firefox sets the defaults as. Seeing as Firefox seems to treat things as I'd expect and that's what I'm used to using.</description>
		<content:encoded><![CDATA[<p>What I would like is a file that resets all styles to what Firefox sets the defaults as. Seeing as Firefox seems to treat things as I&#8217;d expect and that&#8217;s what I&#8217;m used to using.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
