modular site scripting
ajax
With the flurry of activity with the Ajax mindset, some experimenting was in order. The modular set of scripts consists of a methodology of creating a 'desktop' windowing system.
Primarily used for personal data entry/display uses, this is free for other usage. Hope it's a learning experience.
sample
Here is a contrived sample of what it does. The content of the site is quite random, as it was used as a simple test bed during design and development.
The sample contains a few menu buttons that perform various actions. Various dialog boxes and alert boxes are displayed based on actions. In addition, on load, some tasks are kicked off, and the results are displayed in the status display.
Nothing on the browser itself is altered (e.g. status bar, title bar, etc), as all content is local to the page. Very little on the page itself is statically coded, instead relying on scripted creation. View the source and take a look at the chaos.