Tag Archive: programming

Ajax – What Is It and How It Works

Ajax stands for Asyncronous Java Script and XML and is known for making web applications function as fast (or faster) than desktop applications. Let’s talk about what a typical web application looks like. For instance, a Google search: * you enter some text in the search box. * you then click the search button. *…