CD202 Interface, Representation & Sequence User theory in website design

21
CD202 Interface, Representation & Sequence User theory in website design Course created by Sarah Phillips [email protected] BBCD Melbourne BAPDCOM Version 1 – February 2013. http://bbcdcomdes.weebly.com/

description

CD202 Interface, Representation & Sequence User theory in website design. Course created by Sarah Phillips sphillips@ lecturers.billyblue.edu.au BBCD Melbourne BAPDCOM Version 1 – February 2013. http :// bbcdcomdes.weebly.com /. Accessibility. - PowerPoint PPT Presentation

Transcript of CD202 Interface, Representation & Sequence User theory in website design

Page 1: CD202 Interface, Representation & Sequence User theory in website design

CD202 Interface, Representation & Sequence

User theory in website design

Course created by Sarah [email protected]

BBCD Melbourne BAPDCOM Version 1 – February 2013.http://bbcdcomdes.weebly.com/

Page 2: CD202 Interface, Representation & Sequence User theory in website design

Accessibility

Web accessibility means that people with disabilities can use the Web.

A lot of people will access your site with devices you won’t have designed for – you need to ensure that they will be able to access your content too

Page 3: CD202 Interface, Representation & Sequence User theory in website design

Accessibility

One of the most common devices that you will not have thought of is a screen reader, which helps blind people or anyone that has trouble seeing or reading.

You need to provide alternatives to some of your content to allow for these devices. For example, all images must have an ALT tag which describes what is in the picture

Page 4: CD202 Interface, Representation & Sequence User theory in website design

Accessibility

<img src=”cat.jpg" alt=”Fluffy white cat wearing a top hat and red bow tie” />Image source

Page 5: CD202 Interface, Representation & Sequence User theory in website design

Accessibility

Here’s a couple of other things to keep your eye on Font colour contrasts with background

colour Video & sound files have a transcript and

subtitles. Keep your navigation consistent Font can be resized

Page 7: CD202 Interface, Representation & Sequence User theory in website design

Working with grids

Page 8: CD202 Interface, Representation & Sequence User theory in website design

960 Grid system

Modern monitors support at least 1024 × 768 pixel resolution.

960 is divisible by 2, 3, 4, 5, 6, 8, 10, 12, 15, 16, 20, 24, 30, 32, 40, 48, 60, 64, 80, 96, 120, 160, 192, 240, 320 and 480. This makes it a highly flexible base number to work with.

Page 9: CD202 Interface, Representation & Sequence User theory in website design

Working with grids

960 grid system Total width 960px 12 columns @ 60px each Each column has 10px left & right

margin which forms 20px of gutter space Total content area is 940px

Page 10: CD202 Interface, Representation & Sequence User theory in website design

http://960.gs/

Page 11: CD202 Interface, Representation & Sequence User theory in website design

Adaptive & Responsive design

Page 12: CD202 Interface, Representation & Sequence User theory in website design

Adaptive vs Responsive design Responsive design changes to fit any

browser size on the fly Adaptive design detects what size

browser you’re looking at the site on and serves one of a defined set of layouts

Page 13: CD202 Interface, Representation & Sequence User theory in website design

Adaptive design

Nubby Twiglet http://www.nubbytwiglet.com

Page 14: CD202 Interface, Representation & Sequence User theory in website design

Responsive design

Earth Hour http://earthhour.fr/

Page 15: CD202 Interface, Representation & Sequence User theory in website design

Responsive & adaptive design It’s all about keeping it fluid.

Consider adjusting the layout or even removing some content for smaller screens

Page 16: CD202 Interface, Representation & Sequence User theory in website design

Screen shot from http://css-tricks.com/ Accessed 4/2/13

Page 17: CD202 Interface, Representation & Sequence User theory in website design

Screen shot from http://css-tricks.com/ Accessed 4/2/13

Page 21: CD202 Interface, Representation & Sequence User theory in website design

Supplementary Links

Flexible web design http://www.flexiblewebbook.com/

bonus.html Standards for web accessibility

http://www.w3.org/standards/webdesign/accessibility