<?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>Scruffy Uncle</title>
	<atom:link href="http://www.scruffyuncle.co.uk/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.scruffyuncle.co.uk</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 19 Jul 2009 15:44:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adding Favicon</title>
		<link>http://www.scruffyuncle.co.uk/?p=200</link>
		<comments>http://www.scruffyuncle.co.uk/?p=200#comments</comments>
		<pubDate>Sun, 19 Jul 2009 15:12:05 +0000</pubDate>
		<dc:creator>Sponz</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tips n' Tricks]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.scruffyuncle.co.uk/?p=200</guid>
		<description><![CDATA[Thought I’d show you how simple it is to add a favicon to your sites. You&#8217;ll sometimes see them in the nav bar at the top of your screen, some websites have them, some don&#8217;t, but it&#8217;s dead easy to add them and they add that little polished touch to your site.

So yeah I know [...]]]></description>
			<content:encoded><![CDATA[<p>Thought I’d show you how simple it is to add a favicon to your sites. You&#8217;ll sometimes see them in the nav bar at the top of your screen, some websites have them, some don&#8217;t, but it&#8217;s dead easy to add them and they add that little polished touch to your site.</p>
<p><span id="more-200"></span></p>
<p>So yeah I know I’ve been away for what seems like an age. Partly due to work commitments and partly (mostly) due to the fact that we&#8217;re expecting our first child in under a month and there are so many things to do !!!</p>
<p>Anyway, you&#8217;re here to see how easy it is to add a favicon to your website, so keep reading.</p>
<p>So first things first, you need to create your icon image. I&#8217;m going to assume you are using photoshop as it&#8217;s most designers tool of choice. The image you need to create is 16 x 16 and bare in mind that some images when reduced to this size just become impossible to see clearly. I tend to stick to as few colours as possible.</p>
<p>On great resource for ready made icon files is ICON FINDER. You&#8217;ll find a link to it in my sidebar under resources should you want to go and have a look.</p>
<p>So, back to the job in hand. Once you&#8217;ve created your file, you&#8217;ll need to save it in ICO format. Photoshop doesn&#8217;t save in this format out of the box but there are plugins that will add this functionality. I use this one <a href="http://www.telegraphics.com.au/sw/" target="_blank" > >>Click Here<<</a></p>
<p>One you have your file there are a couple of things left to do.</p>
<p>Firstly, upload the file to your root directory (the same directory your main index file resides).</p>
<p>Secondly, if you&#8217;re using Wordpress you can drop the file directly in to your theme folder right along side all of the other theme files.</p>
<p>Lastly you need to add a small line of code to your HEADER to link the file to your website.</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">&lt;link rel=<span class="st0">&quot;shortcut icon&quot;</span> href=<span class="st0">&quot;favicon.ico&quot;</span> &gt;</div>
</li>
</ol>
</div>
<p>And that&#8217;s it, that&#8217;s all you need to do. You should end up with something along the lines of the icon you can see for my site up there.</p>
<p>Hope you found this useful, let me know.</p>
<p>I&#8217;m off to do some more thinking about our baby&#8217;s arrival !!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scruffyuncle.co.uk/?feed=rss2&amp;p=200</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Custom Page Order</title>
		<link>http://www.scruffyuncle.co.uk/?p=183</link>
		<comments>http://www.scruffyuncle.co.uk/?p=183#comments</comments>
		<pubDate>Sun, 21 Jun 2009 15:54:05 +0000</pubDate>
		<dc:creator>Sponz</dc:creator>
				<category><![CDATA[Tips n' Tricks]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Navigation]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.scruffyuncle.co.uk/?p=183</guid>
		<description><![CDATA[Wordpress is a fantastic bit of software, so simple to use, easy to install, effortless to expand with the use of plugins etc. It does however have it’s flaws. Ever wanted to re-order your page links so they aren’t displayed alphabetically ?

Obviously this is something that is likely to be addressed in future releases of [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress is a fantastic bit of software, so simple to use, easy to install, effortless to expand with the use of plugins etc. It does however have it’s flaws. Ever wanted to re-order your page links so they aren’t displayed alphabetically ?</p>
<p><span id="more-183"></span></p>
<p>Obviously this is something that is likely to be addressed in future releases of Wordpress, but as of 2.8 there is still no obvious way to do this. It has a built in function when you a defining the pages to add an order to them, but all it tends to do is display them in that order in the admin panel while leaving the actual page order on your site in the same condition as it was before.</p>
<p>There is a simple way around this.</p>
<p>Step 1. Go in to your admin panel and change the order of the pages there by editing each page individually and assigning an order in the menu on the right under “Attributes”.</p>
<p><img src="http://www.scruffyuncle.co.uk/wp-content/uploads/2009/06/1.jpg" alt="Attributes" title="Attributes" width="281" height="297" class="aligncenter size-full wp-image-196" /></p>
<p>What you should find is that this re-orders the list of pages you see in the page admin section but doesn’t change the order on your site.</p>
<p>Step 2. Add the following code where you want your page list to appear, if you are using the page widget then disable that and use this instead. To use the page list as navigation for instance, you could use the following example.</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">&lt;div id=<span class="st0">&quot;nav&quot;</span>&gt;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &lt;ul&gt;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="kw2">&lt;?php</span> wp_list_pages<span class="br0">&#40;</span><span class="st0">&quot;title_li=&lt;h2&gt;Pages&lt;/h2&gt;&amp;sort_column=menu_order&quot;</span><span class="br0">&#41;</span>; <span class="kw2">?&gt;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;</div>
</li>
<li class="li2">
<div class="de2">&lt;/div&gt;</div>
</li>
</ol>
</div>
<p>That’s it, when you next view your site you should see the pages appear in the order in the admin panel. You can obviously style the menu then to your hearts content.</p>
<p>This is bound to be fixed in a future release but until then, I hope you find this useful. Let me know if you do.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scruffyuncle.co.uk/?feed=rss2&amp;p=183</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 Step, 30 Second, Stylish Background</title>
		<link>http://www.scruffyuncle.co.uk/?p=167</link>
		<comments>http://www.scruffyuncle.co.uk/?p=167#comments</comments>
		<pubDate>Tue, 26 May 2009 20:16:12 +0000</pubDate>
		<dc:creator>Sponz</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wallpapers]]></category>

		<guid isPermaLink="false">http://www.scruffyuncle.co.uk/?p=167</guid>
		<description><![CDATA[Ever wondered how those stylish blur effects were created that seem to be the base of a number of wallpaper designs? Well here you can find out, in 2 easy steps taking no more than 30 seconds, and you can use just about any image you have to hand.

So&#8230; I&#8217;m going to start with our [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wondered how those stylish blur effects were created that seem to be the base of a number of wallpaper designs? Well here you can find out, in 2 easy steps taking no more than 30 seconds, and you can use just about any image you have to hand.</p>
<p><span id="more-167"></span></p>
<p>So&#8230; I&#8217;m going to start with our good friend Boba Fett. Don&#8217;t get too hung up on the actual image, all you need is something with a fairly high contrast and preferable a few colours in it. </p>
<p><img src="http://www.scruffyuncle.co.uk/wp-content/uploads/2009/05/13.jpg" alt="Boba" title="Boba" width="500" height="375" class="aligncenter size-full wp-image-178" /></p>
<p>Choose FILTER >> BLUR >> MOTION BLUR and choose the following settings. </p>
<p><img src="http://www.scruffyuncle.co.uk/wp-content/uploads/2009/05/2.jpg" alt="Settings1" title="Settings1" width="330" height="386" class="aligncenter size-full wp-image-173" /></p>
<p>You&#8217;re nearly there. Told you it wasn’t a long tutorial !! </p>
<p>The only thing left for a more dramatic appearance is to play around with the levels. </p>
<p>Go to IMAGE >> ADJUSTMENTS >> LEVELS and use the following settings. </p>
<p><img src="http://www.scruffyuncle.co.uk/wp-content/uploads/2009/05/3.jpg" alt="Settings2" title="Settings2" width="413" height="377" class="aligncenter size-full wp-image-175" /></p>
<p>That&#8217;s it !!! </p>
<p>You can use it however you see fit, whether it&#8217;s the basis for a background image for a website, or a custom wallpaper etc. The steps are easy, the possibilities endless. </p>
<p>Finished Image&#8230; </p>
<p><img src="http://www.scruffyuncle.co.uk/wp-content/uploads/2009/05/4.jpg" alt="Final Image" title="Final Image" width="500" height="375" class="aligncenter size-full wp-image-176" /></p>
<p>Hope you found this useful. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.scruffyuncle.co.uk/?feed=rss2&amp;p=167</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Wordpress Plugins</title>
		<link>http://www.scruffyuncle.co.uk/?p=128</link>
		<comments>http://www.scruffyuncle.co.uk/?p=128#comments</comments>
		<pubDate>Mon, 18 May 2009 07:46:35 +0000</pubDate>
		<dc:creator>Sponz</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.scruffyuncle.co.uk/?p=128</guid>
		<description><![CDATA[There are hundreds of great wordpress plugins available free of charge at the moment. Here is a list of my favourite plugins used on this site. They take seconds to install and setup and save you a ton of time in the long run.

Check them out and let me know what you think.

Google XML Sitemap [...]]]></description>
			<content:encoded><![CDATA[<p>There are hundreds of great wordpress plugins available free of charge at the moment. Here is a list of my favourite plugins used on this site. They take seconds to install and setup and save you a ton of time in the long run.</p>
<p><span id="more-128"></span></p>
<p>Check them out and let me know what you think.</p>
<p><a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" title="Visit Link"><br />
<h3>Google XML Sitemap Generator</h3>
<p></a>This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog. It supports all of the WordPress generated pages as well as custom ones. Every time you edit or create a post, your sitemap is updated and all major search engines that support the sitemap protocol, like ASK.com, Google, MSN Search and YAHOO, are notified about the update.</p>
<p><a href="http://semperfiwebdesign.com/portfolio/wordpress/wordpress-plugins/all-in-one-seo-pack/" title="Visit Link"><br />
<h3>All-In-One SEO Pack</h3>
<p></a>Optimizes your Wordpress blog for Search Engines (Search Engine Optimization)</p>
<p><a href="http://www.deanlee.cn/wordpress/code_highlighter_plugin_for_wordpress/" title="Visit Link"><br />
<h3>Code Highlighter</h3>
<p></a>This plugin using Geshi to highlight source code in your posts for an improved viewing experience.</p>
<p><a href="http://xavisys.com/2008/04/wordpress-twitter-widget/" title="Visit Link"><br />
<h3>Twitter Widget Pro</h3>
<p></a>A widget that properly handles twitter feeds, including @username and link parsing. It supports displaying profiles images, and even lets you control whether to display the time and date of a tweet or how long ago it happened (about 5 hours ago, etc).</p>
<p><a href="http://leandrow.net/lastfm/" title="Visit Link"><br />
<h3>iLast FM</h3>
<p></a>The plugin iLast.Fm provides a complete integration between your blog and your Last.fm account. You can show on your blog what music you are listening to, your top albums, top artists, loved tracks, and much more. Can show the CD covers or information, or both.</p>
<p><a href="http://hungrycoder.xenexbd.com/node/656" title="Visit Link"><br />
<h3>Blog Reordering</h3>
<p></a>Reorder your blog posts in multiple ways including custom ordering instead of typical date wise post display. You can also mark any post as sticky that will be always placed at top.</p>
<p><a href="http://wpguy.com/plugins/category-order/" title="Visit Link"><br />
<h3>Category Reordering</h3>
<p></a>The Category Order plugin allows you to easily reorder your categories the way you want via drag and drop.</p>
<p>These are just a few of the ones I use but are my favourites I guess. Let me know what you think of them, or if you use any that I should know about etc.</p>
<p>Enjoy&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scruffyuncle.co.uk/?feed=rss2&amp;p=128</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>5 Old School Inspirations</title>
		<link>http://www.scruffyuncle.co.uk/?p=11</link>
		<comments>http://www.scruffyuncle.co.uk/?p=11#comments</comments>
		<pubDate>Wed, 18 Feb 2009 14:19:14 +0000</pubDate>
		<dc:creator>Sponz</dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.scruffyuncle.co.uk/?p=11</guid>
		<description><![CDATA[Well this is my first post, my first venture in to a design blog so I thought I&#8217;d start by sharing 5 of the sites that first got me interested in design.


247 Media Studios


Ultrashock


Spoono


The Liquid Fridge


The Hospital

So many things influence me now, from product packaging, films, TV, business card and logo design, all sorts of [...]]]></description>
			<content:encoded><![CDATA[<p>Well this is my first post, my first venture in to a design blog so I thought I&#8217;d start by sharing 5 of the sites that first got me interested in design.</p>
<p><span id="more-11"></span></p>
<p>
<h3>247 Media Studios</h3>
<p><a href="http://www.24-7media.de/retrospective/"><img src="http://www.scruffyuncle.co.uk/wp-content/uploads/2009/02/247.jpg" alt="247 Media Studios" title="247 Media Studios" width="500" height="100" class="alignnone size-full wp-image-103" /></a></p>
<p>
<h3>Ultrashock</h3>
<p><a href="http://www.ultrashock.com/"><img class="alignnone size-full wp-image-104" title="ultrashock" src="http://www.scruffyuncle.co.uk/wp-content/uploads/2009/02/ultrashock.jpg" alt="ultrashock" width="500" height="100" /></a></p>
<p>
<h3>Spoono</h3>
<p><a href="http://www.spoono.com/"><img src="http://www.scruffyuncle.co.uk/wp-content/uploads/2009/02/spoono.jpg" alt="spoono" title="spoono" width="500" height="100" class="alignnone size-full wp-image-122" /></a></p>
<p>
<h3>The Liquid Fridge</h3>
<p><a href="http://www.liquidfridge.co.za/"><img src="http://www.scruffyuncle.co.uk/wp-content/uploads/2009/02/fridge.jpg" alt="fridge" title="fridge" width="500" height="100" class="alignnone size-full wp-image-123" /></a></p>
<p>
<h3>The Hospital</h3>
<p><a href="http://hospital.apoka.com/"><img src="http://www.scruffyuncle.co.uk/wp-content/uploads/2009/02/hospital.jpg" alt="hospital" title="hospital" width="500" height="100" class="alignnone size-full wp-image-124" /></a></p>
<p>So many things influence me now, from product packaging, films, TV, business card and logo design, all sorts of things&#8230;. but these were some of the first sites I ever set eyes on that made me instantly want to join in the fun.</p>
<p> There are countless other sites that had the same effect and I&#8217;ll be sharing some more with you one day I&#8217;m sure, just thought these would be a nice way to kick off my blog here.</P></p>
<p>Feel free to leave your own links or make comments.</p>
<p>Enjoy&#8230;</P></p>
]]></content:encoded>
			<wfw:commentRss>http://www.scruffyuncle.co.uk/?feed=rss2&amp;p=11</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
