HTML
Choosing your web building software
by Megan McDermott, 23 July 2010 - 9:29am
To build a website you need several types of software: a code editor, an FTP client, a graphics editor, and a selection of web browsers are the basics. This article will describe these tools and suggest popular software to try. In most cases, there are many alternatives available. It's a good idea to try several of them and see what works best for you.
How to create a Drupal 6 theme from scratch
by Megan McDermott, 16 March 2010 - 4:38pm
Drupal theming can seem complicated and overwhelming. Even basic starter themes are filled with confusing PHP and convoluted CSS. What's a designer to do? Never fear, there is a simple way to create your own theme from scratch. This article will demonstrate a step-by-step process for creating your own Drupal theme, including a .info file, page template, regions, and CSS.
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.

