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:08]
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 14: Line 14:
  
 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 (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 ===
Line 45: Line 47:
 ===== For More Information ===== ===== For More Information =====
  
-If you want to learn more about AspectScript, you can see the [[examples|examples]] page or read the [[technical report|technical report]].+This page is still under construction.  Please see the [[examples|examples]] page if you want to learn more about AspectScript.
  
  
  • tutorial.1255975724.txt.gz
  • Last modified: 2009/10/19 18:08
  • by aspectscript