Difference between revisions of "WebTools"

From Lost In Wonderlands
Jump to: navigation, search
(Created page with "= Web Tools = ''by paul.plaquette, Senior Software Engineer, Trilda Open Source'' list of tools of interest when working on HTML5/CSS3/JavaScript web site or Web Applicatio...")
 
(Web Tools)
Line 9: Line 9:
 
* [[HTML5]]
 
* [[HTML5]]
 
* [[JavaScript]]
 
* [[JavaScript]]
* [[Much_more_JavaScript_FrameWorks | More JavaScript Frameworks]]
+
* [[JavaScriptFrameWorks | JavaScript Frameworks]]
 
* [[CSS3]]
 
* [[CSS3]]
 
* [[WebTechnologiesRef | Web Technologies Reference]]
 
* [[WebTechnologiesRef | Web Technologies Reference]]
 
* [[WebAPIs | Web APIs]]
 
* [[WebAPIs | Web APIs]]
 
* [[WebPresentationTools | Web Presentation Tools]]
 
* [[WebPresentationTools | Web Presentation Tools]]
* [[WebComputing | Web Computing]]
+
* [[Main_Page]]
  
  
Line 22: Line 22:
 
''coming soon'' :  
 
''coming soon'' :  
  
'''''Everything You Always Wanted on web Tools of interest... (But Were Afraid to Ask)''''' B)
+
'''''Everything You Always Wanted on web Tools of interest... (But Were Afraid to Ask)'''''
  
  

Revision as of 04:00, 4 March 2016

Web Tools

by paul.plaquette, Senior Software Engineer, Trilda Open Source


list of tools of interest when working on HTML5/CSS3/JavaScript web site or Web Applications

See also


NeXT Steps

 add more link on web tools of interest

coming soon :

Everything You Always Wanted on web Tools of interest... (But Were Afraid to Ask)


Cross-Platforms

* http://git-scm.com/
* http://git-scm.com/book

IDE, Text Editors

* Aptana/Zend Studio/Eclipse: https://github.com/sergeche/eclipse-zencoding


HTML Text editor

GUI builder

Node.js tools

* https://npmjs.org/
* https://npmjs.org/package/
* http://mongodb.github.com/node-mongodb-native/api-articles/nodekoarticle1.html
* https://github.com/mongodb/node-mongodb-native
  • Grunt.js
* http://gruntjs.com/

Nodesj's blogs


Testing tools

Debbugging tools

  • FireBug, firefox Extension


Mac OS X


GNU/Linux

Ubuntu

installing oracle java 7 on 12.04

Windows


Web

a selection of a few links to web site that are providing on line doc, help, tools, framework of interest for HTML5, CSS3, Web Colors, Web Font, HTML and CSS validation and generation, Browsers testing against standards, Web desing and so on...

Data filling

  • text:
* http://lorempixel.com/
* http://www.html-ipsum.com/


Fonts

Features Compliance

Web Pages to test how your browser is following standards. And Also tells you what it does or does not support

Online Help

Doc hub is having everything on line (the point will be to see how often it will be updated with standards - for now it is)...

templates

often cited websites to serve as good starting point

Coding Styles

Generators

Articles:


Note:

these tools are generating source code, does not mean the source code is correct !
but you can check against validatorsbelow !

Validation

 * W3C HTML5 validator: http://validator.w3.org/
 * W3C CSS3 validator: http://jigsaw.w3.org/css-validator/
 * CSS Lint: http://csslint.net/
 * CSS lisible (french) : http://www.csslisible.com/
 * jslint, (from books author javascript the doodparts): http://www.jslint.com/
 * jshint (opensource version): http://www.jshint.com/

Performances