Entries from August 2009

Beginner’s Guide to Top 10 HTML Tags

August 3rd, 2009 · No Comments

Here is a quick run down we put together for those beginning their journey into HTML to quickly outline 10 of the most common tags and some info about them.

1. html

This is the key tag in html it wraps up all the other tags to create an HTML document. HTML actually stands for HyperText Markup Langauge. Tim Berners-Lee as part of his development of the world wide web is widely credited with inventing it (http://www.w3.org/People/Raggett/book4/ch02.html). Even XHTML uses the HTML tag!

2. head

This tag defines the section of code where all meta tags go and where any other files required for

Visual design is not a beauty contest

August 3rd, 2009 · No Comments

While most designers aren’t literally asked to “make things look pretty” the general perception is that visual design is a finishing touch.

Most websites are highly functional, even those that are purely visual, there will always be functional element beyond that of a book, magazine or brochure. While turning pages is familiar to everyone, navigating a website is not always so straightforward.

Web content accessibility – WCAG2.0, Section 508, DDA and BS 8878

August 3rd, 2009 · No Comments

In December 2008, the World Wide Web Consortium (W3C) published version 2.0 of their Web Content Accessibility Guidelines (WCAG), the first major revision since 1999. These guidelines define how to produce Web content that is accessible to people with disabilities, including visual, auditory and physical, as-well as people with changing abilities due to ageing.

Version 2.0 of the W3C WCAG document is not too dissimilar from previous versions, but is far more comprehensive and includes more detail and explanation of how to tackle potential accessibility issues.