Further Ideas: Using Notifications
This topic lists additional ideas to help you use notifications in your Pinned sites.
Examples
The following table provides examples of notifications that have been customized for various types of websites:
Site Type | Usage |
---|---|
Financial Site |
|
Social Gaming Site |
|
Blog |
|
Sports Site |
|
Photo Sharing Site |
|
Music Site |
|
Using Notifications for a Sports-based Pinned site
A developer for a sports-based Pinned site might want to create a site that keeps its users updated on the latest games, players, or news. For example, the user wants a notification to appear when one of the user's favorite basketball teams wins. It is easy to create a basketball icon overlay using the window.external.msSiteModeSetIconOverlay method discussed in Working with Custom Icon Overlays. Different icons can be created for different sports and the developer can customize them using a tool like X-Icon Editor.
Using Notifications for a Photo Sharing Site
A developer for a photo sharing Pinned site might want to create a site that notifies its users when their friends send photos to each other.
Using Notifications for a Music Pinned site
A developer for a music-based Pinned site might want to flash the Taskbar button when the user reaches the end (or near the end) of a playlist. This can be done with the window.external.msSiteModeActivate method discussed in Flashing the Pinned Site Taskbar Button. Getting attention to keep an ongoing task running (like a playlist) is one of the few reasons why you would want to flash a Taskbar button.
Related topics
Tasks
Further Ideas: Using Dynamic Jump Lists
Further Ideas: Using Thumbnail Toolbars
Conceptual