ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

What are the advantage of using Ajax in building web applications?

user-image
تم إضافة السؤال من قبل Maalik Muhamed , Deputy Mill Manager , AZANIA GROUP OF COMPANYS
تاريخ النشر: 2014/05/10
Muhammad Majid Saleem
من قبل Muhammad Majid Saleem , Senior PHP Developer / Project Manager , SwaamTech

All answers are almost correct in some ways. Main advantages of using Ajax are:

- User don't need to wait to permform another action while already performing an action.

- User may perform actions as many as it can.

- It enhances user experience.

- It reduces page load time to fetch an information for an action.

Mousa Alyaseen
من قبل Mousa Alyaseen , assistant planner , master builders solutions

on time actions like retrieve data, verification, update,...etc with no need to refreshing whole page. could be called instead app in page

Muhammad Zeshan
من قبل Muhammad Zeshan , Web Application Developer , Inquiron

Following are few advantages of using AJAX !

  • Enhance user experience.
  • Reduce load on server.
  • Reduce traffic on server.
  • Just get from server only what exactly user needs.
  • Asynchronous server requests (Background processes)
  • Can be shown the most updated (live) data from database without page refresh by sending asynchronous requests to server.

Rami Nasrallah
من قبل Rami Nasrallah , Customer Experience Specialist , DEVNET

for the user experience ajax methodolody is better to sort the data by display fewer, make user experience better through the application, almost make the application light & quick. make the code in each page less, so i like to use ajax in Web App and websites too.

AJAX is about updating parts of a web page, without reloading the whole page.

Advantages

Better interactivityEasier navigation

Ajax Help to make the web application to be more frinedly with users and to make web like desktop

  aplication and to reduce the postback or roundtrip in reqular web pages 

as we know that ajax is combination of javascript and XML languages so all action  or event it will bedone on browser clinet 

ajax help to just update section of page note all the page will send to server 

 

Jamil Akhtar
من قبل Jamil Akhtar , Senior Software engineer , Optimization Software Technology

For better user experience and asynchronous communication with client to server and required data send and receive from client to server.

Better User Expereince and Less page refresh i think these are main advantages 

Ajax is useful in certain situations such as when you want to update a specific part of the page, without the need to reload the entire page. so Instead of asking your server for a web page (HTML/CSS) you ask for data (JSON or XML) to be added in your page (DOM Manipulation). On the other side its great User Experience. imagine you are using Facebook chat and after each message the entire page is loading!! (like when navigate from the home page to your profile). Ajax are made from the JavaScript, you can make a simple ajax call with jQuery or any other framework such as AngularJS easily.

Noor Ali Chagani
من قبل Noor Ali Chagani , Software Development Manager , The Punjab Healthcare Commission (PHC)

Its quick and less irritating for user.

Muhammed shafi plappillil
من قبل Muhammed shafi plappillil , Software Engineer , xerox

As AJAX is a asynchronous request to the server from web browser , we can perform other executions afte passing the requset to the server. When it's response came it act like a separate thread and execute the code in its call back depending on status in the response without  reloading the entire page.

The callback feature is very helpful in handling AJAX Response.

المزيد من الأسئلة المماثلة

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟