<?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: HTML ID or Class &#8211; Which one should I use?</title>
	<atom:link href="http://veerasundar.com/blog/2009/10/html-id-or-class-which-one-should-i-use/feed/" rel="self" type="application/rss+xml" />
	<link>http://veerasundar.com/blog/2009/10/html-id-or-class-which-one-should-i-use/</link>
	<description>Java / Web developer working at PayPal, India.</description>
	<lastBuildDate>Fri, 10 Sep 2010 17:00:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Veera</title>
		<link>http://veerasundar.com/blog/2009/10/html-id-or-class-which-one-should-i-use/comment-page-1/#comment-2300</link>
		<dc:creator>Veera</dc:creator>
		<pubDate>Fri, 20 Nov 2009 11:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=832#comment-2300</guid>
		<description>Thats a nice tip. I&#039;ve often seen that both class and id are used in styling.</description>
		<content:encoded><![CDATA[<p>Thats a nice tip. I&#39;ve often seen that both class and id are used in styling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dikshitluthra</title>
		<link>http://veerasundar.com/blog/2009/10/html-id-or-class-which-one-should-i-use/comment-page-1/#comment-2299</link>
		<dc:creator>dikshitluthra</dc:creator>
		<pubDate>Fri, 20 Nov 2009 06:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=832#comment-2299</guid>
		<description>I would say always use the class attribute for styling. ID should be used when you want to do some javascript DOM manipulation i.e. to uniquely identify some node in the DOM.</description>
		<content:encoded><![CDATA[<p>I would say always use the class attribute for styling. ID should be used when you want to do some javascript DOM manipulation i.e. to uniquely identify some node in the DOM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vsr</title>
		<link>http://veerasundar.com/blog/2009/10/html-id-or-class-which-one-should-i-use/comment-page-1/#comment-2194</link>
		<dc:creator>vsr</dc:creator>
		<pubDate>Fri, 09 Oct 2009 18:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=832#comment-2194</guid>
		<description>That&#039;s exactly how I use and it&#039;s because ID in markup(or should I use DOM) is meant to be like your primary key in a database table.</description>
		<content:encoded><![CDATA[<p>That&#8217;s exactly how I use and it&#8217;s because ID in markup(or should I use DOM) is meant to be like your primary key in a database table.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
