Using card sorting is a way in which users can become actively involved in the development process of information architecture.
Card sorting is a useful approach since websites are frequently designed from the perspective of the designer rather than the information user, leading to labels, subject groupings and categories that are not intuitive to the user. Card sorting or web classification should categorise web objects (e.g. documents) in order to facilitate information task completion or information goals to the user has set,.
Robertson (2003) explains an approach to card sorting which identifies the following questions when using the techniques to aid the process of modelling web classification systems:
Selected groups of users or representatives will be given index cards with the following written on them depending on the aim of the card sorting process:
The user groups may then be asked to:
At the end of the session the analyst must take the cards away and map the results into a spreadsheet to find out the most popular terms, descriptions and relationships. If two or more different groups are used, the results should be compared and reasons for differences should be analysed.
Blueprints show the relationships between pages and other content components, and can be used to portray organisation, navigation and labelling systems (Rosenfeld and Morville, 2002).
They are often through of, and referred to, as “sitemaps” or “site structure diagrams” and have much in common with these, except that tey are used as design device clearly showing grouping of information and linkages between pages, rather than a page on the website to assist navigation.
A related technique to blueprints is the wireframes which are used by web designers to indicate the eventual layout of a web page. It just consists of an outline of the page with the ‘wires’ of content separating different areas of content or navigation shown by white space.
Wodtke (2002) defines wireframe as “a basic outline of an individual page, drawn to indicate the elements of a page, their relationships and their relative importance”.
A wireframe will be created for all types of similar page groups, identified at the blueprint site map) stage of creating the information architecture.
Wireframes are then transformed into physical site design page templates which are now traditionally created using standardised CSS (cascading style sheets) which enable a standard look and feel to be enforced across different sections of the site.
The standards body W3C (w3.org) defines CSS as “a simple mechanism for adding style (e.g. fonts, colors, spacing) to web documents”.
CSS enable different style elements to be controlled across an entire site section of site. Style elements that are commonly controlled include:
For example, CSS will use this syntax to enforce the standard appearance of body copy on a site
Body {
margin:0;
padding:0;
color:#666666;
background-color:#f3f3f3;
font-family: Arial, ‘Trebuchet MS’, Verdana;
font-size: 70%;
background-repeat:repeat-x;
background-position:top;
}
Chaffey, D. and Ellis-Chadwick, F., 2012. Digital marketing: strategy, implementation and practice (Vol. 5). Harlow: Pearson.