Read More ...
We’re continuing a series of “How-to’s” for JavaScript beginners. In this tutorial we will explain how to proportionally resize images. Most tutorials that we have written utilize JavaScript platforms other than MooTools, so we decided to create this one using Mootools, however the function which will resize image’s size can be used with any framework (i.e. jQuery, ExtJS, script.aculo.us or just plain JavaScript.)
Read More ...
Read this tutorial to find out how to increase performance of your applications using selectors in Mootools.
Read More ...
Dynamic text effects (fade ins, moving text, etc.) can enhance the viewer experience by directing attention to specific (and presumably important) areas of the page. From this tutorial you’ll learn how to use chaining functions in Mootools for Dynamic Text Effects.
Read More ...
There a many examples of egregious usages of Ajax out there but every once in a while you find a great usage of Ajax. One great usage is the username availability checker. Why make the user submit their form if you can just use Ajax to let them know if it’s available right away? Read this tutorial to learn how you can implement a username available checker using Mootools.
Read More ...
Do you like Newsvine News Ticker? In this tutorial your will learn a simple way to implement it on your website!