<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1036506" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1036506</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/shrinkerpackerobfuscator#comment-1210091</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Greg K;210062 wrote:&lt;/strong&gt; I have seen programs before that shrink source code by not only eliminating whitespace, but also by replacing all variable names with 2 letter ones. Yes the final code is confusing to read, but that is why you keep the original. Some sites, every singe byte saved can count.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Are you able to point to any that do this?&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Nov 2006 19:26:38 +0000</pubDate>
 <dc:creator>Triexa.com</dc:creator>
 <guid isPermaLink="false">comment 1210091 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/shrinkerpackerobfuscator#comment-1210062</link>
    <description> &lt;p&gt;I have seen programs before that shrink source code by not only eliminating whitespace, but also by replacing all variable names with 2 letter ones. Yes the final code is confusing to read, but that is why you keep the original. Some sites, every singe byte saved can count.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Nov 2006 14:15:37 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1210062 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/shrinkerpackerobfuscator#comment-1210044</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Triexa.com;210042 wrote:&lt;/strong&gt; umm its protoype, WELL known javascript framework. It happens to be that size of a file.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Oh right.  Might be an idea to capitalise proper nouns to avoid confusion in future.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Nov 2006 03:30:02 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1210044 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/shrinkerpackerobfuscator#comment-1210042</link>
    <description> &lt;p&gt;umm its protoype, WELL known javascript framework. It happens to be that size of a file.&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Nov 2006 03:13:44 +0000</pubDate>
 <dc:creator>Triexa.com</dc:creator>
 <guid isPermaLink="false">comment 1210042 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/shrinkerpackerobfuscator#comment-1210040</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Triexa.com;210035 wrote:&lt;/strong&gt; I compacted the prototype from 60 to 40KB. That&#039;s 20kb every non-cached request. You can&#039;t possible sit there and tell me that&#039;s pointless savings.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;20kB isn&#039;t much of a savings, imo, not when you&#039;re satisfied with 40kB scripts.  Why do you have 20kB of whitespace anyway?  And a 40-60kB script?&lt;/p&gt;
&lt;p&gt;I&#039;d use a regular expression replacement to delete whitespace, if there was that much.  No need for any extra tools.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Nov 2006 02:55:11 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1210040 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/shrinkerpackerobfuscator#comment-1210035</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Abhishek Reddy;210033 wrote:&lt;/strong&gt; I don&#039;t.  Trying to hide client-side Javascript code is like trying to hide XHTML: futile.  Since your program must be transferred in whole, to be read in text form by the client, there is no way you can hide it from the user.&lt;/p&gt;
&lt;p&gt;As with markup code, you may save a kilobyte or two by compacting whitespace, but the payoff isn&#039;t really worth the effort.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I compacted the prototype from 60 to 40KB. That&#039;s 20kb every non-cached request. You can&#039;t possible sit there and tell me that&#039;s pointless savings.&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Nov 2006 01:50:11 +0000</pubDate>
 <dc:creator>Triexa.com</dc:creator>
 <guid isPermaLink="false">comment 1210035 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/shrinkerpackerobfuscator#comment-1210033</link>
    <description> &lt;p&gt;I don&#039;t.  Trying to hide client-side Javascript code is like trying to hide XHTML: futile.  Since your program must be transferred in whole, to be read in text form by the client, there is no way you can hide it from the user.&lt;/p&gt;
&lt;p&gt;As with markup code, you may save a kilobyte or two by compacting whitespace, but the payoff isn&#039;t really worth the effort.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Nov 2006 01:40:42 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1210033 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
