anyone knows how to do programming like myspace blog ? its nice and userfriendly are they using ajax ? or what kind of script ?
Anything that involves sending data to the server without loading a new page is likely using Ajax or its base technology, the XMLHTTPRequest object. For more information, check out this intro: http://wiki.script.aculo.us/scriptaculous/show/Ajax.Request
AJAX is a mixture of Javascript and XML, stands for Asynchronous Javascript and XML. In AJAX, data from client is send to server in form of XML using XMLHTTPRequest object.
Hey investering, please expand your question. Are you asking that if google uses AJAX, yes google uses ajax.
Oh, ok. No AJAX sites are not search engine friendly, as most data is appended to the document on various events which means its not readable by google. Even if we see the source of ajax based site, we will not found much part of website in the HTML.
I took start on AJAX with this site, its worth trying for beginners, http://www.captain.at/ajax.php Try it.
If you really are just beginning, I would suggest you read : http://www.w3schools.com/ajax/default.asp before you attempt any scripts or example code. EDIT : yay 700 posts .....
if you want an idiots explanation of ajax: like iframes where it reloads only a bit of your page. but slightly different.