Main > Implementations - Page 15 of 16


July 28, 2005

MochiKit is a highly documented and well tested, suite of JavaScript libraries that will help you get shit done, fast. We took all the good ideas we could find from our Python, Objective-C, etc. experience and adapted it to...

July 26, 2005

Brent Ashley have an interestning AJAX implementation called JSRS. Javascript Remote Scripting (JSRS) is a client-side javascript library which uses Dynamic HTML elements to make hidden remote procedure calls to the server. You can find JSRS here with examples for...

July 24, 2005

A new update of the Ajax.NET library (5.7.22.2) is available on http://ajax.schwarz-interactive.de/. To download the library click here. The new ajax.dll is not included in the exmaple zip file. For all of the developers asking for the source code. SediSys.com...
JSOLAIT is an LGPL Javascript Library, its goal is to ease JavaScript development by building a library of reusable modules and components and enhancing JavaScript with simpler Class and Module handling mechanisms....

July 23, 2005

One of the problems revealed with AJAX app, is the problem of Back Button and Bookmarking. Mike Stenhouse have written a nice post explaining how to fix this two problems. A demo of his work is available here. Everyone's favourite...

July 22, 2005

Dave posted a first part of Javascript Benchmarking on his blog. As the name suggests this is part I of a series of JavaScript benchmarking blogs. The reason for these is to investigate the performance of various Ajax programming tasks....
This is a nice usage of AJAX to create a phone book using XHConn (A Simple XMLHTTP Interface). But anyway I think its faster to do CTRL+F and search for a contact since it loads already all data in the...

July 18, 2005

Qooxdoo is an advanced javascript based web application framework. qooxdoo allows the user to build application-like graphical user interfaces with just a few lines of javascript. Demo of what you can do with Qooxdoo are amazing, And there is a...
Joshua Eichorn posted a proposal of HTML_AJAX to PEAR. The current feature set is: Ability to register multiple classes on one page JSON is used for communication in both directions (I made add JPSpan xml from JavaScript to server as...

July 16, 2005

LibAjax is a library that will allow you to easily use XMLHttpRequest and remote scripting (Ajax). It does all the work for you, and all you have to do is call a few functions. Currently LibAjax only works with PHP....
< prev page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 next page >