List at least three general guidelines for planning Web site interactivity.

What will be an ideal response?


1. Plan the site navigation with the use of interactive buttons in mind.
2. Determine which elements you can reuse and copy to save time and ensure consistency.
3. Identify behaviors that will help site visitors' experiences; avoid those behaviors that visitors might find annoying.
4. Assess how you will provide access to site pages that are not included in the primary navigation bar.

Computer Science & Information Technology

You might also like to view...

This is a specialized dialog box that allows the user to select a color from a predefined palette of colors.

A) Hue picker B) Color chooser C) Paint dialog box D) Palette selector

Computer Science & Information Technology

You can use the Word mail merge feature to send custom e-mail messages

Indicate whether the statement is true or false

Computer Science & Information Technology

Based on the class in the accompanying figure, which of the following statements is illegal?

public class Secret{ private int x; private static int y; public static int count; public int z; public Secret() { x = 0; z = 1; } public Secret(int a) { x = a; } public Secret(int a, int b) { x = a; y = b; } public String toString() { return ("x = " + x + ", y = " + y + ", count = " + count); } public static void incrementY() { y++; }} A. Secret.incrementY(); B. Secret.count++; C. Secret.z++; D. Secret secret = new Secret(4);

Computer Science & Information Technology

__________ systems identify features of the hand, including shape, and lengths and widths of fingers.

A. Signature B. Hand geometry C. Fingerprint D. Palm print

Computer Science & Information Technology