95 projects tagged "JavaScript"
Dynamic Form is a Python request abstraction library that lets you write one request handler that will run on multiple Python Web frameworks (such as Django and Google's AppEngine). This allows you to create pages and apps once and use them on multiple projects without concern about which framework is being used. Additionally, it makes AJAX easy. Simply adding nested request classes allows you to define AJAX handlers that can easily be refreshed both sever-side and client-side.
WebElements is a collection of Python objects that enable developers to generate and interact with Web apps on the server side. It encourages object oriented Web site development, and code reuse by separating each DOM element into its own object, and then allowing inheritance and child elements to come together to form new elements not defined in the standard DOM.
WebBot is a Web development toolset which is designed to sit nicely on top of your existing infrastructure. It is built with a collection of Open Source tools which together enable building Python Web applications the same way native ones are built and running these applications on top of the leading Python frameworks (such as Django and Google's App Engine). As a result, the WebBot framework encourages reuse, concise code, rapid development, and happy developers.
GUI Builder is a drag and drop interface for creating WebElement User Interface (WUI) templates that can be used as the foundation of a responsive Wep app. It simplifies the process of designing applications, and encourages separation of the logic and view. It is part of the WebBot Web development framework, which makes it possible to build Web apps in a similar fashion to Qt/KDE apps.
Abmash provides Web application automation based on visible rendered output. It is all about interacting with a browser as humans would do, including AJAX and forms. It lets you perform tasks like "Click the red button", "Give me all text elements directly below an image", or "Click 'Login' and wait until the login form is loaded, then type in my credentials and submit the form".
Datum is a Web application which shares data from databases and information related to these databases. The core of the software provides user management and permissions, news, file sharing, visualisation of the database schema through WWWSQLDesigner, data reports with charts, dynamic charts, an asynchronous daemon, internationalization, a help system, database management with optimization and triggers, and user history. Modules can be added to add special functionalities or interfaces for a database.