<?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: How you can better organize your HTML with comments</title>
	<atom:link href="http://dustinbrewer.com/how-you-can-better-organize-your-html-with-comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dustinbrewer.com/how-you-can-better-organize-your-html-with-comments/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 16 Mar 2010 12:34:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: professional</title>
		<link>http://dustinbrewer.com/how-you-can-better-organize-your-html-with-comments/comment-page-1/#comment-2701</link>
		<dc:creator>professional</dc:creator>
		<pubDate>Sun, 20 Jul 2008 02:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/how-you-can-better-organize-your-html-with-comments/#comment-2701</guid>
		<description>Hello. I think you are eactly thinking like Sukrat. I really loved the post.</description>
		<content:encoded><![CDATA[<p>Hello. I think you are eactly thinking like Sukrat. I really loved the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louis</title>
		<link>http://dustinbrewer.com/how-you-can-better-organize-your-html-with-comments/comment-page-1/#comment-2552</link>
		<dc:creator>Louis</dc:creator>
		<pubDate>Fri, 06 Jun 2008 05:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/how-you-can-better-organize-your-html-with-comments/#comment-2552</guid>
		<description>I find it&#039;s extremely rare that developers comment the end of their DIV tags. I thought I was the only one that did this, until I found this article! I actually blogged about this same topic on my own site. Check out the article &lt;a href=&quot;http://www.impressivewebs.com/do-you-comment-your-divs/&quot; rel=&quot;nofollow&quot;&gt;Do you comment your DIVs?&lt;/a&gt;. Thanks.</description>
		<content:encoded><![CDATA[<p>I find it&#8217;s extremely rare that developers comment the end of their DIV tags. I thought I was the only one that did this, until I found this article! I actually blogged about this same topic on my own site. Check out the article <a href="http://www.impressivewebs.com/do-you-comment-your-divs/" rel="nofollow">Do you comment your DIVs?</a>. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Tsui</title>
		<link>http://dustinbrewer.com/how-you-can-better-organize-your-html-with-comments/comment-page-1/#comment-1960</link>
		<dc:creator>Simon Tsui</dc:creator>
		<pubDate>Mon, 17 Mar 2008 17:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/how-you-can-better-organize-your-html-with-comments/#comment-1960</guid>
		<description>When I&#039;m working with PHP, instead of HTML comments with &lt;!-- --&gt;, I stick with the PHP comments /* */. The upside to is that these comments &quot;disappear&quot; (PHP comments aren&#039;t outputted) and aren&#039;t seen by anyone else.</description>
		<content:encoded><![CDATA[<p>When I&#8217;m working with PHP, instead of HTML comments with &lt;!&#8211; &#8211;&gt;, I stick with the PHP comments /* */. The upside to is that these comments &#8220;disappear&#8221; (PHP comments aren&#8217;t outputted) and aren&#8217;t seen by anyone else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wakish</title>
		<link>http://dustinbrewer.com/how-you-can-better-organize-your-html-with-comments/comment-page-1/#comment-1940</link>
		<dc:creator>Wakish</dc:creator>
		<pubDate>Sat, 15 Mar 2008 14:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/how-you-can-better-organize-your-html-with-comments/#comment-1940</guid>
		<description>I definetly agree with what Mike said! Self-commented variable is better than actually commenting it.

But, viewing things as Dustin is writing, CSS and HTML are not really programming languages and hence needs a different approach. In this context comments are definetly useful! ;) (Though ids and classes should definetly be self-commented :) )

Yours,
- Wakish -</description>
		<content:encoded><![CDATA[<p>I definetly agree with what Mike said! Self-commented variable is better than actually commenting it.</p>
<p>But, viewing things as Dustin is writing, CSS and HTML are not really programming languages and hence needs a different approach. In this context comments are definetly useful! <img src='http://dustinbrewer.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  (Though ids and classes should definetly be self-commented <img src='http://dustinbrewer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p>Yours,<br />
- Wakish -</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Funzig Web Design Blackburn</title>
		<link>http://dustinbrewer.com/how-you-can-better-organize-your-html-with-comments/comment-page-1/#comment-1922</link>
		<dc:creator>Funzig Web Design Blackburn</dc:creator>
		<pubDate>Fri, 14 Mar 2008 08:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/how-you-can-better-organize-your-html-with-comments/#comment-1922</guid>
		<description>Good points Dustin. I know exactly what you mean about the open source issue. One of the reasons I like using MODx (opensource CMS) is that it gives you ultimate control over things like code commenting in it&#039;s templating system. I also (mostly) use div commenting on top level structural elements for the reasons you mention.
As for the programming issue, every software development and programming course I&#039;ve ever been on has stressed the importance of commenting. Yes, code should be readable but why not make life easier for yourself and others by commenting?</description>
		<content:encoded><![CDATA[<p>Good points Dustin. I know exactly what you mean about the open source issue. One of the reasons I like using MODx (opensource CMS) is that it gives you ultimate control over things like code commenting in it&#8217;s templating system. I also (mostly) use div commenting on top level structural elements for the reasons you mention.<br />
As for the programming issue, every software development and programming course I&#8217;ve ever been on has stressed the importance of commenting. Yes, code should be readable but why not make life easier for yourself and others by commenting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://dustinbrewer.com/how-you-can-better-organize-your-html-with-comments/comment-page-1/#comment-1916</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 14 Mar 2008 04:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/how-you-can-better-organize-your-html-with-comments/#comment-1916</guid>
		<description>&quot;Any programmer worth anything will tell you that code that isnâ€™t commented is messy and unprofessional. &quot;

I disagree with this 100%.  When programming, code should be readable and therefore require no comments.  Naming a method updateArticle() is better than naming it u() or something pointless.

The same goes with web programming.  Using indenting and also good id/class values helps.  I&#039;ve seen a design where there was .  That doesn&#039;t tell me anything!  Something like  makes more sense and helps me navigate code.

The way I and others work is, if it needs a comment, refactor.</description>
		<content:encoded><![CDATA[<p>&#8220;Any programmer worth anything will tell you that code that isnâ€™t commented is messy and unprofessional. &#8221;</p>
<p>I disagree with this 100%.  When programming, code should be readable and therefore require no comments.  Naming a method updateArticle() is better than naming it u() or something pointless.</p>
<p>The same goes with web programming.  Using indenting and also good id/class values helps.  I&#8217;ve seen a design where there was .  That doesn&#8217;t tell me anything!  Something like  makes more sense and helps me navigate code.</p>
<p>The way I and others work is, if it needs a comment, refactor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://dustinbrewer.com/how-you-can-better-organize-your-html-with-comments/comment-page-1/#comment-1903</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Thu, 13 Mar 2008 13:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/how-you-can-better-organize-your-html-with-comments/#comment-1903</guid>
		<description>Great article i never thoguht about doing this, it would probably help my cleanliness a lot. thanks!</description>
		<content:encoded><![CDATA[<p>Great article i never thoguht about doing this, it would probably help my cleanliness a lot. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suraj naik</title>
		<link>http://dustinbrewer.com/how-you-can-better-organize-your-html-with-comments/comment-page-1/#comment-1901</link>
		<dc:creator>suraj naik</dc:creator>
		<pubDate>Thu, 13 Mar 2008 05:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/how-you-can-better-organize-your-html-with-comments/#comment-1901</guid>
		<description>check out the way how I manage my css..

http://www.cssaglobal.com/demos/html/cssdemo/layout.css</description>
		<content:encoded><![CDATA[<p>check out the way how I manage my css..</p>
<p><a href="http://www.cssaglobal.com/demos/html/cssdemo/layout.css" rel="nofollow">http://www.cssaglobal.com/demos/html/cssdemo/layout.css</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
