Ajax Wireframing Approaches
By Kevin Hale2007-11-23
Keyframing
Zeldman referred to this as the “Chuck Jones” approach. Basically, you’ll create an XHTML wireframe page for every possible state your application or feature will be in. For example, if we were to design a login form, we’d design a page for when you first come to it and a version for when there’s errors. It’s the easiest approach to understand and comes at the price of being the most tedious. The files created in this approach are great for making storyboards and integrating into page-flow diagrams, but a bit of a hassle during the rapid prototyping step because you have to manage multiple files at once.
Tutorial Pages:
» Introduction
» Keyframing
» Stacking
» Turn On Possibilities (TOP)
» Using Useful Class Names
» CSS Boolean
