<?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: Dynamic CSS using ASP.NET MVC</title>
	<atom:link href="http://imaginekitty.com/624/dynamic-css-using-asp-net-mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://imaginekitty.com/624/dynamic-css-using-asp-net-mvc/</link>
	<description>Web Standards Discussion</description>
	<lastBuildDate>Mon, 19 Sep 2011 19:40:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mark</title>
		<link>http://imaginekitty.com/624/dynamic-css-using-asp-net-mvc/comment-page-1/#comment-3435</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 15 Aug 2010 19:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://imaginekitty.com/?p=624#comment-3435</guid>
		<description>Thinking about it more, it seems to fit better with Javascript than CSS.  Targetting dynamic content without adding &lt;script&gt; content to the head of a page by allowing the .js file to be dynamic.  

Now that makes more sense to me.</description>
		<content:encoded><![CDATA[<p>Thinking about it more, it seems to fit better with Javascript than CSS.  Targetting dynamic content without adding &lt;script> content to the head of a page by allowing the .js file to be dynamic.  </p>
<p>Now that makes more sense to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://imaginekitty.com/624/dynamic-css-using-asp-net-mvc/comment-page-1/#comment-3430</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 10 Apr 2010 13:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://imaginekitty.com/?p=624#comment-3430</guid>
		<description>Yes, it does make sense to make use of intellisense.  I should have thought of that. Thanks. :)

I should probably also move the &quot;if (Convert.ToBoolean(System.Configuration.ConfigurationSettings.AppSettings[&quot;CompressCSS&quot;]) == true)&quot; to CSSCompressor as well.  That way it can still strip the style tags even with CompressCSS set to false.</description>
		<content:encoded><![CDATA[<p>Yes, it does make sense to make use of intellisense.  I should have thought of that. Thanks. <img src='http://imaginekitty.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I should probably also move the &#8220;if (Convert.ToBoolean(System.Configuration.ConfigurationSettings.AppSettings["CompressCSS"]) == true)&#8221; to CSSCompressor as well.  That way it can still strip the style tags even with CompressCSS set to false.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cShift3</title>
		<link>http://imaginekitty.com/624/dynamic-css-using-asp-net-mvc/comment-page-1/#comment-3429</link>
		<dc:creator>cShift3</dc:creator>
		<pubDate>Sat, 10 Apr 2010 08:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://imaginekitty.com/?p=624#comment-3429</guid>
		<description>&lt;i&gt;I’m still not sure of the actual usefulness of this idea.&lt;/i&gt;

Well, this way you can improve maintainability of the css file and open up for more customization at the same time. 

I would also wrap the css inside of a &lt;b&gt;style&lt;/b&gt;  tag to get the intellisense
and remove the tag in the CSSCompress filter.

Nice post!</description>
		<content:encoded><![CDATA[<p><i>I’m still not sure of the actual usefulness of this idea.</i></p>
<p>Well, this way you can improve maintainability of the css file and open up for more customization at the same time. </p>
<p>I would also wrap the css inside of a <b>style</b>  tag to get the intellisense<br />
and remove the tag in the CSSCompress filter.</p>
<p>Nice post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iain</title>
		<link>http://imaginekitty.com/624/dynamic-css-using-asp-net-mvc/comment-page-1/#comment-3427</link>
		<dc:creator>Iain</dc:creator>
		<pubDate>Mon, 29 Mar 2010 21:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://imaginekitty.com/?p=624#comment-3427</guid>
		<description>I think this is a good idea, and is particularly handy for dynamic css in load balanced environments.  Good work :-)</description>
		<content:encoded><![CDATA[<p>I think this is a good idea, and is particularly handy for dynamic css in load balanced environments.  Good work <img src='http://imaginekitty.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://imaginekitty.com/624/dynamic-css-using-asp-net-mvc/comment-page-1/#comment-3424</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 08 Mar 2010 16:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://imaginekitty.com/?p=624#comment-3424</guid>
		<description>I&#039;ve added a few modifications to the file but I&#039;m still not sure of the actual usefulness of this idea.  Perhaps it is an answer to a question that should never have been asked.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve added a few modifications to the file but I&#8217;m still not sure of the actual usefulness of this idea.  Perhaps it is an answer to a question that should never have been asked.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

