Site icon Accidentally in Code

Responsive Web Design – GGD Sydney, August 2013

responsive design
Credit: Flickr /
infocux Technologies

Daphne Chong talked about a recent project.

Usually been backend, but recently did a new an interesting site for twitter and the elections. First time looking at responsive design, found it really interesting.

Example of the Sydney Morning Herald. As you make the view port smaller, you have to scroll. If you pre tent to be an iPhone, get a completely different version. m version. Simpler, smaller, cut down experience for mobile. One set of content, optimise for two different sites for different devices.

This means two sets of code, two places where it is hosting. Have to keep them both in sync. As a dev, having to do the same thing more than once is irritating. What happens when you introduce a new device type? If you go super widescreen, lots of whitespace either side.

Summary: “Never show a horizontal scroll bar” – always fit content horizontally. Have a single site that does this. Never show the scroll bar, regardless of what screen size. Multiple versions is more complicated and expensive. This way, one site, happy developers.

Case study for #youdecide9. Coverage of the 2013 federal elections. It’s an experimental site with twitter integration, and responsive behaviour is baked in.

Notes from demo

On Design

On Optimising Content

On Implementation and Testing

Testing

Things Learned

Exit mobile version