« Previous Entries Next Entries »
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

Mootools | Feb 16, 2007
12 comments

Mootools: ‘Ajax & XHR’ classes

I’m writing this article because my old article about the Mootools ajax class is outdated because of the API changes in Mootools version 1.0. This article will be an update of the previous article.

read this article

Javascript | Feb 2, 2007
18 comments

Efficient looping in Javascript

While I’m a great fan of Javascript Libraries like Prototype and Mootools, I’m less happy with their iterators. Iterating through a large array just takes ages using Array.each(). I think the most annoying thing with Javascript is that it freezes the browser while it’s being processed.

read this article

Mootools | Jan 31, 2007
10 comments

Mootools 1.0: What’s new

Great news, Mootools finally reached 1.0! Things definitely have changed, so it’s time for checking out new functionality. There are a lot of new classes like Color, Event, Hash, Common and some more. Mootools feels more mature with all the great functionality that’s added to the latest version.

read this article

Notes | Jan 31, 2007
No comments yet

Mootools 1.0 is out!

The long expected Mootools version 1.0 is out! There are a lot of improvements in 1.0. Check it out at mootools.net

Notes | Jan 20, 2007
No comments yet

Aaron Newtons’ mootorial

Aaron Newton has made a wiki for Mootools. It already covers most of the Mootools modules and included are examples which are executable. Go take a look at the ‘Mootorial’!

Mootools | Jan 16, 2007
26 comments

Mootools: playing with height-transitions

A few days ago someone mailed me how I made the ’search’ and ‘about’ tabs that appear on every page on solutoire.com. In this post I’ll explain some techniques like ‘height transitions’ and ‘class toggles’. Sounds pretty hard but you’ll see it’s quite easy. You can see the result at example page 2.

read this article

Notes | Jan 12, 2007
1 comment

Mootools cheatsheet

Jonathan Snook made a cheatsheet for Mootools Revision 83. Get it at snook.ca.

Prototype | Dec 25, 2006
6 comments

Porting Prototype Enumerable functions to Mootools Array objects

I really like the Prototype Framework and the functionality that comes with it, but I like Mootools even more because it’s so damn small and lightweight. Sometimes the minimalistic framework is just too light. Recently I needed some of Prototypes’ Enumerable functions for an Array but the app was implemented using Mootools.

read this article

Mootools | Dec 18, 2006
15 comments

Mootools: JSON explained

I haven’t seen much tutorials around explaining using JSON with mootools, so I decided to write one. A year ago I always thought JSON’s a hard to understand way to have your client apps communicate with a server. Well, by using mootools it’s a breeze. If you don’t know what JSON is, check out json.org. Json.org says the following about JSON:

read this article

« Previous Entries Next Entries »