Ajax, a technology that is growing strong and appearing back in 2005, has made a new and effective way to interchange data between the html and a server. The way Ajax works is that it sends requests to the server, making the process as dynamic as possible. Ajax does this in no matter what stage the page is.
It could run functions when the page is just loading or when the page has run its coarse and sitting there. This option gives the web developer more power in what to produce in certain areas of his website without having to run a new page request, and doing it in the background. Better place to do this stuff where the visitor has no clue what’s going on! As any of you that have developed much longer in this game, know the old standard of running new things that needs to be done. A visitor clicks on a link, this action sends a request to the server to do something, the server does the command, and it sends a new fresh copy of html with changes.
