<?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: A JavaScript Compressor/Obfuscator</title>
	<atom:link href="http://www.redllama.net/2007/02/07/a-javascript-compressorobfuscator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redllama.net/2007/02/07/a-javascript-compressorobfuscator/</link>
	<description>Inside thoughts... aloud.</description>
	<lastBuildDate>Sun, 29 Aug 2010 13:58:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nebulous</title>
		<link>http://www.redllama.net/2007/02/07/a-javascript-compressorobfuscator/comment-page-1/#comment-472</link>
		<dc:creator>nebulous</dc:creator>
		<pubDate>Tue, 05 Jun 2007 00:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://wp.redllama.net/?p=385#comment-472</guid>
		<description>Yeah I use jQuery constantly. Its very simple, clean, chainable, and you only have to include parts that you are actually using.</description>
		<content:encoded><![CDATA[<p>Yeah I use jQuery constantly. Its very simple, clean, chainable, and you only have to include parts that you are actually using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nullbert</title>
		<link>http://www.redllama.net/2007/02/07/a-javascript-compressorobfuscator/comment-page-1/#comment-471</link>
		<dc:creator>nullbert</dc:creator>
		<pubDate>Mon, 04 Jun 2007 21:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://wp.redllama.net/?p=385#comment-471</guid>
		<description>I haven&#039;t looked into all the AJAX libs available.  Dojo worked fine.  I don&#039;t use the widget library, so no non XHTML tags.  Do you use jQuery a lot?  If so, I might look at that and see if it has any advantages for my projects.  Boofer, I realize you probably work with idiots like the rest of us, but I seriously doubt you can get away with trying to hide your code from your co-workers/company.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t looked into all the AJAX libs available.  Dojo worked fine.  I don&#8217;t use the widget library, so no non XHTML tags.  Do you use jQuery a lot?  If so, I might look at that and see if it has any advantages for my projects.  Boofer, I realize you probably work with idiots like the rest of us, but I seriously doubt you can get away with trying to hide your code from your co-workers/company.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nebulous</title>
		<link>http://www.redllama.net/2007/02/07/a-javascript-compressorobfuscator/comment-page-1/#comment-401</link>
		<dc:creator>nebulous</dc:creator>
		<pubDate>Tue, 13 Mar 2007 03:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://wp.redllama.net/?p=385#comment-401</guid>
		<description>additional comment about dojo: I guess its fine if you use genuine XHTML, but who tf does that?</description>
		<content:encoded><![CDATA[<p>additional comment about dojo: I guess its fine if you use genuine XHTML, but who tf does that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boofer</title>
		<link>http://www.redllama.net/2007/02/07/a-javascript-compressorobfuscator/comment-page-1/#comment-400</link>
		<dc:creator>boofer</dc:creator>
		<pubDate>Sat, 10 Mar 2007 00:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://wp.redllama.net/?p=385#comment-400</guid>
		<description>It&#039;s not a fact of obfuscating the Javascript so no one can steal it. It&#039;s more of so when I put it in production, no one else here can go in and tweak it. I&#039;ll send the source to anyone since anything on the web is technically free. I&#039;m just trying to prevent people I work with from eventually and/or potentially fuckin&#039; up all my shit.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not a fact of obfuscating the Javascript so no one can steal it. It&#8217;s more of so when I put it in production, no one else here can go in and tweak it. I&#8217;ll send the source to anyone since anything on the web is technically free. I&#8217;m just trying to prevent people I work with from eventually and/or potentially fuckin&#8217; up all my shit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nebulous</title>
		<link>http://www.redllama.net/2007/02/07/a-javascript-compressorobfuscator/comment-page-1/#comment-395</link>
		<dc:creator>nebulous</dc:creator>
		<pubDate>Fri, 09 Mar 2007 20:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://wp.redllama.net/?p=385#comment-395</guid>
		<description>I think compressing JS is retarded. Any web client post 1995 can accept gzipped content and any webserver can automatically gzip content to browsers that accept it. The only other reason people state for this is to keep others from using their code, which is doubly dumb. If somone could make a free copy of my house or car and use it somewhere else I wouldn&#039;t be pissed off. Those things are a helluva lot more valuable to me than some JavaScript.

Oh and on DoJo.. Bleh. Extra fake tags in HTML sucks. Use jQuery.</description>
		<content:encoded><![CDATA[<p>I think compressing JS is retarded. Any web client post 1995 can accept gzipped content and any webserver can automatically gzip content to browsers that accept it. The only other reason people state for this is to keep others from using their code, which is doubly dumb. If somone could make a free copy of my house or car and use it somewhere else I wouldn&#8217;t be pissed off. Those things are a helluva lot more valuable to me than some JavaScript.</p>
<p>Oh and on DoJo.. Bleh. Extra fake tags in HTML sucks. Use jQuery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boofer</title>
		<link>http://www.redllama.net/2007/02/07/a-javascript-compressorobfuscator/comment-page-1/#comment-387</link>
		<dc:creator>boofer</dc:creator>
		<pubDate>Fri, 09 Feb 2007 02:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://wp.redllama.net/?p=385#comment-387</guid>
		<description>Yes. Dojo tries to talk people out of obfuscating. I assume to cut off the onslot of &quot;How do I debug my Javascript?&quot; questions.</description>
		<content:encoded><![CDATA[<p>Yes. Dojo tries to talk people out of obfuscating. I assume to cut off the onslot of &#8220;How do I debug my Javascript?&#8221; questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nullbert</title>
		<link>http://www.redllama.net/2007/02/07/a-javascript-compressorobfuscator/comment-page-1/#comment-386</link>
		<dc:creator>nullbert</dc:creator>
		<pubDate>Thu, 08 Feb 2007 23:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://wp.redllama.net/?p=385#comment-386</guid>
		<description>Is that better than http://dojotoolkit.org/docs/compressor_system.html ?</description>
		<content:encoded><![CDATA[<p>Is that better than <a href="http://dojotoolkit.org/docs/compressor_system.html" rel="nofollow">http://dojotoolkit.org/docs/compressor_system.html</a> ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

