Hi friends,
I researched at google and found many confusing, looooong explanations for Section 508! made me even more confused.
very simply, what is this Section 508?
Thanks a lot!
In a database I use throughout several projects, there is a field that should actually be a boolean but is for reasons nobody can explain to me a field duplicated over two tables where one time it is a char ('Y'/'N') and one time an int (1/0).
When I generate a datacontext with LinqToSql the fields off course gets these datatypes.
It would be nice…
This is the first real programming attempt of mine, and theres some major flaws. It's a learning project, and I'm currently re-writing the entire thing as my php is is really messy. I really want to get an idea on how I can improve the actual usability and accesibility of the site at the same time though - so I know how to implement it correctly.
…
First let's explain the hack that I was trying to implement.
When using Total Validator Tool through my web page and I get following error:
[WCAG v1 6.3 (A), US-508-l] Consider providing a alternative after each tag
As my page relies heavily on javascript I can't provide a real alternative, so I decided to add an empty noscript tag after…