<?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: Using variables in CSS style sheets</title>
	<atom:link href="http://www.studiojmc.com/design-blog/css-variables.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.studiojmc.com/design-blog/css-variables.html</link>
	<description>Design Blog</description>
	<lastBuildDate>Tue, 22 Feb 2011 23:53:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: studioJMC</title>
		<link>http://www.studiojmc.com/design-blog/css-variables.html/comment-page-1#comment-587</link>
		<dc:creator>studioJMC</dc:creator>
		<pubDate>Tue, 22 Feb 2011 23:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.designrefugee.com/design-blog/css-variables.html#comment-587</guid>
		<description>Thanks, I&#039;ve corrected the copy, I suspect it was the blog software.</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ve corrected the copy, I suspect it was the blog software.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adriano</title>
		<link>http://www.studiojmc.com/design-blog/css-variables.html/comment-page-1#comment-586</link>
		<dc:creator>Adriano</dc:creator>
		<pubDate>Tue, 22 Feb 2011 18:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.designrefugee.com/design-blog/css-variables.html#comment-586</guid>
		<description>Thanks for the post! I just wanted to comment that
$ linkColor = ‘# #0000FF;
is invalid PHP syntax, should be
$linkColor = &#039;#0000FF&#039;; 
or something similar. Is your blog software modifying your input?</description>
		<content:encoded><![CDATA[<p>Thanks for the post! I just wanted to comment that<br />
$ linkColor = ‘# #0000FF;<br />
is invalid PHP syntax, should be<br />
$linkColor = &#8216;#0000FF&#8217;;<br />
or something similar. Is your blog software modifying your input?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaiLaughing</title>
		<link>http://www.studiojmc.com/design-blog/css-variables.html/comment-page-1#comment-478</link>
		<dc:creator>DaiLaughing</dc:creator>
		<pubDate>Sat, 06 Jun 2009 09:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.designrefugee.com/design-blog/css-variables.html#comment-478</guid>
		<description>header(’Content-type: text/css’); seems to cause problems for Safari.  Try this instead:

header(”Content-Type: text/css; charset: utf-8?);

as explained at http://blog.strugglewith.me.uk/?p=16 in Safari and php generated css</description>
		<content:encoded><![CDATA[<p>header(’Content-type: text/css’); seems to cause problems for Safari.  Try this instead:</p>
<p>header(”Content-Type: text/css; charset: utf-8?);</p>
<p>as explained at <a href="http://blog.strugglewith.me.uk/?p=16" rel="nofollow">http://blog.strugglewith.me.uk/?p=16</a> in Safari and php generated css</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrej</title>
		<link>http://www.studiojmc.com/design-blog/css-variables.html/comment-page-1#comment-234</link>
		<dc:creator>andrej</dc:creator>
		<pubDate>Wed, 23 Apr 2008 18:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.designrefugee.com/design-blog/css-variables.html#comment-234</guid>
		<description>FF source: link rel=?stylesheet? href=?style.php?  type=?text/css?

IE source:

link rel=&quot;stylesheet&quot; href=&quot;style.php&quot;  type=&quot;text/css&quot;

couldnt paste code directly,...</description>
		<content:encoded><![CDATA[<p>FF source: link rel=?stylesheet? href=?style.php?  type=?text/css?</p>
<p>IE source:</p>
<p>link rel=&#8221;stylesheet&#8221; href=&#8221;style.php&#8221;  type=&#8221;text/css&#8221;</p>
<p>couldnt paste code directly,&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

