<?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: Top 5 Mistakes of Massive CSS</title>
	<atom:link href="http://www.stubbornella.org/content/2010/07/01/top-5-mistakes-of-massive-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stubbornella.org/content/2010/07/01/top-5-mistakes-of-massive-css/</link>
	<description>A Term of Endearment</description>
	<lastBuildDate>Thu, 20 Oct 2011 16:37:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Beth Budwig</title>
		<link>http://www.stubbornella.org/content/2010/07/01/top-5-mistakes-of-massive-css/comment-page-2/#comment-19595</link>
		<dc:creator>Beth Budwig</dc:creator>
		<pubDate>Tue, 26 Apr 2011 21:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.stubbornella.org/content/?p=556#comment-19595</guid>
		<description>Fantastic video, thanks for sharing!  This will have a real impact on how I clean up my unwieldy codebase.  We&#039;ve got over 3K declarations for headers by element tag alone!</description>
		<content:encoded><![CDATA[<p>Fantastic video, thanks for sharing!  This will have a real impact on how I clean up my unwieldy codebase.  We&#8217;ve got over 3K declarations for headers by element tag alone!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: High Performance CSS code design &#124; Eddie Welker.com</title>
		<link>http://www.stubbornella.org/content/2010/07/01/top-5-mistakes-of-massive-css/comment-page-1/#comment-19550</link>
		<dc:creator>High Performance CSS code design &#124; Eddie Welker.com</dc:creator>
		<pubDate>Wed, 06 Apr 2011 05:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.stubbornella.org/content/?p=556#comment-19550</guid>
		<description>[...] properties are likely used to define header-like text sizes.   Ms. Sullivan does an excellent job pointing out , that of a finite number of font-sizes that can be used on a page, there are even fewer that a [...]</description>
		<content:encoded><![CDATA[<p>[...] properties are likely used to define header-like text sizes.   Ms. Sullivan does an excellent job pointing out , that of a finite number of font-sizes that can be used on a page, there are even fewer that a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: george</title>
		<link>http://www.stubbornella.org/content/2010/07/01/top-5-mistakes-of-massive-css/comment-page-1/#comment-18565</link>
		<dc:creator>george</dc:creator>
		<pubDate>Mon, 31 Jan 2011 15:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.stubbornella.org/content/?p=556#comment-18565</guid>
		<description>a typicall example is
div class=&quot;media h2 ptn pbs mts mbl&quot; -&gt; this is to get a heading looking media box with the respective margins (5px 0 20px 0) and paddings (0px 0px 5px 0px) 

and then one day the designers decide that this element should be more prominent and have more space around it. and this elements is used in dosen of occasions (page, widget, include templates). I would have to find every ocassion and change the class names in a dosen of instances. 

That was my question and I was curious what is you recommendation in this case. 

Another exaple is &quot;leftCol&quot; and &quot;rightCol&quot; which in hypothetical situation one day might change visually so that the content (and its HTML) that were presented on the right / left are now in the center. You can easilly change the css but the html will become meaningless.</description>
		<content:encoded><![CDATA[<p>a typicall example is<br />
div class=&#8221;media h2 ptn pbs mts mbl&#8221; -&gt; this is to get a heading looking media box with the respective margins (5px 0 20px 0) and paddings (0px 0px 5px 0px) </p>
<p>and then one day the designers decide that this element should be more prominent and have more space around it. and this elements is used in dosen of occasions (page, widget, include templates). I would have to find every ocassion and change the class names in a dosen of instances. </p>
<p>That was my question and I was curious what is you recommendation in this case. </p>
<p>Another exaple is &#8220;leftCol&#8221; and &#8220;rightCol&#8221; which in hypothetical situation one day might change visually so that the content (and its HTML) that were presented on the right / left are now in the center. You can easilly change the css but the html will become meaningless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicole Sullivan</title>
		<link>http://www.stubbornella.org/content/2010/07/01/top-5-mistakes-of-massive-css/comment-page-1/#comment-18549</link>
		<dc:creator>Nicole Sullivan</dc:creator>
		<pubDate>Sun, 30 Jan 2011 08:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.stubbornella.org/content/?p=556#comment-18549</guid>
		<description>@george - can you be more specific? I don&#039;t know which classes you are referring to.</description>
		<content:encoded><![CDATA[<p>@george &#8211; can you be more specific? I don&#8217;t know which classes you are referring to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: george</title>
		<link>http://www.stubbornella.org/content/2010/07/01/top-5-mistakes-of-massive-css/comment-page-1/#comment-18516</link>
		<dc:creator>george</dc:creator>
		<pubDate>Fri, 28 Jan 2011 11:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.stubbornella.org/content/?p=556#comment-18516</guid>
		<description>Sorry for the late comment, but I&#039;m really wondering why is it a good idea to bloat your html with these numerous classes? And then when one day you want to change the margin of half of your h1 tags from 10 to 15px you have to go through all of the html files and fix this. Isn&#039;t it a bad idea just as naming your classes red/blue (or any other purely decorational stuff) and than one day you change the design from red to pink and you are left with a lot of really meaningless class names?</description>
		<content:encoded><![CDATA[<p>Sorry for the late comment, but I&#8217;m really wondering why is it a good idea to bloat your html with these numerous classes? And then when one day you want to change the margin of half of your h1 tags from 10 to 15px you have to go through all of the html files and fix this. Isn&#8217;t it a bad idea just as naming your classes red/blue (or any other purely decorational stuff) and than one day you change the design from red to pink and you are left with a lot of really meaningless class names?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vicente</title>
		<link>http://www.stubbornella.org/content/2010/07/01/top-5-mistakes-of-massive-css/comment-page-1/#comment-18282</link>
		<dc:creator>Vicente</dc:creator>
		<pubDate>Fri, 24 Dec 2010 04:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.stubbornella.org/content/?p=556#comment-18282</guid>
		<description>Style with IDs may be necessary some times, for example, if you a have a certain content which is dynamic (e.g. generated by a script), and you want to give it a certain, specific style. If you already have an element with an Id (pherhaps to identify it in the DOM map), why to create a new css class just for that element?

In general, I think there are no general rules, there might be approaches (like the OOCSS, which I think is great), but regards to more specific procedures nothing works better like a performance evaluation. If you learn to make a good performance evaluation for each case, the numbers will tell you what is the best to do. And the PE you make it by trial and error, stats, and case uses. You try different options and chose what works best. No general procedural ideology, particularly when website developing is changing so much and so quickly.

Anyway, great blog, keep posting (straight to bookmarks). Cheers,

Vicente</description>
		<content:encoded><![CDATA[<p>Style with IDs may be necessary some times, for example, if you a have a certain content which is dynamic (e.g. generated by a script), and you want to give it a certain, specific style. If you already have an element with an Id (pherhaps to identify it in the DOM map), why to create a new css class just for that element?</p>
<p>In general, I think there are no general rules, there might be approaches (like the OOCSS, which I think is great), but regards to more specific procedures nothing works better like a performance evaluation. If you learn to make a good performance evaluation for each case, the numbers will tell you what is the best to do. And the PE you make it by trial and error, stats, and case uses. You try different options and chose what works best. No general procedural ideology, particularly when website developing is changing so much and so quickly.</p>
<p>Anyway, great blog, keep posting (straight to bookmarks). Cheers,</p>
<p>Vicente</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francesco Ciabatta</title>
		<link>http://www.stubbornella.org/content/2010/07/01/top-5-mistakes-of-massive-css/comment-page-1/#comment-15734</link>
		<dc:creator>Francesco Ciabatta</dc:creator>
		<pubDate>Sun, 05 Dec 2010 18:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.stubbornella.org/content/?p=556#comment-15734</guid>
		<description>Thanks for the very interesting article, from Italy :)</description>
		<content:encoded><![CDATA[<p>Thanks for the very interesting article, from Italy <img src='http://www.stubbornella.org/content/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristiaan</title>
		<link>http://www.stubbornella.org/content/2010/07/01/top-5-mistakes-of-massive-css/comment-page-1/#comment-15730</link>
		<dc:creator>Kristiaan</dc:creator>
		<pubDate>Sat, 04 Dec 2010 10:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.stubbornella.org/content/?p=556#comment-15730</guid>
		<description>@Nicole - ok cheers for the reply.
In the video it doesn&#039;t show underscores, but I assume they&#039;re supposed to be there?

Maybe they don&#039;t show due to resolution issues; I noticed there are spaces where you&#039;d except an underscore...

It looks like this in the video:
.media{overflow:hidden; overflow:visible; zoom:1;margin:10px}</description>
		<content:encoded><![CDATA[<p>@Nicole &#8211; ok cheers for the reply.<br />
In the video it doesn&#8217;t show underscores, but I assume they&#8217;re supposed to be there?</p>
<p>Maybe they don&#8217;t show due to resolution issues; I noticed there are spaces where you&#8217;d except an underscore&#8230;</p>
<p>It looks like this in the video:<br />
.media{overflow:hidden; overflow:visible; zoom:1;margin:10px}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicole Sullivan</title>
		<link>http://www.stubbornella.org/content/2010/07/01/top-5-mistakes-of-massive-css/comment-page-1/#comment-15719</link>
		<dc:creator>Nicole Sullivan</dc:creator>
		<pubDate>Fri, 03 Dec 2010 17:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.stubbornella.org/content/?p=556#comment-15719</guid>
		<description>@Umair - you can write all your rules to be the same strength, then the one that you want to win just gets put later in the stylesheet. Sort with the cascade rather than specificity and your stylesheets will be much simpler to maintain.</description>
		<content:encoded><![CDATA[<p>@Umair &#8211; you can write all your rules to be the same strength, then the one that you want to win just gets put later in the stylesheet. Sort with the cascade rather than specificity and your stylesheets will be much simpler to maintain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicole Sullivan</title>
		<link>http://www.stubbornella.org/content/2010/07/01/top-5-mistakes-of-massive-css/comment-page-1/#comment-15718</link>
		<dc:creator>Nicole Sullivan</dc:creator>
		<pubDate>Fri, 03 Dec 2010 17:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.stubbornella.org/content/?p=556#comment-15718</guid>
		<description>I don&#039;t use IDs anymore for styling. If I have a header or footer that is really different, I&#039;ll sometimes scope the components in that area with a class name, that way they don&#039;t pollute the more general page components.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t use IDs anymore for styling. If I have a header or footer that is really different, I&#8217;ll sometimes scope the components in that area with a class name, that way they don&#8217;t pollute the more general page components.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.stubbornella.org @ 2012-02-07 06:02:20 -->
