Discuss the use of a storyboard to describe a Web site.

What will be an ideal response?


The Web site design process usually begins with some brainstorming to clarify the purpose of the Web site and to determine exactly what information or functionality should be available on the Web site. At the end of the brainstorming process, you will have some sort of list of functionality and information for the Web site. The next step is to organize the Web site into Web pages. Professional Web developers might use pen and paper or a large white board and markers when speaking with a client to start the storyboarding process. Alternatively, they may use an application such as Visio or the drawing functions in another software application. A storyboard is often composed of several boxes, each representing a Web page, with lines or arrows drawn between the boxes to represent links to Web pages.

The storyboard is your Web site design plan, just as an outline is a plan for writing an essay. The storyboard is also used as a communication tool to discuss the functionality of the Web site with the client. You could use it to explain how the Web pages would link to each other, and how the Web site information would be divided into individual Web pages. It also becomes your development plan, which will guide you in creating the links on each of the Web pages. The storyboard is a planning tool and will help you to communicate clearly to the client.

Computer Science & Information Technology

You might also like to view...

Attempting to access an array element outside of the bounds of an array, causes a(n) .

a. ArrayOutOfBoundsException. b. ArrayElementOutOfBoundsException. c. ArrayIndexOutOfBoundsException. d. ArrayException.

Computer Science & Information Technology

What is the purpose of the following protocols: Internet Protocol, Internet Control Message Protocol, and Address Resolution Protocol.

What will be an ideal response?

Computer Science & Information Technology

How is a root bridge/switch determined?

A) All the switches in the internetwork send out hello BPDUs, and the switch that has the aggregate least number of hops to all the other switches becomes the root. B) All the switches send out hello BPDUs, and the switch with the lowest bridge ID becomes the root. C) All the switches send out hello BPDUs, and the switch with the highest bridge ID becomes the root. D) The switches send out hello BPDUs, and the switch with the most direct connected switches becomes the root. E) The core network switch becomes the root.

Computer Science & Information Technology

Given the predecessor, there are three steps to the insertion:1. Allocate memory for the new node and move data to the node.2. _____.3. Point the new node's predecessor to the new node.

A. Point the head to the new node B. Point the predecessor to null C. Point the new node to null D. Point the new node to its successor

Computer Science & Information Technology