MooTools 1.2 Beginner’s Guide, authored by Jacob Gube and Garrick Cheung is an outstanding book. It aims to provide a solid foundation for MooTools new comers, and assumes a limited knowledge of Javascript, HTML, and CSS. This book aims at not just at providing a laundry list of MooTool function definitions, but at providing a complete coverage of how MooTools geared towards a beginner. I highly recommend it.
Posts Tagged ‘MooTools’
Creating a dragable, dropable, resizbleable div in javascript using MooTools
July 28th, 2008
7 Comments
Warning:This code and post is extensively commented and very descriptive. It’s geared towards newer JS programmers to help them grasp the concepts.
If you know what you’re doing just Download Drag / Drop / Resize Source
An implementation can be found at http://olarchitect.com and the source is available at
http://olarchitect.com/scripts/dragdrop.js
There are many ways to create moveable, resizable, [...]

