<?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>Custom Wordpress Themes</title>
	<atom:link href="http://www.customwordpressthemes.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.customwordpressthemes.com</link>
	<description>CustomWordpressTheme.com</description>
	<lastBuildDate>Mon, 19 Dec 2011 17:17:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to create a favicon for wordpress</title>
		<link>http://www.customwordpressthemes.com/tutorials/how-to-create-a-favicon-for-wordpress</link>
		<comments>http://www.customwordpressthemes.com/tutorials/how-to-create-a-favicon-for-wordpress#comments</comments>
		<pubDate>Mon, 19 Dec 2011 17:17:00 +0000</pubDate>
		<dc:creator>Jacky</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.customwordpressthemes.com/?p=36</guid>
		<description><![CDATA[You want to creat favicon. Yes you do, even if you don&#8217;t know it yet. First a link, which will explain everything you need to know about favicons. Have you ever seen these tiny little squares at the very left &#8230; <a href="http://www.customwordpressthemes.com/tutorials/how-to-create-a-favicon-for-wordpress">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You want to creat favicon. Yes you do, even if you don&#8217;t know it yet. First a link, which will explain everything you need to know about <a title="Favicons" href="http://customwordpressthemes.com/tutorials/favicons-and-why-you-need-them">favicons</a>.</p>
<p>Have you ever seen these tiny little squares at the very left of a tab?</p>
<p><a href="http://www.customwordpressthemes.com/wp-content/uploads/2011/11/002-favicon.jpg"><img class="size-medium wp-image-37 aligncenter" title="002-favicon" src="http://www.customwordpressthemes.com/wp-content/uploads/2011/11/002-favicon-300x142.jpg" alt="" width="300" height="142" /></a>This means the page you are viewing doesn&#8217;t have a favicon. At a first glance this is not a real problem, as long, as the entire site has a great appearance. But on a closer look this is maybe the biggest &#8220;tiny-fault&#8221; one can make creating a new website.</p>
<h2>Why does the favicon matter?</h2>
<p>As mentioned before the favicon is displayed in the tab which is holding your site. This means it&#8217;s a fast way for the user to distinguish tabs.</p>
<p>Furthermore the favicon is used in the bookmarks when a user decides to favorite your site, hence its name.</p>
<p>As you might already imagine, all of this means your favicon is one central point for your branding process.</p>
<p>So don&#8217;t take this issue lightly.</p>
<h2>Create favicon</h2>
<p>If you want to create a favicon there are several ways. First of all you can do it on your own or you can use an ico maker. You can even choose to create favicon online such as <a title="http://www.favicon.co.uk" href="http://www.favicon.co.uk/" target="_blank">favicon.co.uk</a> or <a title="http://tools.dynamicdrive.com/favicon" href="http://tools.dynamicdrive.com/favicon" target="_blank">Dynamic Drive</a>,</p>
<h2>How to create a favicon</h2>
<p>The easiest way is to create your favicon on your own:</p>
<ol>
<li>Open your favorite painting program (<em>e.g. Photoshop</em>).</li>
<li>Create a 16&#215;16 px picture.</li>
<li>Start being creative (<em>that&#8217;s a bit of a challenge with only 16x16px but you can do it</em>).</li>
<li>Save your file.</li>
</ol>
<p>If your program is capable to save your file as .ico just do so. If it&#8217;s not save your file as .gif and just change the file format afterwards. Usually this won&#8217;t break the file.</p>
<h2>Favicon maker</h2>
<p>Of course you can use a favicon creator. Usually you will just upload your logo (or any other kind of image) and the ico generator will make favicon by just resizing the image.</p>
<p>But the results may vary depending on the technique used to scale the image.</p>
<h2>Favicon code</h2>
<p>Relative:</p>
<p><code>&lt;link rel="shortcut icon" href="/favicon.ico" /&gt;</code></p>
<p>Absolute:</p>
<p><code><code>&lt;link rel="shortcut icon" href="http://www.example.com/favicon.ico"/&gt;</code></code><code></code></p>
<h2>WordPress favicon</h2>
<p>To use your favicon wordpress has no built in function (yet). It&#8217;s fairly easy to implement anyways.</p>
<ol>
<li>Go to your WordPress Administration Panel.</li>
<li>Click on &#8220;Appearance&#8221;.</li>
<li>Click on &#8220;Editor&#8221;.</li>
<li>Choose &#8220;Header&#8221; or &#8220;header.php&#8221; from the list on the right and click it.</li>
<li>Find &lt;head&gt; and enter a new line below.</li>
<li>Insert the favicon code given above.</li>
<li>Change the relative or absolute address according to the actual location of your favicon.</li>
<li>Save your changes</li>
</ol>
<p>That&#8217;s all about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.customwordpressthemes.com/tutorials/how-to-create-a-favicon-for-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favicons and why you need them</title>
		<link>http://www.customwordpressthemes.com/tutorials/favicons-and-why-you-need-them</link>
		<comments>http://www.customwordpressthemes.com/tutorials/favicons-and-why-you-need-them#comments</comments>
		<pubDate>Tue, 15 Nov 2011 01:02:45 +0000</pubDate>
		<dc:creator>Jacky</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.customwordpressthemes.com/?p=40</guid>
		<description><![CDATA[Lets talk about favicons. &#8220;Favicon&#8221; comes from &#8220;fav icon&#8221; which means &#8220;favorite icon&#8221;. But what is it and where is it used? Lets get started on favicons In this example the Google favicon is shown: For this favicon Firefox is &#8230; <a href="http://www.customwordpressthemes.com/tutorials/favicons-and-why-you-need-them">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Lets talk about favicons. &#8220;Favicon&#8221; comes from &#8220;fav icon&#8221; which means &#8220;favorite icon&#8221;. But what is it and where is it used?</p>
<h2>Lets get started on favicons</h2>
<p>In this example the Google favicon is shown:</p>
<p><a href="http://www.customwordpressthemes.com/wp-content/uploads/2011/11/003-google-favicon.jpg"><img class="size-full wp-image-43 aligncenter" title="003-google-favicon" src="http://www.customwordpressthemes.com/wp-content/uploads/2011/11/003-google-favicon.jpg" alt="" width="384" height="161" /></a>For this favicon Firefox is used as my browser of choice. Obviously you may choose any other browser with few differences if it comes to favicons. As you can see favicons are displayed in tabs, additionally they appear left to the location bar where you can use them to create new windows or drag and drop for bookmarks and if you change the properties of your bookmark you can even use the favicon itself as your bookmark.</p>
<h2>Favicon file format</h2>
<p>.ico, .png and .gif are suported formats by a wide range of browsers. However, Internet Explorer only supports the .ico file format. Since Internet Explorer is still widely spread, you&#8217;re well advised to make .ico your favicon format of choice.</p>
<h2>Favicon size</h2>
<p>The possible favicon size ranges from 16&#215;16, over 32&#215;32 to 48&#215;48 pixels. But since the actual favicon displayed in your browser will be 16&#215;16 pixels choosing this size will guarantee optimum results.</p>
<p>Also a favicon is usually restricted to 8-bit, 24-bit, or 32-bit in color depth. Of course there are ways to circumvent this restraint. But due to cross browser compatibility you can guess what my advise will be <img src='http://www.customwordpressthemes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>Favicon Html</h2>
<p>If you want to add favicon to your site, the favicon Html has to be included somewhere in the header of your html file:</p>
<p><code>&lt;html&gt;<br />
&lt;head&gt;<br />
<span style="background-color: #ffff99;">&lt;link rel="shortcut icon" href="/favicon.ico" /&gt;</span><br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;!-- Your content here --&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</code></p>
<p>You can either use a relative path, like in the example above or you can use an absolute address like this:</p>
<p><code><code>&lt;link rel="shortcut icon" href="http://www.example.com/favicon.ico"/&gt;</code></code></p>
<p>It doesn&#8217;t really matter where your file is located. Although it might be a good idea to keep it in your root folder where it can easily be found if you ever want to change it. Additionaly this will make sure your favicon is displayed in your subscribers’ feedreader since the root folder is the default location for the favicon.</p>
<h2>Animated favicon</h2>
<p>You might think about getting an animated favicon gif. Animated always means that there is a good chance your visitors might feel offended. Not because of the actual image, but flashing or moving gifs always create the feeling of being screamed at. It&#8217;s like the annoying guy on a party who can&#8217;t stop talking although everybody is already trying to ingnore him.</p>
<p>Secondly, and even more important, not all browsers support animated favicons. Especially Internet Explorer which, as already mentioned above, still refuses to accept any other favicon format than .ico<sup>[1]</sup>.</p>
<h2>Favicons</h2>
<p>To create a favicon just create a 16x16px image with .ico as file format. Store it to your root folder and include it by using the code given above.</p>
<h2>Sources</h2>
<p>[1] <a title="Favicon - Wikipedia" href="http://en.wikipedia.org/wiki/Favicon" target="_blank">Wikipedia &#8211; favicon</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.customwordpressthemes.com/tutorials/favicons-and-why-you-need-them/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting out</title>
		<link>http://www.customwordpressthemes.com/uncategorized/starting-out</link>
		<comments>http://www.customwordpressthemes.com/uncategorized/starting-out#comments</comments>
		<pubDate>Thu, 10 Nov 2011 14:50:36 +0000</pubDate>
		<dc:creator>Jacky</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.customwordpressthemes.com/?p=26</guid>
		<description><![CDATA[There it is. Plain, boring, empty. A fresh installation of wordpress and the default Twenty Eleven Theme. Nothing fancy, nothing special. This is how (almost) every brand new blog is born these days. This is, how this very blog is &#8230; <a href="http://www.customwordpressthemes.com/uncategorized/starting-out">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There it is. <strong>Plain, boring</strong>, empty.</p>
<p>A fresh installation of wordpress and the default <strong>Twenty Eleven</strong> Theme. Nothing fancy, nothing special. This is how (<em>almost</em>) every brand new blog is born these days.</p>
<p><a href="http://www.customwordpressthemes.com/wp-content/uploads/2011/11/001-brand-new-blog.jpg"><img class="size-medium wp-image-28 aligncenter" title="001-brand-new-blog" src="http://www.customwordpressthemes.com/wp-content/uploads/2011/11/001-brand-new-blog-300x272.jpg" alt="" width="300" height="272" /></a></p>
<p>This is, how <em>this</em> very blog is starting out right now. Does it have to stay this way? Certainly not. There are hundreds of theme developers, <strong>thousands of themes</strong>, billions of designs out there just waiting to dress up your blog and make it fancy.</p>
<p>Although it is possible to set up your blog with a cute new look in a matter of minutes (<em>which is indeed the smart thing to do</em>) this is not what I&#8217;m going to do here. I will start out with the bare minimum (<em>twenty eleven</em>) and start to <strong>create</strong> &#8220;an experience&#8221;.</p>
<p>I will document my way from plain and boring to (<em>hopefully</em>) <strong>immaculate and awesome</strong>. Will this take long?</p>
<p>Probably.</p>
<p>But I don&#8217;t want fast-and-fancy. I wont longlasting and <strong>professional</strong>.</p>
<p>If you&#8217;re interested to <strong>follow me</strong> along my way or even jump on and move along, you&#8217;re very welcome and any kind of comment is highly appreciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.customwordpressthemes.com/uncategorized/starting-out/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginnings &#8230;</title>
		<link>http://www.customwordpressthemes.com/buzz/beginnings</link>
		<comments>http://www.customwordpressthemes.com/buzz/beginnings#comments</comments>
		<pubDate>Tue, 01 Nov 2011 15:30:07 +0000</pubDate>
		<dc:creator>Jacky</dc:creator>
				<category><![CDATA[Buzz]]></category>

		<guid isPermaLink="false">http://www.customwordpressthemes.com/?p=1</guid>
		<description><![CDATA[Beginnings are usually scary and endings are usually sad but it&#8217;s everything inbetween that makes it all worth living. Sandra Bullock &#8211; Hope Floats]]></description>
			<content:encoded><![CDATA[<blockquote><p>Beginnings are usually scary and endings are usually sad but it&#8217;s everything inbetween that makes it all worth living.</p></blockquote>
<p>Sandra Bullock &#8211; Hope Floats</p>
]]></content:encoded>
			<wfw:commentRss>http://www.customwordpressthemes.com/buzz/beginnings/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

