<?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>Wed, 23 May 2012 21:26:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Ivan Tsankov</title>
		<link>http://webdesignledger.com/tips/the-most-common-html-and-css-mistakes-to-avoid/comment-page-2#comment-91821</link>
		<dc:creator>Ivan Tsankov</dc:creator>
		<pubDate>Thu, 24 Feb 2011 18:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignledger.com/?p=3746#comment-91821</guid>
		<description>Cool stuff! Of course there&#039;s more crucial HTML/CSS mistakes to avoid like:
Overuse of classes,Use of unnecessary Meta tags(can slow down the loading), using Embed or Object tag (Unusable now and some browser won&#039;t render them properly),
The Blink tag (users won&#039;t like it I assure you).
Using tables is another bad practice, except using it for displaying data and info.</description>
		<content:encoded><![CDATA[<p>Cool stuff! Of course there&#8217;s more crucial HTML/CSS mistakes to avoid like:<br />
Overuse of classes,Use of unnecessary Meta tags(can slow down the loading), using Embed or Object tag (Unusable now and some browser won&#8217;t render them properly),<br />
The Blink tag (users won&#8217;t like it I assure you).<br />
Using tables is another bad practice, except using it for displaying data and info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kosmetyki</title>
		<link>http://webdesignledger.com/tips/the-most-common-html-and-css-mistakes-to-avoid/comment-page-2#comment-72740</link>
		<dc:creator>Kosmetyki</dc:creator>
		<pubDate>Thu, 30 Dec 2010 20:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignledger.com/?p=3746#comment-72740</guid>
		<description>As for me - person who just made first steps in websites design it is just great stuff. Hope to see more articles like ths in the future.</description>
		<content:encoded><![CDATA[<p>As for me &#8211; person who just made first steps in websites design it is just great stuff. Hope to see more articles like ths in the future.</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

