Marquee using mootools

I think that everyone has a love story with marquee, I remember my first html page in notepad with a lot of <Marquee>.

Today too, this tag still has the same charm, I love it.
I’ve made a little class using mootools to reborn my favorite html tag.

  • Easy to setup.
  • Stop “onmouseover”
  • Restart “onmouseout”

See demo

For this moment, this class support only “slide” from right to left, I’ll add direction option when I’ve finished some works.

Download script

Thumbnail Drag then Crop like facebook using mootools

I like facebook profile code, when you upload picture you can drag and drop it inside a small box, to get a thumbnail showing the good part of the picture.

facebook_thumbnail

It’s very easy to do it using mootools core and mootools Drag plugin

Click here to see demo
Read the rest of this entry »