Using a 100% AJAX Framework
We’ve been working with various industry publications to share our technical expertise with our peers and thought some of you would enjoy these more technical articles as well. Most recently we worked with Web Designer Depot, a web designer and developer’s resource, to publish an article titled: Driving UX with AJAX.
With mobile internet usage eclipsing desktop-based web browsing, it’s more important than ever for websites to be built with an emphasis on speedy page loads and fluid reactions to user input. One important technology we use to achieve this is AJAX, short for Asynchronous JavaScript and XML. AJAX allows you to update parts of a single webpage without continually throwing out the document object model (DOM) — eliminating the need for entire page loads and creating a faster response to user input. Building custom websites on AJAX allows more freedom with aesthetic, with unique animation between page loads, smoother usability with the integration of infinite scrolling all with the ability to bookmark and negotiate with your browser’s navigation buttons unencumbered.
AJAX eliminates the use of excessive bandwidth and creates sites that function on a much higher caliber. We began building advanced sites on this basis nearly ten years ago and in this article we explore a number of the specific advantages, and some limitations, of AJAX.