tags:

views:

10

answers:

0

hi,

Im trying to build a website just like pagerankcheckertool.com which checks the pagerank of a certain site. Mine will also check for the site's Google and Yahoo links, Alexa rank, domain info like date of registration and expiration, and a few more. It only accepts one input which is the sites domain name (e.g. example.com).

I just need your advice or suggestion on how to implement this using jQuery so that when a user checks a domain it will display all the information i mentioned above simultaneously just like rankchecker.com. Just need to know the basic idea on how to implement this type of project.

Since it will only accept one input should i just process all the needed info in one php file?

Is there a way to display the processed info as they complete? or how to processed them simultaneosly?

I'm a bit confused on how to do this so i need any general advice.

Im not an expert but i can understand.

Will appreciate any reply. thanks.