| Non-javascript support
I came across a user today who was trying to access my pligg site. They told me they couldn't see comments, or register. After checking, it appears that both these functions require javascript to be visible.
This wouldn't normally be a problem, but quite a number of users I am targetting use the FF extension noscript. Not all are adept at configuring it either. I think it might be prudent to make sure events like registration and comment viewing (can't think of any others off the top of my head) can be accessed without javascript support.
I will be going over my site soon to see where this can be done without compromising usability etc. I know that the jquery library allows detection of javascript support, which could be used as a conditional, I will see if the scriptaculous library can do the same.
|