<?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: CSS Classes and IDs</title>
	<atom:link href="http://www.timthorp.com/webdev/css-classes-and-ids/feed" rel="self" type="application/rss+xml" />
	<link>http://www.timthorp.com/webdev/css-classes-and-ids</link>
	<description>technology made simple.</description>
	<lastBuildDate>Sun, 17 Jan 2010 07:17:01 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tim Thorp</title>
		<link>http://www.timthorp.com/webdev/css-classes-and-ids/comment-page-1#comment-5</link>
		<dc:creator>Tim Thorp</dc:creator>
		<pubDate>Tue, 18 Mar 2008 23:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.timthorp.com/webdev/css-classes-and-ids#comment-5</guid>
		<description>Great points Judy. I am going to edit my post so that it includes your tips on IDs for page layout elements.</description>
		<content:encoded><![CDATA[<p>Great points Judy. I am going to edit my post so that it includes your tips on IDs for page layout elements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: judy</title>
		<link>http://www.timthorp.com/webdev/css-classes-and-ids/comment-page-1#comment-3</link>
		<dc:creator>judy</dc:creator>
		<pubDate>Tue, 18 Mar 2008 19:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.timthorp.com/webdev/css-classes-and-ids#comment-3</guid>
		<description>In the cascading schema of css, IDs have a higher value of priority than classes. it&#039;s like 100 versus 10. I remember reading specifics about that somewhere in the green css book. 

I use ids for selection divider elements. like #header, #footer, etc. Ids are easier hooks for javascript. And you can use an id more than once per page but then it won&#039;t validate.  :)

But classes are useful b.c. you can have multiple classes for one element. 

also by saying your fav. exp of classes includes &quot;code&quot;, are you talking about a class to mimick &lt;code&gt;?</description>
		<content:encoded><![CDATA[<p>In the cascading schema of css, IDs have a higher value of priority than classes. it&#8217;s like 100 versus 10. I remember reading specifics about that somewhere in the green css book. </p>
<p>I use ids for selection divider elements. like #header, #footer, etc. Ids are easier hooks for javascript. And you can use an id more than once per page but then it won&#8217;t validate.  <img src='http://www.timthorp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>But classes are useful b.c. you can have multiple classes for one element. </p>
<p>also by saying your fav. exp of classes includes &#8220;code&#8221;, are you talking about a class to mimick <code>?</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
