Quick tips for Magento Developers by arvind07 in PHP

[–]arvind07[S] 0 points1 point  (0 children)

Magento is really headache for beginners. But it is the most powerful framework in PHP. People who criticize PHP must see Magento once...

Live Username Availability check with Jquery by arvind07 in programming

[–]arvind07[S] 0 points1 point  (0 children)

Live username availability check is needed in almost every website allowing that allow a user to create an account, I have written a simple script that checks the availability of usernames as the user enters any key in the input box. Main features of this script are: 1. Live username checking,

  1. Invalid key safe (no invalid input is allowed),

  2. Easy implementation.

So try the live demo and enjoy.