SILS iSchool

05 Feb 2019

meets Tuesday and Thursday from 0800-0915

in Carolina Hall 220

Contact options

office hours in Manning 112


Value Added | daily

Class Schedule

Basics | sessions 01-05

10 Jan | intro
15 Jan | clients
17 Jan | servers
22 Jan | networks
24 Jan | basics lab

Web Development | sessions 06-11

29 Jan | structural layer
31 Jan | presentational layer
05 Feb |  working with layers  | editors | Office | proprietary | next session
07 Feb | behavior layer
12 Feb | images & design
14 Feb | website lab

Document Markup | sessions 12-14

19 Feb | document markup
21 Feb | tools that read markup
26 Feb | document markup lab

Spreadsheets | sessions 15-19

28 Feb | spreadsheets
05 Mar | formulas & functions
07 Mar | data display

 09-17 Mar | Spring Break 

19 Mar | database tools
21 Mar | spreadsheets lab

Relational Database | sessions 20-26

26 Mar | relational databases
28 Mar | tables
02 Apr | relationships
04 Apr | input & output
09 Apr | SQL
11 Apr | complex queries
16 Apr | databases lab

Presentation | sessions 27-30

18 Apr | presentation design
23 Apr | presentation delivery
25 Apr | presentation lab
30 Apr | 0800-1100 | final in class presentation





Editors come in all forms, from the simplest text editor to the most sophisticated GUI tool

As we have said repeatedly, one can use any text editor to write HTML. The HTML code produced with simpler programs is not different from the HTML produced by more complex editors.

More complex editors offer a number of advantages over simple text editors (especially in terms of being able to work in a GUI or WYSIWYG environment), but such advantages are not without costs (difficult to learn, add lots of extra code, may add proprietary information to your HTML).

GUI HTML editors

All GUI HTML editors work the same way in principle - they provide a form of a graphical user interface (GUI) overlaid on an HTML base. Each of them has different strengths and weaknesses and the one you choose is the one that works best for you. Many of them are proprietary and expensive, but many are also open source and free.

You can find a lot of choices on the relevant Wikipedia pages and can compare them.

back to top

We have been working with basic HTML code using a simple text editor

like Notepad or Notepad ++ for Windows

our home page code as seen in Notepad++

and Brackets for Mac or Windows.

this page's code as seen in Brackets

back to top

Some free editors offer the opportunity ...

... to work in a WYSIWYG (Normal) view, plus allow you to see the underlying HTML code for tweaking purposes

like Sea Monkey

our home page code as seen in SeaMonkey's design view

or Kompozer

our home page code as seen in Kompozer's design view

or (the now-discontinued) Amaya from W3C

our home page code as seen in Amaya's dual design and code view

back to top

word processors offer the advantage of an interface you may already be familiar with

like MS Word

sample web page in MSWord

or OpenOffice

home page example in Open Office

back to top

sophisticated artistic and image manipulation tools are best for visual elegance

like Dreamweaver

our home page code as seen in Dreamweaver

back to top

We will consider these

You will discover the one that works best for you,
and it may be the text editor you have been using.

back to top