Colorblind People, Can They Really Read Your Web Site?



Get Web Design Tips and Tricks on mps-web-design.com. Colorblind People, Can They Really Read Your Web Site? topic will increase your understanding on Web Design Tips and Tricks. We at mps-web-design.com only provide news, articles, information in Web Design Tips and Tricks. Web Design Tips and Tricks at mps-web-design.com provides the most up to date news and articles. If you have questions please do not hesitate to contact us.

I once created a notepad-like editor. It is possible with this editor to write Russian text on a western Windows without using a Cyrillic keyboard in front of your computer.

This software is equipped with an on screen Russian keyboard which is situated under the text field of the notepad like editor. The keys on the screen based keyboard is displayed with both Latin and Cyrillic characters. The Cyrillic characters are displayed in red and the Latin are displayed in Black.

http://www.russianeditor.com

One day, I got an angry e-mail from one users of the product.

He wrote

Don’t you know that “so and so” many people have one form or another of colorblindness. I can’t read the Russian character in the keyboard. Could you change the color of the letters?

At that time I used a bright red color for the Russian characters and the keys were in gray.

I have since of course changed the color. Now I use a more darker red color to represent the Russian letters.

I myself don’t suffer from this problem, but I while ago I surfed around on the Internet and found a cool website that is all about colorblindness and remembered the e-mail and the adjustment I had to made to the Russian editor.

On that site is a tool which you can use to see how your website would look if you were a colorblind person. The URL is http://www.vischeck.com/vischeck/vischeckURL.php

You just type on your URL and you can then see how your web page will look for a person with different forms of colorblindness.

I learned there that there are different forms of colorblindness.

In fact the term colorblindness is a little misleading, because most people with color blindness don’t see the world in black and white. They can see colors, but not all colors. Total colorblindness is very rare. Color deficiency is a much better term to use.

Different form of color deficiency affects large number of people.

Colorblindness is in a large extent a gender problem, because it is affecting males much more often than females.

Here are some facts, I’ve learned!

About 8 % of males have some sorts of color deficiency.

For females this figure is under 0.5%.

On the http://www.vischeck.com/vischeck/vischeckURL.php you can check for 3 forms of colorblindness:

Deuteranope (a form of red/green color deficit)

Protanope (another form of red/green color deficit)

Tritanope (a blue/yellow deficit- very rare)

There are more types of colorblindness, but these tests will cover the most common types.

They also offer the same color blindness function with a plug-in software for Photoshop.

Colorblindness is not a problem if the text on your web site is in blank on a white background.

But, if you mix text with color on a colored background, this can create a problem with your web site for many viewers.

It is more common to make mistakes if you mix the wrong colors on external images and banners that have text in one color and the background in another, than to mix the wrong color with raw text.

Copyright 2004 Per Strandberg



Cure Your Heartburn. - All natural cure for heartburn that really works. High conversion and pays 70%
The Last 10 Pounds. - Before/After photos of the author show that this 9 week program for losing stubborn fat really works.

Firing a function from your browser

The concept is as simple as firing a function from your browser, and it leans on PHP's call_user_func_array.

I'm going to outline the concept as I have implemented it. This exact implementation may not work in your case, but perhaps you can adapt it to do so.

if(isset($_GET['f']) && function_exists($_GET['f'])) {
$func = $_GET['f']; // Get function name.
unset($_GET['f']); // Drop function from from get.
// Fire and print function, passing 
// remaining GETs as function parameters.	
print_r(call_user_func_array($func, $_GET)); 
exit;
}

In our CMS/Framework, we set up a controller with the code from above to respond at a given URL, for example http://www.example.com/__FOO. By passing a function name as a GET variable, in this case 'f', and the parameters necessary for that function to work as subsequent GET parameters, the result of that function will be printed to the screen.

So, http://www.example.com/__FOO?f=hello_foo&a=world would fire the function hello_foo('world'), perhaps printing Hello World! to the screen.

This allows for a quick and dirty test of a given function, and can be done remotely on a live site, if necessary, without touching any files or whatnot.

We hide this behind an authorization wall and also clean our parameters before they get to this level, so if you try this, keep these points in mind.



Article Index: | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79


More Articles:


1. Website promotion Ideas: 10 Web Site Add-Ons To Increase Your Traffic By I-key Benney
If you’re not getting a lot of traffic to your website anymore, must implement these Website promotion ideas immediately.1. Add a message board to your web site. People will visit your web site to ask questions and answer other people's questions.2. Add a directory of web site links to your web site. People will visit your web site to find related web site links for the topic they're interested in.3. Add an article section to your web site. People will visit your web site to read and learn n…

2. e-Solution Corporation
e Solution is a corporation working in the IT field with an experienced, qualified, enthusiastic, and professional staff. e Solution is ready to apply the most advanced technology to help your enterprise to approach and take advantage of e solutions in management, commerce, marketing, etc. in the most effective ways.e Solution has the qualifications and experience necessary to offer products and services as follows: Providing domain names - hosting - illustrative designs - web applicatio…

3. How to Avoid Sloppy Web Site Copy
If your web site visitor can't find the information on your website, within 10 seconds or less, you will lose them. Two of thelargest factors that contribute to this, are the lack of clearpurpose and poor layout of your web pages. Let's look at how you can resolve each of these issues. Lack of clear purpose – the first page of your web site musthave a clear title and description, which immediately stateswhat your site is about. (if you need help to determine thepurpose of web site, read: 'How To…

4. Are Meta Tags Dead? Should My Page Have Meta Tags or Not? By Andrei A
What are Meta tags? Meta tags are simply small pieces of information that can be attached to a web page. They are invisible to the user, but visible to the search engines.Meta is the Greek word for “over”, and the “meta-tags” were initially designed to carry all sort of meta-information, meaning “information-about”. Using meta-tags for specifying keywords or a description for a webpage is not an HTML standard convention, but it is a widely accepted use of the meta-tags.There are many meta-tag …