This terms now a days lot repeating web site programming. I can't understand it properly. Can anyone please tell me that what is ajax? And what it's uses in website development.
Its using javascript and other client side languages for site functionality instead of accessing a database with php. The most common example is expandable "tables" or how you see the number increase instantly when you digg something.
Simply put, Ajax bring the web applications one step closer to your, say, windows applications. Drag and drop, instant changes, no refreshes. (gmail and google talk integrated into that).
Ajax is not a new language but a combination of Javascript and XML.It basically allows the server to communicate with the browser without refreshing the page.
Ajax is a major base for web 2.0