standards and guides in web design

14

Upload: shaundickie

Post on 14-Jul-2015

351 views

Category:

Technology


3 download

TRANSCRIPT

Page 1: Standards and guides in web design
Page 2: Standards and guides in web design

Screen Size

Current minimum is 1024x768px

This makes the ‘viewable’ area 950x650px (after

toolbars, sometimes this can be 1000x650px – but

better to be under)

Page 3: Standards and guides in web design

Viewable area

950x650px

Page 4: Standards and guides in web design

The ‘fold’

Anything which appears below 650px is considered

‘below the fold’

In design you should consider what information

needs to be above and below the fold.

Page 5: Standards and guides in web design
Page 6: Standards and guides in web design

Coding

HTML and CSS are the most commonly used and

supported coding of web pages.

JavaScript, php, asp, etc are scripting languages

which add functionality to HTML.

Page 7: Standards and guides in web design

CSS styling

Online we use CSS (cascading style sheet) to ‘style’ a webpage

Without the styling then a page would be simple made up of: Headings, text, lists and tables.

CSS is powerful as it allows you to quickly and easily change the look of a website.

csszengarden.comis a good example of what can be done by CSS

Page 8: Standards and guides in web design

Color

All colors can be used online. Previously due to older

monitors websites need to only use ‘web safe’

colors, that is now no longer the case.

Page 9: Standards and guides in web design

Fonts

There are a list of web safe fonts which can be used

online

Arial, Courier New, Georgia, Time New

Roman, Verdana, Trebuchet MS

Page 10: Standards and guides in web design
Page 11: Standards and guides in web design

PC

MAC

Page 12: Standards and guides in web design

Font styling

Fonts can be styled

Font weight: bold and normal.

Font size: Either points, pixels or ems (relative to

browser default)

Paragraph line height

Letter spacing (to put letters closer together)

Page 13: Standards and guides in web design

Styled fonts

Page 14: Standards and guides in web design

Summary

Consider how the page is being built when

designing.

Consider the different screen sizes.

Consider different computers.