The Web Development Life Cycle

Phases of Web Design

Any software development project, a methodology should be followed to ensure project consistency and completeness.

The Web development life cycle includes the following phases: planninganalysis, design and developmenttesting, and implementation and maintenance.

Web Development Phases and Questions
Web development phaseQuestions to ask
PlanningWhat is the purpose of the Web site
Who will use this Web site
What are their computing environment
Who owns and authors the information on the Web site
AnalysisWhat information is useful to the user 
Design and developmentWhat type of Web site layout is appropriate
What forms of multimedia is helpful to the user 
TestingIs the Web site content correctDoes the Website functions correctlyAre users able to find the information they needIs the navigation easy to use?
Implementation andMaintenanceHow is the Web site published
How is the Web site updated
Who is responsible for content updates
Will the Web site be monitored

Web site Planning:

Involves the identification of the Web site goals or purpose. The question to ask is: What is the purpose of this Web site?

In addition to understanding the Web site purpose, you should also ask: Who will use the Website? or knowing the target audience in terms of: age, gender, computer literacy, etc.

Understanding the computing environment will allow the designer to know what type of Technologies to use.

The last question is to ask who will provide the information included in the Web site.

Web Site Analysis:

During this phase, the Web designer needs to make decisions about the Web site content and functionality.

It includes a detailed analysis of the content of the Website in terms information covered, processing required, etc.

Web Site design and Development

After, the purpose of the Website has been found and the content has been defined, we need to organize the content of the Website.  Many ways to organize the Website exists. Here are some general pointers:

ElementsPurpose
TitlesUse simple titles that clearly explain the purpose of the page
HeadingsUse Headings to separate main topics
Horizontal rulesUse horizontal rules to separate main topics
ParagraphsUse paragraphs to help divide large amount of data
ListsUtilize list. Numbered or bullet when appropriate
Page lengthMaintain suitable Web page lengths; about one or two pages are adequate
InformationEmphasize the most important information by placing it at the top of a Web page
OtherIncorporate a contact e-mail address     
Include the date of the last modification

Web site layouts:

Websites are designed using any of several different types of layouts, including linear, hierarchical, and Webbed. Each layout links, or connects, the Web pages in a different structure to define how users navigate through the site and view the Web pages. You should select a layout for your Web site based on how users will most easily navigate through the site to complete tasks and view the Web site contents.

Linear Web Site Layout

linear Web site layout connects Web pages in a straight line.  A linear Web site layout connects Web pages in a straight line.  A linear Web is appropriate if the information on the Web pages should be read in a specific order.

hierarchical Web site layout connects Web pages in a tree-like structure.  A hierarchical Web site layout works well on a site with a main index or table of contents page that links to all other Web pages. With this layout, the main index page would display general information and secondary pages include information that is more detailed.

Webbed Web site layout has no set structure. A Webbed Web site layout works best on Web sites with information that does not need to be read in a specific order and with many navigation options that users can select.

Most Web sites are a combination of the linearhierarchical and Webbed layouts.  Some of information on the Web site might be organized hierarchically from an index page; other information might be accessible from all areas of the site while other information might be organized linearly to be read in a specific order.

Using a combination of the three layouts is appropriate, if it helps users navigate through the site easily.

During the design and development phase, you should also consider what types of multimedia could contribute positively to the Web site experience. 

Types of multimedia are graphics, photos, video and audio.

Web site testing:

A Web site should be tested at various stages of the Web design and development. This testing should include a review of page content, functionality and usability.  Some basic steps to test content and functionality are:

  • Reviewing for accurate spelling and proofreading content including page titles.
  • Checking links to ensure that they are not broken and are linked correctly
  • Checking graphics to confirm they display properly and are linked correctly
  • Testing forms and other interactive page elements
  • Testing pages to check for speed of loading on lower speed connection
  • Printing each page to check how page s print
  • Testing each Web in several different browser types and versions to verify they display correctly

Usability is the measure of how well product, allows users to accomplish their goals. Usability testing is a method by which users of a Web site are asked to perform certain tasks in an effort to measure the ease of use of the product.

Site Implementation and Maintenance:

Once the Web site testing is complete and any required changes have been made, the Web site can be implemented.  Implementation of a Web site means publishing the Web site or uploading it into a Web server.  

Once, the Web site has been implemented, its maintenance will include updating the information content by removing the outdated one and putting in the new one.

Periodical checking of the links is also necessary to ensure that they are still active. 

Finally, Website monitoring is another key aspect of maintenance. Usually, the Web servers that host the Web sites keep logs about Web site usage.

log is the file that lists all the Web pages that have been requested from the Web site.

Analyzing the logs allows you to determine the number of visitors to your site and the browser types and versions they are using, as well as their connection speeds, most commonly requested pages.

Leave a Comment