<?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 &amp; CSS comments</title>
	<atom:link href="http://webdesignpond.co.uk/tips-tutorials/html-css-comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdesignpond.co.uk/tips-tutorials/html-css-comments/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sat, 24 Dec 2011 05:02:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jenna</title>
		<link>http://webdesignpond.co.uk/tips-tutorials/html-css-comments/#comment-197</link>
		<dc:creator>Jenna</dc:creator>
		<pubDate>Tue, 07 Sep 2010 14:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignpond.co.uk/wdp/?p=2014#comment-197</guid>
		<description>Commenting and naming ids and classes meaningfully will help other coders should they ever need to edit what you have done.

Its also a great aid when learning and playing with bits of code, as notation will help in understanding what has been done and how things work.</description>
		<content:encoded><![CDATA[<p>Commenting and naming ids and classes meaningfully will help other coders should they ever need to edit what you have done.</p>
<p>Its also a great aid when learning and playing with bits of code, as notation will help in understanding what has been done and how things work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dizi</title>
		<link>http://webdesignpond.co.uk/tips-tutorials/html-css-comments/#comment-196</link>
		<dc:creator>Dizi</dc:creator>
		<pubDate>Fri, 25 Jun 2010 22:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignpond.co.uk/wdp/?p=2014#comment-196</guid>
		<description>Nice tip Luke :)  I haven&#039;t thought of commenting like that, it makes it a lot simpler just commenting on the close of the elements and makes a lot of sense to do it that way too.

(Plus you&#039;re right, about giving meaningful names, something I am sometimes guilty of not doing, I have a bad habit of  calling things left and right...which is confusing when left becomes right and right becomes left )</description>
		<content:encoded><![CDATA[<p>Nice tip Luke <img src='http://webdesignpond.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I haven&#8217;t thought of commenting like that, it makes it a lot simpler just commenting on the close of the elements and makes a lot of sense to do it that way too.</p>
<p>(Plus you&#8217;re right, about giving meaningful names, something I am sometimes guilty of not doing, I have a bad habit of  calling things left and right&#8230;which is confusing when left becomes right and right becomes left )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Jones</title>
		<link>http://webdesignpond.co.uk/tips-tutorials/html-css-comments/#comment-195</link>
		<dc:creator>Luke Jones</dc:creator>
		<pubDate>Fri, 25 Jun 2010 22:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignpond.co.uk/wdp/?p=2014#comment-195</guid>
		<description>Great post, one standard I try and get into the brains of the devs at work is commenting with the name of the element, because one should always semantically name elements anyway. For example:
[code]
&lt;div id=&quot;primaryHeader&quot;&gt;
&lt;p&gt;Some content&lt;/p&gt;
&lt;/div&gt;&lt;!--/primaryHeader--&gt;
[/code] </description>
		<content:encoded><![CDATA[<p>Great post, one standard I try and get into the brains of the devs at work is commenting with the name of the element, because one should always semantically name elements anyway. For example:</p>
<pre class="brush: plain; title: ; notranslate">
&lt;div id=&quot;primaryHeader&quot;&gt;
&lt;p&gt;Some content&lt;/p&gt;
&lt;/div&gt;&lt;!--/primaryHeader--&gt;
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

