Search
Related Links

 

 

Informative Articles

Buyer Beware: Web Hosting, Registration, and Site Building
Starting out in any type of online marketing or Internet business can be confusing and overwhelming. There are so many different aspects of a start-up: domain name registration and purchase, Web site host purchasing, and of course, the "building" of...

Focus Your Web Site... Or Get Out Of Business
Last November, I was jumping up and down absolutely excited about my new idea. I was going to create a web site filled with articles, links and resources on just about any topic you could imagine. This way no matter who finds my site and for...

Make your website scream with excitement with Java!
Several years ago, Java was introduced. It was slow. Now, computers have beefed up, the internet is a lot faster, and Java is a serious language. It can lower costs, and REALLY get people talking about your website! I'll cover: 1) WHAT is Java,...

Web Content: How Much Should I Pay?
When web content gets discussed on webmaster bulletin boards, the most common question is, "how much should I pay?" That question is both perfectly logical, and perfectly stupid: Logical, because the biggest expense of any...

Webpage Tips
As a working mother of two, I must admit that sometimes my house isn’t ready for company. Yes, you might trip over a few pairs of shoes when you walk in and you might have to wait for dinner while I dig around for some frozen pot pies and some clean...

 
Web Accessibility. . . Making your Pages Friendly to People with Disabilities

Did you know that nearly 20 percent of all Web users have some form of disability?

“Making your site accessible for all is a matter of courtesy, is good business practice, and is not difficult,” explains Robert Roberts, a professional SEO who owns the SEO Toolbox (http://www.seotoolbox.com).

In fact, Roberts believes that Web accessibility issues are so important that he’s been having monthly chat sessions on the subject for students at the Academy of Web Specialists (http://www.onlinewebtraining.com/courses.html). He’s also created a special section of his Web site that’s devoted to accessibility issues (http://www.seotoolbox.com/htmlchat/accessibility.html).

Roberts states that disabilities can be anything from “simple” color blindness to more severe disabilities.

The Use of Alt Text to Solve Accessibility Issues

“Let's start with image alt tags. You can use the alt tag to your advantage, not just for SEO purposes. The alt description tells those users with assistive technologies what the image is about.

“There is the issue of lots of clear images meant to be used as spacers in layouts. Should you use an alt tag for every one of those? Yes, in a sense, you use what's called the Null Alt, meaning an empty alt tag, like this: alt="". Notice that there is no space between the quotes, which means that assistive devices will bypass the image and not try to explain it. But if you don't use it, assistive devices will show a blank where the image would be or cause other display issues.

“The alt tag for navigation images is critical. Actually, you should use text navigation wherever possible, as good SEO’s, but there are times when the layout uses buttons, which brings up another issue - that of navigation preceding content.”

Solving the Problem of Navigation Preceding Content

Roberts continues, “When a person using an assistive device opens a Web page, he or she is usually greeted by lots of navigation before getting to the content. Furthermore, an assistive device like a screen reader will read ALL of the navigation every single time. One solution is to include a "skip navigation" link that allows the person to jump to the page content. This can be in the form of a tiny hidden clear image linked to an anchor tag.

“If you would like to see an example, take a look at the source code for any page at SEO Toolbox (http://www.seotoolbox.com). The logo at the top of the page is linked to the menu, because the menu markup is actually at the bottom of the HTML code. You would be able to use this strategy with any assistive device or in a text browser like Lynx.”

Why Accessibility Issues Are So Important These Days

“One of the reasons all of this is so important,” says Roberts, “is because of a lawsuit in progress that looks like it may get to the Supreme Court. A blind man in Florida is suing Southwest Airlines because he is unable to complete normal transactions on their Web site."

By means of explanation, the Americans with Disabilities Act provides provisions on the accessibility of public accommodations to the disabled, and this is the Act that is being referenced in the case.

The plaintiffs in the case claim that Congress wrote the ADA so broadly that the Internet is covered, meaning that it 'applies to Internet Web sites just as it does to brick-and-mortar facilities like movie theaters and department stores.'

The defendants (Southwest Airlines and American Airlines) have taken the position that Congress never meant to include the Internet, because cyberspace was in its infancy at the time the law was written. So, the argument is whether a Web site is a 'public accommodation' under Title III of the ADA.

“But," continues Roberts, "there is a precedent that will surely influence the outcome. In Australia, a similar suit was brought a couple of years ago by a blind person against the Olympic Committee because he could not get tickets online. The suit resulted in a win for him: a $20,000 damage settlement.

“What all this means is that sooner or later, any Internet site offering goods and services will have to comply with accessibility standards.”

In Roberts’ accessibility section


(http://www.seotoolbox.com/htmlchat/accessibility.html), he’s placed a link to the lawsuit, if you’d like to learn more.

What if you have an image that conveys information, such as a pie chart, graph, or schedule? A simple alt tag description isn’t sufficient to convey that information adequately. Roberts explains a work-around for this problem:

“There are a couple of things you can do, with one being right in the tag itself: you can use the ‘longdesc’ element. The longdesc is actually a link to another page where you can lay out the information in text format.

“Here is a sample tag:

food sales for 2000

“The problem with the longdesc attribute is that it is not widely supported by assistive technology. As a result, an alternative convention is suggested, using a D-Link. This is a text link placed immediately after the image. It is a link to the same descriptive page contained in the longdesc attribute. This way, you are sure that it can't be missed.”

Here’s an example using the D-Link:

Graph of Number of Chimps in Asia by LocationD

Some Accessibility Solutions Are Actually Beneficial from an SEO Standpoint

Since Search Engine Marketers often use alt text as an extra spot to place keywords, can it still be used in that manner?

“Bear in mind that it should not be only for keywords, because it really is an assistive aid. What I've done is something like this: ‘keyword keyword - link to description page’,” explains Roberts.

Roberts continues, “A link to a more informative text explanation of a pie chart or whatever can only add to search engine relevancy because you can make the additional page focus on a keyword. Accessibility also applies to things like WAP, handheld devices, and telephonic devices.

“People need to see what your information is and how to get to it. The matter of tables is important not only because of accessibility but because it will actually be easier for search engines to get around in them. There is a brief example of this on the regular SEO Toolbox site: http://www.seotoolbox.com/spider-friendly-tables.html. There is more complete information, with two examples, at: http://www.seotoolbox.com/htmlchat ables_layout.html.”

“After all,” Roberts continues, “which do you think will be better for relevancy? If a spider must wade through yards of code before getting to your content, or if the spider can see your content first thing? The answer is pretty obvious.”

If you aren’t using Lynx, Roberts recommends adding it as part of your Web development arsenal for seeing how your pages look in a variety of browsers. (http://lynx.browser.org/)

Lynx is a free, predominately text-based browser that will give you an idea of how those with disabilities view your site. Many Web visitors prefer it because it doesn't support JavaScript, Flash, or DHTML and is free of popups.

For More Information

According to Roberts, one of the best books on the topic of accessibility is Constructing Accessible Web Sites by Jim Thatcher. The book just hit the shelves and covers what you need to know in an efficient, easy-to-understand manner.

And, be sure to keep a close watch on Robert’s accessibility section of the SEO Toolbox: http://www.seotoolbox.com/htmlchat/accessibility.html. He’ll be adding more information to the section as he conducts chat sessions at the Academy.

Academy students can attend any of Roberts’ upcoming chats, or even if you’re not an Academy student, you can read the transcripts afterward at the Chat Index area: http://www.onlinewebtraining.com/chat/chatindex.htm.


About the Author

Robin Nobles, Director of Training, Academy of Web Specialists, (http://www.academywebspecialists.com) has trained several thousand people in her online search engine marketing courses (http://www.onlinewebtraining.com). She also teaches 4-day hands-on search engine marketing workshops in locations across the globe with Search Engine Workshops (http://www.searchengineworkshops.com).


 

Web Development
This web summarizes the complete life cycle methodology for web development: planning, analysis, design, implementation, promotion, and innovation.
www.december.com
 
Web Development
Professional Web site design, graphic design, and Internet development services.
webdevelopment.com
 
Web Developer's Virtual Library: Web Development Tutorials and ...
News, tutorials, and reference material focusing on technical web development topics.
www.wdvl.com
 
Open Source Web Development Tutorials - Dev Shed
Open Source web development tutorials, forums, and tools. Topics covered include PHP, Apache, mySQL, Zope, Roxen, Jserv, Zend, XML, DHTML, and Javascript.
www.devshed.com
 
WebDeveloper.com
Hello all, I am new to web development. I have an understanding of website development, but no scripting experience. I have heard of JavaScript, PHP, ...
www.webdeveloper.com
 
LevelTen Web Design | Professional Website, Flash & Graphic ...
Offers logos, web sites, multimedia presentations, and custom media. Quote form. Based in Dallas, Texas. [Requires Flash]
www.leveltendesign.com
 
Web development - Wikipedia, the free encyclopedia
For larger businesses and organizations, Web development teams can consist of ... Since the mid-1990's, Web development has been one of the fastest growing ...
en.wikipedia.org
 
Web Design - HTML XML - Web Development - Web Site Design
Web Design and HTML are all about creating a great Web site. Use Web development and Web site design to build Web sites that customers return to over and ...
webdesign.about.com
 
Agile Web Development with Rails—Second Edition
Dave Thomas, Mike Clark, David Heinemeier Hansson, Leon Breedt, Thomas Fuchs, Andrea Schwarz; Pragmatic Bookshelf, 2006, ISBN 0977616630.
www.pragmaticprogrammer.com
 
CYGAD's WebDevelopment - Welcome to CYGAD’s WebDevelopment! - The ...
CYGAD's WebDevelopment - The finest Resources for WEB-Design, WEB-Master and WEB-Developer!
www.webdev.cygad.net
 
Web Development Bookmarklets
Includes tools for viewing and testing CSS styles, viewing scripts and variables, and showing the structure of a document.
www.squarefree.com
 
SGI - Freeware - Web Development
Links to freeware web development tools, browsers, software, etc.
www.sgi.com
 
Webmonkey: The Web Developer's Resource
Resources for web site developers including how-to guides, code libararies, server technologies and authoring resources.
www.webmonkey.com
 
Web Development Tools - Web Developer's Journal
Tips on Web page design and development, HTML, graphics, scripting, favicon, development tools, Java, sql basics, building web sites, and much more for ...
www.webdevelopersjournal.com
 
Web Developer's Handbook | CSS, Web Development, Color Tools, SEO ...
Web Developer's Handbook is a list of essential web-sites, which make the life of web developers easier. Compiled and updated by Vitaly Friedman.
www.alvit.de
 
Ceonex Web Development & Web Design - Full Service Digital ...
Web design, web development, online branding, application development and other full service business solutions focused on prospect conversion and customer ...
www.ceonex.com
 
Cayenne Web Development - web design agency, Oxfordshire, UK
Specialist web design agency based nr Banbury, Oxfordshire, offering a complete website design and development service.
www.cayenne.co.uk
 
Web development mistakes | 456 Berea Street
When I visit a website, especially if it’s the site of a competitor or a prospective client, I like viewing…
www.456bereastreet.com
 
Web development mistakes | 456 Berea Street
Articles and news on web standards, accessibility, usability, and other things related to web development and web design.
www.456bereastreet.com
 
Anil Dash: Web Development Trends for 2006
Here, then, is a random assortment of new web development trends to be ready ... Web Development trends 2006: Überblogger Anil Dash maakte (een paar weken ...
www.dashes.com
 
 

 

Content Menu
  • 10 helpful tips to follow when switching web hosts

  • 10 shocking secrets nobody will ever tell you about having a successful business web site

  • 10 things you should be monitoring on your website

  • 10 tips for better web site usability and profits

  • 12 essential web site design tips

  • 12 tips for creating an artist website that sells

  • 13 ways to destroy your website

  • 15 website elements that attract visitors

  • about web applications

  • adding flash 4 to your website

  • add graphics to your website without losing your mind

  • aesthetics and web marketing

  • are web graphics stealing your money

  • asp web hosting

  • attract buyers to your web sitewith power words

  • a custom icon for your web site

  • a webmasters toolkit and tricks

  • a website design checklist

  • a web site to have or have not

  • bad web design activex

  • basics of web design principles

  • beginner guide to web hosting

  • beyond web usability web credibility

  • bring to life your ideal web pages

  • building an effective furniture sales web site

  • building a successful web site what not to do

  • building the website of your dreams not your nightmares

  • building websites using web templates

  • building web sites using web templates

  • building your own web site here are two critical points to consider

  • business benefits of the web standards

  • business web site content strategy

  • buyer beware web hosting registration and site building

  • buyer beware web hosting registration and site building all in one package nightmares

  • can they use your website in a tv broadcast about scams

  • can your web site win the tour de france

  • cheap website design dangers of cheap web design for your business

  • cheap web design

  • checklist for a successful web site design

  • choosing the right website designer

  • choosing the right web site designer

  • choosing your web design

  • cookies how to improve your website and learn from your visitors

  • create and deploy a website from start to finish

  • creating your first web site part 2

  • creating your own website for free

  • creative offline website marketing techniques

  • custom web site design strategies

  • designing a successful web site

  • designing professional web pages

  • designing your web site for all browsers

  • determine your popularity on the web

  • developing and optimizing your website let flash help you

  • developing an effective physical therapy web site

  • developing your website 10 tips for getting started

  • developing your winning web site strategy

  • dirty web promotion tricks 1 legitimate and malicious javascripts

  • do not drop your web site off the search engine cliff

  • do you really need a website

  • do you really need a web site

  • easy steps to website development and promotion

  • ecommerce web design solutions

  • effective web design

  • eliciting constructive website feedback

  • empower web clients increase your profits

  • find a hidden fortune in your website stats

  • first rate tools for your web authoring

  • five core elements to a successful website

  • five pieces of information you must include on your website to generate sales

  • flash deadly sins that can kill your web business

  • focus your web site or get out of business

  • forums should you have them on your website

  • four easy steps to establishing a website

  • free website templates top 10 things you need to know

  • getting professional website a cheap and easy way

  • getting your own web site quickly and cheaply

  • get it all with good web content

  • get your web site noticed

  • good web design the importance of navigation

  • good web design what is it

  • graphics for the web gif format

  • graphics for the web plug ins

  • hiring a custom website designer

  • how a custom designed website can help your business

  • how do we know when its time to redesign our web site

  • how much does a website cost

  • how not to be ripped off by your website designer

  • how to build a website

  • how to build your own website more steps

  • how to choose a website designer

  • how to choose a website design company

  • how to choose a web site designer

  • how to create a professional website in less than a week

  • how to create a website in less than a week

  • how to design and setup a website

  • how to find good web hosting

  • how to get more hits on your website

  • how to hire the right web design firm

  • how to keep your visitors 10 times longer on your web site

  • how to make your website a big hit

  • how to prepare images for your web site part 1

  • how to prepare your project before you order website design

  • how to save money on a website

  • how to set up a professional website on your own using web templates

  • how to set up your own website

  • how to shop for a web design firm

  • how web design can affect search engine rankings

  • html tips easy ways to make your website sizzle

  • if its done its done for make your website part of your business before you build

  • if you build it they will come not without web marketing

  • increase sales with easy to read web pages

  • increase the efficiency of your web design business

  • independent consultants take over web design

  • index

  • initial factors of web page construction

  • interactive content blogs forums and feedback what does your web site need

  • in search of webhosting first understand the industry

  • is there benefit to green in web design

  • is your site too slow why image optimization is critical when you create a web site

  • is your website legal

  • is your web site ready for its visitors

  • is your web site unfriendly parts 5 6 of 9

  • is your web site unfriendly part 2 of 9

  • learn from the masters of web design

  • make your artists website sell

  • make your website scream with excitement with java

  • make your web site super sticky

  • making better web graphics that grab your attention and load fast

  • making the business case for web standards

  • manchester united top of the web accessibility league

  • maximising web site viewability browsers

  • maximising web site viewability resolution

  • microsoft and webmasters

  • mini site or content based web site

  • mobile accessibility your website in the year 2005

  • my mother never had a website

  • my top ten list of extremely annoying web page design elements

  • new customizable javascript menu for web applications

  • new support for website and graphic design firms

  • now you have a web site have you ever heard of accessibility

  • optimal website design

  • optimized web page template

  • optimizing a website with flash

  • overview of web content management systems

  • part ii planning a website

  • pegasus infocorp pvt ltd offshore professional website design and software services provider based in india

  • pitfalls of web redesign

  • planning a web site

  • planning a winning website

  • plan your web site for profits

  • printing your website the right way

  • quality web site language

  • quick web site start up and promotion guide

  • rotator

  • search engine optimization and web site usability

  • sell your freelance web services to businesses that dont have a web site

  • should i make my own web site

  • should you bother learning html to build webpages

  • simple steps to finding a web designer

  • simplify your web site for clarity and ease of use

  • spice up your web site with javascript

  • starting your own website c cheryl a crossan 2002

  • steps of a project for a freelance web builder

  • switching web host

  • tapping into the visual stimulus of your web site visitors

  • templates website templates free website template newwebimage com

  • ten basic steps for building a web site that works

  • testing your web application a quick 10 step guide

  • the 4 deadly sins of business web design

  • the 8 most important website design principles

  • the core elements of a successful website

  • the critical importance of good web graphics to internet marketing profits

  • the future of web design what is dotnetnukee

  • the ideal web design firm

  • the importance of web standards

  • the need to have website design services

  • the newbies guide to small business web design

  • the new fa‡ade of web designs

  • the pros and cons of using templates for your business website

  • the straight truth about web site building tools

  • the topic of your website

  • the top 5 roadblocks to web accessibility

  • the top seven strategies for website success

  • the web site is not the end all of internet marketing strategy

  • this is why your website isnt making you any money

  • tips for choosing a web developer

  • top 10 ways for web designers to find new clients

  • top 10 ways websites makes me suffer

  • top mistakes first time web developers often make

  • top ten fonts for website design

  • top ten things to ask yourself about your website

  • translate your web site and expand your market

  • translating your web

  • user friendly website hints tips

  • user lab to host west midlands web accessibility workshop

  • use cgi to automate your web site

  • victoryvisions the php mysql company complete website development company

  • want a sticky website that sells forget content

  • weave your own web

  • webjunxsion is foraging its way through the muddle

  • webpage tips

  • website accessibility

  • website accessibility explained what you can do

  • website designing web site design new jersey newwebimage com

  • website design info part 1

  • website design info part 2

  • website design strategies for internet marketer

  • website design website development flash design services

  • website development become your own expert

  • website maintenance what does it take to manage your website

  • website template usage beyond what you already know

  • web accessibility and your business

  • web accessibility making your pages friendly to people with disabilities

  • web accessibility myths

  • web accessibility the basics

  • web analytics getting it right

  • web content case study

  • web content how much should i pay

  • web designers beware

  • web design 7 key things to avoid

  • web design for the no talent artist

  • web design integrating e commerce

  • web hosting shared or dedicated which should you choose

  • web hosting to switch or to stay

  • web page real estate 101

  • web site designing pillars part2

  • web site design focus focus focus

  • web site design things you should avoid

  • web site monitoring is a global necessity

  • web site must haves

  • web site optimization how to optimize pdf files for web sites

  • web site optimization how to speed up your web site by minimizing your gif and png image bit depth

  • web site start up and promotion guide for professionals

  • web source web design tips

  • web source web design tips adding an image background to your tables

  • web source web design tips cascading style sheets

  • web source web design tips close a window with a button or link

  • web source web design tips creating an automatic drop down navigation menu

  • web source web design tips decreasing a websites load time

  • web source web design tips dont forget your meta tags

  • web source web design tips highlighting free for all links

  • web source web design tips how to make your background image stationary

  • web source web design tips open a new window with a button or link

  • web source web design tips open a web page in a new window

  • web source web design tips open a window on page load

  • web source web design tips reload a window with a button or link

  • web source web design tips selecting the perfect background for your website

  • web source web design tips using an image to create a line

  • web source web design tips using meta tags for search engine indexing

  • web source web design tips using meta tags to prevent browser cache

  • web source web design tips using meta tags to prevent search engine indexing

  • web source web design tips using meta tags to redirect

  • web standards part 1 what are web standards

  • whats really going on with your web site

  • what color is your website

  • what to avoid to make your website design effective

  • why a css website layout will make you money

  • why dot coms fail a webmasters perspective

  • why hire a professional to design your web site

  • why not to use web design templates

  • why resources added to a web site increase revenue

  • why use a web design template

  • why your business needs a website

  • why you need a web site

  • writing benefit driven web copy 4 steps to more sales

  • writing for the web four steps you cant ignore

  • www hosting web development empathise and create not bad p websites

  • your web site do it yourself or get serious

  • you too can have an amazing website