Results 1 to 4 of 4
Thread: Ajax
-
03-18-2009, 01:20 AM #1
Freshman
- Join Date
- Mar 2009
- Location
- UK
- Posts
- 17
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Ajax
The term Ajax has come to represent a broad group of web technologies that can be used to implement a web application that communicates with a server in the background, without interfering with the current state of the page.The use of Ajax has led to an increase in interactive animation on web pages. Data is retrieved using the XMLHttpRequest object or through the use of Remote Scripting in browsers that do not support it. Despite the name, the use of JavaScript and XML is not actually required, nor do the requests need to be asynchronous.
Benefits:
1. Using Ajax, a web application can request only the content that needs to be updated, thus drastically reducing bandwidth usage and load time.
2. The use of asynchronous requests allows the client's Web browser UI to be more interactive and to respond quickly to inputs, and sections of pages can also be reloaded individually. Users may perceive the application to be faster or more responsive, even if the application has not changed on the server side.
3. The use of Ajax can reduce connections to the server, since scripts and style sheets only have to be requested once.
-
03-18-2009, 12:23 PM #2
- Join Date
- Apr 2008
- Location
- Boston, MA
- Posts
- 13,233
- Thanks
- 745
- Thanked 729 Times in 564 Posts
- Blog Entries
- 4
- Feedback Score
- 4 (100%)
Ajax is certainly a bless for web developers developing faster websites. For most of my applications I try to use as much ajax as possible.
Free Classified Ads & BUSINESS/PROFESSIONAL SOCIAL NETWORK
-
09-19-2009, 06:29 AM #3
Freshman
- Join Date
- Sep 2009
- Posts
- 3
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Hi...
Here is also some information regarding AJAX such a powerful tool after PHP..AJAX, as mentioned before, is not a new programming language but a relatively new technique for creating faster, better and dynamic web applications. If you are really interested in learning AJAX, then it would be better for your learning experience if you develop some understanding of HTML, XHTML, XML and JavaScript. If you have the basic understanding of these languages then you can have a go with AJAX.
-
10-12-2009, 08:46 AM #4
Junior
- Join Date
- Jun 2009
- Posts
- 433
- Thanks
- 1
- Thanked 3 Times in 3 Posts
- Feedback Score
- 0
AJAX has replace javascript and it is one of the most hot topic in web development
Similar Threads
-
RSS AJAX Newsticker
By JavaScriptBank in forum JavaScript & AJAXReplies: 0Last Post: 03-16-2010, 05:09 AM -
Help with using Ajax with CF8
By Abina in forum ColdFusionReplies: 1Last Post: 02-02-2010, 11:12 AM -
Ajax call to php class function
By sunshine in forum JavaScript & AJAXReplies: 0Last Post: 01-04-2010, 11:20 AM -
RSS AJAX Newsticker
By JavaScriptBank in forum JavaScript & AJAXReplies: 0Last Post: 12-30-2009, 07:09 PM -
AJAX Page Content Loader
By JavaScriptBank in forum JavaScript & AJAXReplies: 0Last Post: 11-09-2009, 10:50 AM



Reply With Quote

