<?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 colour tip</title>
	<atom:link href="http://www.dave-woods.co.uk/index.php/css-colour-tip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dave-woods.co.uk/index.php/css-colour-tip/</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 10:27:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: St. Athanasius</title>
		<link>http://www.dave-woods.co.uk/index.php/css-colour-tip/comment-page-1/#comment-15089</link>
		<dc:creator>St. Athanasius</dc:creator>
		<pubDate>Thu, 06 Nov 2008 00:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=97#comment-15089</guid>
		<description>Long this is not met.</description>
		<content:encoded><![CDATA[<p>Long this is not met.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Faulds</title>
		<link>http://www.dave-woods.co.uk/index.php/css-colour-tip/comment-page-1/#comment-140</link>
		<dc:creator>John Faulds</dc:creator>
		<pubDate>Wed, 24 Oct 2007 13:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=97#comment-140</guid>
		<description>If you&#039;re just referencing colours that you&#039;ve already used in your layout, I find the Colorpicker extension for Firefox does the job for me.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re just referencing colours that you&#8217;ve already used in your layout, I find the Colorpicker extension for Firefox does the job for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.dave-woods.co.uk/index.php/css-colour-tip/comment-page-1/#comment-128</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 22 Oct 2007 11:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=97#comment-128</guid>
		<description>Great idea.
Simple but very useful.</description>
		<content:encoded><![CDATA[<p>Great idea.<br />
Simple but very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dave-woods.co.uk/index.php/css-colour-tip/comment-page-1/#comment-99</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 15 Oct 2007 08:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=97#comment-99</guid>
		<description>Hi James, if you find that way of working easier then that&#039;s fine. As a CSS designer though then I&#039;ll usually find myself working from a Photoshop file so any changes to colour or layout will have already been made at this stage so colours won&#039;t be changing.

This comment tip is more for the scenario when different colours need to be used across the site so can be useful to specify them at the top of the CSS just for reference.

You could generate the CSS using variables and a server side language or as you&#039;ve pointed out generate a colour glossary but it seems like a bit of extra work as apposed to simply changing a hex value for the rare occasions that a colour may change from the PSD mockup.</description>
		<content:encoded><![CDATA[<p>Hi James, if you find that way of working easier then that&#8217;s fine. As a CSS designer though then I&#8217;ll usually find myself working from a Photoshop file so any changes to colour or layout will have already been made at this stage so colours won&#8217;t be changing.</p>
<p>This comment tip is more for the scenario when different colours need to be used across the site so can be useful to specify them at the top of the CSS just for reference.</p>
<p>You could generate the CSS using variables and a server side language or as you&#8217;ve pointed out generate a colour glossary but it seems like a bit of extra work as apposed to simply changing a hex value for the rare occasions that a colour may change from the PSD mockup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.dave-woods.co.uk/index.php/css-colour-tip/comment-page-1/#comment-97</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 14 Oct 2007 21:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=97#comment-97</guid>
		<description>This is nuts. What happens as you make adjustments to the CSS? You have colors defined in 2 places, and you have to make sure you keep them in sync, by hand.  That&#039;s *work*.

Better to add comments where the colors are actually used, and have a small shell script parse the file and generate the &quot;color glossary&quot;.

.error {
  color: #933; /* error text  */
}


~10 lines of Ruby or Perl to parse this and create a color guide.</description>
		<content:encoded><![CDATA[<p>This is nuts. What happens as you make adjustments to the CSS? You have colors defined in 2 places, and you have to make sure you keep them in sync, by hand.  That&#8217;s *work*.</p>
<p>Better to add comments where the colors are actually used, and have a small shell script parse the file and generate the &#8220;color glossary&#8221;.</p>
<p>.error {<br />
  color: #933; /* error text  */<br />
}</p>
<p>~10 lines of Ruby or Perl to parse this and create a color guide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weird Wonderful Web Links for October 6th &#124; False Positives</title>
		<link>http://www.dave-woods.co.uk/index.php/css-colour-tip/comment-page-1/#comment-76</link>
		<dc:creator>Weird Wonderful Web Links for October 6th &#124; False Positives</dc:creator>
		<pubDate>Sun, 07 Oct 2007 00:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=97#comment-76</guid>
		<description>[...] CSS colour tip - make a comment at the top of the CSS which displays all the colours that are used within his CSS file with descriptions making them easily identifiable with other aspects of the page. [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS colour tip &#8211; make a comment at the top of the CSS which displays all the colours that are used within his CSS file with descriptions making them easily identifiable with other aspects of the page. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pixelslave</title>
		<link>http://www.dave-woods.co.uk/index.php/css-colour-tip/comment-page-1/#comment-75</link>
		<dc:creator>Pixelslave</dc:creator>
		<pubDate>Sat, 06 Oct 2007 18:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=97#comment-75</guid>
		<description>I&#039;ve been doing this for a long time. When you&#039;re working with a large site that may undergo modifications by many different individuals or groups over its lifetime it helps promote consistency--sort of like a style guide for your style sheet.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been doing this for a long time. When you&#8217;re working with a large site that may undergo modifications by many different individuals or groups over its lifetime it helps promote consistency&#8211;sort of like a style guide for your style sheet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Davis</title>
		<link>http://www.dave-woods.co.uk/index.php/css-colour-tip/comment-page-1/#comment-74</link>
		<dc:creator>Tim Davis</dc:creator>
		<pubDate>Sat, 06 Oct 2007 18:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=97#comment-74</guid>
		<description>This is a great tip and I shall incorporate it into my future projects. 

I have found another trick to help speed up the design process, I get my color palette (#hex(s);) and make a simple html page with them in it, then I use the &quot;Palette Grabber&quot; extension for FireFox and create/import into Photoshop the color palette. This way I can have it right in Photoshop when laying out my mock up.</description>
		<content:encoded><![CDATA[<p>This is a great tip and I shall incorporate it into my future projects. </p>
<p>I have found another trick to help speed up the design process, I get my color palette (#hex(s);) and make a simple html page with them in it, then I use the &#8220;Palette Grabber&#8221; extension for FireFox and create/import into Photoshop the color palette. This way I can have it right in Photoshop when laying out my mock up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tristan</title>
		<link>http://www.dave-woods.co.uk/index.php/css-colour-tip/comment-page-1/#comment-68</link>
		<dc:creator>Tristan</dc:creator>
		<pubDate>Fri, 05 Oct 2007 08:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=97#comment-68</guid>
		<description>That is actually A good idea. I normally keep all my hex values jotted down on a post-it note stuck to one of my screens but become aggravated when I decide to work on a file on my laptop and haven&#039;t got the post-it note... This is a simple solution for what can be an annoying problem.</description>
		<content:encoded><![CDATA[<p>That is actually A good idea. I normally keep all my hex values jotted down on a post-it note stuck to one of my screens but become aggravated when I decide to work on a file on my laptop and haven&#8217;t got the post-it note&#8230; This is a simple solution for what can be an annoying problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dave-woods.co.uk/index.php/css-colour-tip/comment-page-1/#comment-67</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 04 Oct 2007 09:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=97#comment-67</guid>
		<description>It would be useful to have some kind of variable support but there&#039;s nothing stopping you from creating your CSS file with a PHP and then serving it as text/css.</description>
		<content:encoded><![CDATA[<p>It would be useful to have some kind of variable support but there&#8217;s nothing stopping you from creating your CSS file with a PHP and then serving it as text/css.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
