Dojo Dijit and HTML5 in Real world applications/University/13. HTML 5: Difference between revisions

From PMISwiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ !!! Not released for use yet !!! =={{SUBPAGENAME}}== * [http://pmis.biz/rwa/HTML5_demo.php HTML5 demo] Mobile aplications ==How to use== ==Tips and tricks== Synnta...")
 
No edit summary
 
Line 5: Line 5:
* [http://pmis.biz/rwa/HTML5_demo.php HTML5 demo]
* [http://pmis.biz/rwa/HTML5_demo.php HTML5 demo]


Mobile aplications
Prepare for Mobile Javascript applications:
 
* Run the [http://www.jslint.com JSLint.com] script, should you get an error or two, you might find a list of error message explanations [http://www.jameswiseman.com/blog/2011/01/17/jslint-a-guide-to-jslint-messages/ here]
* Douglas Crockford made [http://www.jslint.com JSLint.com] he is a Javascript guru read some of is articles e.g.  [http://javascript.crockford.com/private.html Private Members in JavaScript]
* Building HTML5 dojox.mobile applications by [http://www.ibm.com/developerworks/web/library/wa-charting/index.html IBM]
* [http://dojotoolkit.org/documentation/tutorials/1.7/mobile/tweetview/getting_started/ dojox.mobile documentation]
* [http://download.dojotoolkit.org/release-1.7.1/dojo-release-1.7.1/dojox/mobile/tests/ dojox.mobile Test area]
* [http://www.nczonline.net/blog/2012/03/13/its-time-to-start-using-javascript-strict-mode/ Why using JavaScript strict mode?]


==How to use==
==How to use==
Line 41: Line 46:
| Draft
| Draft
| Not released.
| Not released.
|-
| 2
| 11 May 2012
| PSA
| Draft
| Updated.
|-
|-
|  
|  
Line 53: Line 64:
[[Category:Dojo]]
[[Category:Dojo]]
[[Category:Dojox]]
[[Category:Dojox]]
[[Category:Dijit]]
[[Category:Dojox.mobile]]
[[Category:dijit.form]]

Latest revision as of 21:35, 11 May 2012

!!! Not released for use yet !!!

13. HTML 5

Prepare for Mobile Javascript applications:

How to use

Tips and tricks

Synntax highlight based on html5:

<script type="text/javascript">

</script>

Verified in

IE 8, Firefox 3.6.22, Dojo 1.6.1

References

Document History

Version Date Author Status Purpose of update
1 22 Apr 2012 PSA Draft Not released.
2 11 May 2012 PSA Draft Updated.