<?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: Javascript and CSS Compression in MSBuild</title>
	<atom:link href="http://www.justise.com/2007/04/20/javascript-and-css-compression-in-msbuild/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.justise.com/2007/04/20/javascript-and-css-compression-in-msbuild/</link>
	<description>Programming - Development</description>
	<lastBuildDate>Tue, 27 Jul 2010 05:58:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Knowledge Base &#187; Blog Archive &#187; &#187; Compressing CSS and JavaScipt with MSBuild</title>
		<link>http://www.justise.com/2007/04/20/javascript-and-css-compression-in-msbuild/comment-page-1/#comment-1246</link>
		<dc:creator>Knowledge Base &#187; Blog Archive &#187; &#187; Compressing CSS and JavaScipt with MSBuild</dc:creator>
		<pubDate>Mon, 09 Jun 2008 15:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeltcoder.net/2007/04/20/javascript-and-css-compression-in-msbuild/#comment-1246</guid>
		<description>[...] Compressing CSS and JavaScipt with MSBuild  Category: Uncategorized    http://blackbeltcoder.net/2007/04/20/javascript-and-css-compression-in-msbuild/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Compressing CSS and JavaScipt with MSBuild  Category: Uncategorized    <a href="http://blackbeltcoder.net/2007/04/20/javascript-and-css-compression-in-msbuild/" rel="nofollow">http://blackbeltcoder.net/2007/04/20/javascript-and-css-compression-in-msbuild/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Disco Blog &#187; Blog Archive &#187; The weekly bag&#8211; April 27</title>
		<link>http://www.justise.com/2007/04/20/javascript-and-css-compression-in-msbuild/comment-page-1/#comment-21</link>
		<dc:creator>The Disco Blog &#187; Blog Archive &#187; The weekly bag&#8211; April 27</dc:creator>
		<pubDate>Sat, 28 Apr 2007 19:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeltcoder.net/2007/04/20/javascript-and-css-compression-in-msbuild/#comment-21</guid>
		<description>[...] Javascript and CSS Compression in MSBuild- Not a bad idea, man. [...]</description>
		<content:encoded><![CDATA[<p>[...] Javascript and CSS Compression in MSBuild- Not a bad idea, man. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justice~!</title>
		<link>http://www.justise.com/2007/04/20/javascript-and-css-compression-in-msbuild/comment-page-1/#comment-19</link>
		<dc:creator>Justice~!</dc:creator>
		<pubDate>Mon, 23 Apr 2007 21:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeltcoder.net/2007/04/20/javascript-and-css-compression-in-msbuild/#comment-19</guid>
		<description>Oh, so you have time to read and make comments but no time to put mine in!!  I see the devious little game you&#039;re playing, &quot;Justise&quot;. 

I&#039;M ON TO YOU BUDDY</description>
		<content:encoded><![CDATA[<p>Oh, so you have time to read and make comments but no time to put mine in!!  I see the devious little game you&#8217;re playing, &#8220;Justise&#8221;. </p>
<p>I&#8217;M ON TO YOU BUDDY</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justise</title>
		<link>http://www.justise.com/2007/04/20/javascript-and-css-compression-in-msbuild/comment-page-1/#comment-18</link>
		<dc:creator>Justise</dc:creator>
		<pubDate>Mon, 23 Apr 2007 17:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeltcoder.net/2007/04/20/javascript-and-css-compression-in-msbuild/#comment-18</guid>
		<description>After hooking up compression here at eProject, I recieved a script bug that was the result of the compression. It turns out the script turns the innocent and valid code &quot;str&quot; + ++i; to str+++i; which freaks out horribly in IE. So beware, and add parns when necessary. str + (++i);</description>
		<content:encoded><![CDATA[<p>After hooking up compression here at eProject, I recieved a script bug that was the result of the compression. It turns out the script turns the innocent and valid code &#8220;str&#8221; + ++i; to str+++i; which freaks out horribly in IE. So beware, and add parns when necessary. str + (++i);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.justise.com/2007/04/20/javascript-and-css-compression-in-msbuild/comment-page-1/#comment-17</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 23 Apr 2007 16:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeltcoder.net/2007/04/20/javascript-and-css-compression-in-msbuild/#comment-17</guid>
		<description>submitted to tweako ( http://www.tweako.com )</description>
		<content:encoded><![CDATA[<p>submitted to tweako ( <a href="http://www.tweako.com" rel="nofollow">http://www.tweako.com</a> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justise</title>
		<link>http://www.justise.com/2007/04/20/javascript-and-css-compression-in-msbuild/comment-page-1/#comment-16</link>
		<dc:creator>Justise</dc:creator>
		<pubDate>Sat, 21 Apr 2007 00:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeltcoder.net/2007/04/20/javascript-and-css-compression-in-msbuild/#comment-16</guid>
		<description>I forgot to mention, that the &lt;Attrib&gt; Task is a task in the MSBuild Community Tasks package, so if you only use the JSCompress task, then you&#039;ll have to use a different technique to make sure your files are not read only.

Thx!</description>
		<content:encoded><![CDATA[<p>I forgot to mention, that the <attrib> Task is a task in the MSBuild Community Tasks package, so if you only use the JSCompress task, then you&#8217;ll have to use a different technique to make sure your files are not read only.</p>
<p>Thx!</attrib></p>
]]></content:encoded>
	</item>
</channel>
</rss>

