Search :DD

Wednesday, February 9, 2011

Ch6 Outline :D

A. Pictures that inform!
1. photos, legends, and guides.
2. Illustrate words.
3. Use universal symbols.

B. Photos should include what is important.
1. Pictures should include enough of what the reader needs
2. Images that are relevant.

C. Pictures should show:
1. Gestalt Principals,
2. Valuable Interest,
3. And Illustating Interest.

Profile Critique (www.gamestop.com)

GOOD: Game Stop has many user friendly tabs to guide the user to his or her gaming platform.
You can sort the search into different categories which would help make your search faster and efficient.

BAD: The location search is in a spot where the site search would normally be, which is the left side. The site search is at the top and it confused 8 out of 10 people that I asked. This reduced speed efficiency on searching as it drives people nuts when they see that the cant type more than 6 characters and later found the actual search engine.

Friday, January 7, 2011

What is CSS?
cascading style sheets
How is CSS different than HTML?
it shows how HTML elements are displayed.
Why use it?
it is more practical and easy to use.
What are the 4 parts of the CSS syntax?
the 4 parts of CSS syntax are selector, the declaration, a property, and a value.
Why would you use comments?
To explain written code incase you ever have to work on the same project again.
What is the difference between "id" and "class"?
id is for one element where as class is for a group of elements.
What are the 3 ways to insert CSS?
The three ways to insert CSS are an external style sheet, an internal style sheet, and an inline style.
Can you have multiple styles for one HTML element?
Yes you can.
What is "cascading order?
the way styles are ordered.