Changes between Version 40 and Version 41 of Documentation

Show
Ignore:
Timestamp:
08/21/08 09:58:53 (5 years ago)
Author:
euzuro
Comment:

adding some references for beginners to JavaScript, JSON, Firebug

Legend:

Unmodified
Added
Removed
Modified
  • Documentation

    v40 v41  
    11= Documentation = 
     2 
     3== Before Getting Started -- The Technologies Behind OpenLayers == 
     4 
     5We at !OpenLayers generally ''assume'' that everyone who comes to us is already a highly skilled web programmer. Such, however, is not always the case. Here we have assembled a few quick links to tutorials and the like on how to master the art of coding in !JavaScript, debug in Firebug, understand JSON, etc. 
     6 
     7 * [http://blog.mootools.net/2007/6/5/help-i-dont-know-javascript Introduction to JavaScript] by the people at [http://mootools.net mootools]. 
     8 * Four-part video series by [http://www.crockford.com/ Douglas Crockford] on [http://video.yahoo.com/watch/111593/1710507 Programming in JavaScript] 
     9 * [http://javascript.crockford.com/ Crockford's JavaScript page] 
     10 * [http://www.json.org/ Introduction to JSON] 
     11 * [http://getfirebug.com/logging.html Debugging with Firebug] 
    212 
    313== Getting Started ==