<?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: The Most Common HTML and CSS Mistakes to Avoid</title>
	<atom:link href="http://webdesignledger.com/tips/the-most-common-html-and-css-mistakes-to-avoid/feed" rel="self" type="application/rss+xml" />
	<link>http://webdesignledger.com/tips/the-most-common-html-and-css-mistakes-to-avoid</link>
	<description>A Publication for Web Designers</description>
	<lastBuildDate>Fri, 10 Sep 2010 10:41:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Edwin</title>
		<link>http://webdesignledger.com/tips/the-most-common-html-and-css-mistakes-to-avoid/comment-page-1#comment-42086</link>
		<dc:creator>Edwin</dc:creator>
		<pubDate>Thu, 26 Aug 2010 16:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignledger.com/?p=3746#comment-42086</guid>
		<description>forgetting to close tags is indeed one of my most common mistakes. Nice tips</description>
		<content:encoded><![CDATA[<p>forgetting to close tags is indeed one of my most common mistakes. Nice tips</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://webdesignledger.com/tips/the-most-common-html-and-css-mistakes-to-avoid/comment-page-1#comment-40430</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Sun, 15 Aug 2010 01:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignledger.com/?p=3746#comment-40430</guid>
		<description>love it... I get messed up using php when the quotes go nuts.</description>
		<content:encoded><![CDATA[<p>love it&#8230; I get messed up using php when the quotes go nuts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://webdesignledger.com/tips/the-most-common-html-and-css-mistakes-to-avoid/comment-page-1#comment-40429</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Sun, 15 Aug 2010 01:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignledger.com/?p=3746#comment-40429</guid>
		<description>Google is not too... lmao</description>
		<content:encoded><![CDATA[<p>Google is not too&#8230; lmao</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ari</title>
		<link>http://webdesignledger.com/tips/the-most-common-html-and-css-mistakes-to-avoid/comment-page-1#comment-40258</link>
		<dc:creator>Ari</dc:creator>
		<pubDate>Fri, 13 Aug 2010 22:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignledger.com/?p=3746#comment-40258</guid>
		<description>Nice</description>
		<content:encoded><![CDATA[<p>Nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://webdesignledger.com/tips/the-most-common-html-and-css-mistakes-to-avoid/comment-page-1#comment-34452</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 01 Jul 2010 16:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignledger.com/?p=3746#comment-34452</guid>
		<description>[quote]Name your divs specific things like #home-left-column which is better than just #left.[[/quote]

Others may have brought this up already, but I haven&#039;t read all the comments before adding my .02 cents.  Forgive me if this is redundant, but...

While I agree about using unique names for IDs and classes, I disagree with the naming convention you suggested.  In the example given, it was suggested to name the ID as &quot;#home-left-column.&quot; again, I agree this is better than &quot;#left,&quot; but if you want to use this style over, then you have to fetch it by that name, even if the same styles are used in, say, the left footer column.  In my opinion, it would be better to name it as, say, &quot;#teaser1&quot; or &quot;#hotspot&quot; or even &quot;#left-column&quot; or anything that describes how it&#039;s used or what it&#039;s used for, just try to avoid naming according to where it&#039;s used.</description>
		<content:encoded><![CDATA[<p>[quote]Name your divs specific things like #home-left-column which is better than just #left.[[/quote]</p>
<p>Others may have brought this up already, but I haven&#8217;t read all the comments before adding my .02 cents.  Forgive me if this is redundant, but&#8230;</p>
<p>While I agree about using unique names for IDs and classes, I disagree with the naming convention you suggested.  In the example given, it was suggested to name the ID as &#8220;#home-left-column.&#8221; again, I agree this is better than &#8220;#left,&#8221; but if you want to use this style over, then you have to fetch it by that name, even if the same styles are used in, say, the left footer column.  In my opinion, it would be better to name it as, say, &#8220;#teaser1&#8243; or &#8220;#hotspot&#8221; or even &#8220;#left-column&#8221; or anything that describes how it&#8217;s used or what it&#8217;s used for, just try to avoid naming according to where it&#8217;s used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Hester</title>
		<link>http://webdesignledger.com/tips/the-most-common-html-and-css-mistakes-to-avoid/comment-page-1#comment-31635</link>
		<dc:creator>Chris Hester</dc:creator>
		<pubDate>Wed, 09 Jun 2010 22:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignledger.com/?p=3746#comment-31635</guid>
		<description>I disagree. I just tested A03 and it came up with the same colour as AA0033. Any pair of valid hex values can be shortened, from 0 to 9 and A to F.</description>
		<content:encoded><![CDATA[<p>I disagree. I just tested A03 and it came up with the same colour as AA0033. Any pair of valid hex values can be shortened, from 0 to 9 and A to F.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NiteLabs</title>
		<link>http://webdesignledger.com/tips/the-most-common-html-and-css-mistakes-to-avoid/comment-page-1#comment-25807</link>
		<dc:creator>NiteLabs</dc:creator>
		<pubDate>Sat, 17 Apr 2010 12:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignledger.com/?p=3746#comment-25807</guid>
		<description>@Using  Shortened  Color Declarations
Shortened color declaration can only be used for pairs: 00 33 66 99 CC FF.
Therefore, abbreviation 03F representing RGB hex colour value 0033FF is valid. However, A03 for AA0033 is not!</description>
		<content:encoded><![CDATA[<p>@Using  Shortened  Color Declarations<br />
Shortened color declaration can only be used for pairs: 00 33 66 99 CC FF.<br />
Therefore, abbreviation 03F representing RGB hex colour value 0033FF is valid. However, A03 for AA0033 is not!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Pryde</title>
		<link>http://webdesignledger.com/tips/the-most-common-html-and-css-mistakes-to-avoid/comment-page-1#comment-24676</link>
		<dc:creator>Andrew Pryde</dc:creator>
		<pubDate>Wed, 07 Apr 2010 08:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignledger.com/?p=3746#comment-24676</guid>
		<description>I was unsure of that. I hope it&#039;s the case becuase it makes sense for elements which don&#039;t contain content to be self-closing as the tags are not enclosing anything. Semantics and all that...

&lt;a href=&quot;http://www.twitter.com/Prydie&quot; rel=&quot;nofollow&quot;&gt;@Prydie&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I was unsure of that. I hope it&#8217;s the case becuase it makes sense for elements which don&#8217;t contain content to be self-closing as the tags are not enclosing anything. Semantics and all that&#8230;</p>
<p><a href="http://www.twitter.com/Prydie" rel="nofollow">@Prydie</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Kenny</title>
		<link>http://webdesignledger.com/tips/the-most-common-html-and-css-mistakes-to-avoid/comment-page-1#comment-23416</link>
		<dc:creator>Mark Kenny</dc:creator>
		<pubDate>Thu, 25 Mar 2010 14:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignledger.com/?p=3746#comment-23416</guid>
		<description>HTML is markup, meaning that it has semantic meaning. It&#039;s more for naming what different parts of a document do. So ... classes are for categories of elements (e.g. date, section-header, post-footer), but IDs are for giving individual names to elements, eg &#039;header&#039;, &#039;content&#039;.

They&#039;re not just for identifying single/multiple elements.

Sounds fussy, but just giving a bit more background ;)</description>
		<content:encoded><![CDATA[<p>HTML is markup, meaning that it has semantic meaning. It&#8217;s more for naming what different parts of a document do. So &#8230; classes are for categories of elements (e.g. date, section-header, post-footer), but IDs are for giving individual names to elements, eg &#8216;header&#8217;, &#8216;content&#8217;.</p>
<p>They&#8217;re not just for identifying single/multiple elements.</p>
<p>Sounds fussy, but just giving a bit more background <img src='http://webdesignledger.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olivier FAURAX</title>
		<link>http://webdesignledger.com/tips/the-most-common-html-and-css-mistakes-to-avoid/comment-page-1#comment-21815</link>
		<dc:creator>Olivier FAURAX</dc:creator>
		<pubDate>Wed, 10 Mar 2010 14:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignledger.com/?p=3746#comment-21815</guid>
		<description>&quot;Name your divs specific things like #home-left-column which is better than just #left.&quot;

And even better: #home-column1
Because there will be a time when you&#039;ll want to change your CSS to put these column on the right....</description>
		<content:encoded><![CDATA[<p>&#8220;Name your divs specific things like #home-left-column which is better than just #left.&#8221;</p>
<p>And even better: #home-column1<br />
Because there will be a time when you&#8217;ll want to change your CSS to put these column on the right&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
