Difference between revisions of "WebDev"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 28: Line 28:
  
 
* http://www.initializr.com/
 
* http://www.initializr.com/
 +
 +
* http://www.yaml.de/
  
 
== Authoring ==
 
== Authoring ==
 
* [http://maqetta.org/ 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.
 
* [http://maqetta.org/ 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.
 +
** http://maqetta.org:55556/maqetta/app/docs/index.html#tutorials/tutorials
  
 
* [http://bluegriffon.org/ 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.
 
* [http://bluegriffon.org/ 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.
 +
 +
=== CSS 3 ===
 +
* http://www.layerstyles.org/ - box shadow, etc.
 +
* http://www.css3d.net/ribbon-generator/
 +
* [http://matthewlein.com/ceaser/ Ceaser] - CSS Easing Animation Tool
 +
 +
* http://www.patternify.com/  - CSS Pattern Generator

Revision as of 21:58, 27 July 2012


Analysis

Testing

Coding

    • EightPack consists of the following tools: JSLint, JSHint, JS Beautifier, JSMin, CSS Beautify, and cssmin.js. Uses V8 engine.

Authoring

  • 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.

CSS 3