Online JavaScript Compression Tool
Compressing JavaScript code is useful when you want to minimize the size of files that get downloaded to the client. This is especially true with AJAX applications that may rely on several scripts to function properly.
I was playing around with Douglas Crockford's JsMin code last night and decided to put together an online version that people could use on my XML for ASP.NET Website. It's not throughly tested at this point, but feel free to try it out and let me know of any issues. The tool can be found at the following URL: