<?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>Skin of Stars &#187; favicons</title>
	<atom:link href="http://skinofstars.com/tag/favicons/feed/" rel="self" type="application/rss+xml" />
	<link>http://skinofstars.com</link>
	<description>Machines, Media and Miscellanea</description>
	<lastBuildDate>Sat, 19 May 2012 11:27:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<cloud domain='skinofstars.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Favicons</title>
		<link>http://skinofstars.com/2009/01/favicons/</link>
		<comments>http://skinofstars.com/2009/01/favicons/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 18:50:18 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Programming & Design]]></category>
		<category><![CDATA[favicons]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Sorry for being a little late with the post. I&#8217;ll be quick as I&#8217;m still working on my aforementioned project. I thought I&#8217;d talk a moment on favicons considering the talk on Google&#8217;s recent change. First thing you need is a favicon.ico file. There are all sorts of programs that, some free some not, that can do this job for<a href="http://skinofstars.com/2009/01/favicons/"> ...&#160;Read the remaining 52 words</a>]]></description>
			<content:encoded><![CDATA[<p>Sorry for being a little late with the post. I&#8217;ll be quick as I&#8217;m still working on my aforementioned project.</p>
<p>I thought I&#8217;d talk a moment on favicons considering the <a href="http://news.bbc.co.uk/1/hi/magazine/7839744.stm">talk on Google&#8217;s recent change</a>.</p>
<p>First thing you need is a favicon.ico file. There are all sorts of programs that, some free some not, that can do this job for you. Instead I&#8217;d recommend using a web service, <a href="http://favicon.cc">favicon.cc</a>.</p>
<p>Once you&#8217;ve saved your favicon and uploaded it to some webspace (however you prefer) then you need to link that icon to your code. This is pretty simple, just include the following code in the <code>&lt;head&gt;</code> section of your HTML:</p>
<p><code>&lt;link rel="icon" href="http://example.com/favicon.ico" /&gt;</code></p>
<p>Job done.</p>
]]></content:encoded>
			<wfw:commentRss>http://skinofstars.com/2009/01/favicons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

