I thought title text improved accessibility. I was wrong.
David Ball has written a follow-up to his excellent article “Things I learned by pretending to be blind for a week“, where he…
David Ball has written a follow-up to his excellent article “Things I learned by pretending to be blind for a week“, where he…
If you build fragments of HTML and JavaScript dynamically from browser script, you need to take care to encode any special characters in your strings. Building your HTML using DOM createElement() and createTextNode() is often better, but sometimes the better solution is to generate a block of HTML. Here's a couple of simple functions to do that, quickly.
Here’s a gem that just has to be widely disseminated. Jukka Korpela has written a nice…