+1 vote
in AJAX by
Are there usability issues with Ajax?

1 Answer

0 votes
by

A person may pick to apply the browser’s again or ahead buttons, bookmark a web page, reproduce the URL from the URL bar and percentage it with a chum thru an email or chat consumer, or print a web page at any given time. When designing an AJAX-primarily based totally utility, you want to don’t forget what the predicted conduct could be withinside the case of navigation, bookmarking, printing, and browser guide as defined underneath.

  1. Navigation – While you can put into effect records manipulation manually it can be less complicated to apply JavaScript frameworks inclusive of Dojo that offer API’s records manipulation and navigation manipulation.
  2. Bookmarking and URL sharing – Many customers need to bookmark or reduce and paste the URL from the browser bar. 
  3. Printing – In a few instances printing dynamically rendered pages may be elaborate.
  4. Other issues as a developer whilst the use of AJAX are:
  5. Browser Support – Not all AJAX/DHTML functions are supported on all browsers or all variations of a browser. See quirksmode.org for a listing of browser guides and viable workarounds.
  6. JavaScript disabled – You need to additionally don’t forget what occurs if the person disables JavaScript. Additionally, there are numerous valid reasons why JavaScript and CSS guides can be unavailable on a person’s net browser.
  7. Latency – Keep in mind latency to your layout. A walking utility may be lots extra responsive than whilst it’s far deployed. Latency troubles: delusion or reality?
  8. Accessibility – Degradability is the time period used to explain strategies utilized by net programs to evolve to the huge variety of net browser capabilities. Many AJAX libraries have computerized degradability integrated. But in case you are coding your personal custom AJAX capability, clearly taking a few cares to comply with the quality practices promoted through requirements our bodies just like the World Wide Web Consortium (W3C), and grass-roots actions just like the Web Standards network and lots of others, your utility can run usefully on browsers which can be incapable of AJAX behaviours. Granted, your utility might also additionally lose a number of the “wow factor” on those much less successful browsers. However, your utility will nevertheless be useful.

Related questions

0 votes
0 votes
asked Jan 29 in AJAX by Robindeniel
0 votes
asked Aug 8, 2023 in AJAX by sharadyadav1986
+1 vote
asked Nov 27, 2022 in AJAX by sharadyadav1986
...