<?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: cssWithVars: jQuery plugin review</title>
	<atom:link href="http://dojo.codegreene.com/2009/csswithvars-jquery-plugin-review/feed/" rel="self" type="application/rss+xml" />
	<link>http://dojo.codegreene.com/2009/csswithvars-jquery-plugin-review/</link>
	<description>The Code Dojo is the veritable repository of random musings from the development team at Code Greene.</description>
	<lastBuildDate>Mon, 24 May 2010 06:21:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Zashkaser</title>
		<link>http://dojo.codegreene.com/2009/csswithvars-jquery-plugin-review/comment-page-1/#comment-538</link>
		<dc:creator>Zashkaser</dc:creator>
		<pubDate>Wed, 05 Aug 2009 16:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://dojo.codegreene.com/?p=194#comment-538</guid>
		<description>Nice site. go to my favorites. TNx</description>
		<content:encoded><![CDATA[<p>Nice site. go to my favorites. TNx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Weizenbaum</title>
		<link>http://dojo.codegreene.com/2009/csswithvars-jquery-plugin-review/comment-page-1/#comment-65</link>
		<dc:creator>Nathan Weizenbaum</dc:creator>
		<pubDate>Thu, 26 Mar 2009 00:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://dojo.codegreene.com/?p=194#comment-65</guid>
		<description>Sass isn&#039;t only for Rails. It comes with a command-line utility that can be used with any language or framework, and the [Compass project](http://wiki.github.com/chriseppstein/compass) includes a utility for watching a project to see when the Sass is updated and updating the CSS accordingly.</description>
		<content:encoded><![CDATA[<p>Sass isn&#8217;t only for Rails. It comes with a command-line utility that can be used with any language or framework, and the [Compass project](http://wiki.github.com/chriseppstein/compass) includes a utility for watching a project to see when the Sass is updated and updating the CSS accordingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://dojo.codegreene.com/2009/csswithvars-jquery-plugin-review/comment-page-1/#comment-63</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 25 Mar 2009 17:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://dojo.codegreene.com/?p=194#comment-63</guid>
		<description>Interesting comments, the most I had heard about setting variables in CSS before reading any of this was &lt;a href=&quot;http://haml.hamptoncatlin.com/docs/rdoc/classes/Sass.html&quot; rel=&quot;nofollow&quot;&gt;SASS&lt;/a&gt;, which is sweet, but only for Rails. 

@Mac @Mark: I can google the topic, but do you know of any specific resources relevant to CSS integration with PHP?</description>
		<content:encoded><![CDATA[<p>Interesting comments, the most I had heard about setting variables in CSS before reading any of this was <a href="http://haml.hamptoncatlin.com/docs/rdoc/classes/Sass.html" rel="nofollow">SASS</a>, which is sweet, but only for Rails. </p>
<p>@Mac @Mark: I can google the topic, but do you know of any specific resources relevant to CSS integration with PHP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mac</title>
		<link>http://dojo.codegreene.com/2009/csswithvars-jquery-plugin-review/comment-page-1/#comment-62</link>
		<dc:creator>Mac</dc:creator>
		<pubDate>Wed, 25 Mar 2009 17:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://dojo.codegreene.com/?p=194#comment-62</guid>
		<description>I&#039;m with Mark... PHP is a better option for dynamic CSS that gracefully degrades when they don&#039;t have Javascript turned on. This is one of those things where it is better not to depend on the client browser, in my opinion, and just do it right on the server, generating your proper CSS before you send it over.

Dynamically generated PHP stylesheets can work really nicely, and can easily be set up to let a user control parts of it. Whether you regenerate them statically at the time that they get edited, or dynamically generate them every time, maybe with some caching enabled, it can be a really slick solution.

The nice thing about PHP-generated CSS is that you can make it database driven in addition to simply having shortcuts for repetitive items that you don&#039;t want to copy and paste (and have to maintain) in a million places. I don&#039;t know why more people don&#039;t use it yet... they&#039;ll use PHP to generate HTML all day long, but don&#039;t seem to apply the same principle to CSS, even though it is almost exactly the same problem.

Mac</description>
		<content:encoded><![CDATA[<p>I&#8217;m with Mark&#8230; PHP is a better option for dynamic CSS that gracefully degrades when they don&#8217;t have Javascript turned on. This is one of those things where it is better not to depend on the client browser, in my opinion, and just do it right on the server, generating your proper CSS before you send it over.</p>
<p>Dynamically generated PHP stylesheets can work really nicely, and can easily be set up to let a user control parts of it. Whether you regenerate them statically at the time that they get edited, or dynamically generate them every time, maybe with some caching enabled, it can be a really slick solution.</p>
<p>The nice thing about PHP-generated CSS is that you can make it database driven in addition to simply having shortcuts for repetitive items that you don&#8217;t want to copy and paste (and have to maintain) in a million places. I don&#8217;t know why more people don&#8217;t use it yet&#8230; they&#8217;ll use PHP to generate HTML all day long, but don&#8217;t seem to apply the same principle to CSS, even though it is almost exactly the same problem.</p>
<p>Mac</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Law</title>
		<link>http://dojo.codegreene.com/2009/csswithvars-jquery-plugin-review/comment-page-1/#comment-60</link>
		<dc:creator>Mark Law</dc:creator>
		<pubDate>Mon, 23 Mar 2009 22:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://dojo.codegreene.com/?p=194#comment-60</guid>
		<description>Great post, yes this looks very interesting indeed but as you point out it is unfortunately not usable since it is not valid CSS. People with JavaScript turned off could use a different style sheet I suppose.

Php seemed like a better option for the moment to dynamically change CSS. Anyway love your website, cheers

Mark :)</description>
		<content:encoded><![CDATA[<p>Great post, yes this looks very interesting indeed but as you point out it is unfortunately not usable since it is not valid CSS. People with JavaScript turned off could use a different style sheet I suppose.</p>
<p>Php seemed like a better option for the moment to dynamically change CSS. Anyway love your website, cheers</p>
<p>Mark :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
