Javascript: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 16: Zeile 16:
  
 
==Templates==
 
==Templates==
 +
[https://developer.mozilla.org/en-US/docs/JavaScript_templates List of JavaScript templates from Mozilla].
 
* [https://github.com/janl/mustache.js mustache.js] - minimal templating in JavaScript
 
* [https://github.com/janl/mustache.js mustache.js] - minimal templating in JavaScript
 
* [http://beebole.com/pure/ pure] - Simple and ultra-fast templating tool to generate HTML from JSON data. Keep your HTML clean of any logic using JSON and Javascript only
 
* [http://beebole.com/pure/ pure] - Simple and ultra-fast templating tool to generate HTML from JSON data. Keep your HTML clean of any logic using JSON and Javascript only
 
* [http://embeddedjs.com/ EJS] - EJS cleans the HTML out of your JavaScript with client side templates.
 
* [http://embeddedjs.com/ EJS] - EJS cleans the HTML out of your JavaScript with client side templates.
 
* [http://www.jsviews.com/#jsviews JsViews] - the JsViews framework brings declarative data-binding to JsRender templates, supports MVVM and MVP (custom tag controls), and much more...
 
* [http://www.jsviews.com/#jsviews JsViews] - the JsViews framework brings declarative data-binding to JsRender templates, supports MVVM and MVP (custom tag controls), and much more...
 +
* [https://code.google.com/p/json-template/ JSON Template] -
  
 
==Testing==
 
==Testing==

Version vom 13. Juli 2013, 09:42 Uhr

Learn

Writing

Javascript Development Workflow

Siehe Web Development Workflow

Keyboard

  • Mousetrap - A simple library for handling keyboard shortcuts in Javascript.

Numbers

Templates

List of JavaScript templates from Mozilla.

  • mustache.js - minimal templating in JavaScript
  • pure - Simple and ultra-fast templating tool to generate HTML from JSON data. Keep your HTML clean of any logic using JSON and Javascript only
  • EJS - EJS cleans the HTML out of your JavaScript with client side templates.
  • JsViews - the JsViews framework brings declarative data-binding to JsRender templates, supports MVVM and MVP (custom tag controls), and much more...
  • JSON Template -

Testing

Design Patterns

Performance

Libraries

  • xCharts: building beautiful and custom data-driven chart visualizations for the web
  • D3 Gallery - data visualization - in a lot of ways. xCharts builds upon it.
  • typeahead.js - Autocomplete
  • Knockout JS - Databinding.

Deliver

Shortcuts

Node.js