Projects tagged ‘library’ and ‘user_interfaces’


Jump to tag:

Projects tagged ‘library’ and ‘user_interfaces’

Filtered by Project Tags library user_interfaces

Refine results Project Tags components (7) gui (7) web (6) programming (6) development (6) javascript (5) code (5) framework (5) ui (5) toolkit (4) ajax (4) component (3)

[8 total ]

34USERS
   

The Yahoo! User Interface (YUI) Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX.

15USERS
 

qooxdoo is a comprehensive and innovative Ajax application framework. Leveraging object-oriented JavaScript allows developers to build impressive cross-browser applications. No HTML, CSS nor DOM knowledge is needed. It includes a ... [More] platform-independent development tool chain, a state-of-the-art GUI toolkit and an advanced client-server communication layer. It is Open Source under an LGPL/EPL dual license. [Less]

4USERS
   

SproutCore is a framework for building applications in JavaScript with remarkably little amounts of code. It can help you build full "thick" client applications in the web browser that can create and modify data, often completely independent of your web server, communicating with your server via Ajax only when they need to save or load data.

2USERS

JGraph is a free, mature, and robust Java Graphing framework that fully complies with Swing design principles. It contains all the graph visualization and interaction functionality you might expect in a graph library, including multiple views ... [More] , layering, zoom, drag and drop, undo, automatic expanding and collapsing, routing, and layouts. You can create stunning workflow editors, call graphs, CAD tools, network diagrams, database visualization tools, and more. It can also be deployed on the server-side with a large range of image exporting functionality. It is fully documented and commercially supported. [Less]

1USERS

Jx is a JavaScript UI framework built on MooTools. It allows web developers and designers to quickly build user interfaces for their applications. Jx is based on semantically correct HMTL markup and strives to be fully CSS compliant.

1USERS
 

Rapyd is a php5 minimalistic framework made to build applications based on CRUD (Create, Read, Update, Delete) pattern.

0USERS

TUIC is an UI Library specially designed for Web Application Development. It is as flexible and modular as you can get. Required functionality is fetched dynamically, keeping the framework to a minimum weight. Bundled with a nice set of components, it can provide modularity, and the best known practices on Web Application Projects.

0USERS

JComboBox and JList are index-based components. This is a problem when dealing with huge models that are stored in a local disk database. Berkeley DB has an efficient way of storing and retrieving records, which can be used as the source for a model ... [More] , but as it's a binary tree, index lookup is complicated. This project provides two new components: JIteratorList and JIteratorComboBox. [Less]