6 projects tagged "JavaScript"
The xsbrowser creates a human-readable documentation of XML document types represented as XML 1.0 DTDs or XML schemas (REC-xmlschema-20010502). The user needn't understand the DTD or XML Schema syntax. The xsbrowser exploits XML Schema. Although you can directly feed a DTD into the xsbrowser, it is recommended to first translate the DTD using the dtd2xs translator. The dtd2xs translator allows a more sophisticated mapping of DTDs onto XML schemas. The only requirement is a Web browser that supports Java applets, Javascript, and CSS1. The Web browser needn't support XML.
TVEz is a browser-based system to manage movies, shows, and clips stored on local or remote file systems. It is also a front end to the XINE video player that makes the control of the player possible from the Web browser. It retrieves information about movies, including an image of the cover, from IMDB, and stores that information in a MySQL database. The database entries are fully searchable by director, writers, actors, titles, etc. It includes a rating system for movies by which movies can be sorted such that your most favorite ones appear on top of the list. The Web-based configuration is generic enough so that any kind of show can easily be added to the shows listing. The playlist is fully manageable.
Sajax is a simple toolkit to expose functions in your PHP scripts as JavaScript stubs which can be called by the browser to do work on the server without refreshing the page. It utilizes XMLHttpRequest to make the magic happen. This kind of technology, generally known as remote scripting or "Ajax," is becoming popular and is used extensively by Google (GMail, Google Suggests, Google Maps) and others to provide another level of interactivity within Web pages.
gwt-hibernate provides the basics to create a web application that uses GWT on the front end and Hibernate on the back end. It provides code generation templates and support classes that allow introspection, data binding, and validation of POJOs in the browser. Data-bound Form and Grid widgets are included.