CUTM1030 Study Guide - Search Engine Optimization, Cross-Site Request Forgery, Taschen

5 views11 pages

Document Summary

Describe the key advantages & disadvantages of using. Ajax in web development: ajax (asynchronous javascript and xml) is a web development technique that allows web pages to update content dynamically without requiring a full page reload. It uses a combination of javascript and xml or json to send and receive data asynchronously from a server. Some key advantages of using ajax in web development are: 2. explain the basic architecture of an ajax application and describe how it works. The basic architecture of an ajax (asynchronous javascript and xml) application consists of four main components: client-side user interface (ui): this component is responsible for displaying the content and interacting with the user. It is typically built using html, css, and javascript: xmlhttprequest object: this object is used to send and receive data asynchronously between the client and the server without requiring a full page reload.