You are currently using a web browser that does not support HTML 5. Please try the XHTML 1 or XHTML 1 Mobile version of this page instead.
Here are some considerations for choosing a company for designing a web site:
The site designer you choose should be using some of the latest web publishing standards. For some reason, however, quite a few web developers are still stuck designing with the 1997 HTML 4.x standard. In Internet time, this is ancient, so you'll want to watch out for this.
To determine which version of HTML that a designer uses:
Look at the <html ...> tag.
If the <HTML> tag, or any other
tags are in upper case, or it has no attributes, then
the site was developed with the 1997
HTML
4.x standard.
That might be good enough if the users you are targeting were still
using Internet Explorer version 4, but this is highly unlikely.
If the page was developed for more recent
HTML
standards,
the <html ...> tag should be in
lower case and have some xmlns attributes.
One of the attributes should be a default namespace declaration
(an xmlns attribute that does not declare a prefix),
which looks like one of these:
xmlns="http://www.w3.org/1999/xhtml"
The 4-digit year in the namespace declaration
does not indicate the level of
HTML
standard,
just the year that the namespace for the initial
release of that version of
HTML
was assigned.
xmlns="http://www.w3.org/2002/06/xhtml2"
To determine if a web site performs as expected under normal user interaction would take extensive testing and depends on the functions of the web site itself. However, there is a straightforward test, using the login and logout functions, on most interactive sites, that can be used to determine if those functions will work properly under more normal circumstances:
Last updated Saturday December 9, 2006
Printer-friendly PDF* format:
You are currently viewing this page in HTML 5 Style Sheet* format (* see Clicklets for more infomation). This document is also available in HTML 5 XML*HTML 5 non-XML*XHTML 1 Style Sheet*XHTML 1*XML* HTML 4* XHTML 2* XHTML Mobile* WML Mobile* and printer-friendly PDF* formats. This is accomplished with Single Source Publishing, a content management system that uses templates in XSLT style sheets provided by XML Styles .com to transform the source content for various content delivery channels. There is also RDF* metadata that describes the content of this document.