tutorial

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tutorial [2009/10/19 18:55]
aspectscript
tutorial [2009/10/26 17:55] (current)
aspectscript
Line 7: Line 7:
 === The easy way --- on-line transformation === === The easy way --- on-line transformation ===
  
-This option is ideal when you are learning AspectScript or you are developing code, because the code is transformed each time your Javascript script is loaded. For on-line tranformation, it is only necessary to include the JavaScript script in the following way:+This option is ideal when you are learning AspectScript or you are developing code, because the code is transformed each time your Javascript script is loaded. For on-line tranformation, it is only necessary to include the JavaScript source in the following way:
  
 <code html> <code html>
Line 15: Line 15:
 Where the **jst.php** is the PHP file available in the standard distribution of AspectScript. Where the **jst.php** is the PHP file available in the standard distribution of AspectScript.
  
-For instance, [[http://www.pleiad.cl/aspectscript/external/tetris/tetris.js|this]] is the original tetris application, and the [[http://www.pleiad.cl/aspectscript/external/aspectscript/jst.php?url=http://www.pleiad.cl/aspectscript/external/tetris/tetris.js|transformed one]] using jst.php (please click once, the transformation is a heavy process).+For instance, [[http://www.pleiad.cl/aspectscript/external/tetris/tetris.js|this]] is the original tetris application, and the [[http://www.pleiad.cl/aspectscript/external/aspectscript/jst.php?url=http://www.pleiad.cl/aspectscript/external/tetris/tetris.js|transformed one]] using jst.php (it can take some time to load because the transformation is a heavy process, please click once).
  
 === The efficient way - off-line transformation === === The efficient way - off-line transformation ===
  • tutorial.1255978518.txt.gz
  • Last modified: 2009/10/19 18:55
  • by aspectscript