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


To be prepared for the web development sessions, we will want to have a good text editor ready.

Task 01.06: Install a text editor

Windows OS

Notepad++ logo

If you have a Windows laptop, it comes with a native text editor named Notepad. Notepad, however, is a tad limited.

A better choice is to download Notepad ++. It is both useful and free.

back to top

Mac OS

Macs come with a native text editor named TextEdit. It, however, tries to add tags to the tags you will write and that will mess up your web pages. Follow these instructions to change the default preferences so it will work for you as an HTML editor.

back to top

Either Windows or Mac OS

However, you might want to try Brackets. It, too, is both useful and free. See which one fits your working style better and stick with the one you select.

Brackets logo

back to top

See which one fits your working style better and stick with the one you select.

back to top