Search: minification
*Programming minify - Combines, minifies, and caches JavaScript and CSS files on demand
Submitted by matt 216 days ago (more from code.google.com)Minify is a PHP5 app that helps you follow several of Yahoo!'s Rules for High Performance Web Sites. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers.
*Programming Hosted version of Closure Compiler
Submitted by matt 248 days ago (more from closure-compiler.appspot.com)A hosted version of Closure Compiler (just paste in your code), a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left.
*Miscellaneous Online JavaScript and CSS Compression Using YUI Compressor
Submitted by matt 276 days ago (more from refresh-sf.com)The YUI Compressor is JavaScript minifier designed to be 100% safe and yield a higher compression ratio than most other tools. According to Yahoo!'s Exceptional Performance Team, 40% to 60% of Yahoo!'s users have an empty cache experience and about 20% of all page views are done with an empty cache. This fact outlines the importance of keeping web pages as lightweight as possible.
*Programming Closure Compiler - make JavaScript download and run faster
Submitted by matt 286 days ago (more from code.google.com)Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left.
*Programming Extreme JavaScript Compression With YUI Compressor
Submitted by matt 319 days ago (more from slideshare.net)Slides from the Yahoo! Front End Engineering Summit presentation on how to optimize JavaScript for best minification using YUI Compressor.
*HTML/CSS Web-Based Tools for Optimizing, Formatting and Checking CSS
Submitted by matt 1 year and 212 days ago (more from sixrevisions.com)Stylesheets can get large real quickly, both in terms of length and file size. To ensure that your web pages render correctly and quickly, here’s a compilation of some of the best free, web-based CSS optimizers/compressors, code formatters, and validation services.
*Programming 50 Useful JavaScript Tools
Submitted by matt 1 year and 212 days ago (more from smashingmagazine.com)50 excellent tools to help you achieve various tasks involved in authoring JavaScript code.
- 1