Archive for the ‘mootools’ Category
MooTools 1.1 Tutorial
January 2nd, 2010Update: Mootools has since moved on from version 1.1, the version for which this tutorial was written. You can still learn the basics of MooTools by reading this tutorial, but be advised that some of the code examples may be read more »
Intro to the Mootools 1.2 Library
January 2nd, 2010We recently got a request to do 30 days of Mootools 1.2 tutorials and it seemed like such a fine idea that we decided to get started right away. These tutorials will assume no previous Mootools or JavaScript experience, but read more »
Other Tutorials and Resources
January 2nd, 2010Up the Moo Herd This series of tutorials is excellent, in some ways better than the mootorial especially for people who are moderate JavaScript users - not beginners but not experts. A must read. ul.linkList li { list-style: none; } Up The Moo Herd: MooTools read more »
incredible Mootools Sripts
January 2nd, 2010MochaUI MochaUI is a web applications user interface library built on the Mootools JavaScript framework to develop great Web Applications, virtual desktop, modal windows, widget… Maybe the best mootools app I have seen so far. You should definitely check this one! Mootools read more »
Quick Tip: don’t use links with JavaScript unless the link goes some where
July 9th, 2009We have all done it, many times I am sure. You need an element to attach some JavaScript to, that will execute some function, so you use <a href=”#” onclick=”myfunction(); return false;”>click me</a>. The link does not go any where read more »
How to use object oriented programming with jQuery
July 7th, 2009Unlike many other JavaScript frameworks jQuery provides few object oriented programming utilities, since JavaScript is all ready object oriented there is no need to. That being said, the means of using object oriented programming with jQuery are limited by read more »
Three real good reasons to use JQuery, from a Mootools lover
January 29th, 2009I have been an avid mootools user for many years. A couple of times I have looked at JQuery and turned up my nose. That being said I am a firm believer that one should reassess ones knowledge/opinions/assumptions read more »
How to: Use MooTools to Fade Between Multiple Images
December 7th, 2008After I wrote my post “Using MooTools to fade between two images” I have received many request on how to fade between multiple images. So here is “How to: Use MooTools to Fade Between Multiple Images”. We start read more »
Debug JavaScript in Internet Explorer
December 2nd, 2008If you have ever had the horror of finishing up some complex JavaScript in Firefox, and when you try it in IE you just get a bunch of usless and cryptic errors that all point to the wrong line of read more »
Using MooTools to fade between two images
March 17th, 2008Fading between two images is actually a fairly simple task with MooTools. The first thing you need to do is setup up two DIV tags that are absolutely positioned over one another inside another DIV tag that uses default placement. read more »
