Revision [402]
This is an old revision of CategoryJavascript made by KlenwellAdmin on 2007-04-15 17:15:50.Javascript
My enthusiasm for javascript waxes and wanes with the tides. Currently, it's been reinvigorated by some of the stuff Google has been doing and the possibilities for lightweight, distributed web applications (and I don't mean AJAX). An example: the moshi 95 widgetAfter some research and experimentation, I've settled on a framework for packaging composite javascript classes I call J.ini. Click here for more information on J.ini.
My Classes
DomHandlerKwyption
J.ini
Frameworks and Libraries
PrototypeDojo Tool Kit
script.aculo.us
Yahoo! User Interface
top 10 js functions (dustindiaz.com)
Tools and Utilities
JPSpan (sourceforge.net)Reference
MDC Javascript Reference (mozilla.org)MDC DOM Reference (mozilla.org)
long list of js libraries (edevil.wordpress.com)
Topical
Import XML File (quirksmode.org)windows.onload (again) (dean.edwards.name)
Common DOM Syntax
var element = document.getElementById(id);element.innerHTML = markup;
[There are no comments on this page]