Skip to content

Posts from the ‘jQuery’ Category

20
Feb
gmail_logo_stylized

jQuery.favicon moved to GitHub

jQuery.favicon plugin was moved to GitHub repository https://github.com/viatsyshyn/jQuery.favicon.

24
Sep
gmail_logo_stylized

Animating favicon with jQuery.favicon plugin

In my last post about Dynamic favicon generation I’ve described how to use jQuery.favicon, to dynamically draw favicon content. In his post I’d like to introduce new feature of jQuery.favicon plugin – jQuery.favicon.animate(), that simplifies animation of favicon and allows customization of each frame via HTML5 Canvas

Read more »

20
Sep
gmail_logo_stylized

Dynamic favicon generation with Javascript

In my recent post about Browser tab’s icons I’ve come across nice idea of Remy Sharp (@rem). He suggests to use HTML5 Canvas and draw current day on Google Calandar icon. It’s a great feature to have on board so I’ve added it to my jQuery.favicon plugin.

So, how it works? Read more »

17
Sep
gmail_logo_stylized

Browser tab’s icon as notification tool

In this world web browser became more then just a tool to view a web page. Now it’s like an operation system. We can see all this modern web applications like Gmail, Twitter, Facebook. We have them all opened in separate browser tabs. But what happen when we leave the tab? Web application is still working, but we can’t see what happens there. So web developers use sounds and window.title to notify user that something happend (new chat message, email, tweet, etc.). But the thing is that modern user has a lot of opened tabs in his browser and each tab became too narrow to see that title has changed. So user gets confused when checks all the tabs to find out “who made that sound”. So what can help our users?

Read more »