SILS iSchool

20 February 2020



Value Added | daily

Class Schedule

Basics | sessions 01-03
  1. 09 Jan intro and clients | lecture | labs
  2. 16 Jan servers and command line | lecture | labs
  3. 23 Jan networks and protocols | lecture | labs
Web Development | sessions 04-07

  1. 30 Jan structural layer | lecture | labs
  2. 06 Feb presentational layer | lecture | labs
  3. 13 Feb using a structure | lecture | labs
  4. 20 Feb behavioral layer | lecture | labs
Document Markup | sessions 08-09
  1. 27 Feb control objects and display | lecture | labs
  2. 05 Mar tools that read markup | lecture | labs
Working with Data | sessions 10-13
  1.  26 Mar  formulas, functions, vectors | lecture | labs
  2.  02 Apr  data display | lecture | labs
  3.  09 Apr  manipulate data sets | lecture | labs
  4.  16 Apr  relational data bases | lecture | labs
Presentation | session 14
  1. 16 Apr designing a presentation | lecture | labs
  2.  23 Apr  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

20 February lecture | preps | server side | client side