30 likes | 136 Views
Today’s Objectives. Announcements Homework 2 is due now – bring your homework envelopes to the front table, and ensure that you have uploaded the zip file to WebCT Phase I of the team project is due next week – the team web site, the analysis of NerdBooks.com, and the flow chart
E N D
Today’s Objectives Announcements Homework 2 is due now – bring your homework envelopes to the front table, and ensure that you have uploaded the zip file to WebCT Phase I of the team project is due next week – the team web site, the analysis of NerdBooks.com, and the flow chart JavaScript (continued) DHTML Popup windows Cookies HTTP Week 10
Just for Fun S5: A Simple Standards-Based Slide Show System S5 is a slide show format based entirely on XHTML, CSS, and JavaScript that was created by Eric Meyer. With one file, you can run a complete slide show and have a printer-friendly version as well. http://meyerweb.com/eric/tools/s5/ The introductory slide show is at http://meyerweb.com/eric/tools/s5/s5-intro.html JavaScript
Food for Thought Today, many JavaScript developers create fat-client web sites by using JavaScript, AJAX, and JavaScript libraries, such as Prototype and script.aculo.us Fat client - An application that does most of the processing and user interaction on the client side AJAX - Asynchronous connections to the server that retrieve small chunks of data and update the page using the DOM Prototype and script.aculo.us JavaScript frameworks that provide added functionality and widgets Usually stored in external js files What do you think of this trend? JavaScript