Hello; The new version 1.3 of quran searcher and reciter is out , changes are: – Added right click context menu with most the options included in it. – Added a mail the author feature. This new version will be available online after a short period of testing, probably thursday novembre 23/2006.
Hello, The Quran Searcher and Reciter is upgraded to version 1.2, changes are:” – Enhancend preloading, now the preloader text starts to appear as of the first second. – Added loading percentage to the ayaa preloading progress indicator. -The Print font is now the same as the display font. – Other minor bugs fixed. This …
Hello, Version 1.1 is up, Quran Recitation the changes are: – Added a customize color theme option. – Enhaced visual feed-back when no results are found, the text is now displayed in red. – The start reading soura is now disabled by default, it is only enabled when a soura is selected. – The program …
Salam; Version 1.0 of Quran searcher and reciter is now done, you can start using it as of now :); here’s the Link : Quran Reciter. This first public release offers several features: Searching for a word in all the Quran, the search returns all the ayats (verses) containing this word as well as the …
An application that searches a database of restaurants, renders the results as html with css styling. This application was made for yourminis site. [kml_flashembed movie=”http://www.sidani.info/test/restaurantsearch/s1.swf” Base=”http://www.sidani.info/test/restaurantsearch/” height=”330″ width=”225″ /] Mini mp3 player with paypal enabled shopping cart, this elegant XML driven player comes with two skins, white and black. [kml_flashembed movie=”http://www.sidani.info/test/miniplayers/miniPlayer.swf” Base=”http://www.sidani.info/test/miniplayers/” height=”330″ width=”140″ /] …
Hello everyone, This is The Official Blog of Wassim Sidani . As you might have noticed the site design has changed. The new look and feel are much smoother, and more importantly, it’s much easier to maintain and update. It is more elegant too! For those looking for the links to the gallery of friends’ …
After searching for a function that searches for all occurrences of a string within a body of text and replaces it with another string, I decided to write my own so here it is: function replace (search, replace, subject):String { r = subject.split(search).join(replace); if (r.indexOf(search) == -1) { return r; } else { replace(search, replace, …