Cultural sensitivity: I don't know you, you don't know me

Because the web is truly worldwide, people accessing your web site might be from very different cultures.

Also, because you don't know how a user arrived, you don't know what prior experience they may have of your company, products or services.

What we can do


You don't know how the user got here

You can't always be sure what route a user has taken to get to your web page.

What we can do


Connection speed

Users may be connecting to a web site over a slow connection, as low as 0.5KB/second for mobile phone access. It's not only the user's nominal maximum connection speed that affects the real transfer rate. A typical user on a 55.6 modem will get a realistic transfer rate of about 3-4KB/second, but may get significantly less at busy times. An overladen web server may also be a bottleneck. Minimising total page size not only improves usability, but helps speeds up every part of the system.

What we can do


Time delay between client and server

There's always some lag between any web server and browser, no matter what the user's connection speed. Anything more than 1/10 of a second response time is noticeable. The longer the delay before the browser starts to render your web page, the more likely your user is to abandon the attempt. Anything over ten seconds wait appears generous today, so responsiveness can make a vital difference to online success.

What we can do


Variation in Fonts

Different computers and devices use different fonts. Macintoshes have different fonts than PCs. Some of the fonts that you might assume are universal really aren't, e.g. for a long time font xxxx has been installed with MS Office.

e.g. Conclusively the best font for rendering general body text on a Windows PC is Verdana (because it's wide-pitch and sans-serif). Macs don't come with Verdana!

What we can do
Do not create a design that depends on a specific font being installed on the client's computer. Definitely set general body fonts to sans-serif. Best practice style (in my opinion) is:

font-family:verdana,helvetica,arial,sans-serif;

Only use other faces at particular times when quick, mass readability is less of a priority. e.g. It's okay to use a serif face in a large size for headers; and it's okay to use fixed-pitch faces (e.g. Courier) for code snippets. The rest of the time, stick with the general sans, and concentrate your creative energies elsewhere.


Variation in Colours

A minority of older computers can only display 256 different colours. These colours are slightly different on PC and Macintosh platforms, but there are 216 common colours that reproduce well on both. This is the 216-colour web-safe palette. You can be sure that pretty well everyone accessing a site designed using only the web-safe colour palette will see the same thing. There are other ways of browsing web sites

What we can do


Support for HTML/CSS/JavaScript/Flash

Not all browsers can support the latest HTML or CSS. Some people aren't allowed to install the Flash plugin. Very few browsers indeed can't run JavaScript (but the majority of these must be screen readers or low-res browsers on other platforms.

What we can do
These days, you can get away with relying on your target user being able to see use content that runs in Flash or DHTML. I'd add the caveat that you must consider your target market (not just your ideal user, but anyone who *should* be able to get your message), and make sure you're clued up on the percentage of people who might be excluded if you use certain formats.


Accessibility

What we can do

Read it offline

Buy the entire Basics of Web Design section as a PDF e-book:

only £1.50 GBP

Do you love our approach to crafting simple & effective web sites that just work for people?

We'd love to hear about your web strategy. Contact one of our team today!

Search this site
Pro Tips
Learn how to make fantastic web site designs..
Buy "Save the Pixel" now!
On “Save the Pixel”
Clicss templates, great robust useful CSS templates from £40
Share this Article
Send to a friend now&hellip
Follow Ben Hunt on Twitter
Floor 3
111 Buckingham Palace Road
London
SW1W 0WQ
UK
Phone
+44 (0)207 1600 989

Articles + tutorials in Basics of Web Design

Basics Index
List of articles in Basics section
The Simple Shall Inherit the World Wide Web
The case for Simplicity in Web Design - why it makes business sense
Conventions
Explores the value of conventional design solutions, which are time-saving shortcuts for visitors and designers that should be used wherever a suitable convention exists.
The Design Spectrum
This article introduces a simple conceptual model that I find helpful when designing or critiquing web sites, considering whether pixels are spent for style or function.
The Golden Rule of web design
My golden rule - a simple touchstone to help all design decisions
How to Design for the Web
Designing for the web means designing sympathetically with the way people actually use the web, not how we think they should.
How to make a web site
The absolute basic mechanics of how you go about making web pages and publishing them on the web.
Layout - the basic rules
Learn the principal techniques that govern effective web page layout
Logical Order
When your pages flow logically, they're easier to get. This article tells you why, and gives tips for structuring your pages logically.
No-one looks at the screen
Why nobody enjoys looking at a screen, what that means for web sites, and how we can design sites to mitigate for it.
Factors Influencing the Web Browsing Experience
Looks at various other factors that influence us when we browse the web, and what designers can do to address them.
People are Impatient
We are all impatient when using web sites, for good reasons. Web sites be designed with this in mind will be more successful.
Readability
How to make your web pages easier to read.
Scanning
Most people don't read the content on your web pages, but scan for meaning and clues. Design to aid scanning.
Search Engine Optimisation Basics
Learn the basic principles and purpose of Search Engine Optmisation (SEO).
Simplicity
Why simple design is better.
The Sphere of Design
Following on from the design spectrum, a different model for visualising the balance of using your pixels.
Text-based Logos
Explains why text-based logos (logotypes) are so effective. You don't necessarily need a graphical logo.
The Brain's Strengths
Understanding how our brains have evolved can help web designers create more effective layouts.
Trusting the User
Why it's important to trust users when designing web sites and applications
Why Most Web Sites Suck
We don't have bad web because it's difficult to create effective web sites, but because the people who make them are not properly equipped.
Why the web is hostile and how we cope
Good web sites must be designed for the way people really browse the web. Unfortunately, people don't use web sites in the way web designers think they do.
Accessibility
Introduction to accessibility on the web, i.e. ensuring that everyone can get your content, regardless of disability