20 projects tagged "JavaScript library"
The JAB Workbench Freeware Libraries include the JAB Recipe Library, which contains numerous GUI Widgets and a framework for connecting to a SQLite database using a Java applet. Many example projects are provided, divided into various packages, including GUI Examples, Database Access Examples, and Advanced Examples.
Active Graphs and Charts allows you to add reporting features to your Web / intranet pages and applications. The graphing software is completely self-contained within a single file, making this an ideal solution for the incorporation of graphs and charts into Web / intranet pages and applications. Versatile components provide the ability for Web authors and developers to easily build and publish dynamic and interactive graphs and charts. There is no complicated server side set up or install; simply upload the single JavaScript file to the Web server. There are many configurable graph features and functions and as such, the documentation and examples are designed to give both a full understanding of every feature and enable you to implement both the applet and servlet quickly and easily. The series of examples gives an overview of the variety of implementations possible The software can acquire data from a variety of sources, including files, databases, scripts and server-side processes (e.g. servlets, JSP, ASP, PHP, and Perl), and embedded HTML parameters.
cupQ (a.k.a. "cupQuery") is an easy-to-use cross-browser JavaScript library which allows querying and manipulation of HTML DOM documents using standard selectors to get output as an array. Any cupQ method always returns results in the form of an array, so to track any individual values of the result, an index is used to specify the target item or node in the resulting array. By default, cupQ starts Querying the HTML DOM from the root or the "document" object element, but this can be customized to start querying from any specific node of the DOM by supplying "targetNode", which can be any document, any DOM node, or an array with nodes. cupQ can be used to execute getter/setters to target and manipulate different nodes and their attributes, styles, HTML, and text contents. Any cupQ object supports a plugin architecture, so it can be extended to add new features utilizing the existing ones.