<?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: 100 Exceedingly Useful CSS Tips and Tricks</title>
	<atom:link href="http://sixrevisions.com/css/100-exceedingly-useful-css-tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixrevisions.com/css/100-exceedingly-useful-css-tips-and-tricks/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 13:37:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Ruhul</title>
		<link>http://sixrevisions.com/css/100-exceedingly-useful-css-tips-and-tricks/#comment-144271</link>
		<dc:creator>Ruhul</dc:creator>
		<pubDate>Thu, 23 Feb 2012 10:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=4508#comment-144271</guid>
		<description>I just want to say in word &quot;this is really great tips&quot;.

Thank you.
Ruhul</description>
		<content:encoded><![CDATA[<p>I just want to say in word &#8220;this is really great tips&#8221;.</p>
<p>Thank you.<br />
Ruhul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandip</title>
		<link>http://sixrevisions.com/css/100-exceedingly-useful-css-tips-and-tricks/#comment-142852</link>
		<dc:creator>Sandip</dc:creator>
		<pubDate>Wed, 25 Jan 2012 06:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=4508#comment-142852</guid>
		<description>Great tips, thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Great tips, thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jovian</title>
		<link>http://sixrevisions.com/css/100-exceedingly-useful-css-tips-and-tricks/#comment-139759</link>
		<dc:creator>Jovian</dc:creator>
		<pubDate>Sat, 10 Dec 2011 18:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=4508#comment-139759</guid>
		<description>Yes, really great tips! Thank you!
Bookmarked.</description>
		<content:encoded><![CDATA[<p>Yes, really great tips! Thank you!<br />
Bookmarked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://sixrevisions.com/css/100-exceedingly-useful-css-tips-and-tricks/#comment-130794</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Mon, 10 Oct 2011 15:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=4508#comment-130794</guid>
		<description>great tips,thank you</description>
		<content:encoded><![CDATA[<p>great tips,thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Great</title>
		<link>http://sixrevisions.com/css/100-exceedingly-useful-css-tips-and-tricks/#comment-115477</link>
		<dc:creator>Great</dc:creator>
		<pubDate>Fri, 26 Aug 2011 11:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=4508#comment-115477</guid>
		<description>I am curious to find out what blog system you have been working with? I&#039;m experiencing some minor security issues with my latest website and I&#039;d like to find something more secure. Do you have any suggestions?</description>
		<content:encoded><![CDATA[<p>I am curious to find out what blog system you have been working with? I&#8217;m experiencing some minor security issues with my latest website and I&#8217;d like to find something more secure. Do you have any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donna Vitan</title>
		<link>http://sixrevisions.com/css/100-exceedingly-useful-css-tips-and-tricks/#comment-89563</link>
		<dc:creator>Donna Vitan</dc:creator>
		<pubDate>Sun, 30 Jan 2011 02:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=4508#comment-89563</guid>
		<description>Thanks Alexander, wish I could make this a mandatory reading for all my web designer colleagues. It&#039;s truly a shame that even though many of us know most if not all of these tips, others have a blatant disregard/ignorance of them.

However, regarding item #54, I do prefer to use a CSS reset as part of my CSS framework. Blank slates just seem more tidy to me.</description>
		<content:encoded><![CDATA[<p>Thanks Alexander, wish I could make this a mandatory reading for all my web designer colleagues. It&#8217;s truly a shame that even though many of us know most if not all of these tips, others have a blatant disregard/ignorance of them.</p>
<p>However, regarding item #54, I do prefer to use a CSS reset as part of my CSS framework. Blank slates just seem more tidy to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iGadget</title>
		<link>http://sixrevisions.com/css/100-exceedingly-useful-css-tips-and-tricks/#comment-89143</link>
		<dc:creator>iGadget</dc:creator>
		<pubDate>Wed, 26 Jan 2011 13:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=4508#comment-89143</guid>
		<description>Remember that CSS files are limited in IE, so you just can use 65K of characters in one document!
On the other hand its just allowed to include 32 CSS files on a single page. (IE only)

So I guess the best way is to create a &quot;master.css&quot; in which you include (an unlimited amount of) files via &quot;@import&quot;.</description>
		<content:encoded><![CDATA[<p>Remember that CSS files are limited in IE, so you just can use 65K of characters in one document!<br />
On the other hand its just allowed to include 32 CSS files on a single page. (IE only)</p>
<p>So I guess the best way is to create a &#8220;master.css&#8221; in which you include (an unlimited amount of) files via &#8220;@import&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaln</title>
		<link>http://sixrevisions.com/css/100-exceedingly-useful-css-tips-and-tricks/#comment-87455</link>
		<dc:creator>Aaln</dc:creator>
		<pubDate>Wed, 12 Jan 2011 21:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=4508#comment-87455</guid>
		<description>For #2, let&#039;s not exclude Quanta Plus.

Lots of great and indespensible development software can be found as Open Source.</description>
		<content:encoded><![CDATA[<p>For #2, let&#8217;s not exclude Quanta Plus.</p>
<p>Lots of great and indespensible development software can be found as Open Source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://sixrevisions.com/css/100-exceedingly-useful-css-tips-and-tricks/#comment-86657</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Mon, 03 Jan 2011 17:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=4508#comment-86657</guid>
		<description>&quot;#54 - Another controversial tip here: don’t use CSS resets. They are generally not needed if you take the time to code well.&quot;

This is TERRIBLE advice. Use CSS resets. Every time.</description>
		<content:encoded><![CDATA[<p>&#8220;#54 &#8211; Another controversial tip here: don’t use CSS resets. They are generally not needed if you take the time to code well.&#8221;</p>
<p>This is TERRIBLE advice. Use CSS resets. Every time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://sixrevisions.com/css/100-exceedingly-useful-css-tips-and-tricks/#comment-86656</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Mon, 03 Jan 2011 17:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=4508#comment-86656</guid>
		<description>So... you shouldn&#039;t use a CSS reset because you should take the time to code well, but you should use a stylesheet framework? That&#039;s contradictory to me.</description>
		<content:encoded><![CDATA[<p>So&#8230; you shouldn&#8217;t use a CSS reset because you should take the time to code well, but you should use a stylesheet framework? That&#8217;s contradictory to me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
