HTML
How to automatically include your header, navigation, and footer on every page
by Greg Sanderson, 8 March 2009 - 5:28pm
Have you ever wondered how large websites handle those repetitve elements that appear on every page? The navigation menu, header, and footer usually stay the same on every page of a website. But what happens when you want to change something? Do you have to edit every page and change it separately?
PHP offers a wonderful method to resolve this with the
include() statement.
Choosing the right doctype for your site
by Megan McDermott, 8 March 2008 - 5:11pm
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
by Megan McDermott, 9 December 2007 - 3:16pm
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?
by Liam McDermott, 27 October 2007 - 6:32pm
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
by Megan McDermott, 15 September 2007 - 2:20am
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
by Liam McDermott, 12 May 2007 - 6:10am
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
by Liam McDermott, 4 May 2007 - 6:09pm
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
by Megan McDermott, 25 April 2007 - 7:39pm
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
by Megan McDermott, 15 April 2007 - 4:34pm
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?
by Liam McDermott, 14 April 2007 - 3:18am
‘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.

