<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Add Favicons To Websites Without One</title>
	<atom:link href="http://www.ghacks.net/2008/07/18/add-favicons-to-websites-without-one/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net/2008/07/18/add-favicons-to-websites-without-one/</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 09 Nov 2009 10:25:22 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James</title>
		<link>http://www.ghacks.net/2008/07/18/add-favicons-to-websites-without-one/#comment-469604</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 03 Sep 2008 16:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=5408#comment-469604</guid>
		<description>Why are you using a program to add favicons?
You can do it all in the head tag (substitute &gt; and &lt; for ^ in real code):
^head profile=&quot;http://www.w3.org/2005/10/profile&quot;^
^link rel=&quot;icon&quot; 
      type=&quot;image/png&quot; 
      href=&quot;http://example.com/myicon.png&quot;^
[…]
^/head^
This is portable between browsers and works with any picture file format, not just .ico. You can even use a .gif for an animated favicon; see harveyserv.ath.cx/redx, which uses a pulsing red X.</description>
		<content:encoded><![CDATA[<p>Why are you using a program to add favicons?<br />
You can do it all in the head tag (substitute &gt; and &lt; for ^ in real code):<br />
^head profile=&#8221;http://www.w3.org/2005/10/profile&#8221;^<br />
^link rel=&#8221;icon&#8221;<br />
      type=&#8221;image/png&#8221;<br />
      href=&#8221;http://example.com/myicon.png&#8221;^<br />
[…]<br />
^/head^<br />
This is portable between browsers and works with any picture file format, not just .ico. You can even use a .gif for an animated favicon; see harveyserv.ath.cx/redx, which uses a pulsing red X.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
