Thread: what is Ajax
-
30-04-09, 11:10 #1
Veteran Member I was here more times.
- Join Date
- Sep 2008
- Posts
- 1,496
- Rep Power
- 0
what is Ajax
Hi all i have found many sites using ajax script what is this script is it like php or what?what's the main use of this script.
-
30-04-09, 11:48 #2
Ajax (sometimes called Asynchronous JavaScript and XML) is a way of programming for the Web that gets rid of the hourglass. Data, content, and design are merged together into a seamless whole. When your customer clicks on something on an Ajax driven application, there is very little lag time. The page simply displays what they're asking for. If you don't believe me, try out Google Maps for a few seconds. Scroll around and watch as the map updates almost before your eyes. There is very little lag and you don't have to wait for pages to refresh or reload.
Ajax is a way of developing Web applications that combines:
* XHTML and CSS standards based presentation
* Interaction with the page through the DOM
* Data interchange with XML and XSLT
* Asynchronous data retrieval with XMLHttpRequest
* JavaScript to tie it all together
In the traditional Web application, the interaction between the customer and the server goes like this:
1. Customer accesses Web application
2. Server processes request and sends data to the browser while the customer waits
3. Customer clicks on a link or interacts with the application
4. Server processes request and sends data back to the browser while the customer waits
5. etc....
Thanks.
-
01-05-09, 08:33 #3
Master Member I was here more times.
- Join Date
- Feb 2009
- Posts
- 700
- Rep Power
- 0
Ajax (sometimes called Asynchronous JavaScript and XML) is a way of programming for the Web that gets rid of the hourglass. Data, content, and design are merged together into a seamless whole. When your customer clicks on something on an Ajax driven application, there is very little lag time. The page simply displays what they're asking for. If you don't believe me, try out Google Maps for a few seconds. Scroll around and watch as the map updates almost before your eyes. There is very little lag and you don't have to wait for pages to refresh or reload.
-
01-05-09, 20:56 #4
Master Member I was here more times.
- Join Date
- Apr 2009
- Posts
- 553
- Rep Power
- 0
Message
Ajax (shorthand for Asynchronous JavaScript + XML), is a group of interrelated web development techniques used to create interactive web applications or rich internet applications.data is retrieved using the XMLHttpRequest object .
-
11-05-09, 23:23 #5
Veteran Member I was here more times.
- Join Date
- Dec 2007
- Posts
- 3,333
- Rep Power
- 0
this is one of the hardest language to study. i think it is not advisable to learn this if you are not a computer programmer or something.
-
12-05-09, 10:51 #6
Senior Member I was here more times.
- Join Date
- Sep 2008
- Posts
- 222
- Rep Power
- 0
Ajax script is used to retrieve the external content to add in to your current script that might be HTML code also.
-
12-05-09, 12:41 #7
Originally Posted by ashok_singh
Thanks.
-
15-05-09, 16:59 #8
Senior Member I was here more times.
- Join Date
- May 2009
- Location
- India
- Posts
- 124
- Rep Power
- 0
Ajax (Asynchronous JavaScript and XML) is a method of building interactive applications for the Web that process user requests immediately. Ajax combines several programming tools including JavaScript, dynamic HTML (DHTML), Extensible Markup Language (XML), cascading style sheets (CSS), the Document Object Model (DOM), and the Microsoft object, XMLHttpRequest. Ajax allows content on Web pages to update immediately when a user performs an action, unlike an HTTP request, during which users must wait for a whole new page to load.
-
12-06-09, 15:15 #9
Member
- Join Date
- Jun 2009
- Location
- Hampton, VA
- Posts
- 37
- Rep Power
- 0
REPLY!
Asynchronous Java Script or AJAX is a server side scripting language that provides dynamic content!
Google maps are the best example of it!
-
15-02-13, 13:12 #10
Senior Member Just starting here
- Join Date
- Feb 2013
- Posts
- 139
- Rep Power
- 0
-
06-09-14, 08:26 #11
Junior Member Just starting here
- Join Date
- Sep 2014
- Posts
- 26
- Rep Power
- 0
Asynchronous JavaScript and XML.(AJAX )is a new technique for creating better, faster, and more interactive web applications with the help of XML, HTML, CSS and Java Script .It’s uses XHTML for content and CSS for presentation, as well as the Document Object Model and JavaScript for dynamic content display.
-
01-10-15, 13:12 #12
Senior Member Just starting here
- Join Date
- Dec 2012
- Age
- 37
- Posts
- 254
- Rep Power
- 0
Ajax is a client-side script that communicates to and from a server/database without the need for a postback or a complete page refresh. The best definition I've read for Ajax is “the method of exchanging data with a server, and updating parts of a web page - without reloading the entire page.”
Similar Threads
-
[WTS] Powerful ASP.NET AJAX Hosting - Reasonable Price - 24/7 support!
By HostDone in forum Buy Sell Or TradeReplies: 0Last Post: 14-11-11, 16:11
Bookmarks