Just out of curiosity, I’m wondering how gmail does what it does. After looking in the source of the page you don’t see any links, onclick methods and javascript. I understand they hide the javascript, but still the page knows that there was a click. Is there a daemon thread running that listens for your clicks? How does it work??
Share
A bit old now but here’s an article kind of explaining Gmail under the hood: http://johnvey.com/features/gmailapi/ (see section “About the Gmail engine and protocol”)
Wikipedia’s entry is pretty good at a brief overview too: http://en.wikipedia.org/wiki/Gmail_interface