Website Accessibility Testing Tools

I recently found some good website accessibility testing tools:
Fangs Screen Reader Emulator a Mozilla Add-on: Fangs renders a text version of a web page similar to how a screen reader would read it. The ambition is to help developers understand how an assistive device would present a website and thereby increase chances of finding accessibility issues early.

Standford University Web Accessibility Checker: The Stanford Online Accessibility Program’s Web Accessibility Checker is a programmatic tool that can analyze individual web pages and test for various access barriers that may be present. It can check live code via URL, or you my supply a working file for evaluation. The Checker produces a report of all accessibility problems for your selected guidelines.

How to Be More Productive in Your Business – with Mark Joyner (6:57)

Faux Columns

One of the questions I get asked the most often regarding my personal site’s design is the following:

How do you get the right column’s background color to extend all the way down the page?

It’s a simple concept, really — one that many of you may already be
familiar with. But for those who aren’t, the following technique can be
a handy little trick.

See full article…

I’m just not sure what the big advantage in this case is for using 100% CSS? Why not just use a very simple table?

Why not use tables for layout in HTML?

Interesting discussion about the use of tables vs. divs and CSS designs.
I have never (or rarely to be honest) seen good arguments for this. The usual answers are:

  • It’s good to separate content from layout But this is a fallacious argument; Cliche Thinking. I guess it’s true that using the table element for layout has little to do with tabular data. So what? Does my boss care? Do my users care?Perhaps me or my fellow developers who have to maintain a web page care… Is a table less maintainable? I think using a table is easier than using divs and CSS.

    By the way… why is using a div or a span good separation of content from layout and a table not? Getting a good layout with only divs often requires a lot of nested divs.

  • Readability of the code I think it’s the other way around. Most people understand HTML, few understand CSS.
  • It’s better for SEO not to use tables Why? Can anybody show some evidence that it is? Or a statement from Google that tables are discouraged from an SEO perspective?
  • Tables are slower.
    An extra tbody element has to be inserted. This is peanuts for modern web browsers. Show me some benchmarks where
    the use of a table significantly slows down a page.
  • A layout overhaul is easier without tables, see css Zen Garden. Most web sites that need an upgrade need new content (HTML) as well. Scenarios where a new version of a web site only needs a new CSS file are not very likely. Zen Garden is a nice web site, but a bit theoretical. Not to mention its misuse of CSS.

I am really interested in good arguments to use divs + CSS instead of tables.

Read on…

 

WAVE – free web accessiblity evaluation tool

WAVE is a free web accessibility evaluation tool provided by WebAIM.
It is used to aid humans in the web accessibility evaluation process.
Rather than providing a complex technical report, WAVE shows the original web page with embedded icons and indicators that reveal the accessibility of that page.

Check it out http://wave.webaim.org/

Businesses Buy .XXX Porn Domains to Protect Trademarks

By John E Dunn

Four out of five businesses that have preregistered .XXX domain names have no direct connection to the adult porn industry, one of the UK’s largest registrars has confirmed.

Easyspace, which produced the figures, said that only 20 percent of the “hundreds” of businesses  participating in the “sunrise” round of preregistrations through its services planned to use them for their
intended purpose, selling adult content.

 

Read full article…

6 Email Tests to Try

by
Testing your email campaigns isn’t easy. If you test your campaigns – keep it up! If you’re not testing, why not?

Testing your campaigns can give you invaluable, actionable information

to improve future campaigns immediately.
Starting today, pick one of these six components and test your emails to

find ways you can improve for your clients and customers. It will

likely pay big dividends in the future.

  1. From line.
  2. Subject line.
  3. Mobile versions.
  4. Your data security.
  5. Opt-in form and process.
  6. SMS process.

Read full article…

Jakob Nielsen on Usability for Mobile Sites and Apps

by

What are the biggest mistakes companies make when building their sites and apps?

1. Making it difficult to touch and manipulate. As Nielsen explains, your eyes are more agile than your fingers. You see that link among but your fingers can’t select it, so Nielsen recommends using larger touch
targets.

2. Trying to do too much. Those responsible for the mobile UE must be ruthless when fighting internal political battles. Every department wants their content front and center, but when everything is  prominent, nothing is prominent, so eliminate the nice-to-have.

30When it comes to copy, short is too long. It must be ultra-short.

According to Nielsen, the primary drivers of mobile usage are time, location, and killing time. “Killing time is the killer app for mobile.”

Read full article…

Tips to Improve E-mail Effectiveness – with Melissa Mackey (5:43)

by Dr. Ralph F. Wilson

13 Steps to Completely secure your WordPress blog

Written by

Its very important to Keep your Blog Secured from hackers and from
“Internet Thieves”.Learn how you can make your WordPress blog more
secured.
Read on…