Overview + review Flashcards
Draw out a sketch of a standard desktop website. Medium i-pad and small I-phone.
Where do you and your containers for iPhone, iPad or desktop?
Inside the BODY you can start ARTICLE and list it as DIV CLASS = PROMO
What should the order of your containers be?
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
What goes inside an ARTICLE tag inside?
- New in HTML5, not supported in IE8 earlier
- Can access by getElementById():
- The tag specifies independent, self-contained content
- Article should make sense on it’s own and should be possible to distribute independently from site
- Potential sources: forum post, blog post, news story and comment
Why do we use CONTENT BLOCKS in responsive web design?
When you focus on one block at a time, you can style content appropriately one block at a time.
How can 1 team ork on the header while another team on side bar or main content area?
With style + code guidelines established using content blocks
Why is content blocks so important in responsive web design?
Information can be reorganized, moved around or repeated to fit around content.
Once you see as modules, they become interchangable.
Website = BLOCKS PUT TOGETHER
Can we define 4 interactive elements + progressive enhancements of the website?
The interactive elements are 4 layers on top of one another:
- Interactive layer (Javascript)
- Style layer (CSS)
- Element Layer (images, frame)
- Markup layer (foundation)
Can you name 2 schools of thought on web design?
- Graceful degradation: older browsers display reduced-quality but still work, may bugs / functionality
- Progressive Enhancement: All browsers display full-featured baseline experience