Re: [PHP] Notification system

2009-08-08 Thread Jerry Wilborn
I highly recommend ExtJS (htp://www.extjs.com). Jerry Wilborn jerrywilb...@gmail.com On Fri, Aug 7, 2009 at 10:22 PM, Bastien Koert wrote: > On Fri, Aug 7, 2009 at 10:25 PM, Jonathan Tapicer > wrote: > > Also, take a look at Comet Server: > > http://en.wikipedia.org/wiki/Comet_(programming) >

Re: [PHP] Notification system

2009-08-07 Thread Bastien Koert
On Fri, Aug 7, 2009 at 10:25 PM, Jonathan Tapicer wrote: > Also, take a look at Comet Server: > http://en.wikipedia.org/wiki/Comet_(programming) > > I think that Facebook uses that and also Gmail, it tends to consume > less resources than periodical ajax calls, the hidden iframe method is > simple

Re: [PHP] Notification system

2009-08-07 Thread Jonathan Tapicer
Also, take a look at Comet Server: http://en.wikipedia.org/wiki/Comet_(programming) I think that Facebook uses that and also Gmail, it tends to consume less resources than periodical ajax calls, the hidden iframe method is simple and works fine. To implement it in PHP you will need to use the flus

Re: [PHP] Notification system

2009-08-07 Thread Phpster
On Aug 2, 2009, at 7:59 AM, Dušan Novaković wrote: Hi, Does anyone has any idea how to create notification system with combination of php, mysql and javascript. It should be something similar to facebook notification system (when someone make some action it should be automatically reported

[PHP] Notification system

2009-08-02 Thread Dušan Novaković
Hi, Does anyone has any idea how to create notification system with combination of php, mysql and javascript. It should be something similar to facebook notification system (when someone make some action it should be automatically reported to other people on system through pop-up menu or something