SILS iSchool

week of 09 February 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


Let's apply our understanding of the structural layer
by hard coding a single, simple web page.

Task ② ⇒ web development

The first component is to demonstrate some hard coding skills with HTML

Start off by showing a little facility with hard coding by creating a single web page to prepare ourselves for the main task

back to top

Task 02.01

website creation task logo

Create an initial hard-coded homepage, a page we will use in class to practice other skills. Use a basic text editor and type in the text on the tags page of the HTML session class notes.

Create a folder on your computer and name it "task02-01", then save the file as index.html in the folder you just created so that it will display as the first page in that directory. This may be the basis of your fuller task 02 website, but it does not have to be. You may wish to use this hard-coded page solely for HTML practice in class, but create a totally individualized, fuller, multi-level personal web site according the specs provided in task 02.03.

back to top

Condition

By 2359 on day before the CSS session, SFTP the entire "task02-01" folder into the directory you created in task 01.04 and tell your lab/recitation instructor to look at it. Task 02.01 is required just to compel you to try out hard coding.

back to top

Standard

Your hard coded page must validate using the W3C Markup Validation Service. There must be no errors in your code.

back to top

Yours might look like this

[task 02.01 hard code using Brackets]

back to top

week of 09 February lab | work on task 02.01