Monday, June 3, 2024
54
rated 0 times [  55] [ 1]  / answers: 1 / hits: 17034  / 14 Years ago, fri, november 5, 2010, 12:00:00

I know W3C just publish their draft version of Web Notification to notify user. So, there is no browser that implement this method in their current or latest build browser.



Web Notifications Overview



After I search a lot of webs for finding all possible desktop notification in most browser.I found any 2 major browser that should support this.



1.Google Chrome and Webkit-based browser



Notification

(source: google.com)



Notification

(source: google.com)



Notification

(source: google.com)



We can use native Desktop notification function to show message like the following picture.



More infomation: The Chromium Projects - Desktop Notifications



2.Internet Explorer



For IE 5.5+, we can use createPopup function to notify use like in Google Chrome but it's much flexible more that Google Chrome.



Create



More information: CreatePopup Method on MSDN



Moreover, if we pin website to Windows 7 taskbar, we can use overlay icon to notify user too.



Overlay

(source: microsoft.com)



More information: IE9, Site Specific Browsers, and adding your own Jump List Items to Pinned Tabs



Other browser



I think we can use Pines Notify jQuery plugin to create in-browser notification.



Pines



Or do you have any desktop notification library or idea for suggesting me?



Thanks,



PS. If it does not have fine library, I will create it with myself.



Update I



Since IE8, it does not allow us to display popup outside current browser. For example, when IE is minimized, all popups are not displayed. So, Google Chrome is only one browser that has fully web notification API (FF 4 also has non-documented web notification API but it not work for now).


More From » cross-browser

 Answers
44
[#95068] Wednesday, November 3, 2010, 14 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ishmaelw

Total Points: 528
Total Questions: 96
Total Answers: 103

Location: Venezuela
Member since Sat, Apr 24, 2021
3 Years ago
;