How to Create & Maintain a Website
Session for the SDGN Conference to the Point, Feb 20, 1997
Last Updated: 1998/01/01
Internet vs. Intranet
First, start with internal intranet to build experience.
Also a good way to test and debug webpages as well as CGI scripts.
Then, design and publish your internet website.
Design:
- Mission Statement
What is the purpose of this website?
Very important, as it defines the next two issues...
- Target Audience
Members? Non-Members? Whole World? Family only?
Advise: don't try too much at one!
- Source Material
Logo, addresses (e-mail), "who/what are we?"
Assign people to supply source material
- Some Rules of Thumb
- Homepage is most important page of website!
- Speed - not too many big images at homepage
- Speed - summary contents on homepage
- Speed - homepage links to rest of website
- Updates: Invite surfers to come back!
- Promote your site, (and make it good!!)
Implementation:
- HTML Basics
- <HTML> html document </HTML>
- <HEADER> header </HEADER>
- <TITLE> Dr.Bob's Delphi Clinic </TITLE>
- <META>
- <BODY> body of document </BODY>
- <B> bold text </B>
- <I> italic text </I>
- <Hx> Headers: </Hx>
H1 Header
H2 Header
H3 Header
H4 Header
- Normal Text... (CR and LF are ignored!)
- <BR> - single line break
- <HR> - horizontal ruler
- <P> - new paragraph
- Lists: <UL> or <OL>
- One
- Two
- Three
- Images (.GIF or .JPG)
- <IMG SRC="sdgn.gif">
- GIF: 16 or 256 colours, invisible background, animation
- JPG: true colour, better compression
- <ADDRESS> address for feedback </ADDRESS>
- Frames
<FRAMESET COLS="256,*" FRAMEBORDER="0">
<FRAME SRC="../menu.htm" NAME="menu">
<FRAME SRC="../home.htm" NAME="main">
</FRAMESET>
<NOFRAMES>
<BODY>
Your browser is incapable of showing frames (get Netscape Navigator 2.0+)
</BODY>
</NOFRAMES>
- Links
- email: <A HREF="mailto:bob@bolesian.nl">
- http: <A HREF="http://www.drbob42.com">
- ftp: <A HREF="http://www.ebob42.com/ftp/intrabob.zip">
- CGI Scripts
Standard CGI (environment variables) and WinCGI (ini files)
Debugging CGI Scripts: IntraBob v1.01
Deployment:
- Testing website with:
- Netscape Navigator 3.x
- Internet Explorer 3.x
- Netscape Navigator 2.x
- Uploading
- FTP by hand
- FTP Automation (support for webmaster)
- Statistics
- No statistics
- Counter
- www.nedstat.nl
- own webserver (MS-IIS 3.0, NetScape FastTrack, O'Reilly)
- Promotion
- E-mail sign-off: Bob Swart (aka Dr.Bob - www.drbob42.com)
- Trade Links
- Search Engines
- Business Cards
- Magazines, Seminars, etc.
Maintenance:
- Webmaster
One webmaster, with permission to act now!
- Check your links
Broken link detectors...
- Frequent updates
Monthly? Weekly? Bi-weekly?
- Predictable Refresh Rate
To get a steady amount of users/hits...
This webpage (c) 1998-2015 by Bob Swart (aka Dr.Bob - www.drbob42.com). All Rights Reserved.