<?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: Maintain a Standard CSS Structure</title>
	<atom:link href="http://www.dannyfoo.com/blog/website-lessons/maintain-a-standard-css-structure/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dannyfoo.com/blog/website-lessons/maintain-a-standard-css-structure/</link>
	<description>Malaysia website design blog</description>
	<lastBuildDate>Sat, 04 Feb 2012 04:00:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jonathan Ng</title>
		<link>http://www.dannyfoo.com/blog/website-lessons/maintain-a-standard-css-structure/comment-page-1/#comment-908</link>
		<dc:creator>Jonathan Ng</dc:creator>
		<pubDate>Sun, 19 Mar 2006 05:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://MeandmybuddywerediscussingourCascadingStyleSheets(CSS)woesbecauseofanevilmenuthatrefusedtocenteritself.AfterthetiresometrieswejustmovedonandstarteddiscussingaboutourexistingCSSstructure.Wedecidedwehadtostandardiz#comment-908</guid>
		<description>One thing I don&#039;t like about David&#039;s method is it&#039;ll be a little troublesome finding your styles. Firstly, you might not even remember what the class/element was called, let alone in what way it was categorized... putting it all in once place (or at least reduce the separation) makes it a little easier IMO..

The only advantage of separating the decorative styles is that you can group those with similar styles together for easy changing..</description>
		<content:encoded><![CDATA[<p>One thing I don&#8217;t like about David&#8217;s method is it&#8217;ll be a little troublesome finding your styles. Firstly, you might not even remember what the class/element was called, let alone in what way it was categorized&#8230; putting it all in once place (or at least reduce the separation) makes it a little easier IMO..</p>
<p>The only advantage of separating the decorative styles is that you can group those with similar styles together for easy changing..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny Foo</title>
		<link>http://www.dannyfoo.com/blog/website-lessons/maintain-a-standard-css-structure/comment-page-1/#comment-907</link>
		<dc:creator>Danny Foo</dc:creator>
		<pubDate>Sun, 19 Mar 2006 04:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://MeandmybuddywerediscussingourCascadingStyleSheets(CSS)woesbecauseofanevilmenuthatrefusedtocenteritself.AfterthetiresometrieswejustmovedonandstarteddiscussingaboutourexistingCSSstructure.Wedecidedwehadtostandardiz#comment-907</guid>
		<description>Hey David,

Thanks for sharing and the linkages. As for the font size, I assume you&#039;re refering to the comment text. I&#039;ll change the color and size of the default right away. :)

Cheers.

p/s: If anyone feels they&#039;ve a problem reading any content here, please do tell and try to be specific. Thanks.</description>
		<content:encoded><![CDATA[<p>Hey David,</p>
<p>Thanks for sharing and the linkages. As for the font size, I assume you&#8217;re refering to the comment text. I&#8217;ll change the color and size of the default right away. <img src='http://www.dannyfoo.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers.</p>
<p>p/s: If anyone feels they&#8217;ve a problem reading any content here, please do tell and try to be specific. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.dannyfoo.com/blog/website-lessons/maintain-a-standard-css-structure/comment-page-1/#comment-906</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 18 Mar 2006 22:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://MeandmybuddywerediscussingourCascadingStyleSheets(CSS)woesbecauseofanevilmenuthatrefusedtocenteritself.AfterthetiresometrieswejustmovedonandstarteddiscussingaboutourexistingCSSstructure.Wedecidedwehadtostandardiz#comment-906</guid>
		<description>btw, I feel your font size is just a bit too small.. for ppl with high resolution monitors it&#039;s tiny.</description>
		<content:encoded><![CDATA[<p>btw, I feel your font size is just a bit too small.. for ppl with high resolution monitors it&#8217;s tiny.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.dannyfoo.com/blog/website-lessons/maintain-a-standard-css-structure/comment-page-1/#comment-905</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 18 Mar 2006 22:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://MeandmybuddywerediscussingourCascadingStyleSheets(CSS)woesbecauseofanevilmenuthatrefusedtocenteritself.AfterthetiresometrieswejustmovedonandstarteddiscussingaboutourexistingCSSstructure.Wedecidedwehadtostandardiz#comment-905</guid>
		<description>Organising your code into logical sections is best. Also, leave lots of comments in your code, not only for the benefit of others, but also for yourself when you revisit your code a few months later and wonder why you put in this rule in the first place.

The CSS for David&#039;s Web (http://david.itchyhands.com) was the most organised I ever wrote. For my latest work I&#039;m dividing my CSS into broad categories:

STRUCTURE - styles that make up the layout. All the positioning rules go here.

LAYOUT STYLES - styling for the divs above. I&#039;m separating layout rules from decorative rules.

CONTENT STYLES - typography, specific page styles for the site sections

MISCELLANEOUS - what it says.

Check out the CSS of Douglas Bowman (www.stopdesign.com), Dave Shea (www.mezzoblue.com), John Hicks (www.hicksdesign.co.uk/journla) for ideas and best practices.</description>
		<content:encoded><![CDATA[<p>Organising your code into logical sections is best. Also, leave lots of comments in your code, not only for the benefit of others, but also for yourself when you revisit your code a few months later and wonder why you put in this rule in the first place.</p>
<p>The CSS for David&#8217;s Web (<a href="http://david.itchyhands.com" rel="nofollow">http://david.itchyhands.com</a>) was the most organised I ever wrote. For my latest work I&#8217;m dividing my CSS into broad categories:</p>
<p>STRUCTURE &#8211; styles that make up the layout. All the positioning rules go here.</p>
<p>LAYOUT STYLES &#8211; styling for the divs above. I&#8217;m separating layout rules from decorative rules.</p>
<p>CONTENT STYLES &#8211; typography, specific page styles for the site sections</p>
<p>MISCELLANEOUS &#8211; what it says.</p>
<p>Check out the CSS of Douglas Bowman (www.stopdesign.com), Dave Shea (www.mezzoblue.com), John Hicks (www.hicksdesign.co.uk/journla) for ideas and best practices.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Ng</title>
		<link>http://www.dannyfoo.com/blog/website-lessons/maintain-a-standard-css-structure/comment-page-1/#comment-904</link>
		<dc:creator>Jonathan Ng</dc:creator>
		<pubDate>Sat, 18 Mar 2006 15:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://MeandmybuddywerediscussingourCascadingStyleSheets(CSS)woesbecauseofanevilmenuthatrefusedtocenteritself.AfterthetiresometrieswejustmovedonandstarteddiscussingaboutourexistingCSSstructure.Wedecidedwehadtostandardiz#comment-904</guid>
		<description>Dreamweaver here too.. only coz of the pop-up code completers.. i&#039;m a lazy person.. :p Eclipse has similar (and better) features, but it&#039;s Java based, so u&#039;ll need a kick-ass PC to run it smoothly..</description>
		<content:encoded><![CDATA[<p>Dreamweaver here too.. only coz of the pop-up code completers.. i&#8217;m a lazy person.. :p Eclipse has similar (and better) features, but it&#8217;s Java based, so u&#8217;ll need a kick-ass PC to run it smoothly..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 9/21 queries in 0.011 seconds using disk: basic
Object Caching 423/428 objects using disk: basic

Served from: www.dannyfoo.com @ 2012-02-12 03:58:03 -->
