Baseline for your design
So you have your website design finalized. Now what?
Whether you are designing or redesigning a website, it’s a good practice to dissolve what you think may have worked for all of your previous sites and ask those underlying questions again while holding a pen and a paper. It gives you an excuse to incrementally improve how you utilize your markups for function and design.
First order of questions:
- What are you trying to accomplish?
- What are the requirements?
- What does it need to do?
- How can you accomplish it?
- What’s the best approach?
Second order of questions:
- Does it need to scale with content?
- How does it scale? Vertically, horizontally or both?
- Will the component be used in multiple instances throughout the site?
- How much style control does it require?
- What are the common denominators?
- Which set of markup tags is best for that component? (e.g. DL-DT-DD vs. UL-LI, TABLE or DIV.. etc.)
- What CSS name conventions should you use to allow portability as well as specificity?
CSS Tip:

There are no comments for this entry.
[Add Comment]