Projects tagged ‘javascript’ and ‘ui’


Jump to tag:

Projects tagged ‘javascript’ and ‘ui’

Filtered by Project Tags javascript ui

Refine results Project Tags library (17) ajax (16) web (16) gui (14) development (13) programming (13) framework (11) html (9) widget (8) toolkit (8) css (7) code (7)

[25 total ]

246USERS
   

script.aculo.us provides you with easy-to-use, cross-browser user interface JavaScript libraries to make your web sites and web applications fly. What's inside? animation framework, drag and drop, Ajax controls DOM utilities, and unit testing. It's an add-on to the fantastic Prototype framework.

70USERS
   

Dojo is a modular JavaScript toolkit that makes building richer web UI's much easier. Dojo builds on a fast, lightweight base that provides a competitive set of features (DOM traversal, AJAX, animations, event handling) at the same size as many of ... [More] the alternative "lightweight" toolkits. On top of that base Dojo provides easy access to an extensive collection of optional modules, including a widget framework that focuses on accessibility and internationalization, 2D and 3D charting and vector graphics, advanced math functions, offline capabilities, cryptography, and much much more. It also comes with a build system that collects and minifies your files into layers that you can include in your page as needed to simplify deployment and improve performance. [Less]

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
   

ToscaWidgets is a web widget toolkit for Python to aid in the creation, packaging and distribution of common view elements normally used in the web.

4USERS
 

jSeamless is a UI abstraction layer for Java to allow developers to write code for any platform and any environment (Web, Desktop, Mobile, etc.) without having to know ahead of time the deployment platform or environment will.

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
   

The Coolest DHTML Calendar is a DHTML calendar widget that works with IE >= 5.0, Mozilla, Netscape >= 6, all other Gecko-based browsers, Opera 7, Konqueror, and Safari. It comes with eight color themes, and doesn't use frames or external windows, but ... [More] uses Web standards and is lightning fast. Keyboard navigation is allowed, and it can optionally show a time selector. [Less]

2USERS
   

Windoo is a javascript class based on Mootools framework which allows you to create draggable and resizable inline windows on your HTML page. Windoo also includes the following standalone extensions: * Drag.Multi is Drag.Base extension ... [More] which gives the ability to change multiple styles for multiple elements at the same time according to the mouse movement * Drag.Resize is Mootools extension which applies drag handles to an element to make it resizable in 8 directions [Less]

2USERS

The Visual Component Framework is a cross platform C++ application framework that offers a modern, clean architecture. It is divided into three major libraries. The FoundationKit provides services such as file access, streams, threads ... [More] , synchronization primitives, and advanced RTTI features. The GraphicsKit includes classes for working with both image and vector graphics, and has built in support for the Anti-Grain Graphics library. The ApplicationKit provides GUI controls, use of the Model-View-Control pattern, property and component editors, undo/redo support, drag-and-drop, clipboard services, application resources, and UI metrics and policy managers. Additional "Kits" adding advanced functionality include an HTML kit, Internet kit, JavaScript kit, Network kit, OpenGL kit, and RegEx kit [Less]

1USERS
 

Archetype is a JavaScript Framework for JavaScript and Ajax application that ables developers to use JS for light to heavy clientside developments. The Framework: * takes care of all the application loading part and dependencies loading ... [More] * eases a lot OO Programming in JS * eases good practices in JS * is modular (can be used just for some of is function : loading, templates, logging, etc.) * is designed to fully work in MVC on the client side * works with convention over configuration in mind * provides an easy to use logging interface for multiple logger (firebug, nitobi, pi.debugger, nitobib, alerts, et) * adds an easy to use template interface for the best JS template systems (JST, EJS, DOMTAL, Prototype, etc.) [Less]

1USERS

wxJavaScript started as a project for porting wxWidgets to JavaScript. But at this time, wxJavaScript is a lot more. wxJavaScript has an Apache module mod_wxjs, an SQLite module, ... And many other modules are planned. So with wxJavaScript, you can ... [More] write server side scripts for generating (x)html pages, system scripts, GUI applications, ... in one of the most used programming languages: JavaScript. wxJavaScript uses SpiderMonkey. SpiderMonkey is the JavaScript engine of Mozilla. E4X is activated in wxJavaScript. E4X is a programming language extension that adds native XML support to JavaScript. [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
   

pyjamas is a port of Google's GWT to Python. It provides a stand-alone python-to-javascript compiler, an AJAX framework and library and a Widget Set framework that looks very similar to Desktop widget sets such as pyqt4 and pygkt2. With pyjamas, rich media applications can be written entirely in python that run in all major web browsers.

1USERS

Html widgets library PHP5-based rich-GUI html widgets library for php projects Based on PIWI library and redistributed by LGPL license

0USERS

protoCal - Calendar, based on Prototype JavaScript framework (c) 2007-2008 Eugene Cheltsov Requirements: 1) Prototype framework version 1.6 and later http://prototypejs.org 2) script.aculo.us scriptaculous.js v1.8.1 and later http://script.aculo.us

0USERS

Click-draggable. Range-makeable. A better calendar.

0USERS

GWT-PFGWT Pleso Framework is a high-level framework based on Google Web Toolkit (GWT) for creating visual AJAX database front-end user interfaces. It's some a kind of more complex CRUD framework. GWT Pleso Framework enables you to create ... [More] automatically generated user interface based on business-logic classes. It provides control panel solutions for: database enterprise projects; other relation-based projects. web-site management; It has a set of components for manipulating user data such as DataGrid, DataTextBox, DataComboBox etc. Project highlightsclear, Java interfaces based model customizable automatically generated user forms user-input validation system flexible support for related data (child forms) authentication, authorization system error handling replaceable windows manager localization system paged data view text, numeric, date, time, enumeration, selection data controls ScreenshotsScreen from demo app - validation in add form, more - in gallery: Overview of GWT application architecture based on GWT-PFTypical example of GWT application architectureOne of the classical approaches in the software design is a three-level architecture, where higher levels depend on lower: presentation layer - user interface (UI); business logic layer (BL); data access layer (DAL). In GWT application those layers can be shared between client and server as follows: On client-side: presentation layer business logic layer data access interfaces (GWT-RPC Client), data classes On server-server: data access layer implementation (GWT-RPC server) database The scheme below clearly shows the dependence between packages of each layer on client and server sides. Component scheme of GWT application architecture based on GWT-PF. Source code allocation example (click on scheme to view full size image). GWT-PF role in GWT applicationA typical requirement for information systems is the development of a large number of similar reference books and forms for data manipulation. These elements are presentation layer components. There are two general approaches to develop them: Creating of separate classes which represents visual component for each form. Creating universal visual components that can represent any form of the system. The obvious is the fact that the first variant more labor for a large system. gwt-pf-ui package is a set of universal visual components, which can be used to display almost any reference books and forms. So when building a system it is possible to use those components, significantly reducing the resources for the development of a presentation layer. Visual components in gwt-pf-ui works with the business logic via interfaces of gwt-pf-core package. The implementation of business logic and data access layer of the application ill be presented by set of classes implementing interfaces from gwt-pf-core. Rapid development with GWT-PFIt is obvious that gwt-pf-ui is profitable in terms of code reuse and mostly implemented presentation layer. Moreover the existence of business logic interface with gwt-pf-core applies tested business logic development methodology. [Less]

0USERS

MochaUI is a web applications user interface library built on the Mootools javascript framework. Canvas tag graphics are used for much of the Mocha GUI components. UsesWeb Applications Web Desktops Web Sites Widgets Standalone Windows, Modal ... [More] Dialogs and Wizards FeaturesLayoutHorizontally and vertically fluid layout module with columns and panels. Optional toolbars. Columns and panels can be collapsed, expanded, and resized. Panels can be tabbed. Panel content can be loaded with innerHTML, XHR, or an iFrame. Toolboxes can be inserted in the toolbars. WindowsThe windows and their drop shadows are drawn with the canvas element. Windows can be focused, dragged, resized, collapsed/expanded, maximized/restored, minimized/restored and closed. Windows are resizable in 8 directions. Adjustable rounded corner radius. Adjustable shadow blur. Windows can have tabs and toolbars. Dynamically create new windows on demand and load their content with innerHTML, XHR, or an iFrame. The ability to create multiple new windows from a single Json data request. Create modal and notification dialog windows. Dynamically update window content. GeneralMinimal HTML markup required. Tested in Firefox 3, Internet Explorer 6 & 7, Safari 3, and Opera 9.5. Validates as XHTML 1.0 Strict if you use no target attributes in your anchors and validates as XHTML 1.0 Transitional if you do. Featured Site Using MochaUICareer Day by Chase Wilson of Echo::Factory Featured Application Using MochaUIPork.Generator More Sites using MochaUIUniversal Curve Change Logv0.9.5 9/07/2008Added a horizontally and vertically fluid layout module with columns and panels. Columns and panels can be collapsed, expanded, and resized. Panels can be tabbed. Panel content can be loaded with innerHTML, XHR, or an iFrame. Added toolboxes which can be inserted in the toolbars. Added a second toolbar to the windows so you can now have top and bottom toolbars. Added a simple file tree plugin. v0.9 6/11/2008Windows are resizable in 8-directions Adjustable drop-shadow width Gauges (round windows) Sortable dock Tabbed windows Windows can now be collapsed by double-clicking on their titlebars Overhauled code structure to make it more modular Added more window options and events v0.8 3/13/2008Added functionality for creating multiple new windows from a single Json data request Added animated canvas loading icon to xhr and iframe load methods onContentLoaded now works with iframes Added styling options which can be set globally and for individual windows Added global effects option which toggles most of the window transition effects Now you can set individual windows to be draggable, resizable, closable, maximizable, or minimizable, overriding the global settings (Joel Lindau) Added closeAll() method which closes all windows at once Added more examples Fixed scrollbar bug in Firefox 2 on the Mac. Scrollbars no longer bleed through windows that are above them Made speed optimizations (Joel Lindau) v0.7 r22 12/11/2007Iframes now resize when you resize a window Fixed it so that if the desktop toolbars are removed the rest of the code still works Modal windows can now be used standalone without any Mocha UI html markup Removed the inline javascript from the example html Added optional autohide to the dock (Scott F. Frederick) Added the following options to new windows: onContentLoaded, onFocus, onResize, onMinimize, onMaximize, onClose and onCloseComplete (Joel Lindau) Added screens/workspaces (Joel Lindau) Pulled the slider function out of the core class Code optimizations v0.7 - 12/03/2007Added minimize functionality (Scott F. Frederick) Added mouseover "title" to close, maximize, and minimize buttons (Scott F. Frederick) Added onmouseover "title" to minimized window buttons displaying full header title (Scott F. Frederick) The close, maximize, and minimize buttons are now individually optional Added several options for setting the properties and style of new windows Added additional ajax and iframe support Reconfigured how the core class is loaded so it is easier to access the class methods Added optional toolbars to the "desktop" Added modal dialog windows Code optimizations v0.6 - 11/26/2007Fixed the IE6 select issue Added a couple more class options Minor code optimizations v0.5 - 11/17/2007Initial release [Less]

0USERS

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. Visit http://www.jxlib.org for a full API Reference and practical examples.

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

A unified Widget Server for Swing- and Web-Clients

0USERS

jQuery autocompleteUsage$("#input").autocomplete("/url/to/backend");FeaturesAJAX support Caching and subset matching for speed Various options and hooks for customization

0USERS

Pyjamas Desktop is a comprehensive and easy-to-use python widget set API and framework, similar to PyQt4 and PyGtk2. As it is based on Webkit, it provides not only a desktop widget set but also supports full HTML syntax, full CSS stylesheet ... [More] properties, NPAPI-compliant plugins such as Adobe Flash and Java, and even allows for the execution of Javascript, to manipulate the DOM model of the screen. Pyjamas Desktop is a port of Pyjamas to the desktop, which is itself a port of Google's Web Toolkit (GWT). Applications that conform to the Pyjamas API can be run - unmodified as both Web applications and Desktop appplications, making Pyjamas the world's first free software cross-platform, cross-desktop and cross-widget set appplications development API. [Less]

0USERS

gun.asterisk.jsdescriptionusefull javascript for homepage building mootools 를 이용해 웹 어플리케이션 혹은 홈페이지를 만드는데 유용한 툴을 제공합니다. componentsprite : support sprite image (button, animation ...) gchart : google chart api wrapper