CISC 1400: Dynamic Web Page (with JavaScript)

Instructor: Xiaolan(Ellen) Zhang

Web developers use three main languages/tools: HTML, CSS and JavaScript. We focus on JavaScript, a scripting language to write program that is embeded in HTML web page. Here are key things to know about this langauge:
  1. JavaScript code It's intrepreted and executed by the web browser.
  2. It's usually used to provide some dynamic contents in the webpage.
Here are some resources to learn more about JavaScript language:

To get something up and running quickly, you can learn from examples, and then adapt the examples to suit your needs. The following is a list of interesting examples that you can experiment with: