- CSS (28)
- Design (16)
- Drupal (12)
- Graphics (3)
- HTML (22)
- Marketing (0)
- Programming (9)
- SEO (3)
- Server management (3)
HTML
HTML development
Drupal theming next steps: Overriding HTML output
by Megan McDermott, 29 August 2012 - 3:00pm
Soon after you've started out with Drupal theming, you'll probably find that you need to change some of the HTML code it generates. But how do you do that? This article will break down the process of overriding Drupal's HTML code (or "Overriding themable output"), using template files and theme functions.
Divitis: What it is and how to avoid it (Updated!)
by Megan McDermott, 8 June 2011 - 2:38pm
When developing your website in HTML, you might be tempted to use the <div> tag to sovle problems. Things not lining up in every browser? Maybe another containing <div> would help. Don't know how to select that particular element? Wrap a <div> around it!
Get more sign-ups from Drupal 7: make ‘Create new account’ eye catching
by Liam McDermott, 16 May 2011 - 3:12pm
According to our analytics software between 60 and 70 percent of visitors going to the new user registration page on the Webmaster Forums do so by clicking the Create new account link in the user login block.
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.
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.