I\'m trying to develop a typing speed competition using JavaScript. People should write all the words they see from a div to a textarea.
To prevent cheating (like copyin
You can simply make the text into an image.
To generate the images you can use a server side script as in the aswers of this question
or something like this:
Test here