JavaScript Day 12: Links!

Been gathering a collection of links, both on my own, through comments on these posts, and other links people have shared on IM and twitter. Thought I’d take this opportunity to gather them together.

IDEs:
http://www.activestate.com/komodo-edit
http://www.jetbrains.com/idea/
http://www.aptana.com/

Libraries/Frameworks:
http://processingjs.org/
http://bit.ly/canvask3d
http://jcscript.com/
http://www.raphaeljs.com/
http://www.shapevent.com/scaleraphael/
http://code.google.com/closure/
http://jquery.com/

JSLint:
http://www.jslint.com/
http://community.activestate.com/xpi/kojslint

Minifiers/unminifiers:
http://jscompress.com/
http://closure-compiler.appspot.com/home
http://ajaxmin.codeplex.com
http://yuilibrary.com/downloads/#yuicompressor
http://jsbeautifier.org/

Books:
http://www.amazon.com/gp/product/0596517742?ie=UTF8&tag=bit101-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=0596517742

http://www.amazon.com/gp/product/0596806752?ie=UTF8&tag=bit101-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=0596806752

http://www.amazon.com/gp/product/1449396801?ie=UTF8&tag=bit101-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1449396801

Misc:
http://www.dafishinsea.com/blog/2010/08/15/166/
http://physicsketch.appspot.com/
http://code.google.com/p/explorercanvas/wiki/Instructions
http://paulirish.com/2011/requestanimationframe-for-smart-animating/
http://yuiblog.com/crockford/

This entry was posted in JavaScript. Bookmark the permalink.

5 Responses to JavaScript Day 12: Links!

  1. Hannes says:

    I prefer JSHint (http://jshint.com/) to JSLint. It’s a fork of JSLint, so it has the same features plus added configurability (quote: “JSHint is a fork of JSLint for the real world”).

    I have a node.js-wrapper and bash-script to recursively test a tree of files in my github: https://github.com/hannes2000/jshint/tree/master/env

    usage: ./jshint_all.sh /path/to/directory

    This can also be set up e.g. as an external tool in Eclipse.

  2. Pradeek says:

    three.js by mr.doob and easel.js by gskinner <- Two more canvas libraries

  3. hristo says:

    Keith, you’re missing mootools, which is essential knowledge to anyone interested in mastering JS!

  4. keith says:

    Thanks for the other links. Keep them coming.

  5. Peixinho says:

    Mootools is also a great js framework 🙂

Leave a Reply