1. whats Ajax? 2.whats ajax do? 3.how can i use the ajax in my website?
The administrator has disabled public write access.
#986
admin(Admin)
Admin
Posts: 840
Re:the first time work with Ajax 2007/03/12 17:07
Karma: 19  
O boy! You haven't still taken a ride in Ajax Wagon. You are missing the craze of web 2.0.
Ok there is plenty of info on net about what is AJAX but I would just tell you in layman's words.
Ajax mean that when you click a link it would send the inof to the server and server would send the response about what should appear in response to the click and the page chnages to show the new response sent by the server. The new response may be anything depending on what the click is supposed to do. For example if you click send after typing this message the page will change and will say the post has been submitted, thats the response the click send is gonna get from the server.
Now what AJAX is. Imaging the click shows a message right in fron of this message box saying the comment is submitted and the database gets updated all without the page refreshing to anythign else. And all that in flash of some 200-300milliseconds. WOuld you love that, I do and thats what AJAX is. Server communicating with your browser and no page refresh.
The administrator has disabled public write access.
#987
zeelzeelee(User)
Fresh Boarder
Posts: 2
Re:the first time work with Ajax 2007/03/12 22:12
Karma: 0  
how can i download or use ajax cod or web 2 in my site.
The administrator has disabled public write access.
#988
admin(Admin)
Admin
Posts: 840
Re:the first time work with Ajax 2007/03/12 23:29
Karma: 19  
it is not something you download and install. It is a technique and a program used make use of this technique can be downloaded. see the newsviewerJP module I released yesterday. This is using Ajax and it gets the content from the server by AJAX. If you look at the source code of the page you willl noot see the content that fades in becasue it is extracted from the server on mouseover the title.
The administrator has disabled public write access.
#1369
admin(Admin)
Admin
Posts: 840
Re:the first time work with Ajax 2007/04/19 00:10
Karma: 19  
test comment
The administrator has disabled public write access.