<?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: CleverCSS: Rich Python-like DSL for CSS</title>
	<atom:link href="http://ajaxian.com/archives/clevercss-rich-python-like-dsl-for-css/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/clevercss-rich-python-like-dsl-for-css</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: jtresidder</title>
		<link>http://ajaxian.com/archives/clevercss-rich-python-like-dsl-for-css/comment-page-1#comment-273680</link>
		<dc:creator>jtresidder</dc:creator>
		<pubDate>Mon, 01 Jun 2009 09:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6844#comment-273680</guid>
		<description>Nesting: Meh, ugly and pointless.

Attributes: Meh, pointless.

Constants: I run my CSS through a templating system if I want to do that kind of thing. The templating is already an essential part of my site framework, as it has been since I was using PHP3.

Concatenation: Meh, pointless.

Calculations: Done at time of templating, see constants.

--

Of all of these libraries, this is the least pointless and annoying. 

Unfortunately the bar in this field is set pretty low to adequately reflect the pointlessness of it all, and so CleverCSS manages to win that title despite being still really quite pointless and annoying. All IMHO, of course :)</description>
		<content:encoded><![CDATA[<p>Nesting: Meh, ugly and pointless.</p>
<p>Attributes: Meh, pointless.</p>
<p>Constants: I run my CSS through a templating system if I want to do that kind of thing. The templating is already an essential part of my site framework, as it has been since I was using PHP3.</p>
<p>Concatenation: Meh, pointless.</p>
<p>Calculations: Done at time of templating, see constants.</p>
<p>&#8211;</p>
<p>Of all of these libraries, this is the least pointless and annoying. </p>
<p>Unfortunately the bar in this field is set pretty low to adequately reflect the pointlessness of it all, and so CleverCSS manages to win that title despite being still really quite pointless and annoying. All IMHO, of course :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: genericallyloud</title>
		<link>http://ajaxian.com/archives/clevercss-rich-python-like-dsl-for-css/comment-page-1#comment-273675</link>
		<dc:creator>genericallyloud</dc:creator>
		<pubDate>Fri, 29 May 2009 19:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6844#comment-273675</guid>
		<description>@GlenSomerville - It was called &lt;a href=&quot;http://www.w3.org/Submission/1996/1/WD-jsss-960822&quot; rel=&quot;nofollow&quot;&gt;JSSS&lt;/a&gt; and it never took off.

@WillPeavy - Calling them dynamic stylesheets is a little incorrect. Nothing here needs to be determined at runtime. It could easy be made static using a build tool or something.

For everyone else saying this kind of thing isn&#039;t necessary - its only made necessary by the size or type of your project. I would say that the most important things needed are variables and calculations. Everything else here doesn&#039;t really add functionality as much as offer a different syntax. I think that part is mostly personal taste.

Personally, I just use Velocity templates. Its really simple but effective. I can still use syntax highlighting and autocomplete from netbeans, but I can also easily do calculations and variables. It also lets me easily break apart my css into different files and concatenate using includes. However, the biggest win for me, is the ability to call into Java code. I built an image generator library that uses Java2d to create rounded corners, gradients, and other effects and put those and other icons into image sprites, and spit out the necessary css to make it work.

Something like:
&lt;code&gt;
.table-row .left-top-corner {
        $image.corner(&quot;corner(top left) bgColor(#EFF2F3) color(#FFFFFF) radius(8)&quot;)
}
&lt;/code&gt;
generates the image for a corner, puts it in an image sprite, and then templates in the css for size and background image url and offset.</description>
		<content:encoded><![CDATA[<p>@GlenSomerville &#8211; It was called <a href="http://www.w3.org/Submission/1996/1/WD-jsss-960822" rel="nofollow">JSSS</a> and it never took off.</p>
<p>@WillPeavy &#8211; Calling them dynamic stylesheets is a little incorrect. Nothing here needs to be determined at runtime. It could easy be made static using a build tool or something.</p>
<p>For everyone else saying this kind of thing isn&#8217;t necessary &#8211; its only made necessary by the size or type of your project. I would say that the most important things needed are variables and calculations. Everything else here doesn&#8217;t really add functionality as much as offer a different syntax. I think that part is mostly personal taste.</p>
<p>Personally, I just use Velocity templates. Its really simple but effective. I can still use syntax highlighting and autocomplete from netbeans, but I can also easily do calculations and variables. It also lets me easily break apart my css into different files and concatenate using includes. However, the biggest win for me, is the ability to call into Java code. I built an image generator library that uses Java2d to create rounded corners, gradients, and other effects and put those and other icons into image sprites, and spit out the necessary css to make it work.</p>
<p>Something like:<br />
<code><br />
.table-row .left-top-corner {<br />
        $image.corner("corner(top left) bgColor(#EFF2F3) color(#FFFFFF) radius(8)")<br />
}<br />
</code><br />
generates the image for a corner, puts it in an image sprite, and then templates in the css for size and background image url and offset.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GlenSomerville</title>
		<link>http://ajaxian.com/archives/clevercss-rich-python-like-dsl-for-css/comment-page-1#comment-273659</link>
		<dc:creator>GlenSomerville</dc:creator>
		<pubDate>Thu, 28 May 2009 12:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6844#comment-273659</guid>
		<description>I, like many of you in previous comments, don&#039;t get the real benefit of using a CSS abstraction library. What these achieve is great, but they all require the learning of yet another syntax just to produce what you can already do: static CSS.

I would, however, love to see a solution where browsers could understand other languages as &quot;styling&quot; languages. For example, consider the power of a JavaScript/jQuery based styling format, let&#039;s call it JSS (JavaScript Style Sheets). This would cover all (or at least most of) the shortcomings of CSS, with support for variables, math, etc. Optimally, this could lead to smaller static (cachable) files for example. JSS could be an alternative, or complimentary technology to CSS, that is given the same status as CSS in the browser rendering process.</description>
		<content:encoded><![CDATA[<p>I, like many of you in previous comments, don&#8217;t get the real benefit of using a CSS abstraction library. What these achieve is great, but they all require the learning of yet another syntax just to produce what you can already do: static CSS.</p>
<p>I would, however, love to see a solution where browsers could understand other languages as &#8220;styling&#8221; languages. For example, consider the power of a JavaScript/jQuery based styling format, let&#8217;s call it JSS (JavaScript Style Sheets). This would cover all (or at least most of) the shortcomings of CSS, with support for variables, math, etc. Optimally, this could lead to smaller static (cachable) files for example. JSS could be an alternative, or complimentary technology to CSS, that is given the same status as CSS in the browser rendering process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: okonomiyaki3000</title>
		<link>http://ajaxian.com/archives/clevercss-rich-python-like-dsl-for-css/comment-page-1#comment-273652</link>
		<dc:creator>okonomiyaki3000</dc:creator>
		<pubDate>Wed, 27 May 2009 22:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6844#comment-273652</guid>
		<description>I&#039;m not asking for loops or conditionals. (Actually conditionals might be useful.) So I don&#039;t see how those additions could possibly make CSS anything like a programming language.

You need variables (or at least constants) so that you can define some commonly used colors, urls, etc. at the top of your document then only have to change them in place. 

You need math you so can do stuff like { width: 100% - (&lt;some expression for getting my left border with) + ) }

You need scope so that if you want to target several elements within #someDiv, you don&#039;t have to type $someDiv at the beginning of every line. Maybe like:
#someDiv [
  ul {}
  span {}
  a {}
]

The rest should be obvious.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not asking for loops or conditionals. (Actually conditionals might be useful.) So I don&#8217;t see how those additions could possibly make CSS anything like a programming language.</p>
<p>You need variables (or at least constants) so that you can define some commonly used colors, urls, etc. at the top of your document then only have to change them in place. </p>
<p>You need math you so can do stuff like { width: 100% &#8211; (&lt;some expression for getting my left border with) + ) }</p>
<p>You need scope so that if you want to target several elements within #someDiv, you don&#8217;t have to type $someDiv at the beginning of every line. Maybe like:<br />
#someDiv [<br />
  ul {}<br />
  span {}<br />
  a {}<br />
]</p>
<p>The rest should be obvious.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gustavs</title>
		<link>http://ajaxian.com/archives/clevercss-rich-python-like-dsl-for-css/comment-page-1#comment-273651</link>
		<dc:creator>gustavs</dc:creator>
		<pubDate>Wed, 27 May 2009 19:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6844#comment-273651</guid>
		<description>Other then calculation don&#039;t see the point.</description>
		<content:encoded><![CDATA[<p>Other then calculation don&#8217;t see the point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travisalmand</title>
		<link>http://ajaxian.com/archives/clevercss-rich-python-like-dsl-for-css/comment-page-1#comment-273642</link>
		<dc:creator>travisalmand</dc:creator>
		<pubDate>Wed, 27 May 2009 13:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6844#comment-273642</guid>
		<description>So, basically, the idea is to make CSS a programming language?

Don&#039;t know how I feel about that. Most of the things that people seem to say they want CSS able to do you can already with Javascript. Ah yes, people turn off Javascript, true. But if CSS becomes a scripting language then people might be tempted to start turning CSS off.

HTML5 is leaning towards being a programming language and now CSS? I guess things just are confusing and bloated enough for some people.</description>
		<content:encoded><![CDATA[<p>So, basically, the idea is to make CSS a programming language?</p>
<p>Don&#8217;t know how I feel about that. Most of the things that people seem to say they want CSS able to do you can already with Javascript. Ah yes, people turn off Javascript, true. But if CSS becomes a scripting language then people might be tempted to start turning CSS off.</p>
<p>HTML5 is leaning towards being a programming language and now CSS? I guess things just are confusing and bloated enough for some people.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: okonomiyaki3000</title>
		<link>http://ajaxian.com/archives/clevercss-rich-python-like-dsl-for-css/comment-page-1#comment-273640</link>
		<dc:creator>okonomiyaki3000</dc:creator>
		<pubDate>Wed, 27 May 2009 00:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6844#comment-273640</guid>
		<description>I don&#039;t see myself using something like this but hopefully the W3C CSS Working Group will take notice of the fact that no sensible person is satisfied with the crap that is CSS. Personally, I&#039;d be happy if they&#039;d just throw the whole thing out and start over with a fresh perspective but obviously that&#039;s not going to happen. So what do we really need? 
1) Variables
2) Math
3) Scope
4) Standard way to target specific browsers instead of using hacks
5) New ways of expressing things that are concise without being unreadable
6) A quick death for IE

What am I missing?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see myself using something like this but hopefully the W3C CSS Working Group will take notice of the fact that no sensible person is satisfied with the crap that is CSS. Personally, I&#8217;d be happy if they&#8217;d just throw the whole thing out and start over with a fresh perspective but obviously that&#8217;s not going to happen. So what do we really need?<br />
1) Variables<br />
2) Math<br />
3) Scope<br />
4) Standard way to target specific browsers instead of using hacks<br />
5) New ways of expressing things that are concise without being unreadable<br />
6) A quick death for IE</p>
<p>What am I missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: driverdave</title>
		<link>http://ajaxian.com/archives/clevercss-rich-python-like-dsl-for-css/comment-page-1#comment-273639</link>
		<dc:creator>driverdave</dc:creator>
		<pubDate>Tue, 26 May 2009 22:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6844#comment-273639</guid>
		<description>whenever i thought i needed something like this (calculations, server side conditional CSS, etc...) in my CSS, i step away and think about it.

in all cases, i&#039;ve found a more elegant solution using plain old CSS, usually using adjacent selectors and maybe an extra class here or there.</description>
		<content:encoded><![CDATA[<p>whenever i thought i needed something like this (calculations, server side conditional CSS, etc&#8230;) in my CSS, i step away and think about it.</p>
<p>in all cases, i&#8217;ve found a more elegant solution using plain old CSS, usually using adjacent selectors and maybe an extra class here or there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mare</title>
		<link>http://ajaxian.com/archives/clevercss-rich-python-like-dsl-for-css/comment-page-1#comment-273637</link>
		<dc:creator>mare</dc:creator>
		<pubDate>Tue, 26 May 2009 21:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6844#comment-273637</guid>
		<description>the one i found interesting was compass (http://compass-style.org/). never used it though. but i guess that it might be very helpful for big development teams.</description>
		<content:encoded><![CDATA[<p>the one i found interesting was compass (<a href="http://compass-style.org/" rel="nofollow">http://compass-style.org/</a>). never used it though. but i guess that it might be very helpful for big development teams.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tosho</title>
		<link>http://ajaxian.com/archives/clevercss-rich-python-like-dsl-for-css/comment-page-1#comment-273636</link>
		<dc:creator>tosho</dc:creator>
		<pubDate>Tue, 26 May 2009 18:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6844#comment-273636</guid>
		<description>I suggest you guys take a look at HTMLayout. It support style sets, css scripts and many other nice stuff. Normal browsers are so yesterday compared to it.
http://www.terrainformatica.com/</description>
		<content:encoded><![CDATA[<p>I suggest you guys take a look at HTMLayout. It support style sets, css scripts and many other nice stuff. Normal browsers are so yesterday compared to it.<br />
<a href="http://www.terrainformatica.com/" rel="nofollow">http://www.terrainformatica.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aimos</title>
		<link>http://ajaxian.com/archives/clevercss-rich-python-like-dsl-for-css/comment-page-1#comment-273635</link>
		<dc:creator>Aimos</dc:creator>
		<pubDate>Tue, 26 May 2009 17:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6844#comment-273635</guid>
		<description>These libarys should ALWAYS work together with caching. So if you use it it will be translated once to a real css and put into the right place. If my css writing reduces to a half with an additional &quot;convert-to-css&quot; klick in my website it would be worth the effort.</description>
		<content:encoded><![CDATA[<p>These libarys should ALWAYS work together with caching. So if you use it it will be translated once to a real css and put into the right place. If my css writing reduces to a half with an additional &#8220;convert-to-css&#8221; klick in my website it would be worth the effort.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CaptainN</title>
		<link>http://ajaxian.com/archives/clevercss-rich-python-like-dsl-for-css/comment-page-1#comment-273634</link>
		<dc:creator>CaptainN</dc:creator>
		<pubDate>Tue, 26 May 2009 16:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6844#comment-273634</guid>
		<description>To me, these kinds of solutions would be more appropriate in some kind of IDE that compiles down to some combo of html, js, xsl and css (probably targeting a JS library like jQuery). HTML was originally meant to be machine written, so it would kind of make sense.

I&#039;d actually like to see (and would be interested in helping to produce) an HTML 5 platform that let&#039;s you target HTML 5, with maybe some extras like this kind of CSS abstraction and possibly even HaXe support for scripting - that will compile down to the HTML hack soup that we all have to deal with now by hand. Most HTML 5 features can be handled by Javascript and some CSS hacks - maybe a plugin here and there (audio and video), so I don&#039;t see why not. Dean Edwards even made his IE7 and IE8 scripts, which to me are more than enough of a proof of concept.

I would love to not have to deal with hack soup any more, and just target HTML5. That would be awesome.</description>
		<content:encoded><![CDATA[<p>To me, these kinds of solutions would be more appropriate in some kind of IDE that compiles down to some combo of html, js, xsl and css (probably targeting a JS library like jQuery). HTML was originally meant to be machine written, so it would kind of make sense.</p>
<p>I&#8217;d actually like to see (and would be interested in helping to produce) an HTML 5 platform that let&#8217;s you target HTML 5, with maybe some extras like this kind of CSS abstraction and possibly even HaXe support for scripting &#8211; that will compile down to the HTML hack soup that we all have to deal with now by hand. Most HTML 5 features can be handled by Javascript and some CSS hacks &#8211; maybe a plugin here and there (audio and video), so I don&#8217;t see why not. Dean Edwards even made his IE7 and IE8 scripts, which to me are more than enough of a proof of concept.</p>
<p>I would love to not have to deal with hack soup any more, and just target HTML5. That would be awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rasmusfl0e</title>
		<link>http://ajaxian.com/archives/clevercss-rich-python-like-dsl-for-css/comment-page-1#comment-273633</link>
		<dc:creator>rasmusfl0e</dc:creator>
		<pubDate>Tue, 26 May 2009 16:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6844#comment-273633</guid>
		<description>While I dig what these new abstraction layers are trying to do - I don&#039;t like &lt;b&gt;how&lt;/b&gt; they&#039;re doing it. This &quot;sort of like CSS - but not quite&quot; syntax is awful. It seems like the different solutions are colored by the technologies they are implemented in syntax-wise (or maybe I&#039;m just trying to hard to guess what they were thinking).

If you&#039;re going to mix to syntaxes I&#039;d want to be able to differentiate when one stops and another takes over. But the above mentioned solution would make my head hurt going back and forth between using these and writing plain vanilla CSS.</description>
		<content:encoded><![CDATA[<p>While I dig what these new abstraction layers are trying to do &#8211; I don&#8217;t like <b>how</b> they&#8217;re doing it. This &#8220;sort of like CSS &#8211; but not quite&#8221; syntax is awful. It seems like the different solutions are colored by the technologies they are implemented in syntax-wise (or maybe I&#8217;m just trying to hard to guess what they were thinking).</p>
<p>If you&#8217;re going to mix to syntaxes I&#8217;d want to be able to differentiate when one stops and another takes over. But the above mentioned solution would make my head hurt going back and forth between using these and writing plain vanilla CSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WillPeavy</title>
		<link>http://ajaxian.com/archives/clevercss-rich-python-like-dsl-for-css/comment-page-1#comment-273632</link>
		<dc:creator>WillPeavy</dc:creator>
		<pubDate>Tue, 26 May 2009 15:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6844#comment-273632</guid>
		<description>If you serve CSS dynamically with variables on the server, then you would lose the benefit of stylesheet caching. To me, it makes more sense to define multiple classes in a static stylesheet, then change class attributes in the DOM as needed.</description>
		<content:encoded><![CDATA[<p>If you serve CSS dynamically with variables on the server, then you would lose the benefit of stylesheet caching. To me, it makes more sense to define multiple classes in a static stylesheet, then change class attributes in the DOM as needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bub</title>
		<link>http://ajaxian.com/archives/clevercss-rich-python-like-dsl-for-css/comment-page-1#comment-273631</link>
		<dc:creator>Bub</dc:creator>
		<pubDate>Tue, 26 May 2009 14:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6844#comment-273631</guid>
		<description>@Darkimmortal- 

You&#039;ll be my hero when i see the PHP port!</description>
		<content:encoded><![CDATA[<p>@Darkimmortal- </p>
<p>You&#8217;ll be my hero when i see the PHP port!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ceeATkalydo</title>
		<link>http://ajaxian.com/archives/clevercss-rich-python-like-dsl-for-css/comment-page-1#comment-273630</link>
		<dc:creator>ceeATkalydo</dc:creator>
		<pubDate>Tue, 26 May 2009 14:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6844#comment-273630</guid>
		<description>Looks nice but sounds expensive. Why should you parse your css server side?? I don&#039;t get the idea of the whole abstraction layers thingy.</description>
		<content:encoded><![CDATA[<p>Looks nice but sounds expensive. Why should you parse your css server side?? I don&#8217;t get the idea of the whole abstraction layers thingy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: idio</title>
		<link>http://ajaxian.com/archives/clevercss-rich-python-like-dsl-for-css/comment-page-1#comment-273629</link>
		<dc:creator>idio</dc:creator>
		<pubDate>Tue, 26 May 2009 14:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6844#comment-273629</guid>
		<description>&quot;In order for these things to succeed it needs to adopt some for of standard and be available for all...&quot;

Yeah... If only there was some sort of standard that defined rules for applying styles to a web page...

*cough* http://www.w3.org/TR/CSS2/ *cough*</description>
		<content:encoded><![CDATA[<p>&#8220;In order for these things to succeed it needs to adopt some for of standard and be available for all&#8230;&#8221;</p>
<p>Yeah&#8230; If only there was some sort of standard that defined rules for applying styles to a web page&#8230;</p>
<p>*cough* <a href="http://www.w3.org/TR/CSS2/" rel="nofollow">http://www.w3.org/TR/CSS2/</a> *cough*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: idio</title>
		<link>http://ajaxian.com/archives/clevercss-rich-python-like-dsl-for-css/comment-page-1#comment-273628</link>
		<dc:creator>idio</dc:creator>
		<pubDate>Tue, 26 May 2009 14:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6844#comment-273628</guid>
		<description>Am I the only one who didn&#039;t have a problem with the original CSS? Re-indenting it and adding CSS variables... Meh. Not useful in any of my projects *shrugs*</description>
		<content:encoded><![CDATA[<p>Am I the only one who didn&#8217;t have a problem with the original CSS? Re-indenting it and adding CSS variables&#8230; Meh. Not useful in any of my projects *shrugs*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spocke</title>
		<link>http://ajaxian.com/archives/clevercss-rich-python-like-dsl-for-css/comment-page-1#comment-273627</link>
		<dc:creator>Spocke</dc:creator>
		<pubDate>Tue, 26 May 2009 13:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6844#comment-273627</guid>
		<description>In order for these things to succeed it needs to adopt some for of standard and be available for all common server languages. Like CSS variables are part of the spec but could be used now with a server component.</description>
		<content:encoded><![CDATA[<p>In order for these things to succeed it needs to adopt some for of standard and be available for all common server languages. Like CSS variables are part of the spec but could be used now with a server component.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darkimmortal</title>
		<link>http://ajaxian.com/archives/clevercss-rich-python-like-dsl-for-css/comment-page-1#comment-273626</link>
		<dc:creator>Darkimmortal</dc:creator>
		<pubDate>Tue, 26 May 2009 13:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6844#comment-273626</guid>
		<description>This looks pretty cool. I&#039;ll port it to PHP if I get time.</description>
		<content:encoded><![CDATA[<p>This looks pretty cool. I&#8217;ll port it to PHP if I get time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

