Introduction to $count
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.
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