November 23rd, 2008 |
Published in
Uncategorized
TwitterFE
Developer’s Blog Post on TwitterFE
It is a redesign of Twitter web site, the aim is to incorporate modern front-end programming best practices.
So let me do some quick validation and testing.
(ps. I do know automated testings do not really show a web site’s usability and accessibility, but it is always fun to do these testings to others’ web site)
(ps. My blog fails lots of validation/checking… and Google’s/Yahoo’s even fail more… No need to tell me about this.
)

Functional Accessibility Evaluator: Navigation & Orientation: Partially Implemented

t.a.w. 3: some accessibility problems on Priority 2 and 3

WAVE 4 : 1 accessibility problem

W3C CSS Validator (CSS2.1): fail

Cynthia Says Report WCAG123: fail

Cynthia Says Report Section508: pass
TwitterFE
Developer's Blog Post on TwitterFE
It is a redesign of Twitter web site, the aim is to incorporate modern front-end programming best practices.
So let me do some quick validation and testing. :twisted:
(ps. I do know automated testings do not really show a web site's usability and accessibility, but it is always fun to do these testings to others' web site)
(ps. My blog fails lots of validation/checking... and Google's/Yahoo's even fail more... No need to tell me about this. ;-) )
November 15th, 2008 |
Published in
Uncategorized
Web usability/accessibility testing is always a troublesome work for web designers/developers. But with good tools, testing can be made much faster, easier and cheaper. Here below are some tools I found useful:
HTML VALIDATOR (Firefox add-on)
HTML Validator in action
Homepage: http://users.skynet.be/mgueury/mozilla/
It can let you validate your website (and any pages you browse) at the time Firefox loads it. Since the validation engines are built into the add-on, there is close to no delay in validation. Also, when you double click its icon, all the errors and warnings (optional accessibility issues too!) are shown up with html source. It is real handy!
Note that there are two avalible validation engines in HTML Validator, Tiny and OpenSP. OpenSP is the one running behind W3C Validation Service.
ATRC Web Accessibility Checker
URL: http://checker.atrc.utoronto.ca/
Actually there are many online accessibility checkers. You may easily find one by searching “accessibility checker”. I have not test them all but I found this one is quite good since it let you select which accessibility guideline you want you site to check against.
Firefox accessibility extension
URL: http://firefox.cita.uiuc.edu/
It is developed for people with disabilities, but web developer should find this very useful. Despite of trying to navigate your web site as people with disabilities, the quick links on the toolbar can let you validate/check your site’s accessibility issues easily.
Firefox Web developer Toolbar
URL: http://chrispederick.com/work/web-developer/
Here is yet another firefox extension. Actually this toolbar is a must-have for web developers. The functions are too many, I try to name a few: button to resize your window to 800*600 (or any other presets), button for W3C validation service, disable cache, disable javascript etc.
Web usability/accessibility testing is always a troublesome work for web designers/developers. But with good tools, testing can be made much faster, easier and cheaper. Here below are some tools I found useful:
HTML VALIDATOR (Firefox add-on)
HTML Validator in action
Homepage: http://users.skynet.be/mgueury/mozilla/
It can let you validate your website (and any pages you browse) at the time Firefox loads it. Since the validation engines are built into the add-on, there is close to no delay in validation. Also, when you double click its icon, all the errors and warnings (optional accessibility issues too!) are shown up with html source. It is real handy!
Note that there are two avalible validation engines in HTML Validator, Tiny and OpenSP. OpenSP is the one running behind W3C Validation Service.
ATRC Web Accessibility Checker
URL: http://checker.atrc.utoronto.ca/
Actually there are many online accessibility checkers. You may easily find one by searching "accessibility checker". I have not te
November 12th, 2008 |
Published in
Uncategorized