<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WebDesign &#38; Such &#187; Animated Favicon</title>
	<atom:link href="http://webdesignandsuch.com/tag/animated-favicon/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdesignandsuch.com</link>
	<description>a Beantown Design Production</description>
	<lastBuildDate>Wed, 08 Sep 2010 23:31:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Create an Animated Favicon for your website</title>
		<link>http://webdesignandsuch.com/2009/10/how-to-create-an-animated-favicon-for-your-website-or-wordpress-blog/</link>
		<comments>http://webdesignandsuch.com/2009/10/how-to-create-an-animated-favicon-for-your-website-or-wordpress-blog/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 11:05:13 +0000</pubDate>
		<dc:creator>ilz</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Animated Favicon]]></category>
		<category><![CDATA[Favicon]]></category>

		<guid isPermaLink="false">http://webdesignandsuch.com/?p=445</guid>
		<description><![CDATA[So you know what a favicon is..right? At least pretend you know what it is.. it&#8217;s the little picture that shows up in your browser bar right next to the domain name of the website you&#8217;re on. In this example you can see how the WebDesign&#038;Such favicon appears in the browser bar and in the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>So you know what a favicon is..right?</strong> At least pretend you know what it is.. it&#8217;s the little picture that shows up in your browser bar right next to the domain name of the website you&#8217;re on. In this example you can see how the WebDesign&#038;Such favicon appears in the browser bar and in the Firefox tab. You can also see the <a href="http://www.smashingmagazine.com/">Smashing Magazine</a> favicon (free shout for those guys).</p>
<p><img alt="" src="http://webdesignandsuch.com/imagesForPosts/favicon/favicon.jpg" title="favicon" class="alignnone" width="494" height="110" style="border:3px solid #edf2f6; "/></p>
<p>If you need to know how to add a regular favicon to your post or WordPress blog, I covered this in a previous post. <a href="http://webdesignandsuch.com/2009/01/how-to-create-add-a-favicon-to-your-website-or-wordpress-blog/">Check it out here</a>, there is also a link to the Photoshop plugin that you need to create the ico file.</p>
<p>The topic I&#8217;m going to cover today is slightly different however, I&#8217;m going to show you how to make an <strong>animated favicon</strong>.. niiiice! Here&#8217;s an example of an animated favicon, <img alt="" src="http://webdesignandsuch.com/imagesForPosts/favicon/favicon.gif" title="favicon" class="alignnone" width="16" height="16" class="frame" style="padding-left:3px; padding-right:3px"/>this is the favicon I used on a previous version of <a href="http://beantowndesign.com/">BeantownDesign.com</a></p>
<p><span id="more-445"></span></p>
<p>Create a new document in Photoshop with a different layer for each state that you want in your animation. I&#8217;ll show you the process of creating the current animated favicon on <a href="http://beantowndesign.com/">BeantownDesign.com</a>; which is a rather simple favicon with only two states, one black and one blue. </p>
<p><img alt="" src="http://webdesignandsuch.com/imagesForPosts/favicon/Picture-6.jpg" title="Favicon" class="alignnone" width="443" height="379" class="frame"/></p>
<p><img alt="" src="http://webdesignandsuch.com/imagesForPosts/favicon/Picture-7.jpg" title="favicon" class="alignnone" width="436" height="369" class="frame"/></p>
<p>You&#8217;ll see I have one layer for the black state and one for the blue state. Next step is to open the animation controls in Photoshop (located under Window in the menu). I&#8217;m not going to go into depth the process of creating an animated gif, it&#8217;s rather simple. Just create a new frame for each layer, choose the speed and you&#8217;re done.</p>
<p><img alt="" src="http://webdesignandsuch.com/imagesForPosts/favicon/Picture-8.jpg" title="favicon" class="alignnone" width="172" height="345" class="frame"/></p>
<p>The important thing here is how you save the file. I should probably mention again that your file size needs to be <strong>16&#215;16 pixels</strong>. Design it larger and then drop it down to this size. </p>
<p><img alt="" src="http://webdesignandsuch.com/imagesForPosts/favicon/Picture-11.jpg" title="favicon" class="alignnone" width="464" height="367" class="frame"/></p>
<p>So when you <strong>save this file</strong>, you are saving it as two things. First you save it as a .ico format, which is the regular favicon file format. Again, if you need the Photoshop plugin to create this file format, <a href="http://webdesignandsuch.com/2009/01/how-to-create-add-a-favicon-to-your-website-or-wordpress-blog/">check out this previous post</a>. Next you need to save it a gif. This is how we get the animation. So why save it as two versions you ask? Because like all things that are worth doing on the web, not all browsers support animated favicons **cough<em>InternetExplorer</em>cough**.<br />
<img alt="" src="http://webdesignandsuch.com/imagesForPosts/favicon/Picture-13.jpg" title="favicon" class="alignnone" width="344" height="230" class="frame"/></p>
<p><strong>Now lets move to the head of your html document.</strong> Here is how you call your favicon in. We link both the regular version of the favicon for non-compliant browsers, and then the animated version for people that are worthy. If the browser supports the animated version it ignores the regular version. So that&#8217;s it..you&#8217;re done!<br />
<img alt="" src="http://webdesignandsuch.com/imagesForPosts/favicon/Picture-15.jpg" title="favicon" class="alignnone" width="360" height="34" class="frame"/><br />
<strong>Something to keep in mind.</strong> My example uses a very simple animation, but let your creativity really flow. You can make a banner effect by having a long image and moving it slowly frame by frame.. or a zoom in, zoom out effect..the possiblities are endless.</p>
<p><img alt="" src="http://webdesignandsuch.com/imagesForPosts/favicon/Picture-16.jpg" title="favicon" class="alignnone" width="49" height="37" class="frame"/></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://webdesignandsuch.com/2009/01/how-to-create-add-a-favicon-to-your-website-or-wordpress-blog/" rel="bookmark" class="crp_title">How to create &#038; add a Favicon to your website or Blog</a></li><li><a href="http://webdesignandsuch.com/2009/07/beantowndesign-com-re-design-launch/" rel="bookmark" class="crp_title">BeantownDesign.com re-design Launch!</a></li><li><a href="http://webdesignandsuch.com/2009/02/colorzilla-20-firefox-add-on/" rel="bookmark" class="crp_title">ColorZilla 2.0 Firefox Add-On</a></li><li><a href="http://webdesignandsuch.com/2009/01/how-to-make-a-gravatar-avatar/" rel="bookmark" class="crp_title">How to make a Gravatar (avatar)</a></li><li><a href="http://webdesignandsuch.com/2009/03/creating-a-panorama-in-photoshop-for-the-web/" rel="bookmark" class="crp_title">Creating a Panorama in Photoshop for the web</a></li></ul></div>

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://webdesignandsuch.com/2009/10/how-to-create-an-animated-favicon-for-your-website-or-wordpress-blog/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://webdesignandsuch.com/2009/10/how-to-create-an-animated-favicon-for-your-website-or-wordpress-blog/&amp;title=Create+an+Animated+Favicon+for+your+website" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://webdesignandsuch.com/2009/10/how-to-create-an-animated-favicon-for-your-website-or-wordpress-blog/&amp;title=Create+an+Animated+Favicon+for+your+website" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://webdesignandsuch.com/2009/10/how-to-create-an-animated-favicon-for-your-website-or-wordpress-blog/&amp;bm_description=Create+an+Animated+Favicon+for+your+website&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://webdesignandsuch.com/2009/10/how-to-create-an-animated-favicon-for-your-website-or-wordpress-blog/&amp;title=Create+an+Animated+Favicon+for+your+website" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://webdesignandsuch.com/2009/10/how-to-create-an-animated-favicon-for-your-website-or-wordpress-blog/&amp;title=Create+an+Animated+Favicon+for+your+website" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://webdesignandsuch.com/2009/10/how-to-create-an-animated-favicon-for-your-website-or-wordpress-blog/&amp;title=Create+an+Animated+Favicon+for+your+website" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://webdesignandsuch.com/2009/10/how-to-create-an-animated-favicon-for-your-website-or-wordpress-blog/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Create+an+Animated+Favicon+for+your+website+-+http://b2l.me/ap75yf&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://webdesignandsuch.com/2009/10/how-to-create-an-animated-favicon-for-your-website-or-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
