Extending Classes is a powerful method in Object Oriented programming. Use this simple function to inherit properties and methods from prototype objects. [go]
CSpider is a simple framework which illustrates the use of several other examples to create an event-driven JavaScript application. [go]
Observers and Observables are a basic pattern in event-based programming. CSimpleObservable provides a reuseable means of incorporating Observers and Observables into your Web Applications. [go]
CList simplifies the maintenance of Arrays which must contain unique values without duplicate entries. [go]