|
Helping ordinary people create extraordinary websites! |
Ajax Wireframing ApproachesBy Kevin Hale2007-11-23
Stacking If handling multiple files doesn’t appeal to you, you might want to try stacking. The principle is simple, just duplicate the markup variations and stack them on top of each other like so:
This approach is great because it’s easy to understand and convenient to have all the markup variations on one page. When we turn this into a prototype, we’ll just hide and show the appropriate stack at the right times with CSS and JavaScript. When you hand this version off to your developer, the markup for these stacks, however, will probably move into an XSL template, the JavaScript, or a page called upon by Ajax. The problem with this kind of wireframe is that it probably can’t be left like this. If you do not turn this into a a prototype where JavaScript helps control the display, they’re not really useful on elements that are absolutely positioned or contain a specific height. Tutorial Pages: » Introduction » Keyframing » Stacking » Turn On Possibilities (TOP) » Using Useful Class Names » CSS Boolean |
|