Say I want to build a chat program... what is the best way to do this where the lastest post gets displayed immidiately?
Does php or javascript have trigger functions that push information when an even happens?
For example, is there any way to notify me if a page is get a new message (or something similar) while I am on the page? For example, lets take this forum as an example. If I submit this page and leave the page up, are there any technologies that can show me a "pop up" window or something when a new message is posted?
I think gmail does this, how is this accomplished if so?
Sorry for the ramble, I am trying to get a little more information before I build anything stupid.
Thanks all.