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


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