Topics covered include: automating
the production of HTML documents, preparing pages for
indexation, preserving
performance while using images, HTML, VRML and links to other useful
resources...

Efficient web publishing
Sorry!
This page is still under construction!
You'll have to come back!
Please register to
be informed of updates...
Topics that will be covered include:
An example will be given here, explaining how you can use a
standard word-processing package to automate the production of
HTML pages.
HTML is often identified with the web; but it is perfectly
possible to build an entire Internet site without using HTML.
Indeed, the Portable Document Format (PDF), associated to Adobe Acrobat,
provides an efficient alternative, as demonstrated by the
following example (example to be added
later).
Having your pages properly indexed is a key issue if you want
web-surfers to find them.
Unfortunately, submitting your URL is not sufficient: your
pages must include appropriate information, describing your page.
But not all search engines will process your pages the same way,
so that you should consider repeating the information.
In practice, it is appropriate:
- to give a title to your pages, and to include it in the
<HEAD> section;
- to write a short sentence describing the content of your
page and to include it both in the <HEAD> section
and right at the beginning of the <BODY> section;
- to add a number of additional keywords in the
<HEAD> section.
Your document will then look as follows:
<HTML>
<HEAD>
<META NAME="description" CONTENT="
Insert
here a short description of your page!
">
<META NAME="keywords" CONTENT="
Insert
here additional keywords!
">
<TITLE>
Insert here a title!
</TITLE>
..........................................
</HEAD>
<BODY>
<P>
Insert here a short description
of your page, as above!
</P>
..........................................
</BODY>
</HTML>
Guidelines and tips will be provided here, explaining how to
include images in your pages while avoiding deterrent delays.
- HTML
Quick Reference Guide
-
- NCSA--A
Beginner's Guide to HTML
- This primer is intended to be an introduction to using
HTML and creating files for the Web; it does not pretend
to offer instructions on every aspect of HTML.
- Composing Good
HTML
- This document, by the School of Computer
Science, Carnegie Mellon University, attempts to
address stylistic points of HTML composition, both at the
document and the web level.
- Introduction
to HTML
- An interactive tutorial for beginners and intermediate
users.
- Writing
HTML
- This guide was created at the Maricopa Center for
Learning and Instruction to help teachers create
learning resources that access information on the
Internet. Here you will be writing a lesson called Volcano
Web. However, this tutorial may be used by anyone who wants
to create web pages.
- Hottips
Home Page
- This page is meant to be a quick-start reference - not a
textbook. It may not answer all of your questions.
- The Bare Bones
Guide to HTML
- This Guide lists every tag in the official HTML 3.2
specification, plus the Netscape extensions, in a
concise, organized format.
[also available in many different languages, including French,
...].
- The story of VRML
- What is VRML 2.0? And all what you ever wanted to know
about the Virtual Reality Modeling Language.
- The
Virtual Reality Modeling Language Specification Version
2.0
- This document is the official and complete specification
of the Virtual Reality Modeling Language, (VRML), Version
2.0 [ISO/IEC CD 14772, August 4, 1996].
- The VRML Repository
- Maintained by the San Diego Supercomputer Center (SDSC),
the VRML Repository is an impartial, comprehensive,
community resource for the dissemination of information
relating to VRML.
- Adobe®
Acrobat® Reader
- Files in the Adobe® Portable Document
Format (PDF) can be viewed, navigated, and printed using
the Acrobat® Reader, available for many different
platforms.
- Macromedia
Shockwave
-
-
- The Web
Designer
- Everything you need to know about creating and
maintaining a Web site.
- Making
animated GIFs
- This site covers the entire process of creating an
animation: the preparation of individual frames and what
to consider, putting together an animated GIF file, looping
animated GIFs and other information.
- The
Background Sampler
- Background GIFs for your HTML documents.
- JavaScript
Authoring Guide
- This guide will introduce to writing JavaScript
statements, that will make your HTML pages respond to
user events such as mouse clicks, form input, and page navigation.






Copyright: © Christian
Guittet, Luxembourg, 1996-1997
Created: 1 May 1996 Last modified: