AJAX Introduction by Bhanwar Gupta - HTML preview

PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.

Ajax Disadvantages

Client Side

Poor compatibility with very old or obscure browsers, and many mobile devices.

 

Limited Capabilities like multimedia, interaction with web-cams and printers, local data storage and real time graphics. The first-time long wait for Ajax sites.

 

Problem with back/forward buttons and bookmarks.

Developer Side

Easily Abused by “bad” programmers.
Not everyone have JavaScript enabled.
Too much code makes the browser slow.