Main > AJAX Experience - Page 21 of 34


Danne posted a very interesting article about Accessible forms and unobtrusive javascript, where he talk about his experience to developp accessible AJAX forms where user don't have to use mouse at all. Inspite of having : <a href="#" onclick="myaction()" accesskey="m">My...
AutoAssist is an auto completion web widget that written in pure JavaScript. It can help enhance the accessibility of existing website, let the users to work effective and feel comfortable. AutoAssist Javascript only and is built upon prototype and rico....

February 28, 2006

John added a new AJAX plugin for jQuery. The new plugin have one public method which is load(URI,Params,Callback), and could be used to retrieve remote HTML and loads it into the matching elements : $("p").load("/test/ajax-test.html"); There are two optional methods...
Day 2 of Explore Amazon Web Services with AJAX, yesterday we talked about a very basic usage which was the LiveSearch. Today I'm trying to explore more features of AWS, the idea is to compare prices from the different Amazon...
Numbler is an online web-based spreadsheet that enables instantaneous collaboration with anyone on your project team. With Numbler multiple users can work with a spreadsheet, view changes in real time, and discuss changes. This is another AJAX Spreadsheets solution which...

February 27, 2006

Amazon offer access to their database via webservice and this is a great opportunity to explore the different AJAX features that we can implement with it. So as you may understand by Day 1, this week I'll try to focus...

February 23, 2006

I saw today MILA, an AJAX Based Network monitoring solution. MILA allow to request network status and display it dynamicly on a map using AJAX, the script keep refreshing the page so you can easily monitor the network using your...

February 22, 2006

This is another great step for the next AJAX Office applications. After numsum, iRows have been launched to be a web based online spreadsheets with almost all necessary features to create and manipulate Spreadsheets online. iRows allow you to use...

February 21, 2006

For better understanding XMLDOM and how to manipulate XML data with Javascript, Jayaram Krishnaswamy have written an introduction article to Roaming through XMLDOM. The article explained with an example the different document elements properties and how to manipulate the XML...

February 19, 2006

Jonathan Snook have written Prototype-powered Popups object to answer Peter Cooper's Prototype-inspired popup object. His script requires Prototype's Object.extend() feature to map parameters over default values, you can find it in two flavors : var Popup = { open: function(options)...
< prev page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 next page >