Monday, January 26, 2015

Week 1- Responsive Web Design Reading

The first reading for this semester is called Responsive Web Design by Ethan Marcotte.

Intro & Chapter 1:
Canvas: Graphic and web designers don't have any physical medium, but instead our canvas is the web browser. How our designs are rendered depends on the user's settings on their individual browser (font settings, color of displays, shape and size of browser window), which gives us constraints and parameters to work from which can now be easily broken thanks to responsive design.

- Designing for different devices was not very good at first, since the word "mobile" was added to a link, and would be loaded as a mobile link if opened as such on a desktop computer.

Responsive Architecture:

- A fairly new design discipline. A piece of architecture that works mutually with its inhabitants to inform and influence each other.

Responsive Web Design:
- embrace flexibility inherent to the web without surrendering the control we require as designers. Embed standards-based technologies in our work.

-adapts to the constraints of the browser window or device that renders it, and responds to the user's needs
Ingredients:
1. Flexible, grid based layout
2. Flexible images and media
3. Media queries (module from CSS 3 specification)

No comments:

Post a Comment