<?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>Robert Fyffe - Freelance Web Designer located in Glasgow, Scotland</title>
	<atom:link href="http://www.robertfyffe.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robertfyffe.com</link>
	<description>Portfolio of Robert Fyffe</description>
	<lastBuildDate>Tue, 23 Feb 2010 23:15:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>And you were a Crow &#8230; The Parlor Mob</title>
		<link>http://www.robertfyffe.com/blog/music/and-you-were-a-crow-the-parlor-mob/</link>
		<comments>http://www.robertfyffe.com/blog/music/and-you-were-a-crow-the-parlor-mob/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 13:44:37 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.robertfyffe.com/?p=747</guid>
		<description><![CDATA[I have recently come across a superb New Jersey band called &#8220;The Parlor Mob&#8221;. Named after a 19th Century gang with the same name I initially heard a song by them on the radio titled &#8220;Hard Times&#8221; and was straight away drawn to them. They are one of the few modern bands that I consider ]]></description>
			<content:encoded><![CDATA[<p>I have recently come across a superb New Jersey band called &#8220;The Parlor Mob&#8221;. Named after a 19th Century gang with the same name I initially heard a song by them on the radio titled &#8220;Hard Times&#8221; and was straight away drawn to them. They are one of the few modern bands that I consider to play good old rock and roll music.</p>
<p>Forme<img class="alignleft size-full wp-image-755" title="medium_crowcover" src="http://www.robertfyffe.com/wp-content/themes/orginal/work//medium_crowcover.jpg" alt="" width="246" height="246" />d back in 2004, the four-piece band consisting of guitarists Paul Ritchie and David Rosen drummer Sam Bey, bassist Nicholas Villapiano, and vocalist Mark Melicia released their debut album in 2008 called &#8220;And You Were A Crow&#8221; and my initial thoughts were Led Zeppelin.</p>
<p>Quite a statement you might be thinking? Well, I am a huge fan of Led Zeppelin and in my eyes there will only ever be one Led Zeppelin, however that doesn&#8217;t stop other bands adapting a similar style as many bands over the years have done.</p>
<p>The album has 12 excellent tracks with my personal favourite being the opening track “Hard Times&#8221;. The track starts with a short but intense drum blast from Sam Bey that is then backed up with powerful Angus Young type guitar riffs from Paul and David. Mark on vocals delivers an incredible shrieking performance that even the incredible Robert Plant would enjoy. The rest of the album follows suit, with lengthy guitar solos and piercing vocals.</p>
<p>The Parlor Mob experiment a lot with several different rock conventions such as Alternative and Blues Rock which can be heard on the superb track #3 titled &#8220;Everything You’re Breathing For”. I am not sure when or if they going to release any more albums but I hope they do as this album in years to come could become a classic.</p>
<p>For more information about the band check out their official website.</p>
<p><a href="http://www.theparlormob.com/">www.theparlormob.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertfyffe.com/blog/music/and-you-were-a-crow-the-parlor-mob/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Begin creating you own custom Wordpress Theme &#8211; Part 1</title>
		<link>http://www.robertfyffe.com/blog/tutorials/begin-creating-you-own-custom-wordpress-theme-part-1/</link>
		<comments>http://www.robertfyffe.com/blog/tutorials/begin-creating-you-own-custom-wordpress-theme-part-1/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 14:03:16 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.robertfyffe.com/?p=697</guid>
		<description><![CDATA[If you are looking to use Wordpress as a fully blown Content Management System you will have to learn how to create your own custom theme. I recommend reading the article I posted called &#8220;Understanding Wordpress Themes&#8221; first, as it will give you a good understanding of how themes work in Wordpress.
First off I suggest ]]></description>
			<content:encoded><![CDATA[<p>If you are looking to use Wordpress as a fully blown Content Management System you will have to learn how to create your own custom theme. I recommend reading the article I posted called &#8220;<a href="../blog/tutorials/understanding-wordpress-themes/">Understanding Wordpress Themes</a>&#8221; first, as it will give you a good understanding of how themes work in Wordpress.</p>
<p>First off I suggest setting up a new testing Wordpress Installation if you all ready have a live website. This way you can experiment with your theme and it will not affect your live website. This is a pretty straightforward procedure; it is just a matter of creating a new folder in the<strong> root </strong>of your <strong>remote </strong>directory and uploading the latest version of Wordpress to this folder ensuring that you have entered all your database details in the &#8220;wp-config.php&#8221; file. The name of the folder is not too important but for the purpose of this article I have gave it the name &#8220;testing&#8221;. Once you have uploaded Wordpress you can complete the installation by loading it in your browser by entering the name of the new folder you created along with the location of the Wordpress installation file like so:</p>
<p>www.yourdomain.com/testing/wp-admin/install.php</p>
<p>When you are working with themes you only need to be concerned with the &#8220;wp-content/themes&#8221; directory on your <strong>remote </strong>installation as this is where your themes must be uploaded. I recommend using the default theme that is in this directory as a starting point, because it all ready has all the default page templates. So to get started you will need to get your files organised<strong> locally</strong> to make it as quick and simple as possible to upload your files.</p>
<p>When working with FTP clients I recommended at the beginning configuring the default <strong>local</strong> and <strong>remote </strong>directories. This greatly simplifies uploading theme files, as it will by default go to the correct directories when you login. When choosing your default<strong> local</strong> directory, select the newly created &#8220;testing&#8221; folder on your computer and when selecting the <strong>remote</strong> folder choose &#8220;wp-content/themes&#8221;.</p>
<p>I like to organise my <strong>local</strong> folders in a specific way to make it as simple and easy as possible to edit and upload the files. See below what my <strong>local </strong>setup would be when working with the new &#8220;testing&#8221; Wordpress website.</p>
<p><strong>Local Site Map<br />
</strong></p>
<div class="blogcode">
<ul>
<li>Testing (root)
<ul>
<li><strong>www (subfolder) </strong>
<ul>
<li>images (folder)
<ul>
<li>all mages used</li>
</ul>
</li>
<li>js (folder)</li>
<li>404.php</li>
<li>archive.php</li>
<li>comments.php</li>
<li>footer.php</li>
<li>header.php</li>
<li>index.php</li>
<li>page.php</li>
<li>single.php</li>
<li>style.css</li>
<li>sidebar.php</li>
<li>functions.php</li>
</ul>
</li>
<li><strong>source files (subfolder) </strong>
<ul>
<li>photoshop (folder)
<ul>
<li>any photoshop files</li>
</ul>
</li>
<li>other (folder)
<ul>
<li>all other files</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<p><strong> </strong>As you can see above I only have the theme files<strong> locally </strong>as you never really need to touch any of the other files within Wordpress.</p>
<p><strong>&#8230; so far you should have:</strong><br />
Created a testing Wordpress website on your host<br />
Configured your FTP clients <strong>local</strong> and <strong>remote </strong>directories<br />
Organised your<strong> local </strong>folders to suit working with Wordpress</p>
<p><strong>Footnotes</strong><br />
When we are talking about <strong>Local</strong> and <strong>Remote</strong> Directories, the difference between these two is any file that is on your local directory means that the file is on your computer and any file that is on the remote directory is on  your web host or server.</p>
<p>If you would like any further help with what I have talked about so far leave me a comment and I will get back to you as soon as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertfyffe.com/blog/tutorials/begin-creating-you-own-custom-wordpress-theme-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding Wordpress Themes</title>
		<link>http://www.robertfyffe.com/blog/tutorials/understanding-wordpress-themes/</link>
		<comments>http://www.robertfyffe.com/blog/tutorials/understanding-wordpress-themes/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 22:33:45 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.robertfyffe.com/?p=674</guid>
		<description><![CDATA[If you are a newbie to Wordpress and are wanting to customise the design and layout of your website, you will firstly have to understand how Wordpress themes work. This is a very important part to learn as it will allow you to fully utilise the power that Wordpress possesses.
Every Wordpress website is controlled by ]]></description>
			<content:encoded><![CDATA[<p>If you are a newbie to Wordpress and are wanting to customise the design and layout of your website, you will firstly have to understand how Wordpress themes work. This is a very important part to learn as it will allow you to fully utilise the power that Wordpress possesses.</p>
<p>Every Wordpress website is controlled by a specific set of files that work together to generate the front end user interface, which is basically what you see when you load the website up in your browser. These files consist of a stylesheet and various template files that make up your website theme. In the most basic form a theme could consist of the following files:</p>
<div class="blogcode"><code> header.php<br />
index.php<br />
single.php<br />
page.php<br />
archive.php<br />
404.php<br />
comments.php<br />
search.php<br />
footer.php<br />
style.css<br />
</code></div>
<p>All these are standard theme files therefore Wordpress will recognise these as templates and use them accordingly. Wordpress retrieves these template files depending on the action the user has performed on the website. For example if the user does a search, the &#8220;search.php&#8221; template will be called, if they load the comments page, the &#8220;comments.php&#8221; template will be called and if they request an archive item, yes you guessed it, the &#8220;archive.php&#8221; will be called.</p>
<p>However, it is possible to add your own custom templates to the theme so that you are able to control individual pages of your website. Controlling individual pages is extremely important when using Wordpress as a Content Management System, as you might want to use a different layout or call specific content to these pages. An example of custom template files could be a blog page or a news page. For my own website I have the following template files:</p>
<div class="blogcode"><code> index.php<br />
single.php <strong>(I have multiple single templates files setup)</strong><br />
page.php<br />
archive.php<br />
404.php<br />
comments.php<br />
search.php<br />
blog.php <strong>(<strong>custom template</strong>)</strong><br />
portfolio.php <strong>(<strong>custom template</strong>)</strong><br />
category.php <strong>(<strong>custom template</strong>)</strong><br />
</code></div>
<p>As you can see above I have created several customised template pages so that my content can be displayed on my website exactly how I want. To create a custom template for your website you will have to define this as a template by adding a specific PHP tag to the top of the file. See below for an example.</p>
<div class="blogcode"><code> &lt;?php<br />
/* Template Name: portfolio */<br />
?&gt;<br />
</code></div>
<p>To define a new theme a specific comment <strong>must </strong>be placed at the top of the stylesheet. What these comments do, is give the theme a unique name, which enable Wordpress to identify it as an actual theme. Below shows the comment used on the stylesheet within the default Wordpress theme.</p>
<div class="blogcode">/*<br />
Theme Name: WordPress Default<br />
Theme URI: http://wordpress.org/<br />
Description: The default WordPress theme based on the famous &lt;a href=&#8221;http://binarybonsai.com/kubrick/&#8221;&gt;Kubrick&lt;/a&gt;.<br />
Version: 1.6<br />
Author: Michael Heilemann<br />
Author URI: http://binarybonsai.com/<br />
Tags: blue, custom header, fixed width, two columns, widgets<br />
*/</div>
<p>All your theme files are located in subdirectories residing in <em>&#8220;wp-content/themes&#8221;</em>.</p>
<p>I have tried to explain as clearly as think I can how Wordpress themes work and I hope that someone finds this post useful. If you would like additional information or help on understanding Wordpress themes please leave a comment and I will respond as soon as possible.</p>
<p>In my next &#8220;Tutorial&#8221; post I will discuss theme development further by showing how to begin creating your own custom Wordpress Theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertfyffe.com/blog/tutorials/understanding-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reid Furniture</title>
		<link>http://www.robertfyffe.com/work/reid-furniture-2/</link>
		<comments>http://www.robertfyffe.com/work/reid-furniture-2/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 22:47:54 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.robertfyffe.com/?p=660</guid>
		<description><![CDATA[<h4><a href="http://www.reidfurniture.com">www.reidfurniture.com</a></h4>
Well known furniture retailer that have many stores located over the UK and Ireland]]></description>
			<content:encoded><![CDATA[<h4><a href="http://www.reidfurniture.com">www.reidfurniture.com</a></h4>
<p>Well known furniture retailer that have many stores located over the UK and Ireland.</p>
<p><strong>My Responsibilites</strong><br />
My current responsibilities for Reid Furniture include maintaining the smooth running of the website from adding new products to coming up with new ways to improve the experience for the user.</p>
<p><strong>Skills Used</strong><br />
Magento, Photoshop, Indesign</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertfyffe.com/work/reid-furniture-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delivered with a level of passion and soul &#8230; Carlos Santana</title>
		<link>http://www.robertfyffe.com/blog/music/delivered-with-a-level-of-passion-and-soul/</link>
		<comments>http://www.robertfyffe.com/blog/music/delivered-with-a-level-of-passion-and-soul/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 16:12:11 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.robertfyffe.com/?p=642</guid>
		<description><![CDATA[Today I was having a look around at the various websites of the artists that I like, to see who I thought had the best. One of the best that I had come across was the website of the legendary Latin blues man Carlos Santana. However I use&#8221;Latin Blues&#8221; lightly as he has an ever ]]></description>
			<content:encoded><![CDATA[<p>Today I was having a look around at the various websites of the artists that I like, to see who I thought had the best. One of the best that I had come across was the website of the legendary Latin blues man Carlos Santana. However I use&#8221;Latin Blues&#8221; lightly as he has an ever evolving sound that can wander into many other genres.</p>
<p>Anyone who has listened to his music will know the visionary type of music  that he plays and this is heavily referenced on his website, through the use of eccentric colours, images and patterns. When you first enter the website straight away you can see that the use of media is a very dominant part of the design as it used to convey the artistic personality of Carlos. This is reinforced by the very slight rotation in the background of the website which adds that little extra touch of class.</p>
<p><img class="size-full wp-image-647 alignleft" title="Santana Website Screen" src="http://www.robertfyffe.com/wp-content/themes/orginal/work//santant-website.jpg" alt="Santana Website Screen" width="316" height="214" /></p>
<p>Santana is not only renowned for his humanitarian work but also is responsible for an incredible project titled &#8220;Architects of a new Dawn&#8221;. Sounds interesting doesn&#8217;t it? Well, the aim or vision of this project is to bring people from all walks of life together to create a new, positive change  in our world.</p>
<p>Santana states on the &#8220;Architects of a new Dawn&#8221; website:</p>
<p>&#8220;<em>As the title implies, my vision for <em>AOAND</em> is a multi-tiered media company whose approach to building a new reality for the planet is based on inspiration, creativity, love &amp; forgiveness. This is where my passion lies, and I wish to bring it forth by combining music, sacred thoughts and inspirational media.</em>&#8221;</p>
<p>The reason that I bring AOAND up is because you get the impression from his own website that he is very positive and forward thinking man and that if we all participate together we can create something spectacular.</p>
<p><a href="http://www.aoand.com/">www.aoand.com</a></p>
<p>I initially thought of one of my favourite albums by Santana, which is &#8220;Supernatural&#8221; when I was on the website due to the similar style of cover art used. This album features a lot collaborations with various artists such as Eagle Eye Cherry, Lauryn Hill and Rob Thomas. I especially like the Rob Thomas collaboration which you can view on uTube video below.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="490" height="347" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/4rRlBmJiz5k&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="490" height="347" src="http://www.youtube.com/v/4rRlBmJiz5k&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>I highly recommend checking his website out, I doubt you will be disappointed.</p>
<p><a href="http://www.santana.com">www.santana.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertfyffe.com/blog/music/delivered-with-a-level-of-passion-and-soul/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Love escalators? This could all change &#8230;</title>
		<link>http://www.robertfyffe.com/blog/videos/love-escalators-this-could-all-change/</link>
		<comments>http://www.robertfyffe.com/blog/videos/love-escalators-this-could-all-change/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 13:45:02 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.robertfyffe.com/?p=597</guid>
		<description><![CDATA[Came across this video while stumbling on my lunch break. An interesting concept, but could get annoying after a while!

]]></description>
			<content:encoded><![CDATA[<p>Came across this video while stumbling on my lunch break. An interesting concept, but could get annoying after a while!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="490" height="347" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/2lXh2n0aPyw&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="490" height="347" src="http://www.youtube.com/v/2lXh2n0aPyw&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertfyffe.com/blog/videos/love-escalators-this-could-all-change/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Butterfly and the Pig</title>
		<link>http://www.robertfyffe.com/blog/random/the-butterfly-and-the-pig/</link>
		<comments>http://www.robertfyffe.com/blog/random/the-butterfly-and-the-pig/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 20:27:03 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.robertfyffe.com/?p=578</guid>
		<description><![CDATA[Is there a better way to spend your weekend than chilling back, having a beer while listening to good old rock n&#8217; roll? Well over the past few weekends this is how I have been spending mine, at the originally named &#8220;The Butterfly and the Pig&#8221;.

I have been living in Glasgow now for almost six ]]></description>
			<content:encoded><![CDATA[<p>Is there a better way to spend your weekend than chilling back, having a beer while listening to good old rock n&#8217; roll? Well over the past few weekends this is how I have been spending mine, at the originally named &#8220;The Butterfly and the Pig&#8221;.</p>
<p><img class="size-full wp-image-584 alignleft" title="7737_medium" src="http://www.robertfyffe.com/wp-content/themes/orginal/work//7737_medium.jpg" alt="" width="222" height="333" /></p>
<p>I have been living in Glasgow now for almost six months and I am kicking myself that I have only started going here as it has quickly become one of my favourite weekend hangout spots. When you first arrive at &#8220;The Butterfly and the Pig&#8221; and peer down at the old style basement bar you will not initially be aware of the treasure that lies beneath you. I was guilty of this so this is my chance to make up for it.</p>
<p>When you ascend down the stairs and enter &#8220;The Butterfly and the Pig&#8221; you will straight away be grabbed by the atmosphere through the great music and the big crowd that has gathered. As you make your way to the bar you will be struck by the old fashioned eccentric decor from the mismatched furniture to the music note plastered walls. You really are given a sense that you have stepped back in time and you could easily imagine Chuck Berry, Little Richard or Carl Perkins sitting at the bar sipping on, as John Lee Hooker once sang &#8220;One Bourbon, One Scotch and One Beer&#8221;.</p>
<p>The music is what really sets it apart for me from every other bar I have been to so far in Glasgow. As of now I have only been on either a Friday or Saturday night with the latter being my favourite. Their house band &#8220;The MeatMen&#8221; play every Saturday night and I highly recommend coming to see them. &#8220;The MeatMen&#8221; are a four piece band that play classics by greats such as Chuck Berry, Jerry Lee Lewis and Carl Perkins. Check out there Myspace below.</p>
<p><a href="http://www.myspace.com/themeatmenglasgow">www.myspace.com/themeatmenglasgow</a></p>
<p>It doesn&#8217;t stop there as the bathrooms are decorated in a similar style to the rest of the bar, with dark green and red tiles covering each wall. In a border type fashion several of the tiles have the outline of a Butterfly and Pig on them which I thought was an especially nice touch. The huge old fashioned sink and over hanging taps again reinforce the genre.</p>
<p>Located near the heart of the City center, the bar lies on Bath Street and I highly recommend anyone who enjoys good music, good atmosphere and best of all a good time to pay &#8220;The Butterfly and the Pig&#8221; a visit when they can. Their website is currently under construction but here is the link below for when they get it up and running.</p>
<p><a href="http://www.thebutterflyandthepig.com/">www.thebutterflyandthepig.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertfyffe.com/blog/random/the-butterfly-and-the-pig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Started Out With Nothin’ and I Still Got Most of it Left!</title>
		<link>http://www.robertfyffe.com/blog/music/i-started-out-with-nothin-and-i-still-got-most-of-it-left/</link>
		<comments>http://www.robertfyffe.com/blog/music/i-started-out-with-nothin-and-i-still-got-most-of-it-left/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 21:53:29 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.robertfyffe.com/?p=562</guid>
		<description><![CDATA[These past few days at work I have been listening a lot to a guy called Seasick Steve on Spotify. I really like this guys style, it so different and original from everyone at the moment.

I first became aware of Seasick Steve on Later with Jools Holland a couple of years back. I was amazed ]]></description>
			<content:encoded><![CDATA[<p>These past few days at work I have been listening a lot to a guy called Seasick Steve on Spotify. I really like this guys style, it so different and original from everyone at the moment.</p>
<p><img class="size-full wp-image-566 alignleft" title="seasicksteve" src="http://www.robertfyffe.com/wp-content/themes/orginal/work//seasicksteve.jpg" alt="Seasick Steve" width="300" height="197" /></p>
<p>I first became aware of Seasick Steve on Later with Jools Holland a couple of years back. I was amazed how he could create the deep southern blues sound with some of the most peculiar instruments you will ever see. These include a &#8220;Three-String Trance Wonder&#8221;, &#8220;One-Stringed Diddley Bow&#8221;, &#8220;Mississippi Drum Machine&#8221; and the &#8220;Morris Minor Guitar&#8221;. I&#8217;m not going to go into detail on these but there is always a little known search engine called Google!</p>
<p>I will however provide some thoughts on his music and I highly recommend his album titled, &#8220;I Started Out With Nothin’ and I Still Got Most of it Left&#8221;. Isn&#8217;t this just one of the best album names you have ever heard?</p>
<p>The self confessed hobo who has come from a poor background has not forgotten who or what he is through his fame, he just loves to play the blues. This in my eyes is a great trait for anyone and I think the above album title reflects this.</p>
<p>Check the album out at his official website below.</p>
<p><a href="http://www.seasicksteve.com/store/products,i-started-out-with-nothin-and-i-still-got-most-of-it-left_22.htm">www.seasicksteve.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertfyffe.com/blog/music/i-started-out-with-nothin-and-i-still-got-most-of-it-left/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Growing Empire of Johnny Cupcakes&#8230;</title>
		<link>http://www.robertfyffe.com/blog/random/the-growing-empire-of-johnny-cupcakes/</link>
		<comments>http://www.robertfyffe.com/blog/random/the-growing-empire-of-johnny-cupcakes/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 11:45:17 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.robertfyffe.com/?p=529</guid>
		<description><![CDATA[Originally started as a joke back in 2001 by Johnny Earle, this clothing brand is now known by Millions over the world. The brands symbol is a skull and crossbones, with a cupcake replacing the skull. Have a look at the uTube video below to see his awesome shop.

www.johnnycupcakes.com
]]></description>
			<content:encoded><![CDATA[<p>Originally started as a joke back in 2001 by Johnny Earle, this clothing brand is now known by Millions over the world. The brands symbol is a skull and crossbones, with a cupcake replacing the skull. Have a look at the uTube video below to see his awesome shop.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="490" height="347" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/5eDE6Y5Pwss&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="490" height="347" src="http://www.youtube.com/v/5eDE6Y5Pwss&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://www.johnnycupcakes.com/">www.johnnycupcakes.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertfyffe.com/blog/random/the-growing-empire-of-johnny-cupcakes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>David Garibaldi Speed Painter</title>
		<link>http://www.robertfyffe.com/blog/art/david-garibaldi-speed-painter/</link>
		<comments>http://www.robertfyffe.com/blog/art/david-garibaldi-speed-painter/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 22:26:42 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.robertfyffe.com/?p=532</guid>
		<description><![CDATA[These videos show some of the art that the fantastic David Garibaldi creates. His website link is at the bottom of the post.


http://garibaldiarts.com/
]]></description>
			<content:encoded><![CDATA[<p>These videos show some of the art that the fantastic David Garibaldi creates. His website link is at the bottom of the post.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="490" height="347" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/M-Uy5T4x-p4&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="490" height="347" src="http://www.youtube.com/v/M-Uy5T4x-p4&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="490" height="347" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/LKRg_ywoVnY&amp;hl=en_US&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="490" height="347" src="http://www.youtube.com/v/LKRg_ywoVnY&amp;hl=en_US&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://garibaldiarts.com/">http://garibaldiarts.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertfyffe.com/blog/art/david-garibaldi-speed-painter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
