KiribakoAn Evan Bittner SiteBIS325 - Principles of Web DevelopmentLinks for Design Commentary...6:00 PM 5/23/2006 I just wrote this for online class discussion:Effective navigation is essential in a quality web site. Identify effective navigation techniques and post links to examples on the web. This might have something to do with my own peculiar strengths and weaknesses, but I think good navigation should be very easy. It is a trivial task, once you know what exactly it is that you offer. The fish market sells fish, so does the web site also sell fish? Two kinds of people arrive at a web site in my estimation: The first kind know your business already, and are expecting to see something in particular. So their thought process is "Where's the fish?" Sometimes those people know the name, and sometimes they arrive from a search engine. The second kind are exploring, don't know what they are looking for, and see what is available. Every design has to consider both types of user. The designer might make a conscious decision to snub the explorers, but a portion of those users wind up as customers, so there is still some value to each of those visits. Which brings us to the navigation: Good navigation accommodates both types of users. The categories have to be worded just so. Users miss what they are looking for because the right link suggests something that they aren't looking for. It is a process of elimination. Users are not necessarily in a hurry, but something about the computer makes everybody impatient. BIS 325 Lab 1You will be creating criteria to be used when evaluating web sites. After you are happy with the content, you are going to use Notepad and HTML to create a web page to present your criteria in your first web page.
<HTML> <HEAD> <TITLE> Your Name Here’s First Web Page <BODY> <H1> Your Name Here’s First Web Page Copy and paste your content that you wrote in step 2 into the Notepad document. Each paragraph should be surrounded in <P> and .Words that are in italic should be so indicated by <I> and . Words that are in bold should be so indicated by <B> and . Words that are underlined should be so indicated by <U> and . When you have finished typing up your HTML document, end it with the following tags: |