|
|
| Programming Get help with creating your scripts/software or help others. Discuss anything relating to programming. Includes PHP, Perl, C++, ColdFusion, etc. |

07-05-2011, 07:55 AM
|
|
Junior Member
|
|
Join Date: Jul 2011
Posts: 3
|
|
|
Ajax (also AJAX; pronounced /ˈeɪdʒæks/; an acronym for asynchronous JavaScript and XML) is a group of interrelated web development methods used on the client-side to create interactive web applications. With Ajax, web applications can send data to, and retrieve data from, a server asynchronously (in the background) without interfering with the display and behavior of the existing page. Data is usually retrieved using the XMLHttpRequest object. Despite the name, the use of XML is not needed (JSON is often used instead), and the requests need not be asynchronous.
Like DHTML and LAMP, Ajax is not one technology, but a group of technologies. Ajax uses a combination of HTML and CSS to mark up and style information. The DOM is accessed with JavaScript to dynamically display, and to allow the user to interact with the information presented. JavaScript and the XMLHttpRequest object provide a method for exchanging data asynchronously between browser and server to avoid full page reloads.
|

09-20-2011, 05:39 AM
|
|
Senior Member
|
|
Join Date: Sep 2011
Posts: 166
|
|
|
it is abbreviated as Asynchronus javascript and XML..or is a group of interrelated web development methods used on the client-side to create interactive web applications.With Ajax, web applications can send data to, and retrieve data from, a server asynchronously (in the background) without interfering with the display and behavior of the existing page
|

09-20-2011, 02:28 PM
|
|
Senior Member
|
|
Join Date: May 2011
Posts: 392
|
|
|
Ajax is a methodology that fuses existing Web development technologies to produce highly functional and responsive website and services.
|

09-22-2011, 10:41 AM
|
|
Member
|
|
Join Date: Sep 2011
Posts: 69
|
|
|
AJAX is a technique for fetching data without refreshing the whole page. That one is quite expansive and you'll probably just want to google it.
|

09-23-2011, 05:19 PM
|
|
Senior Member
|
|
Join Date: Sep 2011
Posts: 306
|
|
|
Ajax is a way of developing Web applications that combines:
Customer accesses Web application
Server processes request and sends data to the browser while the customer waits
Customer clicks on a link or interacts with the application
Server processes request and sends data back to the browser while the customer waits
|

09-26-2011, 02:17 PM
|
|
Senior Member
|
|
Join Date: Jul 2011
Posts: 111
|
|
|
ajax use in the webpage in autamatically updation in your webpage .because your request send again and again then your loding slow ,speed growup used the ajax(Asycronous java script and xml )
|

09-27-2011, 11:38 AM
|
|
Member
|
|
Join Date: Sep 2011
Posts: 50
|
|
|
AJAX to create interactive web applications? Learn how Altova’s suite of application management and web data management tools can optimize your development process. The following are just a few of the products & features included in the Altova MissionKit.
|

10-18-2011, 07:51 AM
|
|
Senior Member
|
|
Join Date: Sep 2011
Posts: 166
|
|
|
Ajax is a group of interrelated web development methods used on the client-side to create asynchronous web applications. With Ajax, web applications can send data to, and retrieve data from, a server asynchronously (in the background) without interfering with the display and behavior of the existing page. Data is usually retrieved using the XMLHttpRequest object. Despite the name, the use of XML is not needed (JSON is often used instead), and the requests do not need to be asynchronous.
|

10-18-2011, 08:26 AM
|
|
Senior Member
|
|
Join Date: May 2011
Posts: 392
|
|
|
In my opinion:
Web applications are fun to build.
They are like the fancy sport scar of Web sites. Web applications allow the designer and developer to get together and solve a problem for their customers that the customers might not have even know they had.
That's how the blogging tools like Movable Type and Blogger came about after all.
I mean, before Blogger, did you know you needed an online tool to build your Web site blog?
|

11-03-2011, 12:43 PM
|
|
Senior Member
|
|
Join Date: Oct 2011
Posts: 166
|
|
|
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 XML Http Request
* JavaScript to tie it all together
|

11-17-2011, 02:50 AM
|
|
Member
|
|
Join Date: Nov 2011
Posts: 41
|
|
|
A full form of Ajax is (Asynchronous JavaScript and XML) , It is advance to designing and implementing web applications
|

11-17-2011, 10:08 AM
|
|
Senior Member
|
|
Join Date: Nov 2011
Posts: 256
|
|
|
Ajax is power full control in .net. Ajax use web sit development time.
|

11-18-2011, 07:33 AM
|
|
Member
|
|
Join Date: Nov 2011
Posts: 32
|
|
|
Ajax is programming language used for creating fast and dynamic web pages and applications.
|

11-18-2011, 10:51 AM
|
|
Senior Member
|
|
Join Date: Oct 2011
Posts: 166
|
|
|
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.
|

12-08-2011, 09:49 AM
|
|
Senior Member
|
|
Join Date: Nov 2011
Posts: 208
|
|
|
It's a new website technology to develop web site.
|

01-13-2012, 09:30 AM
|
|
Senior Member
|
|
Join Date: Nov 2011
Posts: 256
|
|
|
Asynchronous JavaScript and XML this tool is very power full
|

02-01-2012, 08:24 AM
|
|
Junior Member
|
|
Join Date: Feb 2012
Posts: 25
|
|
|
The full form of Ajax is Asynchronous JavaScript and XML. It is used for programming for making most robust programming for Website and web applications. It is the technique to create fast and dynamic web pages. Ajax includes Javaxcript, DHTML, XML and CSS.
Last edited by jeffreyrogers : 02-02-2012 at 06:41 AM.
|

02-03-2012, 08:31 AM
|
|
Senior Member
|
|
Join Date: Aug 2011
Posts: 347
|
|
|
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.
|

02-08-2012, 10:37 AM
|
|
Banned
|
|
Join Date: Jan 2012
Posts: 26
|
|
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
.................................................. ............................. 
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +1. The time now is 06:49 AM.
|