Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
if you ever tested gmail or you have an account of it i think you saw that it's coding is very fast and cool.
for example by clicking composing mail it opens like a slide show.
it could be a javascript but ijust a javascript can do these all?
It uses javascript with an xmlrpc backend - which is what makes it seem so fast. Its actually making dozens of html calls each minute, so that it doesnt have to do them when you actually click.
Its brilliant, imho. I also have several gmail invites if someone needs one.