<?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>Php Development &#187; favico</title>
	<atom:link href="http://www.maheshchari.com/tag/favico/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maheshchari.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 17 Jan 2012 02:42:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>favico tutorial</title>
		<link>http://www.maheshchari.com/favico-tutorial/</link>
		<comments>http://www.maheshchari.com/favico-tutorial/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 12:28:16 +0000</pubDate>
		<dc:creator>mahesh chari</dc:creator>
				<category><![CDATA[Html]]></category>
		<category><![CDATA[favico]]></category>

		<guid isPermaLink="false">http://www.maheshchari.com/?p=374</guid>
		<description><![CDATA[How to Add fav icon to your web site What is fav icon? a favicon is really nothing more than a tiny png image with a .ico extension and sized to 16x 16 or 32 x 32. How to create fav icon? So, the first thing you need to do is to create the image [...]]]></description>
			<content:encoded><![CDATA[<h1>How to Add fav icon to your web site</h1>
<h3>What is fav icon?  </h3>
<p>a favicon is really nothing more than a tiny png image with a <strong>.ico </strong>extension and sized to <strong>16x 16 </strong>or <strong>32 x 32</strong>.  </p>
<h3>How to create fav icon?  </h3>
<p>So, the first thing you need to do is to create the image that you want to use; whatever you use, don’t make it too complex because small detail tend to get lost when re sized to a tiny 16 by 16 pixels.Create a image that sized square model image.then you should re size to 16&#215;16 px or 32x32px.here we can use photoshop , corel draw and gimp ..etc.before saving the image just add extension ico,instead of regular images gif,png,jpg.  </p>
<h3>Why should i give ico extension name?</h3>
<p> Mostly <strong>modern </strong>browsers supports any format of image,but it must compatibly with older browsers also.you can give regular formats like favicon.gif,favicon.png,favicon.jpg also.  </p>
<h3>Where should i keep this icon on server?</h3>
<p> Moslty browser search for favicon in root folder,so if you keep this icon on root directory like ,<strong>www ,public_html </strong>directory on <strong>server</strong>.<br />
  you can keep this icon not only root directory ,its your choice.if so you have to<strong> add small html code shwon below</strong> in header of each page of site. It works on your local server also.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">  	&lt;head&gt;
	&lt;link rel=&quot;shortcut icon&quot; href=&quot;favicon.ico&quot; &gt;
	&lt;/head&gt;</pre></td></tr></table></div>

<h3>Adding GIF images as favicon</h3>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">  	&lt;head&gt;
	&lt;link rel=&quot;shortcut icon&quot; href=&quot;favicon.ico&quot; &gt;
	&lt;link rel=&quot;icon&quot; href=&quot;animated_favicon.gif&quot; type=&quot;image/gif&quot; &gt;
	&lt;/head&gt;</pre></td></tr></table></div>

<p>
 in the above code we use two type of favicons . <strong>favicon.ico</strong> for old browsers don&#8217;t support gif images.<br />
 <strong>animated_favicon.gif </strong>is for modern browser supports. </p>
<img src="http://www.maheshchari.com/?ak_action=api_record_view&id=374&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.maheshchari.com/favico-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

