MemTronic's HTML/JavaScript Cruncher-Compressor
|
What it is good for: ================ The HTML/JavaScript Cruncher (also known as squeezing): Removes whitespace and comments in ALL your JavaScript-Blocks, Style-Sheet-Blocks, HTML-Blocks. This results in Bandwidth-Savings between 20% - 50%. (Depends on use of comments and style) The entire file will work like any uncrunched file. (Search-Engines and users still can parse the code) The HTML/JavaScript Compressor: Compresses the entire file with a REAL compression-scheme! (Auto-DeCompression added to file) (detects: pure JavaScript, pure HTML/CSS or HTML/CSS mixed with JavaScript). This results in Bandwidth-Savings between 40% - 90%. (NO joke! ...seriously tested) Besides the META-Tags (which are always kept untouched) the file is NO LONGER PARSEABLE by any Search-Engine or user! (Compressing .js files is ALWAYS A GOOD IDEA! ...hehe) The HTML/JavaScript Obfuscator (not finished yet): Obfuscates (scrambles) all JavaScript-Code so that it is no longer readable by human beings. This results in additionally reduced size (short replace) or absolutely hard to read code (long replace) The entire file will work like any unobfuscated file. (Search-Engines still can parse the HTML-code BUT NO ONE can simply STEAL YOUR CODE! ...hehe)
Most scripts are free or open source. But some have the full source code available for download yet itīs required to have permission to use them and most often the price will be listed. If there is a script license e.g. GNU or GPL then it will also be listed. |
Javascript Assertion Unit Framework
jsAssertUnit is a unit testing framework based on assertions, helping... |
