<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CSS Tutorials and CSS Articles &#187; css comments</title>
	<atom:link href="http://www.cssmaster.co.uk/tag/css-comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cssmaster.co.uk</link>
	<description>CSS tutorials and articles</description>
	<lastBuildDate>Tue, 02 Feb 2010 01:43:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS Comments</title>
		<link>http://www.cssmaster.co.uk/css-comments</link>
		<comments>http://www.cssmaster.co.uk/css-comments#comments</comments>
		<pubDate>Thu, 14 Jan 2010 22:23:24 +0000</pubDate>
		<dc:creator>CSS Master</dc:creator>
				<category><![CDATA[CSS Tutorials]]></category>
		<category><![CDATA[css comments]]></category>

		<guid isPermaLink="false">http://www.cssmaster.co.uk/?p=12</guid>
		<description><![CDATA[The syntax for CSS Comments is very similar to that of other programming and scripting languages like PHP and JavaScript.
Unlike PHP and JavaScript though, CSS comments can only be used one way.
Begin your comment with a /*, and end it with */.  As an example:
/* Hey, this is a comment */
The comment block can [...]]]></description>
			<content:encoded><![CDATA[<p>The syntax for <strong>CSS Comments</strong> is very similar to that of other programming and scripting languages like PHP and JavaScript.</p>
<p>Unlike PHP and JavaScript though, CSS comments can only be used one way.</p>
<p>Begin your comment with a /*, and end it with */.  As an example:<br />
<code>/* Hey, this is a comment */</code></p>
<p>The comment block can span multiple lines:<br />
<code>/*<br />
 Howdy there,<br />
 partner<br />
*/</code></p>
<p>How you lay your comments out is down to personal preference.  I usually do the following:<br />
<code>/*<br />
 *  This is my multi-lined<br />
 *  comment.  I have all<br />
 *  asterixes lines up with<br />
 *  two spaces after before<br />
 *  starting the text.<br />
 */</code></p>
<p>It make it much easier to pick out comments away from large chunks of code this way.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cssmaster.co.uk/css-comments/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

