AJAX Active Content

AJAX is an acronym that stands for Asynchronous JavaScript and XML, and refers to a new paradigm for creating dynamic web pages. It operates by only updating portions of a web page, referenced by HTML element tags, instead of the entire page. This frees up the service designer to create more interactive pages without having to worry about having annoying page reloads every time the state needs to change.

More coming soon…