Gmail & AJAX
-
Hello firends 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 me if you know any tutorial about this case.Do you AJAX code for that? I heard that Gmail uses a hidden iframe for its Ajax calls. Regardless, you can easily do auto-updating without any user interaction by setting a repeating callback (with setTimeout or similar) which polls the server for updates every X seconds. May someone give me code for these idea?(use settimeout and use Iframe) Thanks in advance
-
Hello firends 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 me if you know any tutorial about this case.Do you AJAX code for that? I heard that Gmail uses a hidden iframe for its Ajax calls. Regardless, you can easily do auto-updating without any user interaction by setting a repeating callback (with setTimeout or similar) which polls the server for updates every X seconds. May someone give me code for these idea?(use settimeout and use Iframe) Thanks in advance
Yes that is AJAX. Just google for some tutorials. There are plenty.
-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
-
Yes that is AJAX. Just google for some tutorials. There are plenty.
-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
Hello my firend How? How Gmail use AJAX to do something like that,I know something about AJAX,But I want to know How GMAIL use that? I saw something about google suggestion ,But I want to know about Gmail.Do you know any tutorial that shows how gmail does that? GOOD LUCK! -- modified at 0:44 Monday 18th September, 2006
-
Hello my firend How? How Gmail use AJAX to do something like that,I know something about AJAX,But I want to know How GMAIL use that? I saw something about google suggestion ,But I want to know about Gmail.Do you know any tutorial that shows how gmail does that? GOOD LUCK! -- modified at 0:44 Monday 18th September, 2006
Nope (that dosen't mean there is none) But if you will study AJAX enough you will figure that out by yourself.
-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
-
Nope (that dosen't mean there is none) But if you will study AJAX enough you will figure that out by yourself.
-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!