<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: How to minimize and combine your JavaScript on Compile using Visual Studio</title>
	<atom:link href="http://mitchlabrador.com/2009/12/09/how-to-minimize-and-combine-your-javascript-on-compile-using-visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://mitchlabrador.com/2009/12/09/how-to-minimize-and-combine-your-javascript-on-compile-using-visual-studio/</link>
	<description>Less is more when you are focused.</description>
	<lastBuildDate>Sun, 20 May 2012 20:09:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: runatServer</title>
		<link>http://mitchlabrador.com/2009/12/09/how-to-minimize-and-combine-your-javascript-on-compile-using-visual-studio/#comment-130</link>
		<dc:creator><![CDATA[runatServer]]></dc:creator>
		<pubDate>Fri, 22 Jul 2011 07:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://mitchlabrador1.wordpress.com/2009/12/09/how-to-minimize-and-combine-your-javascript-on-compile-using-visual-studio/#comment-130</guid>
		<description><![CDATA[This Solution currently worked for ASP.NET Web Application only! Not for ASP.NET Web Site Template + Web Deploymnet Project! This limits the possibilities.]]></description>
		<content:encoded><![CDATA[<p>This Solution currently worked for ASP.NET Web Application only! Not for ASP.NET Web Site Template + Web Deploymnet Project! This limits the possibilities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitch Labrador</title>
		<link>http://mitchlabrador.com/2009/12/09/how-to-minimize-and-combine-your-javascript-on-compile-using-visual-studio/#comment-29</link>
		<dc:creator><![CDATA[Mitch Labrador]]></dc:creator>
		<pubDate>Fri, 11 Dec 2009 21:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://mitchlabrador1.wordpress.com/2009/12/09/how-to-minimize-and-combine-your-javascript-on-compile-using-visual-studio/#comment-29</guid>
		<description><![CDATA[my pleasure. cheers! ]]></description>
		<content:encoded><![CDATA[<p>my pleasure. cheers! </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitch Labrador</title>
		<link>http://mitchlabrador.com/2009/12/09/how-to-minimize-and-combine-your-javascript-on-compile-using-visual-studio/#comment-28</link>
		<dc:creator><![CDATA[Mitch Labrador]]></dc:creator>
		<pubDate>Fri, 11 Dec 2009 21:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://mitchlabrador1.wordpress.com/2009/12/09/how-to-minimize-and-combine-your-javascript-on-compile-using-visual-studio/#comment-28</guid>
		<description><![CDATA[The blog comment engine keeps messing up my comment. Let&#039;s try it this way: 

the syntax for the command prompt is like this: jsmin  test.js 

The: &quot;&lt;strong&gt;type &#039;xyz.js&#039; &#124; ....&lt;/strong&gt;&quot; command is used by the build system to read a text file and pipe it into another program in this case jsmin.exe 

-Mitch ]]></description>
		<content:encoded><![CDATA[<p>The blog comment engine keeps messing up my comment. Let&#8217;s try it this way: </p>
<p>the syntax for the command prompt is like this: jsmin  test.js </p>
<p>The: &#8220;<strong>type &#8216;xyz.js&#8217; | &#8230;.</strong>&#8221; command is used by the build system to read a text file and pipe it into another program in this case jsmin.exe </p>
<p>-Mitch </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Iantosca</title>
		<link>http://mitchlabrador.com/2009/12/09/how-to-minimize-and-combine-your-javascript-on-compile-using-visual-studio/#comment-27</link>
		<dc:creator><![CDATA[Michael Iantosca]]></dc:creator>
		<pubDate>Fri, 11 Dec 2009 21:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://mitchlabrador1.wordpress.com/2009/12/09/how-to-minimize-and-combine-your-javascript-on-compile-using-visual-studio/#comment-27</guid>
		<description><![CDATA[When I read your instructions I thought the &quot;type&quot; part was a human instruction - not a computer command - when I added type to the start fothe command it worked - DOH -  thanks for your help - nice program, saved me tons of manual combining!]]></description>
		<content:encoded><![CDATA[<p>When I read your instructions I thought the &#8220;type&#8221; part was a human instruction &#8211; not a computer command &#8211; when I added type to the start fothe command it worked &#8211; DOH &#8211;  thanks for your help &#8211; nice program, saved me tons of manual combining!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitch Labrador</title>
		<link>http://mitchlabrador.com/2009/12/09/how-to-minimize-and-combine-your-javascript-on-compile-using-visual-studio/#comment-26</link>
		<dc:creator><![CDATA[Mitch Labrador]]></dc:creator>
		<pubDate>Fri, 11 Dec 2009 20:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://mitchlabrador1.wordpress.com/2009/12/09/how-to-minimize-and-combine-your-javascript-on-compile-using-visual-studio/#comment-26</guid>
		<description><![CDATA[the syntax for the command prompt is like this:

jsmin  test.js

The: &quot;type &#039;xyz.js&#039; &#124; ....&quot; command is used by the compiler to read a text file and pipe it into another program in this case jsmin.exe]]></description>
		<content:encoded><![CDATA[<p>the syntax for the command prompt is like this:</p>
<p>jsmin  test.js</p>
<p>The: &#8220;type &#8216;xyz.js&#8217; | &#8230;.&#8221; command is used by the compiler to read a text file and pipe it into another program in this case jsmin.exe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Iantosca</title>
		<link>http://mitchlabrador.com/2009/12/09/how-to-minimize-and-combine-your-javascript-on-compile-using-visual-studio/#comment-25</link>
		<dc:creator><![CDATA[Michael Iantosca]]></dc:creator>
		<pubDate>Fri, 11 Dec 2009 20:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://mitchlabrador1.wordpress.com/2009/12/09/how-to-minimize-and-combine-your-javascript-on-compile-using-visual-studio/#comment-25</guid>
		<description><![CDATA[if I run this from the command prompt it looks like it is trying to run the js 

&quot;home.debug.js&quot; &#124; jsmin &gt; test.js 

I get a windows script host error]]></description>
		<content:encoded><![CDATA[<p>if I run this from the command prompt it looks like it is trying to run the js </p>
<p>&#8220;home.debug.js&#8221; | jsmin &gt; test.js </p>
<p>I get a windows script host error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Iantosca</title>
		<link>http://mitchlabrador.com/2009/12/09/how-to-minimize-and-combine-your-javascript-on-compile-using-visual-studio/#comment-24</link>
		<dc:creator><![CDATA[Michael Iantosca]]></dc:creator>
		<pubDate>Fri, 11 Dec 2009 20:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://mitchlabrador1.wordpress.com/2009/12/09/how-to-minimize-and-combine-your-javascript-on-compile-using-visual-studio/#comment-24</guid>
		<description><![CDATA[sorry error 255]]></description>
		<content:encoded><![CDATA[<p>sorry error 255</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitch Labrador</title>
		<link>http://mitchlabrador.com/2009/12/09/how-to-minimize-and-combine-your-javascript-on-compile-using-visual-studio/#comment-23</link>
		<dc:creator><![CDATA[Mitch Labrador]]></dc:creator>
		<pubDate>Fri, 11 Dec 2009 20:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://mitchlabrador1.wordpress.com/2009/12/09/how-to-minimize-and-combine-your-javascript-on-compile-using-visual-studio/#comment-23</guid>
		<description><![CDATA[Hi Michael. This is most likely caused by jsmin being unable to minify one of the files being passed into it. What I would do is use the command prompt and run jsmin on each file individually so you can norrow it down to which script is causing the problem. This will give you a starting point to troubleshoot it.

Hope this helps.]]></description>
		<content:encoded><![CDATA[<p>Hi Michael. This is most likely caused by jsmin being unable to minify one of the files being passed into it. What I would do is use the command prompt and run jsmin on each file individually so you can norrow it down to which script is causing the problem. This will give you a starting point to troubleshoot it.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Iantosca</title>
		<link>http://mitchlabrador.com/2009/12/09/how-to-minimize-and-combine-your-javascript-on-compile-using-visual-studio/#comment-22</link>
		<dc:creator><![CDATA[Michael Iantosca]]></dc:creator>
		<pubDate>Fri, 11 Dec 2009 20:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://mitchlabrador1.wordpress.com/2009/12/09/how-to-minimize-and-combine-your-javascript-on-compile-using-visual-studio/#comment-22</guid>
		<description><![CDATA[I am getting an error code of 225 when trying to use jsmin.exe - can you tell me what that code means?

thanks
Michael]]></description>
		<content:encoded><![CDATA[<p>I am getting an error code of 225 when trying to use jsmin.exe &#8211; can you tell me what that code means?</p>
<p>thanks<br />
Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitch Labrador</title>
		<link>http://mitchlabrador.com/2009/12/09/how-to-minimize-and-combine-your-javascript-on-compile-using-visual-studio/#comment-21</link>
		<dc:creator><![CDATA[Mitch Labrador]]></dc:creator>
		<pubDate>Thu, 10 Dec 2009 22:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://mitchlabrador1.wordpress.com/2009/12/09/how-to-minimize-and-combine-your-javascript-on-compile-using-visual-studio/#comment-21</guid>
		<description><![CDATA[I also use helper methods in a bunch of other places to output common html bits. The idea is to keep it DRY.

Helper methods is the control story for ASP.NET MVC and other MVC implementations.

I have a library of helper controls that allow me to do something like this:
&lt;code&gt;Html.Text(&quot;textbox1&quot;).label(&quot;First Name&quot;).Value(ModelData.Value).ValRequired&lt;/code&gt;


This will create a textbox it&#039;s label, assign the value and add a required validator, all in one line of code. I use it for doing hover image tricks, AJAX submit etc.

Another example this one an AJAX call:
&lt;code&gt;Html.Link(&quot;LinkName&quot;).onclick(JS.SubmitAjax(&#039;url&quot;).Post.UpdatePanel(&#039;panel1&#039;)&lt;/code&gt;

The posibilities are endless. Specially when you couple helper methods with the power jQuery.]]></description>
		<content:encoded><![CDATA[<p>I also use helper methods in a bunch of other places to output common html bits. The idea is to keep it DRY.</p>
<p>Helper methods is the control story for ASP.NET MVC and other MVC implementations.</p>
<p>I have a library of helper controls that allow me to do something like this:<br />
<code>Html.Text("textbox1").label("First Name").Value(ModelData.Value).ValRequired</code></p>
<p>This will create a textbox it&#8217;s label, assign the value and add a required validator, all in one line of code. I use it for doing hover image tricks, AJAX submit etc.</p>
<p>Another example this one an AJAX call:<br />
<code>Html.Link("LinkName").onclick(JS.SubmitAjax('url").Post.UpdatePanel('panel1')</code></p>
<p>The posibilities are endless. Specially when you couple helper methods with the power jQuery.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

