<?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: CSS Comments for Beginners</title>
	<atom:link href="http://www.robinsblog.com/10292009/css-comments-for-beginners/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robinsblog.com/10292009/css-comments-for-beginners/</link>
	<description>Resources for Web Development Students</description>
	<lastBuildDate>Fri, 25 Dec 2009 23:51:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Robin Wood</title>
		<link>http://www.robinsblog.com/10292009/css-comments-for-beginners/comment-page-1/#comment-94475</link>
		<dc:creator>Robin Wood</dc:creator>
		<pubDate>Wed, 04 Nov 2009 21:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinsblog.com/?p=1597#comment-94475</guid>
		<description>&lt;p&gt;There is a good article on &lt;a title=&quot;CSS-Tricks&quot; href=&quot;http://css-tricks.com/different-ways-to-format-css/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;formatting CSS&lt;/a&gt; at CSS-Tricks. The discussion is very good.

&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>There is a good article on <a title="CSS-Tricks" href="http://css-tricks.com/different-ways-to-format-css/" target="_blank" rel="nofollow">formatting CSS</a> at CSS-Tricks. The discussion is very good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Hucklesby</title>
		<link>http://www.robinsblog.com/10292009/css-comments-for-beginners/comment-page-1/#comment-94453</link>
		<dc:creator>David Hucklesby</dc:creator>
		<pubDate>Mon, 02 Nov 2009 22:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinsblog.com/?p=1597#comment-94453</guid>
		<description>You said &quot;I wasn&#039;t giving tips on organizing&quot; (CSS). I know-- I was just showing off. :-)
Adding lots of meaningful comments is highly recommended. But it can lead to large files. Software exists to compress CSS files. &lt;a href=&quot;http://www.coolphptools.com/dynamic_css&quot;&gt;Dynamic CSS&lt;/a&gt; also lets you use &quot;CSS variables&#039;. i haven&#039;t tried it yet, but it seems a great idea...
 </description>
		<content:encoded><![CDATA[<p>You said &#8220;I wasn&#8217;t giving tips on organizing&#8221; (CSS). I know&#8211; I was just showing off. <img src='http://www.robinsblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Adding lots of meaningful comments is highly recommended. But it can lead to large files. Software exists to compress CSS files. &lt;a href=&#8221;http://www.coolphptools.com/dynamic_css&#8221;&gt;Dynamic CSS&lt;/a&gt; also lets you use &#8220;CSS variables&#8217;. i haven&#8217;t tried it yet, but it seems a great idea&#8230;<br />
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin Wood</title>
		<link>http://www.robinsblog.com/10292009/css-comments-for-beginners/comment-page-1/#comment-94450</link>
		<dc:creator>Robin Wood</dc:creator>
		<pubDate>Mon, 02 Nov 2009 19:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinsblog.com/?p=1597#comment-94450</guid>
		<description>&lt;p&gt;Yes, I agree. I wasn&#039;t giving tips on organizing, just noting the importance of commenting each major section. I think CSS organization deserves its own post. ;)

Here is an article on that topic that I came across last week &lt;a title=&quot;5 rules to write more readable CSS files&quot; href=&quot;http://woorkup.com/2009/10/18/5-rules-to-write-more-readable-css-files/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;5 rules to write more readable CSS files&lt;/a&gt;. Good article and comments.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Yes, I agree. I wasn&#8217;t giving tips on organizing, just noting the importance of commenting each major section. I think CSS organization deserves its own post. <img src='http://www.robinsblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Here is an article on that topic that I came across last week <a title="5 rules to write more readable CSS files" href="http://woorkup.com/2009/10/18/5-rules-to-write-more-readable-css-files/" target="_blank" rel="nofollow">5 rules to write more readable CSS files</a>. Good article and comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Hucklesby</title>
		<link>http://www.robinsblog.com/10292009/css-comments-for-beginners/comment-page-1/#comment-94387</link>
		<dc:creator>David Hucklesby</dc:creator>
		<pubDate>Sat, 31 Oct 2009 05:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinsblog.com/?p=1597#comment-94387</guid>
		<description>There are other ways of organizing styles, of course. I begin with basic styling of elements: font-size, margins, padding; styling of major structural elements comes next; at the end I do the decorating - colors, backgrounds, etc.

I guess it does not matter what kind of organization you use, as long as you do follow some logical order so you can find your place easily when you come back to the code months later.

My understanding of the &quot;overflow&quot; trick is to use any value _except_ visible. &quot;auto&quot; usually works, but may produce scroll bars in some browsers. &quot;hidden&quot; works well, although you may have to reset this for IE 6. &quot;overflow&quot; won&#039;t work for IE 6 or 7 - give a width or height to those browsers (min-height to IE 7).

Good article. Thanks.</description>
		<content:encoded><![CDATA[<p>There are other ways of organizing styles, of course. I begin with basic styling of elements: font-size, margins, padding; styling of major structural elements comes next; at the end I do the decorating &#8211; colors, backgrounds, etc.</p>
<p>I guess it does not matter what kind of organization you use, as long as you do follow some logical order so you can find your place easily when you come back to the code months later.</p>
<p>My understanding of the &#8220;overflow&#8221; trick is to use any value _except_ visible. &#8220;auto&#8221; usually works, but may produce scroll bars in some browsers. &#8220;hidden&#8221; works well, although you may have to reset this for IE 6. &#8220;overflow&#8221; won&#8217;t work for IE 6 or 7 &#8211; give a width or height to those browsers (min-height to IE 7).</p>
<p>Good article. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
