Hi,
I took over this site from someon else, and originally it was a dark blue on a beige background, and it is a very rigid structure.
I have tried to improve the interface, but am now so used to seeing it that have completely forgotten what I disliked about it initially.
http://www.senscot.net
I am not particulary worried about the validatiosn of the code etc. But would like a more design and usability oriented repsonse
All opinions welcome. Thanks.
Opinins on Website
Moderator: General Moderators
Re: Opinins on Website
That site has severe, and crippling usability problems. First, validation of the code is part of accessibility and usability. It has over *200* compliance errors, making it nearly impossible for a screen reader to even parse it. That locks out a huge number of people trying to use the site.dal_oscar wrote:I am not particulary worried about the validatiosn of the code etc. But would like a more design and usability oriented repsonse
Second, the navigation is entirely image-driven - with no alt tags! (Which you would have caught with validation). That means that if I can't see the images, I can't use the main navigation bar. Serious usability problem there.
Many of the triggers for JS are mouseover-driven, so using a keyboard means I get little functionality. (And you don't offer a noscript alternative).
The linearized version of the page isn't ideal, it uses deprecated tags, and it gets more things wrong than it gets right when it comes to usability and accessibility.
My personal opinion is that the site needs a serious amount of work if you honestly want to strive for usability and accessibility, and job #1 is validation.
Ya...thats what I thought too. The reason why I said I wasnt worried about validation was becasue I already knew it had so many errors - and was looking for other problems as well (besides poor code).
The developer before me has encrypted almost all his files. I am still trying to work though the web development slowly.
The developer before me has encrypted almost all his files. I am still trying to work though the web development slowly.