Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
1

desktop notifications

Community Beginner ,
Jul 22, 2011 Jul 22, 2011

I have a website which includes a table for inputing scores. I'd like to have a desktop notification pop up when a score is input. I'm not sure where to even begin on creating a desktop notification. I was hoping to getvsome help , pointers or even atleast some direction. Is really appreciate it. Thanks in advance. As far as desktop notification is like it to look something like this...   http://www.google.com/m/search?q=dropbox+notification&pbx=1&aq=f&oq=&a qi=-k0d0t0&fkt=2109&fsdt=1248...  Like what dropbox has.   John

TOPICS
Server side applications
637
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 24, 2011 Jul 24, 2011

Those are many different types of desktop notifications.  Some are Windows OS, some are Growl (Mac).  You won't be able to get those from a website unless you made the browser which is unlikely.  Have you considered developing an AIR application and building in a notification system or migrating in a third party system like Growl?  That's probably going to be the best way to go about this.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 24, 2011 Jul 24, 2011

What would I use for windows based system?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 24, 2011 Jul 24, 2011

jokenadrian23 wrote:

What would I use for windows based system?

Most solutions use pop up windows in the Adobe AIR application.  Take for instance an application like Tweetdeck.  I don't think there is a Windows equivilent to Growl but I could be wrong.  I would suggest posting your topic in the Adobe AIR Development forum to go about getting started with an AIR application. 

http://forums.adobe.com/community/air

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jul 25, 2011 Jul 25, 2011
LATEST

Do a search for html5 desktop notification. Google chrome supports desktop notification from the browser using html5.

best,

Shocker

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines