Difference between revisions of "WebDev"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
== General ==
 
== General ==
 
* http://www.webdesignshock.com/web-design-software - to check
 
* http://www.webdesignshock.com/web-design-software - to check
 +
 +
python2
 +
  python -m SimpleHTTPServer 8000
 +
 +
python3
 +
python -m http.server 5674
  
 
== Analysis ==
 
== Analysis ==

Revision as of 23:11, 27 July 2012


General

python2

 python -m SimpleHTTPServer 8000

python3

python -m http.server 5674

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