Difference between revisions of "Internet 2 Workshop"
From Digipool-Wiki
(→Tools) |
|||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Javascript for Artists == | == Javascript for Artists == | ||
− | Javascript-Tutorial mit kreativer Zielsetzung | + | Javascript-Tutorial mit kreativer Zielsetzung: [[Javascript for Artists]] |
<br> | <br> | ||
Line 11: | Line 11: | ||
* Processing ist DIE Einsteiger Software für das Programmieren-Lernen. Mit [http://processingjs.org Processing.js] kann man Processing-Code auch JavaScript verwenden. [http://processing.org www.processing.org] | * Processing ist DIE Einsteiger Software für das Programmieren-Lernen. Mit [http://processingjs.org Processing.js] kann man Processing-Code auch JavaScript verwenden. [http://processing.org www.processing.org] | ||
* Eine Webseite auf die das iPhone als Webbrowser simuliert wird [http://www.testiphone.com www.testiphone.com] | * Eine Webseite auf die das iPhone als Webbrowser simuliert wird [http://www.testiphone.com www.testiphone.com] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<br> | <br> |
Latest revision as of 12:55, 3 June 2012
Javascript for Artists
Javascript-Tutorial mit kreativer Zielsetzung: Javascript for Artists
Tools
- Textbearbeitungsprogramm zum Schreiben des Codes TextWrangler
- FTP-Programm zum Hochladen des Codes auf den WWW-Sever Cyberduck
- Processing ist DIE Einsteiger Software für das Programmieren-Lernen. Mit Processing.js kann man Processing-Code auch JavaScript verwenden. www.processing.org
- Eine Webseite auf die das iPhone als Webbrowser simuliert wird www.testiphone.com
Javascript Tutorials
- www.kostenlose-javascripts.de von Michael Antrag
- www.schillmania.com Die Grundlagen von Animationen mit JavaScript
- www.w3schools.com Beispiele mit Online Editor!
- www.walterzorn.de JavaScript-Vektorgrafikbibliothek
- www.processingjs.org von John Resig