Re: Chrome Desktop Notification for Django

2014-11-17 Thread Collin Anderson
;> though you could also use websockets or polling (checking every few >> minutes/seconds). >> >> https://developer.mozilla.org/en-US/docs/Web/API/EventSource >> http://en.wikipedia.org/wiki/Server-sent_events >> >> Collin >> >> On Tuesday,

Re: Chrome Desktop Notification for Django

2014-11-13 Thread Max Nathaniel Ho
wrote: >> >> I found this excellent example on Chrome Desktop Notification - Chrome >> desktop notification example? >> <http://www.google.com/url?q=http%3A%2F%2Fstackoverflow.com%2Fquestions%2F2271156%2Fchrome-desktop-notification-example&sa=D&sntz=1&us

Re: Chrome Desktop Notification for Django

2014-11-12 Thread Collin Anderson
day, November 11, 2014 8:12:43 PM UTC-5, Max Nathaniel Ho wrote: > > I found this excellent example on Chrome Desktop Notification - Chrome > desktop notification example? > <http://www.google.com/url?q=http%3A%2F%2Fstackoverflow.com%2Fquestions%2F2271156%2Fchrome-desktop-notification

Chrome Desktop Notification for Django

2014-11-11 Thread Max Nathaniel Ho
I found this excellent example on Chrome Desktop Notification - Chrome desktop notification example? <http://stackoverflow.com/questions/2271156/chrome-desktop-notification-example> I am able to create the Desktop Notification by clicking a button. However, that is pretty front-en

Chrome Desktop Notification

2014-11-10 Thread Max Nathaniel Ho
Hi all, I've been tasked to create a simple Chrome Desktop notification module. >From what I have read up so far, I think it means having a desktop notification with a message whenever a certain action is done through the use of Chrome Extension. Has anyone done a similar task, or