Home [Design]
Writing
Contact

What site owners should know

Before you start ensure you have a clear idea of your goals:

What do you want your website to do for you?
Will it be 100% of your business - such as selling products solely online. Or at the other end of the scale, do you already have a business and you want a website to compliment your existing marketing efforts? Or somewhere between?

Where are you customers?
Local, regional, nationwide, international, worldwide - it is essential to know this and be realistic, as this will influence the choice of top level domain (TLD).
Will it be a .com/ .co.uk/ .fr/ .de/ .ch/ etc? This will make a big difference to which search engines your site will appear in. As will where your site is hosted. For example don't expect a .com hosted in London to feature well in Google.ch. As a rule you should host your website as close to your market as possible.

As explained under search engine optimisation, search engines use many different factors to produce their results when people search, and the domain name will have some influence here (but a not much). Thus if you search in google.com for 'website design' you will see that about half of the top 25 results have either 'design' or 'website' in their domain name.

You should also consider keywords and key phrases (again see SEO) right from the outset. For example your slogan/tag line will be picked up by search engines. Does it convey the right message?

"Where the Customer is King" is all very nice, but what are you selling? That strap line could be used for any business with customers. It may make customers feel more confident, but it tells search engines nothing.

On the other hand "Maternity Wear to get Pregnant for" (a slogan I devised for www.hotmama.ch) tells both customers and search engines what you the website is selling. It also includes some important keywords ('maternity', 'maternity wear' and 'pregnant'). I should say that I did not recommend their domain name.

Simple Technicalities

As a site owner you will be more concerned about your business, than the technicalities of your website, but there are some constraints that your web designer will be working with that it is helpful for you to understand.

DIMENSIONS OF YOUR SITE

The width of your website is influenced by the resolution of screen visitors use to view your website, and screen sizes that visitors to your site vary greatly. Unless some thought is given to this, your website might either be lost on a 24" / 60cm wide monitor or only partly visible on a lap top. Here are the monitor resolutions currently in use:
width x height in pixels
1024 x 768 45%
1280 x 1024 31%
800 x 600 7%
1152 x 864 3%
Rest including mobile, 640 x 480 and 'unknown'.
(Source www.thecounter.com taken from over 50 million visits during 2008)

The above figures are maximums, and many users will not have their browser set to full screen or may be using a favorites bar or other browser add-on that reduces the screen width.

You can see that a fluid format that adapts to all sizes would be ideal. However, although many sites use this format, including google.com and amazon.com, from a design point of view a site that expands and collapses and expands brings its own problems.

Thus many designers and site owners prefer to have control over where the images appear on their sites for example and fixed-width sites are used more often than not. And most sites today are being made to 1024width (like this one).


COLOURS

There are two aspects here:

1) Web-safe colors v. special/ unlimited colours. As with the use of ever larger screens, so the need to limit designs to 256 colours is now passed. 86% of monitors are using at least 32bit colors (source www.thecounter.com 2008)

2) Far more important is how those colours appear. If you have ever seen computer monitors or TVs on display in a store, you will have noticed how different each screen is.

Add to the different manufacturers brightness, contrast, hue, saturation and gamma settings and even 'digital vibrance' will ensure that it is virtually impossible for two screens to render colours exactly the same. Thus if you have company colours or product colours that you are used to checking for print with a colour swatch, you will be disappointed with how the web handles your colours.

Even if you get colours right on your screen, you can guarantee that the will be different on every other screen you look at. So you'll have to be a little relaxed about colours rendered on the web.


IMAGES

Images for use on the internet need to be 'light weight'. Small files sizes allow a page to download more rapidly and all images should be optimized for web use. This means not using bitmap (.bmp) format image, but rather .jpg for pictures with tones and shades, .gif format for solids and perhaps .png formats for both.

Important for site owners is the fact that computer screens run on low resolutions compared to print. For web use 72 pixels per inch (ppi) is fine. When printed, the pixels (dots) will be visible and appear of poor quality. Likewise, using print-quality images on the web brings no improvement to the images' quality on screen, but it does dramatically increase the download time of the images.

Thus site owners should be aware that print and screen images are not usually interchangeable, but different quality and format types will be need for each medium.


FONTS

Websites (or their stylesheets) define what fonts appear on websites. However, the fonts themselves are selected from the visitors' computers. Thus if a font is specified that the visitor does not have on their computer another, possibly inappropriate font with be used.

There are in fact very few web-safe fonts (and they are not always the nicest):
For Windows:
Arial
Comic Sans
Courier New
Georgia
Impact
Tahoma
Times New Roman
Trebuchet MS
Verdana

For Mac there are equivalents.
See a fuller font explanation here. [Opens in new window/tab]

Thus when a company has for example, 'Antique Olive' or 'Futura Light' as a house font in use for all printed material, this will a problem online.


ACCESSIBILTY

Websites should be accessible to users with disabilities and older users. Below is short summary, fuller details at w3.org.

Perceivable
Provide text alternatives for non-text content.
Provide captions and alternatives for audio and video content.
Make content adaptable; and make it available to assistive technologies.
Use sufficientcontrast to make things easy to see and hear.

Operable
Make all functionality keyboard accessible.
Give users enough time to read and use content.
Do not use content that causes seizures.
Help users navigate and find content.

Understandable
Make text readable and understandable.
Make content appear and operate in predictable ways.
Help users avoid and correct mistakes.
Robust


VALID CODE/ MARK UP

Websites are written in code (like HTML or PHP) this is not a programming language, hence it is called 'code' or 'mark up'. When a browser downloads a page, the browser interprets and parses the code to form a webpage from the list of instructions it receives.

There are standards for these instructions, but few websites keep to them. Only about 4% of all websites actually pass the validation test.

A valid site is:
  • making life easy for browsers to correctly interpret the site as the designer and site owner intended
  • making indexing of websites by search engine spiders easier
  • showing that the site builder takes pride in their work and knows what they are doing

Valid XHTML 1.0 Transitional


BROWSERS

There are a number of web browsers (the software that people use to view the web) that each interpret and render code for website pages slightly differently. In November 2009 their market share is:
Microsoft Internet Explorer 63.3%
Firefox 25.1%
Safari 4.4%
Chrome 3.9%
Opera 2.3%
Others 1%
Source - http://marketshare.hitslink.com/

So web designers will have a version of each of popular browsers running on their systems to check your site appears correctly in all browsers.