06:
I’ve spent a long time today trying to delete a cached SVN password in Eclipse on my Mac. Every time I tried to connect to my SVN repository I was getting a 403 authentication error. Eclipse wasn’t offering me a chance to resupply my credentials though.
After a lot of searching I found this post which provided the answer.
Japan Shah: how to clear subeclipse password svn for eclipse?.
So, if you’ve read lots of other posts and still haven’t found the mysterious cache file, try here:
/Users/{username}/.eclipse_keyring
Deleting that file solved the problem for me.
06:
It’s very often all too easy to point out other people accessibility problems without doing anything constructive. If you spot an problem on somebody’s website don’t just bitch on Twitter, help them to fix it.
Here is the feedback I sent to the Electoral Commision’s About my vote website today. With hindsight, I could maybe have used simpler language but this is at least a step in the right direction.
Hello,
I noticed today that the labels on your forms are not properly associated with the corresponding inputs in the HTML. This can make it much harder for people with a range of disabilities to interact with the forms.
You can associate the form elements and labels using the “for” attribute. This should be added to the “label” element and should be have the same value as the “id” attribute on the corresponding “input” or “select” element.
If you would like to discuss this problem and it’s solution please get in touch, although your usual web team should be able to easily fix this.
Best Regards
David Owens