Submitted by whiteparticle » First off, if you are writing JavaScript, use a framework. You will never go back because all frameworks will help in some way. Now the question is.. which one should you use?
zachholmanAugust 15, 2007 creator and administrator
Nice tutorial.
I'm a fan of MooTools, mostly because it's pretty lightweight, easy to use, and if you're only looking for basic functionality or effects you don't have to get bogged down with the other stuff. Although Prototype and script.aculo.us are the basis for a lot of Ajax and JavaScript work, so you might end up using them regardless (Rails has them baked in, for example).
creator and administrator
Nice tutorial.
I'm a fan of MooTools, mostly because it's pretty lightweight, easy to use, and if you're only looking for basic functionality or effects you don't have to get bogged down with the other stuff. Although Prototype and script.aculo.us are the basis for a lot of Ajax and JavaScript work, so you might end up using them regardless (Rails has them baked in, for example).