There are cases when we need to show a zoomed image of a product ( or something else ), that require to be as much as user friendly as possible. One of the cases are e-commerce sites that use high quality images for high impact over the client’s mind (jewelery for example).
In this case […]
Posted on July 9th, 2008 by admin
Filed under: Javascript, MooTools, Tutorials | 4 Comments »
We continue our serie related to mootools with a tutorial that shows us how to build a window-like element on our page, that can be resized and moved. Based on previous tutorials, we will will create first the html and apply some js code to it, to obtain what we want. This tutorial is a […]
Posted on June 14th, 2008 by admin
Filed under: Javascript, MooTools, Tutorials | 3 Comments »
The today tutorial will try to explain how to make an element draggable or resizable - or even both in the same time, using the MooTools framework. To accomplish this we’ll make use of two functions existent in mootools: makeDraggable() and makeResizable().
This is very simple.We simply select the element we want to be resizable […]
Posted on June 9th, 2008 by admin
Filed under: Javascript, MooTools, Tutorials | 6 Comments »