What is AJAX?

Asked by Last Modified  

8 Answers

Follow 0
Answer

Please enter your answer

Tutor

AJAX (short for asynchronous JavaScript and XML) is a group of interrelated Web development techniques used on the client-side to create asynchronous Web applications.
Comments

16 Yrs of Experience in Teaching

In ASP.NET Ajax is used for javascript call of ASP.NET , usually default 5 tools comes with ASP.NET and u can install more from Ajax toolkit , in PHP u can also use AJAX for database records fetching without refershing page
Comments

B.Tech (Electronics and Communication)

Asynchronous java script
Comments

Earlier when there was a request sent to the server, the whole web page would be reloaded when the response is received. With AJAX we can exchange data with the server and update parts of the web page. Other parts of the page will remain as they are. This will save time of reloading the complete page...
Comments

Java, JavaScript & jQuery Trainer and Financial Planner

Normally when you have to fetch or send some data from/to server, you send a request to server which refreshes and recreates the whole page. The problem here is it takes more time, consumes server resources, and consume more bandwidth. In Ajax, the request is sent to server asynchronously i.e. your web...
read more
Normally when you have to fetch or send some data from/to server, you send a request to server which refreshes and recreates the whole page. The problem here is it takes more time, consumes server resources, and consume more bandwidth. In Ajax, the request is sent to server asynchronously i.e. your web app user will not get to know that a request has been sent and the page doesn't reload. Hence your user can continue using web app and requests may be being sent in the backend. Now if you consider what is happening on server, it doesn't have to create the whole page again and creates the data only which client has requested. Ajax request is sent from client to server using JavaScript. There are many frameworks available using which you can use Ajax with less or no extra code but internally they also use JavaScript. jQuery is one of the popular JavaScript library which simplifies the code for Ajax and other things which you can do with JavaScript. read less
Comments

IT Professional Trainer with 15 years of experience in UI/UX Designer, UI Developer & UX Practices

Hi Ashish, AJAX is the art of exchanging data with a server, and updating parts of a web page - without reloading the whole page. This is very interesting, in wweb. For example, a very practicle example you can take as the mail in our inbox. Whn any mail get drop in out inbox, then inspite of reloading...
read more
Hi Ashish, AJAX is the art of exchanging data with a server, and updating parts of a web page - without reloading the whole page. This is very interesting, in wweb. For example, a very practicle example you can take as the mail in our inbox. Whn any mail get drop in out inbox, then inspite of reloading the full page, it get reflected in our mail box. In AJAX regular at some time interval get data from server. read less
Comments

I have 8+ yrs of industry working experience in PHP, MySQL, Javascript, JQuery, Ajax

AJAX stands for 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. In short, AJAX is about updating parts of a web page, without reloading the whole page.
Comments

IT Professional Trainer with 15 years of experience in IT Industry

AJAX stands for Asynchronous JavaScript and XML. AJAX is a technique for creating better, faster, and more interactive web applications with the help of XML, HTML, CSS, and Java Script. AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the...
read more
AJAX stands for Asynchronous JavaScript and XML. AJAX is a technique for creating better, faster, and more interactive web applications with the help of XML, HTML, CSS, and Java Script. AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. This means that it is possible to update parts of a web page, without reloading the whole page. read less
Comments

View 6 more Answers

Related Questions

Is Python good for developing games? Why or why not?
Here's a balanced view: *Why Python is good for game development:* 1. *Easy to learn*: Python is a great language for beginners, making it an excellent choice for new game developers. 2. *Fast development*:...
Raindial
0 0
5
How do you print an address?
int main(){ int a=5; printf("Address of variable a is: %d",&a); return 0; }
Prakash
2 0
6

Hi All,

I have 7 year experience as Informatica consultant.. I'm wishing to change my career. Any suggestions?? 

 

Thanks

Take the SAP Hana training. It is five weeks duration.Job opportunities are more because its a new Technology.
Saubhaghiya
0 0
6
Hello Everyone, I have done MBA, 5 yr working exp in SAP MM Field in pune Also, I have done SAP MM Consultant Training. Could anyone help /suggest me that should I take Internship for getting job as SAP MM Consultant fresher job? or how can I get entry as fresher?
some of the companies like Infosys, Accenture , capgemini are conducting interviews for freshers .....but try to upload your resume directly in their own websites instead of naukri, indeed. you'll sure receive the call .... all the best maaa.
Priya
0 0
7
What is called 'nested loops' in C++?
These are those loops in which one loop executes inside another loop. For example for loop for(int i=1,i=10,i++) { for(int j=1, j<=i,j++) { } } the second loop is the nested for loop.
Harikrishnan

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

C-Program Swapping Contents Of Variables Using Function [Call By Reference Method]
//Header Files #include#include // User defined functions swap with 2 pointer variables passed as an argument list void swap(int*i,int*j){ // Local variable temp int temp; // swapping contents using...

Working with C/C++ applications
Inorder to learn C and C++ programming languages one can work with various editors available.To name a few are the most popular one is turbo c++, DEV C++, Eclipse, NetBeans. Here are the screen shots...

Contents Of C++ Programming
1. History of CPP 2. Concepts of OOP's 3. Introduction and Features of CPP (OOP's) 4. Characteristics of OOP's 5. CPP Keywords 6. Major Components of CPP: Encapsulation Inheritance Polymorphism 7....

Mail Merge
One of the most useful tool in Word is Mail Merge, which allows the user to send the letter to many recipients at the same time, the address can be in any database files like notepad, Excel, Access etc. This...

Sheet Metal Tutorial 1
A

Aakash Deep Shrivastava

0 0
0

Recommended Articles

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Looking for IT Courses ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you