8 projects tagged "javascript framework"
If you know how to code in PHP, Python, Perl, C/C++, Javascript, or any similar languages, you can use unjava plus your favorite text editor to write pure Java code, including GUI apps, without knowing Java. unjava is a set of header files and scripts that translates unjava source code into pure Java. It hides the details of writing and using event handlers and creating event-enabled objects such as menus. If you're a C or PHP coder, you'll like how you can simply #include header files in-line to have them expand in place. PHP coders used to define() can use #define, same as in C. Even Java programmers will like it for the ability to create unjava source code that's more concise and easier to read. You can use whatever plain text editor you want, then run unjava. The resulting Java class files can run on any machine with a Java runtime environment, and you can browse the generated Java source.
Coronis Test is an HTML test framework based on jQuery. It is specially prepared for AJAX environments. For example, when it checks whether a given text is present, it waits some time, in case it's still processing and has not yet arrived. This way it's very easy to concentrate on actions, without waiting until something happens. It has a built-in mechanism for using action based functions, which helps when debugging something that requires repetitive tasks, like logging in or going to some specific part of the Web application as a specific user. It's a generic framework that is easy to adapt to specific needs. It also has variables that can be easily used from any part of the program.
jCombo is a JavaScript + PHP hybrid framework which allows you to easily build powerful, dynamic, data-driven Web applications. It doesn't require special skills to use, as it combines the best existing technologies into one convenient package. Among many other features, jCombo lets you call PHP class methods (server side) directly from JavaScript (either synchronously or asynchronously), while automating all necessary AJAX requests.
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.
DHTMLX delivers a rich set of JavaScript UI components, including a powerful datagrid, trees, tabs, menus, forms, calendars, and more. The components can easily be integrated into a single Web application interface, which allows Web developers to build Web app interfaces faster. The library comes with HTML5-based charts, allowing developers to generate different types of charts, including line, area, scatter, bar, pie, etc. There is special Connector extension which simplifies integration with the server side for PHP, Java, ASP.NET, and ColdFusion. The supported browsers include Internet Explorer, Firefox, Safari, Chrome, and Opera.