Difference between revisions of "Internet 2 Workshop"
From Digipool-Wiki
(→Getting started) |
|||
Line 15: | Line 15: | ||
=== Getting started === | === Getting started === | ||
+ | <source lang="javascript"> | ||
<head> | <head> | ||
... | ... | ||
Line 28: | Line 29: | ||
</script> | </script> | ||
</head> | </head> | ||
− | + | </source> | |
== Javascript Tutorials == | == Javascript Tutorials == | ||
* [http://www.kostenlose-javascripts.de/tutorials/tutorials.html www.kostenlose-javascripts.de] von Michael Antrag | * [http://www.kostenlose-javascripts.de/tutorials/tutorials.html www.kostenlose-javascripts.de] von Michael Antrag |
Revision as of 14:17, 6 May 2011
Javascript for Artists
Javascript-Tutorial mit kreativer Zielsetzung
Tools
- Textbearbeitungsprogramm zum Schreiben des Codes TextWrangler
- FTP-Programm zum Hochladen des Codes auf den WWW-Sever Cyberduck
Examples
Getting started
<source lang="javascript"> <head>
... <title>Test</title> <script language="JavaScript"> </script>
</head> </source>
Javascript Tutorials
- www.kostenlose-javascripts.de von Michael Antrag