Difference between revisions of "WebDev"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
* http://ted.mielczarek.org/code/mozilla/bookmarklet.html | * http://ted.mielczarek.org/code/mozilla/bookmarklet.html | ||
− | * * [https://github.com/ariya/eightpack EightPack] consists of the following tools: JSLint, JSHint, JS Beautifier, JSMin, CSS Beautify, and cssmin.js. Uses V8 engine. | + | ** [https://github.com/ariya/eightpack EightPack] consists of the following tools: JSLint, JSHint, JS Beautifier, JSMin, CSS Beautify, and cssmin.js. Uses V8 engine. |
+ | |||
+ | * http://code.google.com/p/minify/ - php css and js | ||
+ | ** http://code.google.com/p/minify/wiki/CommonProblems | ||
+ | |||
+ | * https://github.com/tedivm/JShrink - php js | ||
+ | |||
+ | * https://github.com/css/csso - nodejs |
Revision as of 11:51, 26 July 2012
- http://ifconfig.me/ - client info via curl
- http://redbot.org/
- http://ismyblogworking.com/
- EightPack consists of the following tools: JSLint, JSHint, JS Beautifier, JSMin, CSS Beautify, and cssmin.js. Uses V8 engine.
- http://code.google.com/p/minify/ - php css and js
- https://github.com/tedivm/JShrink - php js
- https://github.com/css/csso - nodejs