Dynamic & Informative Favicons With JavaScript: Tinycon
12
Mar
// php the_time('Y') ?>
Favicons are great for helping readers to easily identify a website from a set of open browser tabs.
Tinycon is a JavaScript library that helps us offer more information using favicons by adding alert bubbles over the default image and updating it.
It uses HTML5 canvas to accomplish that and, for the browsers that don't support canvas or dynamic favicons, the feature falls back gracefully.
Tinycon is very useful for web pages with auto-refreshing data to display the latest value (un-read e-mails, new orders, support tickets, etc.) to the user without the need for that browser page being open.
Compatibility: All Modern Browsers
Website: http://tommoor.github.com/tinycon/
Download: https://github.com/tommoor/tinycon
Website: http://tommoor.github.com/tinycon/
Download: https://github.com/tommoor/tinycon
- Tags:
favicon HTML5
- Filed under: Extras, MIT License, Other Scripts/Apps.
- 1 Comment












One Response for "Dynamic & Informative Favicons With JavaScript: Tinycon"
Very neat. Thanks a bunch.