Personal tools

Yui

From MohidWiki

Revision as of 14:54, 30 July 2009 by Guillaume (talk | contribs) (New page: Yui is a suite of tools hosted by <goto>Yahoo</goto> that aim at improving the performance of web-sites. In particular the yuicompressor tool is extremely interesting as it minimizes j...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Yui is a suite of tools hosted by <goto>Yahoo</goto> that aim at improving the performance of web-sites. In particular the yuicompressor tool is extremely interesting as it minimizes javascript and css code by ascii manipulation (variable name shortening, space shortening). It also encodes the code to be almost unintelligible to the human eye.

External links