Thursday, October 1st, 2009 (updated 4 Oct ’09)

Adam Khan | Brighton, England

Architecture

Username

Password

Forgot your password?

Register

Elsewhere...

Another excellent piece by Andy Rutledge, an admonition/checklist for being a professional designer/developer.

Both the BBC and Fox news web sites have recently been redesigned, with the BBC losing its looks and Fox getting neat and serious.

jQuery diagramming with jsPlumb — cool.

Another wonderful blog post by Walter Russell Mead, this time hoping that the blogosphere find a not-so-distant mirror in 18th-century London.

Google argues that its mobile YouTube site is better than its YouTube iPhone app.

Jakob Nielsen tests reading usability on the iPad and Kindle and reports that they’re almost as good as reading on paper. People didn’t like reading on PCs — it reminded them of work.

Falling out of love with the iPad. None of this surprises me.

Wow, icons made entirely in CSS3 (currently Safari, Chrome only).

Short film created entirely on the iPhone 4.

A day in the early life of an iPhone 4.

I

n our experience there are three elements that together form the architecture of a web site or system: the data structure, the site organization and the screen wireframes. The first of these is the back-end, the latter two are the front, often referred to as the information design.

The essence of developing the data structure is mapping a client’s vision and requirements to a relational database, complete with all fields. Unless you’ve already done and documented it, this is invariably done through extensive conversations.

Often discussed simultaneously with the data structure is the user side of things. The site organization is comprised of the navigation structure, often expressed in menus, and of the process flow, such as the results upon completing forms. And as the user-centric discussion shifts back and forth from the site as a whole to each individual screen, the result is a collection of screen wireframes.

An excellent primer on the topic of information architecture is Jesse James Garrett’s The Elements of User Experience: User-Centered Design for the Web. Two of the steps mentioned above, site organization and screen wireframes, together form the 2nd and 3rd levels on JJG’s Elements of User Experience diagram.

The entire process, with dependencies

Process