1 / 3

Today’s Objectives

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

Télécharger la présentation

Today’s Objectives

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 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

  2. 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

  3. 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

More Related