Designing Article Pages

Post on 07-Jul-2015

261 Views

Category:

Design

2 Downloads

Preview:

Click to see full reader

DESCRIPTION

College Web Design Camp 2009: Session 4

Transcript

18 June 2009College Web Design Camp 2009: Session 4

Designing Article PagesJake Pauljakepaul.com

OverviewGoals of Article PagesWhat design concepts will be useful? What do you want an article page to do?

Design ImplementationHow do we make this happen on the web? What CSS rules should we use?

Other ConsiderationsHow should we optimize for search, handle comments, and facilitate printing?

HierarchyAn arrangement or classification of things according to relative importance.

Good hierarchy

Bad hierarchy

WhitespaceThe space between elements in a composition. Also called “negative space,” but not because it’s bad.

Macro/micro whitespace

http://www.alistapart.com/articles/whitespace/

Passive whitespace

http://www.alistapart.com/articles/whitespace/

Active whitespace

http://www.alistapart.com/articles/whitespace/

Design is not mathNumbers will only get you so far. What looks good is a subjective judgement, and in design you have to trust yourself to make it.

But some constraints are good

Creative briefThe real purpose of article pages is reading. So make them easy to read.

The most significant changes you can make involve minimizing distractions.

Too many distractions

Minimizing distractionsPut everything that’s not the primary text up top or at the very end

The middle of the page should be exclusively article text

Avoid paginating articles

Enough distractions

Default stylesExact numbers will be unique to each design, but strong default styles help

Put margins on header and paragraph elements, not on divs

Adding passive whitespace

Adding active whitespace

Adding hierarchy

Minimize distractionsPut related media at the top of the page with the headline and photo

Put related reading links and everything else at the bottom of the page

But, if you have multiple photos, spread them out throughout the article

Other considerationsArticle pages show up in searches a lot because they have fairly static content

Search optimizingUse dynamic metadata

Search optimizingDisplay the article title in the page title

Search optimizingDirect readers who arrive on your site via search with a brief note in the footer

CommentsPlace comments below whatever related article links

It might be useful to paginate comments to avoid having really long pages (nytimes.com)

PrintingDon’t put a print link on your article page

Thanks for listening

top related