Best Practice Ajax
December 6th, 2006 No Comments »
In a recent article titled User-Proofing Ajax published at A List Apart, author Peter Quinsey explains one of the drawbacks of Ajax is that an user is not informed if the XMLHttpRequest encounters an request failure error. He also demonstrates how to use client-side scripting to handle such drawback and let the Ajax functionality to fall back gracefully if the use agent is not Ajax compatible. Priceless!