inheritFrom - A Simple Method of Inheritance upon Demand

Example
Published 13 Jun 2003

Extending Classes is a powerful method in Object Oriented programming. Use this simple function to inherit properties and methods from prototype objects. [go]

CSpider - A Web Site Processor

Example
Published 13 Jun 2003
Revised 08 Jul 2003

CSpider is a simple framework which illustrates the use of several other examples to create an event-driven JavaScript application. [go]

CSimpleObservable - An Implementation of the Observer pattern in JavaScript

Example
Published 13 Jun 2003

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 - An Array Adapter Class which supports unique Elements

Example
Published 13 Jun 2003

CList simplifies the maintenance of Arrays which must contain unique values without duplicate entries. [go]

Recent Articles