77 projects tagged "JavaScript"
GWTruts is an easy-to-use framework for using GWT with MVC and dependecy injection. It virtually divides a GWT module into view, controller, and validation sections similar to traditional MVC Web frameworks like Apache Struts. It also provides a dependency injection mechanism similar to Spring, which you can use to customize your controllers and views. It provides a page decorator where you can define mappings between a URL and a group of controllers/views and sections of the HTML files.
Compare Ikea Prices is a Firefox addon that displays prices from Ikea stores in other countries and converts the prices to Euros. It works for most Eurozone countries. After installing, it has to be turned on by checking an "Enable price comparing" checkbox in Tools > Compare Ikea prices.
access.see.be is an accessibility library based on WAI-ARIA. Web developers can use it to enhance their applications with accessible rich interface elements. They can also create full accessible rich Internet applications without excluding users who depend on assistive technologies like screen readers.
File-Picker is a program to display and choose files from your Web site. It supports multiple languages. It uses AJAX to allow the user to interact with the server without reloading the page. You can pick several files at the same time. Its visual interface looks like a file explorer.
JSEXT is a JavaScript framework for server scripts, Web servers, and Web clients. It is based on Mozilla's interpreter and seamlessly integrates C libraries with JavaScript code. It provides support for FastCGI, MySQL, SQLite, FTP, SMTP, HTTP, and more. Code can be run on the server, in a Web browser, or both, in which case JSEXT automatically passes arguments and return values between server and client with JSON encoding. It also supports WSDL import/export for server-to-server applications.
CHM Reader is an extension to allow Firefox to read Compiled HTML (.chm) files. After installation, with "File | Open CHM File", you can open a CHM file in Firefox. With "View | Sidebar | CHM Reader" or "Ctrl-E", a sidebar that contains topics and an index of the CHM files will be shown.