Some quick updates
Some quite updates on new sites I've created, new mootools plugins and some other updates
Some quite updates on new sites I've created, new mootools plugins and some other updates
An introduction to Moock - a JS Stubbing framework, how to use it, and Class.Mutators.Mock - a mocking tool for Class.
This is the story of how I ended up wasting my time writing another lightbox widget, simply because all the others don't think of how they might be used by non-basic developers
Class.def is an implementation of a Ruby-like inheritance syntax for Mootools' Class, inspired by Def.js
Yesterday I've come across a JS tutorial on how to create a javascript puzzle. Although I liked the concept, I found the implementation extremely lacking, so I decided to write a better one. Although I liked the concept, I found the implementation extremely lacking, so I decided to write a better one. This is a guide on how to create such a puzzle, utilizing Mootools' Class, Array.Extras and Drag,Move
This is a small article about a simple function I uploaded to the Forge - $count. What this function does is to supply a cross-type interface to figure out the size of a variable.
FunctionStack is a simple mootools Class designed to define a sequence of function calls and the delay between them. I've created it while debugging another Class - TreeAccordion.
Simply put - YADDM is a simple event handling Class, designated specifically to handle all the events required for a fully accessible drop down menu. This includes the obvious mouse hover events, but also tab / shift-tab navigation. An important note is that it does not supply any of the effects.
An introduction to HistoryManager and a simple usage example