Chapter 1 Introduction to Web Development and JavaScript (cis 270 home) Objectives Applied 1. Load a web page from the Internet or an intranet into a web browser. 2. View the source code for a web page in a web browser. Knowledge 1. Describe the components of a client-server architecture. 2. Describe HTTP requests and responses. 3. Distinguish between the way a web server processes static web pages and dynamic web pages. 4. Name the common web browsers, web servers, and server-side scripting languages. 5. Describe the use of the core web technologies: XHTML, CSS, the Document Object Model, and JavaScript. 6. Describe the basis for selecting specific releases of the core technologies for use in your web development projects. 7. In general terms, describe the use of AJAX. 8. Describe the issues of cross-browser compatibility and user accessibility. 9. Describe the components of an HTTP URL.
Chapter 1 Slides
Code