Category Archive
The following is a list of all entries from the Assessments category.
Assessment 2006 S1 – Site Design & Site Implementation
Please remember to email me as instructed in the assessment outline.This will be the only way to obtain the files required, as I will use the email to verify everyone has got the required files.Note – if you obtain them any other way then I’ll be asking why you did not follow some simple instructions.
CSS Tutorials
After being asked about how do floats work, I found a series of very good tutorials on floats and other concepts that are very important in CSS. You are recommended, no let me make that required to read if you are having problems.
I suggest you look at them in the order I have given them, so that the content builds up and you become familiar with the techniques involved.
Selectutorial at maxdesign shows the various ways to use selectors in CSS.
Listutorial investigates the use of CSS and lists.
Floatutorial is simple superb and shows you basics through to more advanced concepts.
Building a page template in CSS shows the steps in creating a web page template from the starting mock up to the finished product. Especially useful for the “personas plus” development you are undertaking.
From tables to full CSS shows a method of converting a tables based site layout to use CSS.
Basic web standards workshop shows you the basics of web standards and their use. There are seven parts to the workshop, covering content that includes: Web Standards, What are Web Standards about, and the ideal page structure. (X)HTML and the XHTML dilemma. Semantic markup. Accessibility and why we should bother with it. An introduction to CSS, including why use CSS to separate content from presentation, grouping selectors, shorthand rules, selectors, inheritance and the cascade. Floats and their use including basic float rules, is width required on floats, and floating multiple images to right edge. CSS issues and bugs including margin collapse, trapping margins and IE and the box model to name but a few
Liquid layouts, the joy, pain and tears looks at some of the troubles and pitfalls associated with creating a liquid layout in CSS.
Page source order and accessibility is a presentation that covers one of the most fundamentally important aspects of accessible semantic web design.
CSS Image text wrap shows one way of achieving uneven image wrapping.
Read and use the information here to assist you in your work on the Personas Plus page you are developing.
Aside: a comprehensive HTML tutorial is also found at tizag.com where also you can find a CSS tutorial as well. Note that the HTML tutorial is really aimed at HTML 4 and not XHTML which is what you are required to use for this course.
Navigating a site
When using web sites we encounter a large number of types of navigation methods. These include:
• Lists
• Breadcrumbs
• Tabs
• Drop downs
• Multi level tabs (usually horizontal tabs with a submenu)
• Hierarchical, and
• Pagination
This is not all the list as Ben Hunt shows on his pages about navigation models.
Problem: Identify two examples for each type of navigation and explain (in one or two sentences) why you believe they are that type of navigation model.
For example:
Could be a tabbed menu, or a horizontal top bar. This is because the menu contains a list of items across the page. The items are highlighted when the mouse rolls over. The current “area” is highlighted by an underline.
is most probably a list of contents. This is because there is a list of items that may be accessed by clicking on the links. Visited and active links are also highlighted.
Both these navigation types were displayed on the site “465 Berea Street” [visited: 07/03/2006]
What sites have you found and what navigation types?
What do we know about… General web concepts?
How would you display a copyright symbol on a web page? What returns the data back to a browser when a web page request is made?
What do we know about… XHTML?
There are two types of tag in xhtml and html, what are they?There are three document types in xhtml…. In XHTML and HTML name three SEMANTICS related tags.
What do we know about… Design?
How does the CSS system help us break the conventional “box model” for HTML design?… Why should you take stock of the content and not the graphics of a web page?
Colour links
In class today we looked at resources for colour harmony…. Problem – What sites do we have on colour theory?
What do we know about… CSS?
What is the order of precedence (highest to lowest), when using all three types of Cascading Style Sheets (CSS) styles in a document?… Write the CSS rule that sets the margins on the body of a web page to zero.
What do we know about… Javascript?
What is another name for a collection of JavaScript statements that are executed only when called?… What events are attributes of a <body> tag and available for 4.0 or higher version browsers?
What do we know about… Information Architecture?
What does IA refer to? What is an affinity diagram?

