<?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: Your last CSS attribute doesn&#8217;t need a semicolon</title>
	<atom:link href="http://dustinbrewer.com/your-last-css-attribute-doesnt-need-a-semicolon/feed/" rel="self" type="application/rss+xml" />
	<link>http://dustinbrewer.com/your-last-css-attribute-doesnt-need-a-semicolon/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 10 Mar 2010 11:35:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: barry gorbes</title>
		<link>http://dustinbrewer.com/your-last-css-attribute-doesnt-need-a-semicolon/comment-page-1/#comment-4905</link>
		<dc:creator>barry gorbes</dc:creator>
		<pubDate>Wed, 20 Jan 2010 10:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/?p=88#comment-4905</guid>
		<description>Great information thanks for getting this out there for people like me to read.</description>
		<content:encoded><![CDATA[<p>Great information thanks for getting this out there for people like me to read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://dustinbrewer.com/your-last-css-attribute-doesnt-need-a-semicolon/comment-page-1/#comment-4088</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 10 Jul 2009 03:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/?p=88#comment-4088</guid>
		<description>It&#039;s definitely a very bad habit to ignore the semicolon at the last attribute. Problem occurs when you added another attribute at the end and forget to add the semicolon before it.</description>
		<content:encoded><![CDATA[<p>It&#8217;s definitely a very bad habit to ignore the semicolon at the last attribute. Problem occurs when you added another attribute at the end and forget to add the semicolon before it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly McCathran</title>
		<link>http://dustinbrewer.com/your-last-css-attribute-doesnt-need-a-semicolon/comment-page-1/#comment-2850</link>
		<dc:creator>Kelly McCathran</dc:creator>
		<pubDate>Fri, 28 Nov 2008 21:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/?p=88#comment-2850</guid>
		<description>Another side note, the semicolon is equivalent to pressing return or enter in UNIX and some coders like to have every value on a separate line (instead of one massive line). This helps separate each and verify that you didn&#039;t miss anything.</description>
		<content:encoded><![CDATA[<p>Another side note, the semicolon is equivalent to pressing return or enter in UNIX and some coders like to have every value on a separate line (instead of one massive line). This helps separate each and verify that you didn&#8217;t miss anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly McCathran</title>
		<link>http://dustinbrewer.com/your-last-css-attribute-doesnt-need-a-semicolon/comment-page-1/#comment-2849</link>
		<dc:creator>Kelly McCathran</dc:creator>
		<pubDate>Fri, 28 Nov 2008 21:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/?p=88#comment-2849</guid>
		<description>As a teacher, I highly encourage people to build good habits. Practice doesn&#039;t make perfect, it can make bad habits permanent. It is far better to be safe and have a habit of the semicolon than to troubleshoot all the errors it may introduce.

Grammar police: Sorry, I&#039;ll sleep better if I add this. I think you mean quirk, not quark (the sub-atomic particle and page layout program)

;)</description>
		<content:encoded><![CDATA[<p>As a teacher, I highly encourage people to build good habits. Practice doesn&#8217;t make perfect, it can make bad habits permanent. It is far better to be safe and have a habit of the semicolon than to troubleshoot all the errors it may introduce.</p>
<p>Grammar police: Sorry, I&#8217;ll sleep better if I add this. I think you mean quirk, not quark (the sub-atomic particle and page layout program)</p>
<p> <img src='http://dustinbrewer.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francisco Blanchart</title>
		<link>http://dustinbrewer.com/your-last-css-attribute-doesnt-need-a-semicolon/comment-page-1/#comment-740</link>
		<dc:creator>Francisco Blanchart</dc:creator>
		<pubDate>Wed, 26 Dec 2007 23:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/?p=88#comment-740</guid>
		<description>I knew this from the start and at first (as the obsessive clean-coder I was) I even spent time cleaning the last declaration (better than &quot;attribute&quot;) in every rule from their semicolons.

Presently I always make sure that every declaration that I add ends nicely with its semicolon, after hours of head-scratching before realising that the problem was in that one that I added below the semicolon-less one that was supposed to close the rule.

My years of experience have taught me that CSS styling is often a trial-and-error job in which you have to add and remove declarations until you get what you want to achieve and the effort of being constantly aware of the semicolons just to save a bunch of bites in the code is not worth it.</description>
		<content:encoded><![CDATA[<p>I knew this from the start and at first (as the obsessive clean-coder I was) I even spent time cleaning the last declaration (better than &#8220;attribute&#8221;) in every rule from their semicolons.</p>
<p>Presently I always make sure that every declaration that I add ends nicely with its semicolon, after hours of head-scratching before realising that the problem was in that one that I added below the semicolon-less one that was supposed to close the rule.</p>
<p>My years of experience have taught me that CSS styling is often a trial-and-error job in which you have to add and remove declarations until you get what you want to achieve and the effort of being constantly aware of the semicolons just to save a bunch of bites in the code is not worth it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gordon Mackay</title>
		<link>http://dustinbrewer.com/your-last-css-attribute-doesnt-need-a-semicolon/comment-page-1/#comment-362</link>
		<dc:creator>Gordon Mackay</dc:creator>
		<pubDate>Mon, 03 Dec 2007 08:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/?p=88#comment-362</guid>
		<description>I think the operative word is &quot;habit&quot; in this case, and web developers certainly adopt more habits than most people... fortunately they don&#039;t cost much and are unlikely to give you a nasty rash :)</description>
		<content:encoded><![CDATA[<p>I think the operative word is &#8220;habit&#8221; in this case, and web developers certainly adopt more habits than most people&#8230; fortunately they don&#8217;t cost much and are unlikely to give you a nasty rash <img src='http://dustinbrewer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chihn</title>
		<link>http://dustinbrewer.com/your-last-css-attribute-doesnt-need-a-semicolon/comment-page-1/#comment-359</link>
		<dc:creator>Chihn</dc:creator>
		<pubDate>Mon, 03 Dec 2007 08:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/?p=88#comment-359</guid>
		<description>I did not know this but I think that I will not use it so like Mattias said I won&#039;t get any errors.</description>
		<content:encoded><![CDATA[<p>I did not know this but I think that I will not use it so like Mattias said I won&#8217;t get any errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mattias Lundmark</title>
		<link>http://dustinbrewer.com/your-last-css-attribute-doesnt-need-a-semicolon/comment-page-1/#comment-358</link>
		<dc:creator>Mattias Lundmark</dc:creator>
		<pubDate>Mon, 03 Dec 2007 08:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/?p=88#comment-358</guid>
		<description>Leaving out the last semi-colon is actually a habit I actively try to break. I&#039;ve found out the hard way that the errors caused by forgetting to add it in when adding a new instruction outweighs the small reduction in file size that you&#039;ll achieve.</description>
		<content:encoded><![CDATA[<p>Leaving out the last semi-colon is actually a habit I actively try to break. I&#8217;ve found out the hard way that the errors caused by forgetting to add it in when adding a new instruction outweighs the small reduction in file size that you&#8217;ll achieve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Robinson</title>
		<link>http://dustinbrewer.com/your-last-css-attribute-doesnt-need-a-semicolon/comment-page-1/#comment-352</link>
		<dc:creator>Mike Robinson</dc:creator>
		<pubDate>Mon, 03 Dec 2007 08:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/?p=88#comment-352</guid>
		<description>I&#039;ve been getting into the habit of doing this, it&#039;s handy for a minor trimming of the file size. Just have to remember, if you are adding a new attribute, don&#039;t forget to add the semi-colon to the old, last attribute!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been getting into the habit of doing this, it&#8217;s handy for a minor trimming of the file size. Just have to remember, if you are adding a new attribute, don&#8217;t forget to add the semi-colon to the old, last attribute!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
