<?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>TrueStar Computer Solutions Technology Blog &#187; Website Development</title>
	<atom:link href="http://www.truestarcomputers.com/trueblog/category/website-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.truestarcomputers.com/trueblog</link>
	<description>Staying on top of your Mac, PC, and Linux Computer</description>
	<lastBuildDate>Wed, 01 Jun 2011 20:56:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Adding a &#8220;Favicon&#8221; to your Website</title>
		<link>http://www.truestarcomputers.com/trueblog/2008/07/adding-a-favicon-to-your-website/</link>
		<comments>http://www.truestarcomputers.com/trueblog/2008/07/adding-a-favicon-to-your-website/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 02:35:25 +0000</pubDate>
		<dc:creator>TrueStarTE</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Firefox Tweeks and Add-ons]]></category>
		<category><![CDATA[Free Programs]]></category>
		<category><![CDATA[Website Development]]></category>

		<guid isPermaLink="false">http://truestarcomputers.com/trueblog/2008/07/11/adding-a-favicon-to-your-website/</guid>
		<description><![CDATA[Favicon? I&#8217;m sure by now most of you have noticed the &#8220;favicons&#8221; located in the address bar of your browser or in  your favorites/bookmarks links: *Adding a &#8220;Favicon&#8221; to your website is actually a pretty simple process.  Follow the instructions below to add a favicon to your site. Adding the Favicon: 1. Create your favicon. [...]]]></description>
			<content:encoded><![CDATA[<p><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></p>
<p><strong>Favicon?</strong></p>
<p>I&#8217;m sure by now most of you have noticed the &#8220;favicons&#8221; located in the address bar of your browser or in  your favorites/bookmarks links:</p>
<p><img src="http://www.truestarcomputers.com/images/favicon/favicon%20uns%20mrked01.png" title="Favicon in webpage" alt="Favicon in webpage" /></p>
<p>*Adding a &#8220;Favicon&#8221; to your website is actually a pretty simple process.  Follow the instructions below to add a favicon to your site.</p>
<p><strong>Adding the Favicon:</strong></p>
<p><strong>1. </strong>Create your favicon.</p>
<p>To create your <a href="http://en.wikipedia.org/wiki/Favicon" title="What is a favicon" target="_blank">favicon</a> (a 16&#215;16 pixel .ico image), you may create one, or select an image of your choice and edit it with a graphics design/editing program like <a href="http://www.adobe.com/products/photoshop/photoshopextended/" title="Adobe CS3 (Graphics Editting and Much More)" target="_blank">Adobe Photoshop/CS3</a>, the <a href="http://www.gimp.org/" title="The GIMP (free GNU Image Manipulation Program)" target="_blank">GIMP</a>, or some free services (<a href="http://www.html-kit.com/favicon/" title="Create a favicon" target="_blank">here</a> for instance) offered by numerous websites on the net.</p>
<p><strong>2. </strong>Upload the favicon to the directory/folder in which your website&#8217;s index page (website&#8217;s home page) is located.</p>
<p><strong>3. </strong>Add the following line of text between the &lt;head&gt; tags (&lt;head&gt; and &lt;/head&gt; respectively) of your index page:</p>
<p>&lt;<span class="start-tag">link</span><span class="attribute-name"> rel</span>=<span class="attribute-value">&#8220;icon&#8221; </span><span class="attribute-name">href</span>=<span class="attribute-value">&#8220;favicon.ico&#8221; </span><span class="attribute-name">type</span>=<span class="attribute-value">&#8220;image/x-icon&#8221; </span><span class="error"><span class="attribute-name">/</span></span>&gt;</p>
<p><u><strong>Note:</strong></u></p>
<p>[make sure that your favicon/icon is called "favicon.ico" (wihout the qoutes) or whatever the name of your favicon/image is.  The browser will try to load (as the favicon) whatever image name you put after "href=" ].  Please note that this image does NOT have to be a &#8220;.ico&#8221; image.  <i>You may also use such images as a non-compressed/compressed PNG or a GIF.  All browsers may not support PNGs or GIFs however. </i></p>
<p><u><strong>Also:</strong></u></p>
<p>If you are having issues with this showing up in your browser, such as <a href="http://www.mozilla.com/en-US/" title="What is Firefox?" target="_blank">Firefox</a>, <a href="http://www.opera.com/" title="What is Opera?" target="_blank">Opera</a>, <a href="http://kmeleon.sourceforge.net/download.php" title="What is K-Meleon?" target="_blank">K-Meleon</a>, or any other browser, you may wish to put a &#8220;?&#8221; (question mark without quotes) after the URL as shown below:</p>
<p>&lt;<span class="start-tag">link</span><span class="attribute-name"> rel</span>=<span class="attribute-value">&#8220;icon&#8221; </span><span class="attribute-name">href</span>=<span class="attribute-value">&#8220;favicon.ico?&#8221; </span><span class="attribute-name">type</span>=<span class="attribute-value">&#8220;image/x-icon&#8221; </span><span class="error"><span class="attribute-name">/</span></span>&gt;  <strong>(question mark located after &#8220;favicon.ico)</strong></p>
<p><strong>4. </strong>Publish/Post your edited index page.</p>
<p><strong>5. </strong>Refresh your browser by pressing f5 on your keyboard or by pressing and holding the &#8220;Ctrl&#8221; key and momentarily pressing &#8220;R&#8221; on your keyboard.</p>
<p>This completes the implementation of the favicon.</p>
<p><strong>Note:  </strong>You may wish to check whether your favicon is showing up on a different computer/different browser to avoid issues with it not showing up. Also note that on a Linux/Unix server, you must make sure that all your text matches exactly ( Characters/letters are case-sensitive on Linux/Unix servers.)</p>
<p>* This refers to adding a favicon to your unix-based server and may be different given your situation and Server Operating System.</p>
<p>Your TrueStar Technology Expert</p>
<p><a href="http://www.truestarcomputers.com"><br />
<img src="http://www.truestarcomputers.com/imgs/blog/TrueStar%20Power/Powered%20by%203.3%20uns%20res%20(comp).jpg" title="Powered by TrueStar Computer Solutions" alt="Powered by TrueStar Computer Solutions" width="501" height="202" /> </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.truestarcomputers.com/trueblog/2008/07/adding-a-favicon-to-your-website/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>

