Tagged Questions

11
votes
6answers
986 views

What is the best resource you know to learn Dojo?

The Dojo toolkit looks like it is very useful, but the docs feel very incomplete and buggy. Can anyone suggest a book or other resource to help a javascript novice really learn to use Dojo?
3
votes
5answers
457 views

Best javascript framework for drawing/showing images?

What's the best javascript framework for drawing (lines, curves whatnot) on images?
0
votes
7answers
814 views

Firefox add-on tools for checking JavaScript syntax?

Not sure if there is any Firefox add-on tool for checking JavaScript syntax, var declaration, or even pre-compiling available? I find out is very difficult to debug JavaScript in a web html page. I …