CSS Notes Part 2
CSS Notes Part 2
The process
Determine the requirements of the site
Group the required information
Make a site map
Identify key elements for each page
Decide about the arrangement of information on each page
Translate the design into code
Determining requirements
Understanding the audience
Who? Who will visit the site?
o You can create fictional visitors
o Men and women of 20 to 50 years of age
Why? Why have they come to your site?
o Send messages
o View received messages
What? What does a visitor need to achieve a goal?
o Will they be familiar with your product?
How often? How often can you realistically expect them to visit?
o In-order to make changes
Things You Want the Site to Do
Determining the requirement of the owner of the site which are not
already listed
o User must register themselves in-order to send and receive
messages
Home page
User page
Inbox
Outbox
Send a message
Liquid vs Fixed
Liquid Design
o designs automatically fits to the screen
o Use percentage values to declare height and width of
sections
Fixed design
o Designs remain fixed width
o Use fixed values to declare height and width of sections