Work :: Dynamic HTML Libraries

- Code from the ScrollArea class
Download
- Languages:
- Javascript
- and HTML
The result of many years of coding, these libraries represent a toolkit of solutions to some of the most useful, most frustrating, and most frequently encountered web development challenges.
Each of these libraries is essentially designed to abstract and compartmentalize a particular problem or feature into a Javascript object. The object-oriented approach makes it very simple to integrate these libraries into web pages. It also offers the additional benefits of extensibility and scalability to the developer.
Sample implementations are included, in the form of HTML pages for each Javascript object.
Some of the objects included are:
- Div
- Encapsulates an HTML div element, providing simple methods for accessing and changing its position, color, stacking order, etc.
- ScrollArea
- A scrolling content window that can be programmatically controlled. Offers the added benefit of being able to specify graphical buttons and scrollbars instead of the operating system default.
Download
- Copyright
- © 2001-2010
- Scott Martin.
- All Rights Reserved.
- Valid
- XHTML and
- CSS.