Overview + review Flashcards

1
Q

Draw out a sketch of a standard desktop website. Medium i-pad and small I-phone.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Where do you and your containers for iPhone, iPad or desktop?

A

Inside the BODY you can start ARTICLE and list it as DIV CLASS = PROMO

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What should the order of your containers be?

A

HTML

< HEAD> META TITLE w NAME

/HEAD

BODY DIV CLASS PAGE

HEADER A CLASS

ARTICLE

DIV CLASS PROMO x 3

NAV

A HREF=# About, service, portfolio, contact

FOOTER

©

/FOOTER

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What goes inside an ARTICLE tag inside?

A
  1. New in HTML5, not supported in IE8 earlier
  2. Can access by getElementById():
  3. The tag specifies independent, self-contained content
  4. Article should make sense on it’s own and should be possible to distribute independently from site
  5. Potential sources: forum post, blog post, news story and comment
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Why do we use CONTENT BLOCKS in responsive web design?

A

When you focus on one block at a time, you can style content appropriately one block at a time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How can 1 team ork on the header while another team on side bar or main content area?

A

With style + code guidelines established using content blocks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Why is content blocks so important in responsive web design?

A

Information can be reorganized, moved around or repeated to fit around content.

Once you see as modules, they become interchangable.

Website = BLOCKS PUT TOGETHER

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Can we define 4 interactive elements + progressive enhancements of the website?

A

The interactive elements are 4 layers on top of one another:

  1. Interactive layer (Javascript)
  2. Style layer (CSS)
  3. Element Layer (images, frame)
  4. Markup layer (foundation)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Can you name 2 schools of thought on web design?

A
  1. Graceful degradation: older browsers display reduced-quality but still work, may bugs / functionality
  2. Progressive Enhancement: All browsers display full-featured baseline experience
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly