<?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 Obfuscator and Minifier</title>
	<atom:link href="http://www.timwhitlock.info/blog/2008/06/14/javascript-obfuscator-and-minifier/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.timwhitlock.info/blog/2008/06/14/javascript-obfuscator-and-minifier/</link>
	<description>Tim Whitlock&#039;s personal site and blog</description>
	<lastBuildDate>Wed, 21 Mar 2012 12:41:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Richard van Velzen</title>
		<link>http://www.timwhitlock.info/blog/2008/06/14/javascript-obfuscator-and-minifier/#comment-29</link>
		<dc:creator>Richard van Velzen</dc:creator>
		<pubDate>Thu, 11 Mar 2010 22:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://web.2point1.com/2008/06/14/javascript-obfuscator-and-minifier/#comment-29</guid>
		<description>There&#039;s a little problem with minification when using the with statement. I think any minifier has the same problem, because static analysis is impossible within a with. You never know if the &quot;variable&quot; you&#039;re looking at is actually a property of the given object or just a variable. Behold:

&lt;code&gt;function min() {}
with(Math) {
    min();
}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>There&#8217;s a little problem with minification when using the with statement. I think any minifier has the same problem, because static analysis is impossible within a with. You never know if the &#8220;variable&#8221; you&#8217;re looking at is actually a property of the given object or just a variable. Behold:</p>
<p><code>function min() {}<br />
with(Math) {<br />
    min();<br />
}</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurentiu</title>
		<link>http://www.timwhitlock.info/blog/2008/06/14/javascript-obfuscator-and-minifier/#comment-28</link>
		<dc:creator>Laurentiu</dc:creator>
		<pubDate>Fri, 16 Oct 2009 13:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://web.2point1.com/2008/06/14/javascript-obfuscator-and-minifier/#comment-28</guid>
		<description>I have gave it a try but seems to crash on 4 of 5 of my tests.
YUI Compressor works on all of them - so I will go with that for now</description>
		<content:encoded><![CDATA[<p>I have gave it a try but seems to crash on 4 of 5 of my tests.<br />
YUI Compressor works on all of them &#8211; so I will go with that for now</p>
]]></content:encoded>
	</item>
</channel>
</rss>

