Skip to content

Instantly share code, notes, and snippets.

@bsatrom
Created June 10, 2011 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bsatrom/1019272 to your computer and use it in GitHub Desktop.
Save bsatrom/1019272 to your computer and use it in GitHub Desktop.
$('head').ie9ify({
applicationName: 'User InExperience',
tooltip: 'Brandon Satrom on Development, Design and Architecture',
tasks: [ {
'name': 'Blog',
'action': 'http://www.userinexperience.com/blog.aspx',
'icon': 'favicon.ico'
},
{
'name': 'Twitter',
'action': 'http://twitter.com/brandonsatrom',
'icon': 'http://a3.twimg.com/a/1285890902/images/iefavicon.ico'
},
{
'name': 'Stack Overflow',
'action': 'http://stackoverflow.com/users/380135/brandon-satrom',
'icon': 'http://sstatic.net/stackoverflow/img/favicon.ico'
}]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment