Differences
This shows you the differences between two versions of the page.
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, | + | 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, |
<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:// | + | For instance, [[http:// |
=== The efficient way - off-line transformation === | === The efficient way - off-line transformation === |