AJAX Matters – lots of xmlhttp links!
Donncha Ó Caoimh is a software developer at Automattic and WordPress plugin developer. He posts photos at In Photos and can also be found on Twitter.
View Archive →By continuing to use the site, you agree to the use of cookies. more information
The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.
3 replies on “AJAX Matters – Asynchronous JavaScript and XML and XMLHTTP development information”
I have developed an open source minimalistic AJAX client library,
see http://unips.sourceforge.net/devblog/?page_id=2
AjaxGear is a toolkit that allows you to take advantage of the client-side technique known as AJAX. AJAX is shorthand for Asynchronous JavaScript and XML. It uses the XMLHttpRequest object to allow a Web browser to make asynchronous call to the Web server without the need to refresh the whole page.
new MAJAX article URL:
http://unips.sourceforge.net/devblog/?p=6