I have been thinking about this for a while and didn't come up with anything by myself - So I was wondering if any of you had a clean idea on how to do it.
If a word were to be put into a textbox on a form and then submitted, I wondered if there could be some javascript which would break down the word into each letter, example:
"Eye" to "E" "y" "e"
is this possible? could you spare some code? ^^