It’s really bugged me when writing large JavaScript applications, organization of code never really seems to be considered. We use frameworks for all the server-side stuff we do, but everyone seems content writing JavaScript in one big mess. Enter MVC using MooTools.
Related Submissions:
- MooTools Tutorials and Resources Round-Up MooTools is a JavaScript framework that focus on being flexible, modular and compact. While still not on par in number of resources with other JavaScript...
- Make Your MooTools Code Shorter, Faster, and Stronger MooTools is one of the most flexible, modular, and well written JavaScript frameworks available. So many people use it but many of them don’t optimize...
- AIR and MooTools Application Structure Lately I have been looking at Adobe AIR programming with JavaScript. This of course led to looking at the various JavaScript frameworks, and I have...
- Using jQuery or MooTools For Drag, Drop, Sort, Save One of my most popular posts has been Using MooTools 1.2 for Drag, Drop, Sort, Save. My post detailed how you can create a drag’n’drop,...
- How to Build a Personal Mashup Page with jQuery After finding out about GitHub pages, I decided to put mine to good use by building a mashup for my online content. Since we don’t...