<?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 Variables</title>
	<atom:link href="http://www.dave-woods.co.uk/index.php/css-variables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dave-woods.co.uk/index.php/css-variables/</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: rolfen</title>
		<link>http://www.dave-woods.co.uk/index.php/css-variables/comment-page-1/#comment-28479</link>
		<dc:creator>rolfen</dc:creator>
		<pubDate>Fri, 23 Apr 2010 12:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/css-variables/#comment-28479</guid>
		<description>The current alternative is including PHP code into you css, or doing extensive replace every time you want to change a common color.
CSS was originally take away style from HTML and centralise it in a single place. Variables only take this further.
Performance has never been the primary concern in web technologies, whether it is a good thing or now, I dont know.</description>
		<content:encoded><![CDATA[<p>The current alternative is including PHP code into you css, or doing extensive replace every time you want to change a common color.<br />
CSS was originally take away style from HTML and centralise it in a single place. Variables only take this further.<br />
Performance has never been the primary concern in web technologies, whether it is a good thing or now, I dont know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sitin</title>
		<link>http://www.dave-woods.co.uk/index.php/css-variables/comment-page-1/#comment-28069</link>
		<dc:creator>Sitin</dc:creator>
		<pubDate>Fri, 27 Nov 2009 12:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/css-variables/#comment-28069</guid>
		<description>The only advantage of CSS variables is to use their definitions in separate files. In this case we can divide &quot;static&quot; and &quot;dinamic&quot; parts of the style. It saves some server-side time avoiding css parsing for simle task. And if it is not (the variable scope is only curent file) I agree with Jason that styles must be simple to implement on the client side and css is not a programming language.</description>
		<content:encoded><![CDATA[<p>The only advantage of CSS variables is to use their definitions in separate files. In this case we can divide &#8220;static&#8221; and &#8220;dinamic&#8221; parts of the style. It saves some server-side time avoiding css parsing for simle task. And if it is not (the variable scope is only curent file) I agree with Jason that styles must be simple to implement on the client side and css is not a programming language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dave-woods.co.uk/index.php/css-variables/comment-page-1/#comment-26264</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 08 Sep 2009 12:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/css-variables/#comment-26264</guid>
		<description>Hi Prakash. It&#039;s not available to use yet but is proposed for CSS3 so hopefulyl we&#039;ll see it at some point in the future.</description>
		<content:encoded><![CDATA[<p>Hi Prakash. It&#8217;s not available to use yet but is proposed for CSS3 so hopefulyl we&#8217;ll see it at some point in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prakash</title>
		<link>http://www.dave-woods.co.uk/index.php/css-variables/comment-page-1/#comment-26254</link>
		<dc:creator>Prakash</dc:creator>
		<pubDate>Tue, 08 Sep 2009 07:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/css-variables/#comment-26254</guid>
		<description>Hi, I used this variable substitution and checked but no result. am using ie6 and firefox 3. anything i have to include for this to work?</description>
		<content:encoded><![CDATA[<p>Hi, I used this variable substitution and checked but no result. am using ie6 and firefox 3. anything i have to include for this to work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Гамлет</title>
		<link>http://www.dave-woods.co.uk/index.php/css-variables/comment-page-1/#comment-21607</link>
		<dc:creator>Гамлет</dc:creator>
		<pubDate>Wed, 08 Apr 2009 16:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/css-variables/#comment-21607</guid>
		<description>Интересно. Вообще чтение вашего блога это не просто глупое просматривание новостей или чтениебреда про то, чем человек сегодня занимался, а нахождение реально занимательной информации.</description>
		<content:encoded><![CDATA[<p>Интересно. Вообще чтение вашего блога это не просто глупое просматривание новостей или чтениебреда про то, чем человек сегодня занимался, а нахождение реально занимательной информации.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerrit</title>
		<link>http://www.dave-woods.co.uk/index.php/css-variables/comment-page-1/#comment-20415</link>
		<dc:creator>Gerrit</dc:creator>
		<pubDate>Sun, 08 Mar 2009 10:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/css-variables/#comment-20415</guid>
		<description>Another interesting issue is to use PHP-Script for your CSS files. You can put in as many vars as you like and even change the look of your site depending on almost everything ;-)

just make a php-file and change headers to css

header(&quot;Content-type: text/css&quot;); 

this is really thrilling! 

regards,
gerrit</description>
		<content:encoded><![CDATA[<p>Another interesting issue is to use PHP-Script for your CSS files. You can put in as many vars as you like and even change the look of your site depending on almost everything <img src='http://www.dave-woods.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>just make a php-file and change headers to css</p>
<p>header(&#8220;Content-type: text/css&#8221;); </p>
<p>this is really thrilling! </p>
<p>regards,<br />
gerrit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JavaScript in CSS, Ugly But Intresting &#124; dtsn</title>
		<link>http://www.dave-woods.co.uk/index.php/css-variables/comment-page-1/#comment-20199</link>
		<dc:creator>JavaScript in CSS, Ugly But Intresting &#124; dtsn</dc:creator>
		<pubDate>Wed, 04 Mar 2009 10:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/css-variables/#comment-20199</guid>
		<description>[...] Expression suddenly came to me as a solution for the currently much debated feature (here and here) of variables in CSS3. This could theoretically be currently achieved through the use of [...]</description>
		<content:encoded><![CDATA[<p>[...] Expression suddenly came to me as a solution for the currently much debated feature (here and here) of variables in CSS3. This could theoretically be currently achieved through the use of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Hopkins</title>
		<link>http://www.dave-woods.co.uk/index.php/css-variables/comment-page-1/#comment-15555</link>
		<dc:creator>James Hopkins</dc:creator>
		<pubDate>Sun, 16 Nov 2008 16:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/css-variables/#comment-15555</guid>
		<description>@Dave: An implementation (based on the initial proposal draft by Hyatt/Glazman) was incorporated into Webkit nightlies from March &#039;08 to around September time, but was removed due to concerns regarding feature adoption by authors (and therefore reliance) before the spec had any time to mature.

If any of your readers are interested, I&#039;ve published an article (http://www.css3.info/summary-of-the-two-current-css-constants-proposals/) summarising the initial spec, and a counter-proposal that has come about.</description>
		<content:encoded><![CDATA[<p>@Dave: An implementation (based on the initial proposal draft by Hyatt/Glazman) was incorporated into Webkit nightlies from March &#8216;08 to around September time, but was removed due to concerns regarding feature adoption by authors (and therefore reliance) before the spec had any time to mature.</p>
<p>If any of your readers are interested, I&#8217;ve published an article (<a href="http://www.css3.info/summary-of-the-two-current-css-constants-proposals/" rel="nofollow">http://www.css3.info/summary-of-the-two-current-css-constants-proposals/</a>) summarising the initial spec, and a counter-proposal that has come about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dave-woods.co.uk/index.php/css-variables/comment-page-1/#comment-6066</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 02 Jul 2008 08:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/css-variables/#comment-6066</guid>
		<description>Hi Naren, this is only propsed for future CSS so definitely isn&#039;t in use yet although I think I remember reading somewhere that a nightly build of Safari had implemented it.

In any case, it&#039;ll be years before all the common browsers (especially IE) have implemented this successfully.</description>
		<content:encoded><![CDATA[<p>Hi Naren, this is only propsed for future CSS so definitely isn&#8217;t in use yet although I think I remember reading somewhere that a nightly build of Safari had implemented it.</p>
<p>In any case, it&#8217;ll be years before all the common browsers (especially IE) have implemented this successfully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naren</title>
		<link>http://www.dave-woods.co.uk/index.php/css-variables/comment-page-1/#comment-6030</link>
		<dc:creator>Naren</dc:creator>
		<pubDate>Tue, 01 Jul 2008 18:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/css-variables/#comment-6030</guid>
		<description>Guys,
        Let me know whether this variables works in all PC browsers
Thanks in advance</description>
		<content:encoded><![CDATA[<p>Guys,<br />
        Let me know whether this variables works in all PC browsers<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
</channel>
</rss>
