when I recieve new email from AJAX,Without any refresh it shows me I recieve new email and number of add one to number of email in inbox.
I want to know how gmail do that?
Is it by AJAX?
When we use AJAX,User does something ,And after user did an action on interface ,then interface will change,But in this case it shows me without any refresh or without any action on interface,Please know ne if you know any tutorial about this case.
I haven't gone into details of Gmail but yes one thing I know is that it auto refreshes to save the draft automatically after some specific time. It would have set flag to check new e-mails the same way. Even I would like to hear the technology from somebody who has worked on Gmail technology........
you can also start looking at ajax push methods to see how they may have implemented that (*where the server 'pushes' info out to the browser without a client browser request)
I search and ask about " ajax push methods " ,It seems when we use that we cann't close connection,But that can cause problems - sometimes the page won't seem to fully load, and other problems,May you give me more points and reference about that?
"you can also start looking at ajax push methods to see how they may have implemented that (*where the server 'pushes' info out to the browser without a client browser request)"
May you give me simple example how these push method works?
Bookmarks