<?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: Toolbox CSS</title>
	<atom:link href="http://tutorialblog.org/toolbox-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialblog.org/toolbox-css/</link>
	<description>High Quality Photoshop Tutorials, Tips and other Great Things...</description>
	<lastBuildDate>Thu, 19 Nov 2009 00:28:25 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adrian Salceanu - </title>
		<link>http://tutorialblog.org/toolbox-css/comment-page-1/#comment-24561</link>
		<dc:creator>Adrian Salceanu - </dc:creator>
		<pubDate>Wed, 21 May 2008 11:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialblog.org/?p=2170#comment-24561</guid>
		<description>The names of the classes are not semantic and contain visual references - which is a big &quot;nono&quot;. If the client, for instance, decides to change the text alignment of some container you&#039;d have two bad choices: 1. search and replace all the &#039;class=&quot;textRight&quot;&#039; with something else, which defeats the whole idea of CSS and could cause unwanted results (like changing something you shouldn&#039;t), or 2. change the style only, inside the class declaration, which is correct usage of CSS, but would leave you with a class named &quot;textRight&quot; that aligns the text on the left. Which will make a total mess out of the presentation layer.

Also, attribute selectors are not fully supported and should not be used.

Otherwise, it&#039;s a nice idea, but a bit hard to implement, as is.</description>
		<content:encoded><![CDATA[<p>The names of the classes are not semantic and contain visual references &#8211; which is a big &#8220;nono&#8221;. If the client, for instance, decides to change the text alignment of some container you&#8217;d have two bad choices: 1. search and replace all the &#8216;class=&#8221;textRight&#8221;&#8216; with something else, which defeats the whole idea of CSS and could cause unwanted results (like changing something you shouldn&#8217;t), or 2. change the style only, inside the class declaration, which is correct usage of CSS, but would leave you with a class named &#8220;textRight&#8221; that aligns the text on the left. Which will make a total mess out of the presentation layer.</p>
<p>Also, attribute selectors are not fully supported and should not be used.</p>
<p>Otherwise, it&#8217;s a nice idea, but a bit hard to implement, as is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Hardisty - http://mothership.co.nz</title>
		<link>http://tutorialblog.org/toolbox-css/comment-page-1/#comment-24560</link>
		<dc:creator>Karl Hardisty - http://mothership.co.nz</dc:creator>
		<pubDate>Wed, 21 May 2008 04:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialblog.org/?p=2170#comment-24560</guid>
		<description>The most powerful aspect of this I believe is the ability to jump back and forth between different sites, and feel comfortable.  

Anyone could create a toolbox for themselves based upon what they&#039;re comfortable with, but to be honest:  who would?  Especially when someone else has done it for you.

Good work.</description>
		<content:encoded><![CDATA[<p>The most powerful aspect of this I believe is the ability to jump back and forth between different sites, and feel comfortable.  </p>
<p>Anyone could create a toolbox for themselves based upon what they&#8217;re comfortable with, but to be honest:  who would?  Especially when someone else has done it for you.</p>
<p>Good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChrisB - </title>
		<link>http://tutorialblog.org/toolbox-css/comment-page-1/#comment-24521</link>
		<dc:creator>ChrisB - </dc:creator>
		<pubDate>Sun, 11 May 2008 02:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialblog.org/?p=2170#comment-24521</guid>
		<description>@Tobias I agree, class&#039;s should describe the content they mark up, so a style-sheet can apply the style for a particular situation, design, or page. 

@Jermayn reset style-sheets are nice if your worried about keeping things like font sizes, line heights, margins etc.. consistent across multiple browsers. There are some that may be bloated, but generally they serve a more universal function imo.</description>
		<content:encoded><![CDATA[<p>@Tobias I agree, class&#8217;s should describe the content they mark up, so a style-sheet can apply the style for a particular situation, design, or page. </p>
<p>@Jermayn reset style-sheets are nice if your worried about keeping things like font sizes, line heights, margins etc.. consistent across multiple browsers. There are some that may be bloated, but generally they serve a more universal function imo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias - </title>
		<link>http://tutorialblog.org/toolbox-css/comment-page-1/#comment-24520</link>
		<dc:creator>Tobias - </dc:creator>
		<pubDate>Sun, 11 May 2008 02:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialblog.org/?p=2170#comment-24520</guid>
		<description>This is a big step backwards if you believe design and structure should be separated. It&#039;s really only a shortcutted version of using inline styles... not exactly ideal.</description>
		<content:encoded><![CDATA[<p>This is a big step backwards if you believe design and structure should be separated. It&#8217;s really only a shortcutted version of using inline styles&#8230; not exactly ideal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: troyfoley - http://www.troyfoley.com</title>
		<link>http://tutorialblog.org/toolbox-css/comment-page-1/#comment-24517</link>
		<dc:creator>troyfoley - http://www.troyfoley.com</dc:creator>
		<pubDate>Sat, 10 May 2008 21:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialblog.org/?p=2170#comment-24517</guid>
		<description>What browsers support this stylesheet?</description>
		<content:encoded><![CDATA[<p>What browsers support this stylesheet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chriscoyier - http://</title>
		<link>http://tutorialblog.org/toolbox-css/comment-page-1/#comment-24511</link>
		<dc:creator>chriscoyier - http://</dc:creator>
		<pubDate>Fri, 09 May 2008 17:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialblog.org/?p=2170#comment-24511</guid>
		<description>@Marlyse  Thanks, that indeed was a syntax error in the code displayed in the article, I have that fixed.</description>
		<content:encoded><![CDATA[<p>@Marlyse  Thanks, that indeed was a syntax error in the code displayed in the article, I have that fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jermayn - http://germworks.net/blog</title>
		<link>http://tutorialblog.org/toolbox-css/comment-page-1/#comment-24509</link>
		<dc:creator>Jermayn - http://germworks.net/blog</dc:creator>
		<pubDate>Fri, 09 May 2008 04:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialblog.org/?p=2170#comment-24509</guid>
		<description>@Pat - over kill...

KISS is always the best method.

@Chris - This is much better than a silly reset or some framework that only adds bloated junk to websites.</description>
		<content:encoded><![CDATA[<p>@Pat &#8211; over kill&#8230;</p>
<p>KISS is always the best method.</p>
<p>@Chris &#8211; This is much better than a silly reset or some framework that only adds bloated junk to websites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marlyse Comte - http://www.mStudiosTALK.com</title>
		<link>http://tutorialblog.org/toolbox-css/comment-page-1/#comment-24505</link>
		<dc:creator>Marlyse Comte - http://www.mStudiosTALK.com</dc:creator>
		<pubDate>Thu, 08 May 2008 21:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialblog.org/?p=2170#comment-24505</guid>
		<description>Nice article and tool&#039;s CSS!

I did find a small error though : the line: a[href~=&quot;.pdf] ... is missing a &quot; after the word pdf and thus the CSS will stop right there with excecution. It should read correctly: a[href~=&quot;.pdf&quot;] ... .

Keep up your good work, love your articles.</description>
		<content:encoded><![CDATA[<p>Nice article and tool&#8217;s CSS!</p>
<p>I did find a small error though : the line: a[href~=".pdf] &#8230; is missing a &#8221; after the word pdf and thus the CSS will stop right there with excecution. It should read correctly: a[href~=".pdf"] &#8230; .</p>
<p>Keep up your good work, love your articles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndrÃ© GÃ¤rtner - http://www.phodana.de</title>
		<link>http://tutorialblog.org/toolbox-css/comment-page-1/#comment-24503</link>
		<dc:creator>AndrÃ© GÃ¤rtner - http://www.phodana.de</dc:creator>
		<pubDate>Thu, 08 May 2008 18:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialblog.org/?p=2170#comment-24503</guid>
		<description>Pretty good idea...</description>
		<content:encoded><![CDATA[<p>Pretty good idea&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chriscoyier - http://</title>
		<link>http://tutorialblog.org/toolbox-css/comment-page-1/#comment-24502</link>
		<dc:creator>chriscoyier - http://</dc:creator>
		<pubDate>Thu, 08 May 2008 12:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialblog.org/?p=2170#comment-24502</guid>
		<description>@Pat I&#039;ve seen that kind of thing before, but I think it&#039;s unnecessary. I&#039;m not quite sure what problem this actually solves and it looks like it might actually cause more potential problems than it solves. I&#039;m open to hearing more about it though!

@Kevin: You can do whatever you want with it, go ahead and remove the name, I don&#039;t mind!</description>
		<content:encoded><![CDATA[<p>@Pat I&#8217;ve seen that kind of thing before, but I think it&#8217;s unnecessary. I&#8217;m not quite sure what problem this actually solves and it looks like it might actually cause more potential problems than it solves. I&#8217;m open to hearing more about it though!</p>
<p>@Kevin: You can do whatever you want with it, go ahead and remove the name, I don&#8217;t mind!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
