Ajax Email Checker
“What good are Greek, commentaries, insight, gift, and all the rest, if there is no heart for Christ?” - Jim Elliot
i haven’t have the time update my blog recently since i’m quite busy with my new work. it’s been almost 5 months since my last post. new projects came, by God’s grace. i recently also had a chance to work with jquery. lately i tried playing around with ajax, and found out that it’s not that hard, then i decided why not use just one framework for all my ajax needs instead of using my own written ajax handler as well as jquery.
i wrote my first two ajax scripts which can be found here. the first one is an auto complete script. this one uses my own
ajax handler to process the data. this can be downloaded here.

another ajax script that i recently wrote is a username and email checker. what it does is that it checks the database for any duplicate email and password. the script can be downloaded here.

all the script posted here have been tested on my side. anybody can freely use what i have written. but it’s never a guarantee if it will work perfectly since this is just for study purposes.
