
HMGSCRIPT: Programming For The Web in The Right Way :)
------------------------------------------------------

I've wrote this library after analize tens of JavaScript samples, code,  
tutorials and users posts in forums, freely available on the web.
 
I've simply attempted to arrange in a simple way, the common knowledge
available about how to create windows and controls on the fly using
JavaScript.

So, I not consider this code as mine, then, I'm publishing it as public domain.

From the user's perspective, these GUI functions should be as easy to use as
HMG GUI commands and I've wrote them with such goal in mind.

Files Description:

- demo.html     : Your application start web page.
- demo.js       : Your JavaScript application.
- hmgscript.js  : The hmgscript library.
- hmgs.*.css    : hmgscript library themes.


Enjoy!

Roberto.




