Projects tagged ‘ajax’, ‘browser’, and ‘html’


Jump to tag:

Projects tagged ‘ajax’, ‘browser’, and ‘html’

Filtered by Project Tags ajax browser html

Refine results Project Tags javascript (7) css (6) php (5) web (4) dynamic_content (4) development (3) json (3) browser-based (3) desktop (3) ui (3) dhtml (2) javascriptdesktop (2)

[10 total ]

22 Users
   

eyeos is an Open Source Platform designed to hold a wide variety of Web Applications over it. eyeos was thought as a new definition of Operating System, where everything inside it can be accessed from everywhere trought a web browser.
Created over 3 years ago.

3 Users

phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library. Two interfaces are provided - Object Oriented PHP and Command Line Interface (CLI).
Created about 1 year ago.

2 Users
   

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 ... [More] themes, and doesn't use frames or external windows, but uses Web standards and is lightning fast. Keyboard navigation is allowed, and it can optionally show a time selector. [Less]
Created over 3 years ago.

1 Users
 

FirstThingsFirst is a multi-user webapplication (written in php and ajax enabled) which enables you to define and maintain an unlimited number of different user-defined lists. Examples of possible use: todo list, cd collection list, etc.
Created about 1 year ago.

1 Users
 

Comet Desktop is an open source web desktop forked from Qwikioffice v0.7 (heavily modified) Comet Desktop's goal is to be a web desktop that everyone can use, and an application framework that ... [More] will allow developers to build anything they can dream of. One major difference is that Comet Desktop's back-end has been rewritten entirely in Perl. Features * Built in task bar tray (right hand side) * Sound Manager and volume control * Remote registry. Window sizes, positions, etc are persistent. (Ajax backed Ext.state.Manager) * Drag and Drop shortcuts (alpha) * Secure login. No passwords are sent in the open. * Ajaxterm support! (rTerm) * Isolated remote database access with Sqlite2 (Use SQL, or SQL based data models from JavaScript?) * Supports Web Sockets (Sprocket.Socket and Sprocket.Gateway) * Network status plugin (Shows Ajax activity) * Google Analytics integration. Track usage and know what apps to focus your efforts on. * Window Edge Snapping * Hierarchical (channel based) PubSub? interface. (Can tie into STOMP and other pubsubs) * and more! [Less]
Created 11 months ago.

0 Users

Web application to Manage, Share and collaborate in the clouds. Nimbus is a Web application where you can manage, share and collaborate files on a remote server just like a normal file explorer. ... [More] Nimbus will feature a very likable Network system and a very easy to use interface. It is aimed to help Developers, Entreprenuers and Casual Users in their endevour to centralize their work on the Internet. [Less]
Created 4 months ago.

0 Users

A good-enough browser/DOM environment, written in JavaScript, that (currently) runs on top of Rhino; capable of running JavaScript libraries like jQuery, Prototype, and MochiKit (at the very least).
Created 11 months ago.

0 Users

JavaScript Standard Widget Toolkit - graphical interface library was created as project for Master diploma in WSISiZ-WIT Poland. It is JavaScript library similar to Java SWT with major difference that ... [More] the first one is working in web browser. Main idea was to create a group of controls with high level of interaction commonly known from desktop applications. Programming model is as close as possible related with Java SWT library. Thanks to this Java programmer should have no problems with using it. JSSWT is working in most of popular browsers (might be problem with some of controls). Unfortunately JSSWT is poorly documented (for idea of how JSSWT is organized SWT documentation will surely be helpful). Anyway if You are interested in using (or at least trying) this library visit wiki. Here You can see some widget examples: MenuTableTree Example code looks like that: 1 //create main object representing window 2 shell = new JSSWT.Shell(); 3 shell.setLayout(new GridLayout(1,true)); 4 5 //create main menu bar 6 menu = new JSSWT.Menu(shell,JSSWT.BAR); 7 8 //add items to menu bar 9 item1 = new JSSWT.MenuItem(menu,JSSWT.CASCADE); 10 item1.setText("&File"); 11 item2 = new JSSWT.MenuItem(menu,JSSWT.CASCADE); 12 item2.setText("&Edit"); 13 14 //associate menu with menuitem 15 menu1 = new JSSWT.Menu(item1,JSSWT.DROP_DOWN); 16 item3 = new JSSWT.MenuItem(menu1,JSSWT.PUSH); 17 item3.setText("&Open"); 18 item3.setAccelerator(JSSWT.CONTROL|JSSWT.getCharCode('O')); 19 item3.setImage({src:"graphics/folder.png"}); 20 item1.setMenu(menu1); 21 item4 = new JSSWT.MenuItem(menu1,JSSWT.CASCADE); 22 item4.setText("Open &recent"); 23 24 menu2 = new JSSWT.Menu(item1,JSSWT.DROP_DOWN); 25 item5 = new JSSWT.MenuItem(menu2,JSSWT.PUSH); 26 item5.setText("JavaScript Standard Widget Toolkit.doc"); 27 item5.setImage({src:"graphics/word.gif"}); 28 item6 = new JSSWT.MenuItem(menu2,JSSWT.PUSH); 29 item6.setText("Performance statistics.doc"); 30 item6.setImage({src:"graphics/excel.gif"}); 31 item7 = new JSSWT.MenuItem(menu2,JSSWT.PUSH); 32 item7.setText("Inheritance in JavaScript.doc"); 33 item7.setImage({src:"graphics/word.gif"}); 34 35 item4.setMenu(menu2); 36 item1.setMenu(menu1); 37 shell.addMenu(menu);Maybe You will find it useful... Regards! Author [Less]
Created 12 months ago.

0 Users

Play a character in the middle age. Fight monsters or other player. Find loot and deal with it. Go on adventures to gain experience.
Created 12 months ago.

0 Users

JavaScriptClientPages is a cross-browser, cross-platform tool, which makes dynamic client-side content generation as easy as it is on the server side with technologies like ASP.net, PHP, Ruby on ... [More] Rails, etc.. Each JavaScritpt Client Page is a complete XHTML page with embedded JavaScript code, as well as custom output tags that make it possible to create clean XHTML templates with advanced presentation logic while eliminating the drudgery of writing custom DOM manipulation code or innerHTML construction. Pages are compiled to compressed DOM-generating code that can then be used to insert the generated content to an arbitrary element on an existing page. [Less]
Created 10 months ago.