what language can we use in coding this tool? can we just use java script?

Discussion in 'Programming' started by designmolvi, Oct 24, 2012.

  1. #1
    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!
     
    designmolvi, Oct 24, 2012 IP
  2. jadexe

    jadexe Member

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    26
    #2
    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.
     
    jadexe, Oct 24, 2012 IP