<?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; Favicon</title>
	<atom:link href="http://webdesignandsuch.com/tag/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>
		<item>
		<title>How to create &amp; add a Favicon to your website or Blog</title>
		<link>http://webdesignandsuch.com/2009/01/how-to-create-add-a-favicon-to-your-website-or-wordpress-blog/</link>
		<comments>http://webdesignandsuch.com/2009/01/how-to-create-add-a-favicon-to-your-website-or-wordpress-blog/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 16:47:12 +0000</pubDate>
		<dc:creator>ilz</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Favicon]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webdesignandsuch.com/?p=31</guid>
		<description><![CDATA[First off.. what is a FAVICON? A Favicon is the little picture that shows up next to the domain name in your web browser. Read on to find out how to create your own Favicon, and add it to your website, or WordPress Blog. The first step is to download the Photoshop plugin to save [...]]]></description>
			<content:encoded><![CDATA[<p>First off.. what is a <strong>FAVICON</strong>?</p>
<p>A <strong>Favicon</strong> is the little picture that shows up next to the domain name in your web browser.</p>
<div class="wp-caption aligncenter" style="width: 253px"><img class="frame" title="WD&amp;S Favicon" src="http://webdesignandsuch.com/imagesForPosts/faviconPost/wdsFavicon.jpg" alt="WD&amp;S Favicon" width="243" height="34" /><p class="wp-caption-text">WD&amp;S Favicon</p></div>
<div class="wp-caption aligncenter" style="width: 232px"><img class="frame" title="Beantown Design Favicon" src="http://webdesignandsuch.com/imagesForPosts/faviconPost/beantownFavicon.jpg" alt="Beantown Design Favicon" width="222" height="34" /><p class="wp-caption-text">Beantown Design Favicon</p></div>
<p>Read on to find out how to create your own <strong>Favicon</strong>, and add it to your <strong>website</strong>, or <strong>WordPress Blog</strong>.</p>
<p><span id="more-31"></span></p>
<p>The first step is to download the<strong> Photoshop plugin</strong> to save files as the <strong>Windows ICO format</strong>. <a href="http://webdesignandsuch.com/imagesForPosts/faviconPost/ICOformat.zip">I uploaded it here for you to download.</a> Download that, install in Photoshop and you&#8217;re good to go.</p>
<p>The reason creating a successful Favicon is tricky is that you are creating a piece of art that is only 16 x 16 pixels.. pretty small right? I speak from experience when I say that some thought needs to go into this process for the end result to look any good. The best technique is to create a larger image first, (say 64 x 64), and then reduce the size to 16 x 16.</p>
<div class="wp-caption aligncenter" style="width: 508px"><img title="Favicon Size" src="http://webdesignandsuch.com/imagesForPosts/faviconPost/faviconSize.jpg" alt="save 16x16 px" width="498" height="397" /><p class="wp-caption-text">save 16x16 px</p></div>
<p>If the Photoshop plugin is installed correctly, you will be able to choose ISO format when you save the file.</p>
<p><img class="aligncenter" title="Favicon Format" src="http://webdesignandsuch.com/imagesForPosts/faviconPost/saveFormat.jpg" alt="" width="328" height="36" /></p>
<p><img class="aligncenter" title="Save Favicon" src="http://webdesignandsuch.com/imagesForPosts/faviconPost/saveFavicon.jpg" alt="" width="385" height="195" /></p>
<p>Save that in the main image folder of your website. Then, in the head of your XHTML page, add the following code:</p>
<div class="codeBox"><strong>&lt;link rel=&#8221;shortcut icon&#8221; href=&#8221;images/favicon.ico&#8221;  /&gt;</strong></div>
<p>That&#8217;s all you need. Although, I needed to use the direct link for the Favicon on this site, most likely because it&#8217;s set up in PHP.. so it would look like this:</p>
<p><strong><br />
</strong><em> </em></p>
<div class="codeBox">&lt;link rel=&#8221;shortcut icon&#8221;  href=&#8221;http://webdesignandsuch.com/wp-content/themes/themeName/images/favicon.ico&#8221; /&gt;</div>
<p>You can also make animated Favicons.. this does not have full support in all browsers; but then again nothing cool ever does! I&#8217;ll cover that in another post. Check out <a href="http://beantowndesign.com" target="_blank">BeantownDesign</a> for an example of an animated Favicon. <a href="http://webdesignandsuch.com/2009/10/how-to-create-an-animated-favicon-for-your-website-or-wordpress-blog/">Here is a tutorial</a> on how to create and add animated favicons to your website or blog.</p>
<p>Here are a couple Favicon Galleries for inspiration thanks to Smashing Magazine:</p>
<p><a href="http://www.smashingmagazine.com/2007/01/31/inspire-yourself-50-remarkable-favicons/" target="_blank">Gallery One</a></p>
<p><a href="http://www.smashingmagazine.com/2007/03/29/inspire-yourself-more-creative-favicons/" target="_blank">Gallery Two</a></p>
<p><a href="http://www.smashingmagazine.com/2007/06/14/creative-favicons-when-small-is-beautiful/" target="_blank">Gallery Three</a></p>
<p><a href="http://www.smashingmagazine.com/2007/09/11/creative-favicons-tiny-artwork/" target="_blank">Gallery Four</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://webdesignandsuch.com/2009/10/how-to-create-an-animated-favicon-for-your-website-or-wordpress-blog/" rel="bookmark" class="crp_title">Create an Animated Favicon for your website</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/03/creating-a-panorama-in-photoshop-for-the-web/" rel="bookmark" class="crp_title">Creating a Panorama in Photoshop for the web</a></li><li><a href="http://webdesignandsuch.com/2009/12/how-to-create-a-custom-iphone-icon-for-your-website/" rel="bookmark" class="crp_title">How to create a custom iPhone icon for your website</a></li><li><a href="http://webdesignandsuch.com/2009/01/hello-world/" rel="bookmark" class="crp_title">Bonjour Design Peeps!</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/01/how-to-create-add-a-favicon-to-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/01/how-to-create-add-a-favicon-to-your-website-or-wordpress-blog/&amp;title=How+to+create+%26+add+a+Favicon+to+your+website+or+Blog" 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/01/how-to-create-add-a-favicon-to-your-website-or-wordpress-blog/&amp;title=How+to+create+%26+add+a+Favicon+to+your+website+or+Blog" 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/01/how-to-create-add-a-favicon-to-your-website-or-wordpress-blog/&amp;bm_description=How+to+create+%26+add+a+Favicon+to+your+website+or+Blog&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/01/how-to-create-add-a-favicon-to-your-website-or-wordpress-blog/&amp;title=How+to+create+%26+add+a+Favicon+to+your+website+or+Blog" 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/01/how-to-create-add-a-favicon-to-your-website-or-wordpress-blog/&amp;title=How+to+create+%26+add+a+Favicon+to+your+website+or+Blog" 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/01/how-to-create-add-a-favicon-to-your-website-or-wordpress-blog/&amp;title=How+to+create+%26+add+a+Favicon+to+your+website+or+Blog" 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/01/how-to-create-add-a-favicon-to-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=How+to+create+%26+add+a+Favicon+to+your+website+or+Blog+-+http://b2l.me/ap65gu&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/01/how-to-create-add-a-favicon-to-your-website-or-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
