SILS iSchool

02 March 2021



Value Added | daily

Class Schedule

Basics | sessions 01-03
  1. 19 Jan intro and clients | lecture | labs
  2. 26 Jan servers and command line | lecture | labs
  3. 02 Feb networks and protocols | lecture | labs
Web Development | sessions 04-08

  1. 09 Feb structural layer | lecture | labs
  2. 16 Feb presentational layer | lecture | labs
  3. 23 Feb using a structure | lecture | labs
  4. 02 Mar behavioral layer | lecture | labs
  5. 09 Mar design thoughts | lecture | labs
Dealing with Markup | sessions 09-10
  1. 16 Mar control objects and display | lecture | labs
  2. 23 Mar tools that read markup | lecture | labs
Working with data | sessions 11-14
  1. 30 Mar formulas, functions, vectors | lecture | labs
  2. 06 Apr data display | lecture | labs
  3. 13 Apr manipulate data sets | lecture | labs
  4. 20 Apr relational data bases | lecture | labs
Presentations | sessions 15-16
  1. 27 Apr designing a presentation | lecture | labs
  2. 04 May delivering a presentation | lecture | labs


You can make your site interactive by including some dynamic HTML functions.
This is the behavioral layer.
three layers of websites, https://www.lifewire.com/three-layers-of-web-design-3468761
  1. We did structure when we considered HTML
  2. We did styles when we considered CSS
  3. Now we will consider the behavioral layer
The behavior layer makes a website interactive,
allowing the page to respond to user actions or to change based on a set of conditions

Server side scripting

  1. Read Server-side scripting

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.

back to top

02 March lecture | preps | server side | client side