Dojo Dijit and HTML5 in Real world applications: Difference between revisions

From PMISwiki
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:


==References==
==References==
* [http://dev.w3.org/html5/html-author/ Last official HTML5 draft]
* [http://www.w3.org/TR/2011/WD-html5-author-20110809/HTML5 working draft]
* [http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf|The Java Script specification (Ecma script)]
* [http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf|The Java Script specification (Ecma script)]
* [http://en.wikipedia.org/wiki/JavaScript_library|Other Java Script libraries]
* [http://en.wikipedia.org/wiki/JavaScript_library|Other Java Script libraries]

Revision as of 18:27, 6 November 2011

In this section you will find the eBook:

Dojo, Dijit and HTML 5 in Real world applications

Modern web applications need functionality and speed equal to the traditional desktop application and a nice look and feel. That's provided by Dojo and Dijit. The documentation of the Dojo framework is well developed, however, the documentation is difficult to grasp until you get the overview: This collection of explained real world application examples helps you to get the necessary overview. Furthermore, as HTML5 is the new promising web standard all examples are based on HTML5. For the time being almost all examples found on the web is based on html4. Even though, it might be easy to convert to HTML5, experience proves it difficult.

Welcome to the Virtual Team eBook on Dojo, Dijit and HTML 5 in Real world applications!

How to use the materials

The examples found herein are carried out as real world examples. However, several of the implementations have been simplified in order to focus on the subjects covered by the different examples.

Table of contents

{{#subpages:}}

References