-
What's New in MooTools 1.2 | The True Tribe view story
1 vote- Submitted by jdempcy
- 5 months ago
- (http://www.thetruetribe.com/2008/...)
I'm happy to announce that MooTools has released version 1.2 of their excellent JavaScript library. MooTools, which stands for 'My Object Oriented Tools', was developed in 2006 by Valerio Proietti and his colleagues.
-
The Group Class in MooTools view story
1 vote- Submitted by jdempcy
- 6 months ago
- (http://www.thetruetribe.com/2008/...)
The MooTools Group class makes event-driven, object-oriented JavaScript where asynchronous events depend on each others' completion a breeze.
-
JavaScript Challenge: Reverse a Linked List view story
2 votes- Submitted by jdempcy
- 6 months ago
- (http://www.thetruetribe.com/2008/...)
This article is a follow-up on my previous post on writing a linked list class in MooTools. In that post, I offered an implementation of a singly-linked list in JavaScript and gave a challenge: To reverse a linked list in place.
-
LinkedList Class in MooTools view story
2 votes- Submitted by jdempcy
- 6 months ago
- (http://www.thetruetribe.com/2008/...)
A commonly used data structure in Java and other programming languages is the linked list. It is similar to an array in that it is a way to store a collection of objects in sequence, however unlike an array you cannot access items in the collection.
-
JavaScript Challenge: Dispense Change view story
3 votes- Submitted by jdempcy
- 6 months ago
- (http://www.thetruetribe.com/2008/...)
This challenge is to write a function that takes an amount of change and returns a String Array with the coins to dispense.
-
jQuery drop down menu delay (setTimeout) view story
2 votes- Submitted by jdempcy
- 6 months ago
- (http://www.thetruetribe.com/2008/...)
To create a navbar with a subnav (drop down menu for instance) with a delay before closing using jQuery (jQ) follow this code.
-
Art Therapy Link Round-up view story
2 votes- Submitted by jdempcy
- 6 months ago
- (http://www.holdingspaceforhealing...)
For those of you who are curious and want to know more about art therapy, here are some interesting links.
-
Holding Space for Healing | Seattle Counseling view story
1 vote- Submitted by jdempcy
- 6 months ago
- (http://www.holdingspaceforhealing...)
Seattle-area counseling services with offices in Ballard. Contact Dreama today for a complimentary 30-minute consultation.
-
Downloading the Full MooTools Library view story
2 votes- Submitted by jdempcy
- 7 months ago
- (http://www.thetruetribe.com/2008/...)
One of my minor frustrations on the MooTools download page has always been having to manually select each component to add. Here I will show you how to select all components at once!
-
JavaScript Date Object view story
1 vote- Submitted by jdempcy
- 7 months ago
- (http://www.thetruetribe.com/2008/...)
In this article I will explore the use of the JavaScript date object and its methods. We won't be using any JavaScript libraries because the existing API is quite adequate, and most libraries don't really offer much in the way of extensions anyway.

