SILS iSchool

24 September 2020



Value Added | daily

Class Schedule

Basics | sessions 01-03
  1. 13 Aug intro and clients | lecture | labs
  2. 20 Aug servers and command line | lecture | labs
  3. 27 Aug networks and protocols | lecture | labs
Web Development | sessions 04-07

  1. 03 Sep structural layer | lecture | labs
  2. 10 Sep presentational layer | lecture | labs
  3. 17 Sep using a structure | lecture | labs
  4. 24 Sep behavioral layer | lecture | labs
Dealing with Markup | sessions 08-09
  1. 01 Oct control objects and display | lecture | labs
  2. 08 Oct tools that read markup | lecture | labs
Working with Data | sessions 10-13
  1. 15 Oct formulas, functions, vectors | lecture | labs
  2. 22 Oct data display | lecture | labs
  3. 29 Oct manipulate data sets | lecture | labs
  4. 05 Nov relational data bases | lecture | labs
Presentation | session 14
  1. 12 Nov designing and 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

24 September lecture | preps | server side | client side