I welcome your opinion of a JavaScript I wrote.
Recently, I have learned about the document object model, along with vital facts about JavaScript Functions, regular expressions, and prototypes.
My learning has culminated in the creation of a powerful client-side HTML generation library. Now, my
HTML() bookmarklet library packs 154 functions into less than 2K! Once these window, String and Array functions are loaded, large HTML constructs can be created with very compact JavaScript "clientlets."
I welcome your comments about this technique for client-side HTML generation. It's highly cross-browser.