Episode One: Prepare your content and interface copy
This is the first part of the series, “Environmental friendly CSS”
We want to keep this simple. The example scenery is a fictitious blog with jokes and funny videos. Furthermore, the build part of the series will be based on the WordPress theme template, so you’d feel more comfortable following the code.
Setup the context
In this series, we are about to design and style the tag cloud for a sidebar.
You’ve already seen those. If not, see the live example (bottom right).
Additionally, we are going to reuse some common HTML snippets to add a little spice to interface design. More on that in the next episodes.
The Content
For the main content area, let’s use a random internet joke and a random video from Youtube. We’ll also use some common blog navigation items and a search box.
For the tag cloud we have types of jokes: Political jokes, Professional humor, Mathematical jokes, Ethnic jokes, British tell jokes, Self-deprecating humor, Blonde jokes, Redneck jokes etc.
User experience requirements
Visitors of such a site would want to have a good laugh. The interface is supposed to support that, so we should invent some less formal labels and meta-titles to facilitate overall experience.
Instead of “tag cloud”
we’re going with “OMG, look at the storm!”
.
Non-graphic User Agent requirements
The web site should be accessible via mobile phones, so visitors can enjoy jokes while commuting or attending a boring meeting.
Regarding the later, the site should be easy to use with just one hand under the conference table — while you are pretending that you are participating in a meeting. Make it dead simple: linear with appropriate skip-to links.
The sentence “OMG, look at the storm”
that we are using in full blown desktop browser is inadequate here. If we remove graphics, it’s silly to call a visitor to look at something that isn’t there. So we are going to name it something more clear and inline with the device. Read on.
Search engines requirements
Proper wording (keywords, phrases and labels) facilitate searching and getting the right search results. Users probably wouldn’t enter “joke tags”
into Google search box, but they might search for “joke categories”
, “joke types”
or “popular joke types”
.
Obviously, what is technically correct isn’t necessary user-friendly. Try to think about the phrases a random seeker would use to get to the content you are offering.
Said the above, let’s settle down with “Most popular joke types and categories”
.
Summary
It’s always nice to create a short document which will outline your research in a form of Interface brief for the designer and/or front-end developer.
Don’t make it too fancy, stay focused, give a little background and then describe elements. See sample Interface brief (17KB PDF).
In the next episode, we are going to deliver interface design mockup, based on the requirements outlined in this article.
Any Comments? Too basic, too advanced? Fire at will!