INLS161-001 Fall 2024

Tools for Information Literacy

Preparations for the behavioral layer session

three layers of websites
① We considered structure when we used HTML
② We considered styles when we use CSS
③ We will consider dynamism when we use scripts

What is the behavioral layer?

You can make your site interactive by including some dynamic HTML functions.
This is the behavioral layer.

To be prepared for a discussion of the third web page layers, read over and watch the following.

Server side scripting

... a method of designing websites so that the process or user request is run on the originating server.
  1. Read Server-side scripting
  2. Then watch this short introduction.

Client side scripting

  1. Compare it to client-side scripting
  2. Read What is Javascript? in a very popular online javascript book.
    Read only the text under the What is Javascript? heading.

Other items relevant to today's class

  1. 21 top examples of JavaScript
  2. 20+ PROJECTS YOU CAN DO WITH JAVASCRIPT
  3. W3Schools JavaScript Tutorial - you may prefer to bookmark it for reference

Copyright © R.E. Bergquist 2014- | Last Updated on | Powered by w3.css