80 projects tagged "JavaScript"
The pirate! Javascript Library is a feature rich library and API that allows JavaScript developers to write reusable objects in a controlled environment. It provides namespace separation, controllable object inheritance, and a structured module/package management system, and has an unusual pirate-themed syntax that makes programming fun again.
Ever lost an hour worth of writing an email due to a crashing browser? LiveSaver is a save-as-you-write mechanism for your browser written in Javascript. It saves form input over browser and operation system crashes, power failures, and session timeouts. It is easy to add to any existing Web site. It is particularly useful for blog software, Web mail systems, or any Web site that deals with user input.
1-st Pop-Up Menu Builder allows you to create a customized menu which pops up when pressing the right mouse button on a Web page. The customized menu can be applied to a whole page or to specific elements on the page. A wide variety of actions can be set to the items in the menu.
CookiePie is a Firefox extension enabling you to maintain different cookies storage in different tabs and windows. You can open multiple Gmail/Yahoo Mail accounts in different tabs and windows simultaneously. Developers can use CookiePie to test their Web software with different application users without the need to open different browsers.
Sahi is an automation and testing tool for Web applications, with the facility to record and playback scripts. Features include, in-browser controls, text based scripts, ant support for playback of suites of tests, and multi threaded playback. It supports HTTP and HTTPS. Sahi runs as a proxy server, and the browser needs to use the sahi server as its proxy. Sahi then injects JavaScript so that it can access elements in the Web page. This makes the tool independent of the Web site or Web application.
Dojo is a cross-browser AJAX/DHTML toolkit for building dynamic Web UIs. Dojo includes a rich-text editing component, an aspect-oriented event system, rich drag-and-drop support, a rapid-prototyping framework for building new widgets, and a full-featured abstraction for XmlHTTP I/O. In short, it's a very fast way to build Web interfaces.
PocketPOS is a point of sale terminal that is made to fit on a PDA Web browser. The Web application can submit and modifying orders, items, users, etc. It has been tested with 240x320-resolution touchscreen of an HP iPAQ h1937 PDA. The ordering operation was optimized by processing the order as much as possible on the client side with JavaScript.
xajax is a PHP class library that allows you to easily create powerful, Web-based, Ajax applications or plugins using only HTML, CSS, JavaScript, and PHP. Applications developed with xajax can asynchronously call server-side PHP functions and update content without reloading the page. xajax is object oriented, supports passing single and multidimensional arrays and associative arrays, easy asynchronous form processing, and supports a wide range of Unicode characters and languages encoded with UTF-8.