I tried to use some online resources. All of them covers this much:
1. How to create xmlHttpRequest in cross-browser fashion.
2. How to define onreadystatechange function
3. how to call open and send
4. how to receive and use responsetext and responsexml
5. how to do the server side thing in php/asp
I wonder how to learn more beyond that.
Besides without having any work experience in AJAX, how can I gather the expert level knowledge that would make me start right away at the next assignment at the next job?
Thanks in advance.