My favorites | Sign in
Google
Projects on Google Code Results 1 - 7 of 7
=JSMin Ant Task= *A custom task for Apache Ant which acts as an interface to the JSMin program.* ==About JSMin== _"JSMin is a filter which removes comments and unnecessary whitespace from javascript files. It typically reduces filesize by half, resulting in faster downloads. It also encoura...
This is a fast, low-overhead port of Douglas Crockford's [http://www.crockford.com/javascript/jsmin.html JSMin] !JavaScript minifier to PHP. It requires PHP 5 or higher. == Usage == {{{ require 'jsmin-1.1.1.php'; // Output a minified version of example.js. echo JSMin::minify(file_get_cont...
=Reducisaurus Shrinks CSS and JS= Reducisaurus is a web service for minifying and serving CSS and JS files. Reducisaurus is based on [http://developer.yahoo.com/yui/compressor/ YUI Compressor] and runs on [http://appengine.google.com/ AppEngine]. ==How can I use it?== Redu...
cssmin reduces the size of stylesheet definitions by removing all unneeded whitespaces and comments. Nothing special but has the same syntax as [http://code.google.com/p/jsmin-php/ jsmin]. = Requirements: = * PHP 5.x = Syntax: = {{{ string cssmin::minify(string $css, mixed [$options]) ...
Silobox lets you compare different JavaScript snippets to allow you to determine which performs better in different browsers. || [SiloboxWiki Get Started] || === Example: Which loop performs better? === {{{ for (var i = 0; i < items.length; i++) { } }}} or {{{ for (var i = 0, l ...
[http://silobox.com Silobox] - benchmarking and testing the performance of a range of JavaScript problems from loops, nested objects, and more. * Find out more about [http://silobox.com Silobox] * Browse the [Projects] *Do you write your own Silobox projects?* Get them hosted here by ema...
This code sends appropriate headers for .css and .js files that have been GZIPed and then uses jsmin and cssmin to minimize the files on-the-fly. PHP 5 or higher is required.