Farmwide Advanced Internet - First Class

| quozl@us.netrek.org | up |

Abstract:

This is a presentation outline. It was converted from the MagicPoint presentation program to the LYX document processor, and then exported as HTML.


Contents

Introduction

Classes

Class 1

Class 2

Author Background

Web Development

Outcomes

Defining the term homepage

What is a Home Page?

Identify Nature of Files

Human Senses

Sight and Sound

Compression

What is a File Type?

Web page versus non-web page

Web page file types

Non-web file types

Questions?

Client and Server?

Delivering web pages to a surfer

Server

Client

Client Capabilities

Server Capabilities

Questions?

Target Audiences

Site Styles

Page Styles

Questions?

What is Navigation?

Moving around in a page

Moving back

Moving to other pages in site

Navigation aids on pages

Why not frames?

Questions?

Introduction to HTML

Introduction to HTML - Outcomes

What is HTML?

Plain Text Example

HTML is an acronymn for the HyperText Markup
Language, and is a language used to mark up or
outline text to indicate how it should be formatted
by a HTML layout program such as a web browser.
HTML is:

         - human readable and
         - consists of tags that are placed around 
           text to be marked.

HTML allows the web page author to avoid worrying
about screen dimensions, font sizes, and the like,
and concentrate on creating the content.  The web
browser manages the layout process.

Conversion to HTML

<HR>
HTML is an acronymn for the HyperText Markup
Language, and is a language used to mark up or
outline text to indicate how it should be formatted
by a HTML layout program such as a web browser.
HTML is:<P>
<UL>
<LI>human readable and
<LI>consists of tags that are placed around
text to be marked.
</UL>
HTML allows the web page author to avoid worrying
about screen dimensions, font sizes, and the like,
and concentrate on creating the content.  The web
browser manages the layout process.<P>
<HR>

Example Displayed by Mozilla

mozilla rendition of example



Tags In Example



Tag Meaning
<HR> Horizontal Rule
<P> Paragraph
<UL> Unnumbered List (Begin)
<LI> List Item
</UL> Unnumbered List (End)



Examining HTML Source Code of Web Pages

Writing in HTML

Writing for Web Browsers

Web Browsers in Common Use

Web Page Editors

Identifying Different Designs Activity

Identifying Features of Good Design

Questions?

Using Web Development Tools

Outcomes

Project

Project Marking Guide

Each point was worth 10%. Following the marking of all thirteen project submissions on 17th November after the class, most students were awarded 100% score, 2 were awarded 90%, and one 80%. Two students failed to use a table anywhere in the pages, and one student had no working offsite links.



Footnotes

... tools[*]
This ended up moving to the second class.
... repeats[*]
Patented, avoid.
... compression,[*]
Forgot to mention this in the class. See (I think) http://www.png.org/ or do a web search for PNG. PNG means Portable Network Graphic.
... advertisment[*]
Quoting URLs:

... opera[*]
Author used the word arena in original presentation.

| quozl@us.netrek.org | up |