« Previous Entries
Mootools | Mar 28, 2008
1 comment

Mootools Puzzle Game

I wrote a pretty useless puzzle game that makes use of Mootools. I was updating the ‘about’ page on this blog, and I was looking for an original way to show a picture of myself. So take a look at the the about page and play around with it.

Puzzle Game
Play with me

read this article

Mootools | Mar 11, 2008
1 comment

Update: Mootools CSS Styled Scrollbar

I’ve updated my previous post Mootools CSS Styled Scrollbar. I’ve added instructions about how to make it work with Mootools version 1.11. Also the example is updated. On the Mootools forums someone called ‘horseweapon’ wrote a simple function that used my code to make scrollbars. I used his function to work with the example. You can see the updated example over here.

read this article

Mootools | Mar 10, 2008
24 comments

Mootools CSS Styled Scrollbar

I wrote a small piece of javascript that creates a css styled scrollbar from the Mootools (version 1.2b2) Slider class. I know there is a scrollbar class for Mootools but it’s more than 100 lines of code. If you only need one or two bars, try my solution instead. The example page shows three div elements with a styled horizontal and/or vertical scrollbars.

Mootools Scrollbar
Mootools Powered Scrollbar

read this article

Mootools | Feb 8, 2008
4 comments

Building and Testing the Mootools SVN Trunk

Ever wondered how the Mootools development team tests Mootools SVN Trunk code? Personally, I don’t think they build their js file with the download builder bookmarklet I posted a few weeks ago. I’ll go into how to load all Mootools components from the SVN Trunk when testing.

read this article

Mootools | Jan 3, 2008
2 comments

The Mootools Download Builder Bookmarklet

Personally, I love Mootools download builder. There’s just one feature that is missing, it becomes very annoying everytime I needs the entire Mootools library. I can remember the old (?) download builder had a “check all” button, which included (checks) all Mootools components to the file I was about to download. Nowadays, the download builder doesn’t have this feature anymore. Well, actually the download builder has the functionality to check all components, but it lacks a button. I wrote a bookmarklet that let’s you do the trick.

read this article

Mootools | Sep 20, 2007
4 comments

Understanding Mootools Selectors $, $$, $E and $ES

While browsing the Mootools forums I came across an excellent post by Fløe Rasmus. He explains to a mootools newbie how to use the selector functions $ and $$. In this article I’ll explain how $, $$, $E and $ES work, and as a bonus I’ll list all the dollar functions in Mootools v1.11.

read this article

Notes | Sep 20, 2007
No comments yet

Packito

If you have a javascript file that makes use of Mootools, and you don’t know which components you need, go to the Packito page and it’ll show you which Mootools (version 1.1) components are needed to run the javascript without any errors.

read this article

Mootools | Sep 10, 2007
16 comments

Submitting forms asynchronously using Mootools

In this article I’ll explain how to submit your forms using some Mootools magic. The techniques used are pretty basic and easy to understand. Sit back and relax, or just take a look at the result.

read this article

Notes | Apr 6, 2007
No comments yet

Horizontal moving accordion

Thomas Baumgartner has a nice example to make horizontal accordions work in Mootools v1.0.

Javascript | Mar 20, 2007
1 comment

HistMan v0.2: Port to Prototype

Just a day after the launch of HistMan I’m releasing v0.2. I’ve also ported this version to Prototype, so now Mootools and Prototype are supported.

read this article

« Previous Entries