Archive
Thursday, February 9
AJAX
I am doing some AJAX development at work now. AJAX stands for Asynchronous JavaScript and XML. It is a few technologies that have been around for awhile wrapped into something new. It is basically a more efficient way to get data back and forth from the server to the client with out having to do a post back and reload the whole page. Some one made an AJAX library for .NET which makes writing AJAX web parts extremely easy. This make the user experience much more enjoyable, because the parts on the webpage are loading faster.~Ross
Posted by Ross at 3:26:35 am 2/9/06
