Hello everyone, I am looking for a tool similar to http://www.downes.ca/memorization.htm to help me memorize arabic text The tool should be able to extract up to first 3 letters of an Arabic word when I copy paste the Arabic text into the field box. Can this be done automatically or will I need this be done manually where someone goes through the text and inserts first 3 letters from each word. What programming language can this be coded in? Which would give the best result? I want it to be a fluid user experience. Please read here for more info - http://www.productivity501.com/how-to-memorize-verbatim-text/294/ Here is an example of Arabic text - http://www.allahsquran.com/learn/ Thanks!
Yes it can. The example you gave is also coded in javascript. I'm assuming that you want to make it web based? You could use javascript or some server-side programming language like PHP. Server-side programming languages would have the advantage to not require the user to have javascript enabled.