JSForms downloads
Release (0.3.2)
Official release. Published on 5/21/2006.- Library only - Compressed library code. Comes with examples and documentation.
- Full Project - All library-related files, including tests and build files.
Tools used for development
You might find these tools useful if you want to contribute to our projects.
- JSOLait - JavaScript framework aiming to bring familiar OO notations and features to JavaScript world. Comes with a set of different modules to ease web page development.
- Natural Docs - Documentation generation tool. Pulls comments out of script files and generates very nice API documentation.
- JSUnit - Unit testing framework. All JSForms unit tests run on this framework.
- JSLint - JavaScript validation tool. Useful to find JavaScript syntax errors.
- Drip - IE memory leak detection tool. Very useful to verify that your page doesn't leak any memory in IE.
- JEdit - Very powerful code editor. With plug-ins supports regions and other advanced IDE features with JavaScript.
- nAnt - Automatic build tool. Very useful to script common tasks instead of doing them manually.