Archive for March, 2009

PHP components: Autosuggest March 27th, 2009
by Munazza

PHP component ready to use to implement a search form with an autosuggest feature using PHP and MySQL.For all ajax beginners this is the most simple way to implement it (just with 8Kb) and the only thing you have to do is modify some parameters. Take a look at this post for all related infos.

Better Zebra Tables March 15th, 2009
by Munazza

In large tables it’s often hard to focus on one row, making it hard to extract data from the table. There are various scripts (client–side as well as server–side) floating around the net that provide the ability to style odd/even table–rows to aid readability of tabular data. If you’re not interested in how this works [...]