WebDev
Jump to navigation
Jump to search
- Talk: Tooling & The Webapp Development Stack - Paul Irish, May 1st, 2012
Dev folk
- http://paulirish.com/
- http://codinghorror.com/blog/ - Jeff Atwood
General
python2
python -m SimpleHTTPServer 8000
python3
python -m http.server 5674
Analysis
- http://ifconfig.me/ - client info via curl
- http://redbot.org/
Testing
Coding
- 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
Authoring
- Maqetta is an open source project that provides WYSIWYG visual authoring of HTML5 user interfaces. The Maqetta application itself is authored in HTML, and therefore runs in the browser without requiring additional plugins or downloads.
- BlueGriffon is a new WYSIWYG content editor for the World Wide Web. Powered by Gecko, the rendering engine of Firefox, it's a modern and robust solution to edit Web pages in conformance to the latest Web Standards.
- Aptana Studio 3 - Develop and test your entire web application using a single environment. With support for the latest browser technology specs such as HTML5, CSS3, JavaScript, Ruby, Rails, PHP and Python.
CSS 3
- http://www.layerstyles.org/ - box shadow, etc.
- http://www.css3d.net/ribbon-generator/
- Ceaser - CSS Easing Animation Tool
- http://www.patternify.com/ - CSS Pattern Generator