<?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: Best CSS .Classes for CSS Toolbox</title>
	<atom:link href="http://www.askapache.com/css/css-class.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/css/css-class.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 15 May 2013 08:30:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jimmy</title>
		<link>http://www.askapache.com/css/css-class.html#comment-1568</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Fri, 20 Nov 2009 15:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/css/css-class-example.html#comment-1568</guid>
		<description><![CDATA[I think this idea is best used when editing someone else&#039;s site without having to go in an change all kinds of code. Simply drop in a new class and edit away. If I was to freelance a job, I would totally uses these classes. Make the change the client needs, quickly and they don&#039;t care how you did it.]]></description>
		<content:encoded><![CDATA[<p>I think this idea is best used when editing someone else's site without having to go in an change all kinds of code. Simply drop in a new class and edit away. If I was to freelance a job, I would totally uses these classes. Make the change the client needs, quickly and they don't care how you did it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.askapache.com/css/css-class.html#comment-1567</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Fri, 30 Nov 2007 07:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/css/css-class-example.html#comment-1567</guid>
		<description><![CDATA[WTF. Ever hear of preserving semantics. Horrible examples. You&#039;re just going back to hardcoding values like in HTML sans CSS.

Professional developer? Get a clue.]]></description>
		<content:encoded><![CDATA[<p>WTF. Ever hear of preserving semantics. Horrible examples. You're just going back to hardcoding values like in HTML sans CSS.</p>
<p>Professional developer? Get a clue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/css/css-class.html#comment-1566</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Thu, 29 Nov 2007 20:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/css/css-class-example.html#comment-1566</guid>
		<description><![CDATA[&lt;p&gt;&lt;strong&gt;@ Hostile Monkey&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Please don&#039;t talk about yourself in third-person on this blog. ;)&lt;/p&gt;]]></description>
		<content:encoded><![CDATA[<p><strong>@ Hostile Monkey</strong></p>
<p>Please don't talk about yourself in third-person on this blog. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elliott cable</title>
		<link>http://www.askapache.com/css/css-class.html#comment-1565</link>
		<dc:creator>elliott cable</dc:creator>
		<pubDate>Thu, 29 Nov 2007 18:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/css/css-class-example.html#comment-1565</guid>
		<description><![CDATA[This is very broken, though. The whole point of CSS is separating design from content. With these markups, you have to hardcode design decisions directly into the HTML, which is bad practice.]]></description>
		<content:encoded><![CDATA[<p>This is very broken, though. The whole point of CSS is separating design from content. With these markups, you have to hardcode design decisions directly into the HTML, which is bad practice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Coyier</title>
		<link>http://www.askapache.com/css/css-class.html#comment-1564</link>
		<dc:creator>Chris Coyier</dc:creator>
		<pubDate>Thu, 29 Nov 2007 18:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/css/css-class-example.html#comment-1564</guid>
		<description><![CDATA[.extraemphasis

Usually strong or em tags are enough and the most appropriate semantically, but sometimes it&#039;s nice to have a universal class for adding extra emphasis to a particular element. Could be anything: a bump in font size, a border, a color change...]]></description>
		<content:encoded><![CDATA[<p>.extraemphasis</p>
<p>Usually strong or em tags are enough and the most appropriate semantically, but sometimes it's nice to have a universal class for adding extra emphasis to a particular element. Could be anything: a bump in font size, a border, a color change...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Crowell</title>
		<link>http://www.askapache.com/css/css-class.html#comment-1563</link>
		<dc:creator>Chad Crowell</dc:creator>
		<pubDate>Thu, 29 Nov 2007 17:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/css/css-class-example.html#comment-1563</guid>
		<description><![CDATA[Nice list- I have to admit I was hoping for something more, but this is cool.  I kind of do the same thing but I never keep them all in a place where I can just paste them in (maybe textexpander is a good place) - instead, I go run through old css files to find them and cut and paste...not very efficient!]]></description>
		<content:encoded><![CDATA[<p>Nice list- I have to admit I was hoping for something more, but this is cool.  I kind of do the same thing but I never keep them all in a place where I can just paste them in (maybe textexpander is a good place) - instead, I go run through old css files to find them and cut and paste...not very efficient!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hostile Monkey</title>
		<link>http://www.askapache.com/css/css-class.html#comment-1562</link>
		<dc:creator>Hostile Monkey</dc:creator>
		<pubDate>Thu, 29 Nov 2007 15:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/css/css-class-example.html#comment-1562</guid>
		<description><![CDATA[Boy, you guys really didn&#039;t get Designing with Web Standards, did you?

The Hostile Monkey hopes you eventually figure out why CSS is useful. In the meantime, best of luck with those classes!]]></description>
		<content:encoded><![CDATA[<p>Boy, you guys really didn't get Designing with Web Standards, did you?</p>
<p>The Hostile Monkey hopes you eventually figure out why CSS is useful. In the meantime, best of luck with those classes!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexx</title>
		<link>http://www.askapache.com/css/css-class.html#comment-1561</link>
		<dc:creator>Alexx</dc:creator>
		<pubDate>Thu, 29 Nov 2007 14:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/css/css-class-example.html#comment-1561</guid>
		<description><![CDATA[=  .. much faster and less coding]]></description>
		<content:encoded><![CDATA[<p>=  .. much faster and less coding</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.askapache.com/css/css-class.html#comment-1560</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 31 Oct 2007 09:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/css/css-class-example.html#comment-1560</guid>
		<description><![CDATA[nice . I still need to learn a lot about css when I see this !]]></description>
		<content:encoded><![CDATA[<p>nice . I still need to learn a lot about css when I see this !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luka</title>
		<link>http://www.askapache.com/css/css-class.html#comment-1558</link>
		<dc:creator>Luka</dc:creator>
		<pubDate>Fri, 19 Oct 2007 10:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/css/css-class-example.html#comment-1558</guid>
		<description><![CDATA[I thought I&#039;ve seen all with reset.css and global classes like .red or .center but this is very nice too. Thanx]]></description>
		<content:encoded><![CDATA[<p>I thought I've seen all with reset.css and global classes like .red or .center but this is very nice too. Thanx</p>
]]></content:encoded>
	</item>
</channel>
</rss>
