<?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/"
	>

<channel>
	<title>Stephen Provis</title>
	<atom:link href="http://www.stephenprovis.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stephenprovis.com</link>
	<description></description>
	<pubDate>Wed, 10 Feb 2010 15:45:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Well done that man</title>
		<link>http://www.stephenprovis.com/2010/02/10/well-done-that-man/</link>
		<comments>http://www.stephenprovis.com/2010/02/10/well-done-that-man/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 15:45:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Music and Lyrics]]></category>

		<guid isPermaLink="false">http://www.stephenprovis.com/?p=42</guid>
		<description><![CDATA[Is it just me or does anyone else find Simon Cowell&#8217;s version of Everybody Hurts painfull to the ears, inappropriate and offensive?
Telling people that have been through a disaster such as this and who may have lost everyone they knew &#8216;not to worry, everybody hurts, your not alone&#8217; is not the most subtle thing to [...]]]></description>
			<content:encoded><![CDATA[<p>Is it just me or does anyone else find Simon Cowell&#8217;s version of Everybody Hurts painfull to the ears, inappropriate and offensive?<br />
Telling people that have been through a disaster such as this and who may have lost everyone they knew &#8216;not to worry, everybody hurts, your not alone&#8217; is not the most subtle thing to say.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stephenprovis.com/2010/02/10/well-done-that-man/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Found this video - reminds me of the good old days..</title>
		<link>http://www.stephenprovis.com/2010/01/17/found-this-video-reminds-me-of-the-good-old-days/</link>
		<comments>http://www.stephenprovis.com/2010/01/17/found-this-video-reminds-me-of-the-good-old-days/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 02:48:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[epoch]]></category>

		<guid isPermaLink="false">http://www.stephenprovis.com/?p=38</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/n0Z2o79D4PM&#038;hl=en_GB&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/n0Z2o79D4PM&#038;hl=en_GB&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stephenprovis.com/2010/01/17/found-this-video-reminds-me-of-the-good-old-days/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ruby, haml and sass make everything ok</title>
		<link>http://www.stephenprovis.com/2010/01/17/haml-and-sass-make-everything-ok/</link>
		<comments>http://www.stephenprovis.com/2010/01/17/haml-and-sass-make-everything-ok/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 02:22:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.stephenprovis.com/?p=31</guid>
		<description><![CDATA[As a relatively new coder of Ruby on Rails the last few months have been a big learning curve, the MCV (Model, Controller, View) approach is new to me and getting my head around the way RoR deals with this coding model has been long and confusing, the amount of time I&#8217;ve spent trying to [...]]]></description>
			<content:encoded><![CDATA[<p>As a relatively new coder of <a href="http://rubyonrails.org/">Ruby on Rails</a> the last few months have been a big learning curve, the MCV (Model, Controller, View) approach is new to me and getting my head around the way RoR deals with this coding model has been long and confusing, the amount of time I&#8217;ve spent trying to work out why my code isn&#8217;t working is ridiculous. A lot of the problems have been due to me trying to rush into things without really having the background knowledge to know what I&#8217;m doing.</p>
<p><span id="more-31"></span>But after a few months I&#8217;m getting the know the basics and have been able to produce some stunning results that would have taken a lot more time/effort in other programming languages. With the help of Ruby Gems like <a href="http://github.com/josevalim/inherited_resources">Inherited Resources</a> and <a href="http://github.com/justinfrench/formtastic">Formtastic </a>a lot of the more mundane code has been completed for me - this is a good thing!</p>
<p>I&#8217;ve always found coding in HTML really boring and so with a bit of assistance and guidance I&#8217;ve managed to get into using <a href="http://haml-lang.com/">haml and sass</a> instead. For anyone interested go take a look - it&#8217;s very nice, saves you a lot of time as you no longer need code fragments such as html closing tags and has a lot of powerful features (many of which I haven&#8217;t had the time to look into yet but am planning on getting into sass calculations (basically CSS + Maths)) allowing for further time savings.</p>
<p>I&#8217;m currently working on a php projects and the amount of code I&#8217;m having to write for simple features like adding a basic CMS system is crazy - I keep forgetting to add a ; to the end of php lines, try to use haml indentation on html and generally getting annoyed with the amount of key presses needed for code that shouldn&#8217;t need to be written.</p>
<p>Ruby on Rails, along with the gems available, are almost zen-like when it comes to writing code - give them a look if you haven&#8217;t already done so.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stephenprovis.com/2010/01/17/haml-and-sass-make-everything-ok/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Real World Mario Kart by Remi Gaillard</title>
		<link>http://www.stephenprovis.com/2009/12/17/real-world-mario-kart-by-remi-gaillard/</link>
		<comments>http://www.stephenprovis.com/2009/12/17/real-world-mario-kart-by-remi-gaillard/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 15:02:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://www.stephenprovis.com/?p=29</guid>
		<description><![CDATA[
More from Remi here http://www.youtube.com/user/nqtv
]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344" data="http://www.youtube.com/v/MytfhzcSF-Y&amp;hl=en_GB&amp;fs=1&amp;" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/MytfhzcSF-Y&amp;hl=en_GB&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /></object></p>
<p>More from Remi here <a href="http://www.youtube.com/user/nqtv">http://www.youtube.com/user/nqtv</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stephenprovis.com/2009/12/17/real-world-mario-kart-by-remi-gaillard/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Walkthrough for installing Ruby and Rails on a clean (new) installation of Ubuntu.</title>
		<link>http://www.stephenprovis.com/2009/12/03/walkthrough-for-installing-ruby-and-rails-on-a-clean-new-installation-of-ubuntu/</link>
		<comments>http://www.stephenprovis.com/2009/12/03/walkthrough-for-installing-ruby-and-rails-on-a-clean-new-installation-of-ubuntu/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 11:47:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.stephenprovis.com/?p=19</guid>
		<description><![CDATA[Assumptions:

Ubuntu has just been installed

Steps:

Installing Apache2
 Installing MySQL
 Installing Ruby
 Installing RubyGems
 Installing Rails
 Installing Essential Gems and Plugins
 Setting Gems in Environment.rb


Installing Apache2:
sudo apt-get install apache2
Installing MySQL:
sudo apt-get install mysql-server
sudo apt-get install mysql-client
sudo apt-get install libmysqlclient15-dev
Installing Ruby:
sudo apt-get install ruby
sudo apt-get install ruby-dev
sudo aptitude install libmysql-ruby1.8
sudo apt-get install irb
sudo apt-get install libopenssl-ruby1.8
Installing RubyGems:
sudo apt-get [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Assumptions:</strong></p>
<ul>
<li>Ubuntu has just been installed</li>
</ul>
<p><strong>Steps:</strong></p>
<ul>
<li>Installing Apache2</li>
<li> Installing MySQL</li>
<li> Installing Ruby</li>
<li> Installing RubyGems</li>
<li> Installing Rails</li>
<li> Installing Essential Gems and Plugins</li>
<li> Setting Gems in Environment.rb</li>
</ul>
<p><span id="more-19"></span></p>
<p><strong>Installing Apache2:</strong></p>
<div style="padding:12px; background:#ddd; border:1px solid #888; margin:5px; color:#000">sudo apt-get install apache2</div>
<p><strong>Installing MySQL:</strong></p>
<div style="padding:12px; background:#ddd; border:1px solid #888; margin:5px; color:#000">sudo apt-get install mysql-server<br />
sudo apt-get install mysql-client<br />
sudo apt-get install libmysqlclient15-dev</div>
<p><strong>Installing Ruby:</strong></p>
<div style="padding:12px; background:#ddd; border:1px solid #888; margin:5px; color:#000">sudo apt-get install ruby<br />
sudo apt-get install ruby-dev<br />
sudo aptitude install libmysql-ruby1.8<br />
sudo apt-get install irb<br />
sudo apt-get install libopenssl-ruby1.8</div>
<p><strong>Installing RubyGems:</strong></p>
<div style="padding:12px; background:#ddd; border:1px solid #888; margin:5px; color:#000">sudo apt-get install rubygems</div>
<p><strong>Installing Rails:</strong></p>
<div style="padding:12px; background:#ddd; border:1px solid #888; margin:5px; color:#000">gem install rails<br />
gem install mysql</div>
<p>Let&#8217;s conduct a quick test to see if all is well:</p>
<div style="padding:12px; background:#ddd; border:1px solid #888; margin:5px; color:#000">irb<br />
#irb(main):001:0&gt;<br />
require &#8216;mysql&#8217;<br />
<span style="color:green;">true</span><br />
#irb(main):002:0&gt;<br />
exit</div>
<p><strong>Installing Essential Gems and Plugins</strong></p>
<div style="padding:12px; background:#ddd; border:1px solid #888; margin:5px; color:#000">gem install haml<br />
gem install rake<br />
gem sources -a http://gemcutter.org<br />
gem tumble<br />
gem tumble<br />
gem install inherited_resources<br />
gem install formtastic</div>
<p><strong>Setting Gems in Environment.rb</strong></p>
<div style="padding:12px; background:#ddd; border:1px solid #888; margin:5px; color:#000">config.gem &#8216;inherited_resources&#8217;,<br />
:lib =&gt; &#8216;inherited_resources&#8217;,<br />
:version =&gt; &#8216;= 0.9.1&#8242;,<br />
:source =&gt; &#8216;http://gems.github.com&#8217;<br />
config.gem &#8216;haml&#8217;<br />
config.gem &#8216;formtastic&#8217;</div>
]]></content:encoded>
			<wfw:commentRss>http://www.stephenprovis.com/2009/12/03/walkthrough-for-installing-ruby-and-rails-on-a-clean-new-installation-of-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Heh about time I did something with this site</title>
		<link>http://www.stephenprovis.com/2009/09/25/heh-about-time-i-did-something-with-this-site/</link>
		<comments>http://www.stephenprovis.com/2009/09/25/heh-about-time-i-did-something-with-this-site/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 10:17:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Toil]]></category>

		<guid isPermaLink="false">http://www.stephenprovis.com/?p=15</guid>
		<description><![CDATA[With the darkness drawing in I think I&#8217;ll have a bit of spare time to do something with this site&#8230;.
Idea&#8217;s on a postcard
]]></description>
			<content:encoded><![CDATA[<p>With the darkness drawing in I think I&#8217;ll have a bit of spare time to do something with this site&#8230;.</p>
<p>Idea&#8217;s on a postcard</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stephenprovis.com/2009/09/25/heh-about-time-i-did-something-with-this-site/feed/</wfw:commentRss>
		</item>
		<item>
		<title>(D.n.B) - Memories</title>
		<link>http://www.stephenprovis.com/2009/05/27/dnb-memories/</link>
		<comments>http://www.stephenprovis.com/2009/05/27/dnb-memories/#comments</comments>
		<pubDate>Wed, 27 May 2009 21:09:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Music and Lyrics]]></category>

		<category><![CDATA[D.n.B]]></category>

		<category><![CDATA[music video]]></category>

		<category><![CDATA[top tunes]]></category>

		<guid isPermaLink="false">http://www.stephenprovis.com/?p=7</guid>
		<description><![CDATA[
17th Boulevard - Memories (D.n.B)
]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/01jgAuH374w&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/01jgAuH374w&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<h3><a href="http://www.myspace.com/17thboulevard">17th Boulevard - Memories (D.n.B)</a></h3>
]]></content:encoded>
			<wfw:commentRss>http://www.stephenprovis.com/2009/05/27/dnb-memories/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bob Marley - War</title>
		<link>http://www.stephenprovis.com/2009/04/29/bob-marley-war/</link>
		<comments>http://www.stephenprovis.com/2009/04/29/bob-marley-war/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 12:04:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Music and Lyrics]]></category>

		<category><![CDATA[Lyrics]]></category>

		<guid isPermaLink="false">http://www.stephenprovis.com/?p=4</guid>
		<description><![CDATA[Until the philosophy which hold one race superior
And another
Inferior
Is finally
And permanently
Discredited
And abandoned -
Everywhere is war -
Me say war.
That until there no longer
First class and second class citizens of any nation
Until the colour of a mans skin
Is of no more significance than the colour of his eyes -
Me say war.
That until the basic human rights
Are equally [...]]]></description>
			<content:encoded><![CDATA[<p>Until the philosophy which hold one race superior<br />
And another<br />
Inferior<br />
Is finally<br />
And permanently<br />
Discredited<br />
And abandoned -<br />
Everywhere is war -<br />
Me say war.</p>
<p><span id="more-4"></span>That until there no longer<br />
First class and second class citizens of any nation<br />
Until the colour of a mans skin<br />
Is of no more significance than the colour of his eyes -<br />
Me say war.</p>
<p>That until the basic human rights<br />
Are equally guaranteed to all,<br />
Without regard to race -<br />
Dis a war.</p>
<p>That until that day<br />
The dream of lasting peace,<br />
World citizenship<br />
Rule of international morality<br />
Will remain in but a fleeting illusion to be pursued,<br />
But never attained -<br />
Now everywhere is war - war.</p>
<p>And until the ignoble and unhappy regimes<br />
That hold our brothers in angola,<br />
In mozambique,<br />
South africa<br />
Sub-human bondage<br />
Have been toppled,<br />
Utterly destroyed -<br />
Well, everywhere is war -<br />
Me say war.</p>
<p>War in the east,<br />
War in the west,<br />
War up north,<br />
War down south -<br />
War - war -<br />
Rumours of war.<br />
And until that day,<br />
The african continent<br />
Will not know peace,<br />
We africans will fight - we find it necessary -<br />
And we know we shall win<br />
As we are confident<br />
In the victory</p>
<p>Of good over evil -<br />
Good over evil, yeah!<br />
Good over evil -<br />
Good over evil, yeah!<br />
Good over evil -<br />
Good over evil, yeah! /fadeout/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stephenprovis.com/2009/04/29/bob-marley-war/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
