Creating
a Web Site: Some of the Basics
for
Comm 495, Spring 2004
http://www.lib.odu.edu/libassist/tutorials/guides/comm495/
Karen Vaughan
Digital Services Coordinator
Old Dominion University Libraries
683-4184
kvaughan@odu.edu
1) Web page/s = simple file with HTML tags that describe how and where the text (& images) should be displayed on the computer screen
HTML = HyperText Markup Language -- in the form of tags to define fonts, colors, headings, embedded graphics
- use code or editor (eg, Dreamweaver, MS Word, FrontPage)
2) Web browser = program that interprets HTML tags within the page; pulls pages from a server to your machine (eg, Netscape, Internet Explorer)
3) Web server = computer that stores files, with software program that responds to browser's request (ftp) and delivers pages.
- free space (ads, banners)
- fee (domain name)
4) Users ? (promote your site)
But, before you create, you should plan:
- know your purpose (to provide information, teach, sell something, market a company or product, impress someone ?)
- know your audience (think about who they are, what they want/don't want)
- outline the structure
- write the text
- design a basic layout for all pages (make it graphically interesting)
- with navigation on all pages; links to home & contact information
- choose colors, fonts, headings, images carefully
- always keep usability and accessibility in mind
Jakob Nielsen's Alertbox : http://www.useit.com/alertbox/ Web Style Guide : http://www.webstyleguide.com/- always test (on different users, on different browsers, on different monitors -- screen resolutions, on different connections)
First... the bad
-- Wayne MacPhail, Web Coordinator at Centennial College;
has twenty years of experience writing and editing for newspapers, magazines and websites
Elements of a good web site
Reader behavior:
How you should write:
Other Text on the Page:
NOTE:
Jakob Nielsen's Alertbox www.useit.com/alertbox/
Lots of articles and studies on usabilityWeb Style Guide www.webstyleguide.com
Web version of standard guide for creating Web sitesSites with many tutorials, articles, links to resources for Web developers:
- Web Developer's Virtual Library www.wdvl.com
- Killersites.com: Learn to build websites www.killersites.com
- Webmonkey: the Web Developer's Resource hotwired.lycos.com/webmonkey/
- How-to-build-websites.com: Learn to build 4th generation websites easily www.how-to-build-websites.com/ (promotes use of html coding rather using editors)