![]() |
|
![]() |
| LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Technical GURU Join Date: Feb 2006 Location: India
Posts: 804
Blog Entries: 2 Thanks: 4
Thanked 35 Times in 24 Posts
Rep Power: 17 | HI, The term Ajax, which stands for “Asynchronous JavaScript and XML”, was first coined by Jesse James Garrett in his somewhat infamous article, » Ajax: A New Approach to Web Applications. So let’s take each of those parts in isolation. Ajax is:
There’s nothing really new about what is happening here. We’re requesting a file (which will often be a server-side script, coded in something like PHP), and receiving a page as the response. This is how the web works already — the only difference is that now we can make these requests from JavaScript. Edited by: BINNY
__________________ BINNY |
| | |
![]() |
| Tags |
| ajax , day |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| More Interview Questions Here... |