Comments on: Reading 02: Javascript (begin 9/9–and ongoing) https://pages.graphics.cs.wisc.edu/679-11/2011/09/01/readings-02-javascript-begin-99and-ongoing/ Course web for CS679 Fall 2011 Thu, 31 Jul 2014 16:22:08 +0000 hourly 1 https://wordpress.org/?v=5.7.11 By: Joe Kohlmann https://pages.graphics.cs.wisc.edu/679-11/2011/09/01/readings-02-javascript-begin-99and-ongoing/#comment-57 Mon, 12 Sep 2011 05:09:33 +0000 http://pages.graphics.cs.wisc.edu/679-11/2011/09/01/readings-02-javascript-begin-99and-ongoing/#comment-57 In reply to Joe Kohlmann.

Oh, WordPress nuked the links because I put them inside less-than and greater-than signs.

Raphaël JS
http://raphaeljs.com/

JavaScript: The Good Parts http://shop.oreilly.com/product/9780596517748.do

]]>
By: Joe Kohlmann https://pages.graphics.cs.wisc.edu/679-11/2011/09/01/readings-02-javascript-begin-99and-ongoing/#comment-56 Mon, 12 Sep 2011 05:07:16 +0000 http://pages.graphics.cs.wisc.edu/679-11/2011/09/01/readings-02-javascript-begin-99and-ongoing/#comment-56 Hi everybody, I have two resources to pass on to you regarding JavaScript and Canvas.

Raphaël JS
This is a JavaScript drawing library that abstracts much of the syntax. People may find it useful; I haven’t played with it much, but I knew it existed for a while. Two advantages versus Canvas: it’s a vector drawing library, and it’s cross-browser compatible.

JavaScript: The Good Parts
This book by Douglas Crockford covers many of the specific language features of JavaScript that developers might otherwise miss because they treat JavaScript like C, Java, or whatever other language. It offers a lot of insight into how JavaScript objects work, how to do inheritance right, and loads more details. It’s not graphics-specific, but it really helped me gain a better appreciation and understanding of JavaScript as a programming language.

]]>
By: wasmundt https://pages.graphics.cs.wisc.edu/679-11/2011/09/01/readings-02-javascript-begin-99and-ongoing/#comment-43 Thu, 08 Sep 2011 23:58:48 +0000 http://pages.graphics.cs.wisc.edu/679-11/2011/09/01/readings-02-javascript-begin-99and-ongoing/#comment-43 A good book is: Java Script for Web Developers by Nicholas Zakas

http://www.amazon.com/Professional-JavaScript-Developers-Wrox-Programmer/dp/047022780X

]]>
By: djgagnon https://pages.graphics.cs.wisc.edu/679-11/2011/09/01/readings-02-javascript-begin-99and-ongoing/#comment-41 Thu, 08 Sep 2011 12:44:46 +0000 http://pages.graphics.cs.wisc.edu/679-11/2011/09/01/readings-02-javascript-begin-99and-ongoing/#comment-41 Also check out: MIT Coursenotes for HTML5 Game Programming Course and Competition

https://wiki.mozilla.org/User%3aJgoulie#MIT_IAP.2C_January_10-14.2C_2011

]]>