Under Construction March 25, 2002
Last update May 4, 2002
Go to the other Kevyland Home Page hosted at Angelfire.
Whats Here
Click the samples to see construction code. The samples use the document object model specification for html construction using javascript and xml as the data source. The samples demonstrate a time line of events for this upcoming website. Examine the source to review the concepts. Be sure to strip out the Ocatch banner script when evaluating the concept.
An html table object is created directly in the DOM filling the cells with data from the xml source file. The DOM is created by invoking a javascript function called by the body event onload.
The XML file "./cd_catalog.xml" is parsed into a html table to form a list. The DOM is generated as inline html with this table, a 2nd table and 2 buttons wrapped into 3rd table. When a button is clicked the Yellow Table is updated with the current recordset in the XML tree. Likewise you can click a row in the list to update the Yellow Table. Navigation of the XML is achieved by calling the xml constructs in the javascript functions attached to the html buttons and table columns onclick event.
Demonstrates opening a window of a fixed size. Uses a JavaScript function attached to a anchor reference linked by onclick event. The JavaScript function calls window.open(URL,name,params) function. The Note 0Catch banner may not appear correctly for this sample.
This is a documentary on the development of this web site. The methodolgy is XP or extreme programing. Visit www.extremeprograming.org for all the details.