justuptime.com - monitor your servers & websites

HTML

Choosing the right doctype for your site

Which Doctype should I use? This is one of the first questions people ask when they start using web standards. There are four main doctypes in use today. This artcile will firstly define what a doctype is and how it works, and then go on to explain the four types and help you to decide which one to use.

Web Standards > Validation

Many programmers seem to think that complying with web standards means passing the validator. Validation is an important part of standards compliance but it is not the whole story.

What is a Div?

Web designers use it nearly every day, but not many actually know what the div tag means and where it should be used. This article aims to de-mystify the div tag, explain when and where it should be used and compare it with the similar span tag.

Divitis: What it is and How to Avoid it

When they start designing with CSS instead of tables, many web designers fall into the same trap. Instead of putting tables around everything on a page, they use divs instead. The underlying design practices remain largely unchanged.

Using Web Standards to Reduce Cost

The advantages of Web standards have been listed in this series of articles. These advantages can also reduce the cost of a project, which is what this article aims to show.

Using Web Standards for Quality Assurance

Quality assurance is exactly that. Ensuring a Web project is of a quality high enough to work on all modern browsers, now and in the future.

This article outlines how Web standards can be used to provide quality assurance and how this benefits a customer.

Creating a semantic FAQ page with definition lists and advanced CSS, Part 2

In Part 1 of this series, we created a semantic FAQ page using definition lists and made it look pretty with CSS. Now it's time to work on some more functionality.

Creating a semantic FAQ page with definition lists and advanced CSS, Part 1

Most websites have FAQ pages, but few put much effort into creating an attractive and usable interface. This article will explain one method of creating a nice FAQ page

What’s the Difference Between Usability and Accessibility?

‘Usability’ and ‘Accessibility’ are terms often misused and confused. This article aims to explain the differences between the two terms, their meanings and where they overlap.

Future Proofing Using Standards

When creating sites it is important to realise the code might not be changed for years. This article shows how Web standards can be used to ensure a Web site still looks good, and functions well, years after it's creation.