(Note: Please use Google Chrome web browser. Other browsers may not support the clicking/expanding/folding feature of this website. If you are using FireFox, you can enable 'Custom HTML Elements'. Open 'about:config' and enable the 'dom.webcomponents.enabled' flag.)

COMP2680 Web Site Design and Development

Announcements:

Students are introduced to the overview of web applications environment. Students learn major aspects of client-side components, including Hyper Text Markup Language (HTML) and Cascading Style Sheets (CSS), for static web documents. Students learn interactive web programming with Cascading Style Sheets, JavaScript and Document Object Model (DOM). Students explore the server-side technologies for dynamic web applications.

Contents [Hide]
(The schedule can be changed.)

  1. Interactive web programming with JavaScript and DOM
    1. JavaScript as a programming language
    2. How to input data
    3. What and how to control - event-driven programming
    4. How to display modal windows
    5. Timers