<?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"
	>
<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>
	<pubDate>Thu, 20 Nov 2008 19:48:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<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 &#62; and &#60; for ^ in real code):
^head profile="http://www.w3.org/2005/10/profile"^
^link rel="icon" 
      type="image/png" 
      href="http://example.com/myicon.png"^
[…]
^/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>
