Cluetip

  • A site where users can buy letters, words or sentences from a Hebrew version of the Torah as a means of making a donation to a charitable organization.

    Users can buy letters, words and sentences individually using a popup that is attached to each, then add them to the cart and purchase them.  When a word is bought, the sentence it belongs to can no longer be bought and when a letter is bought, the word it belongs to can no longer be bought.  If someone else has an item in the cart then no one else can add it to their cart.

  • I used the jquery plugin Cluetip to create popups for a system whereby Hebrew text is displayed.  In Firefox it displayed correctly but in IE I just got ????

    Cluetip uses a query string of the type a href="filename.php?c=$var1&u=$var2" where filename.php is the html for the popup window.

    At first I thought the problem was with the filename.php and tried eveything under the sun but then found that urlencode is the answer, as follows:

    href="filename.php?c=urlencode($var1)&u=urlencode($var2)"

Syndicate content