<?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>Puzzlestone &#187; Computing</title>
	<atom:link href="http://puzzlestone.co.uk/category/computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://puzzlestone.co.uk</link>
	<description></description>
	<lastBuildDate>Thu, 20 May 2010 08:01:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New website for Gasoline Alley</title>
		<link>http://puzzlestone.co.uk/2008/11/new-website-for-gasoline-alley/</link>
		<comments>http://puzzlestone.co.uk/2008/11/new-website-for-gasoline-alley/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 10:49:59 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://puzzlestone.co.uk/?p=107</guid>
		<description><![CDATA[Just put up a new website for a friend of mine who has just started a new classic car business Gasoline Alley. He already has a nice collection of mercs like this excellent 450 slc.


This is a ruby on rails based site which uses attachment_fu and rmagick to manage and re-size the images uploaded onto [...]]]></description>
		<wfw:commentRss>http://puzzlestone.co.uk/2008/11/new-website-for-gasoline-alley/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capistrano after_deploy</title>
		<link>http://puzzlestone.co.uk/2008/11/capistrano-after_deploy/</link>
		<comments>http://puzzlestone.co.uk/2008/11/capistrano-after_deploy/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 13:23:06 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[capistrano]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://puzzlestone.co.uk/?p=86</guid>
		<description><![CDATA[I have a number of rails applications that allow the user to create and edit dynamic content i.e. a shop/store front. I am using bazzar and Capistrano for source control and deployment which works fine except that out of the box this was overwriting the end user uploads etc on the site each time the [...]]]></description>
		<wfw:commentRss>http://puzzlestone.co.uk/2008/11/capistrano-after_deploy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error Installing rmagick</title>
		<link>http://puzzlestone.co.uk/2008/11/error-installing-rmagick/</link>
		<comments>http://puzzlestone.co.uk/2008/11/error-installing-rmagick/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 13:12:37 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://puzzlestone.co.uk/?p=70</guid>
		<description><![CDATA[I was trying to install the rmagick gem and got the following error:
dev-01:~$ sudo gem install rmagick
Building native extensions.  This could take a while&#8230;
ERROR:  Error installing rmagick:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.8 extconf.rb install rmagick
checking for Ruby version &#62;= 1.8.2&#8230; yes
checking for cc&#8230; yes
checking for &#8230;
etc.
This happens when the necessary libries are missing, I [...]]]></description>
		<wfw:commentRss>http://puzzlestone.co.uk/2008/11/error-installing-rmagick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gem install mysql</title>
		<link>http://puzzlestone.co.uk/2008/10/gem-install-mysql/</link>
		<comments>http://puzzlestone.co.uk/2008/10/gem-install-mysql/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 11:29:35 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://puzzlestone.co.uk/?p=55</guid>
		<description><![CDATA[When you try and install the native mysql gem you get:
&#62;sudo gem install mysql
Building native extensions.  This could take a while&#8230;
ERROR:  Error installing mysql:
ERROR: Failed to build gem native extension.
checking for mysql_query() in -lmysqlclient&#8230; no
/usr/bin/ruby1.8 extconf.rb install mysql
blah..blah&#8230;and it fails.
Most likely you installed the mysql server package but you also need to install the mysql [...]]]></description>
		<wfw:commentRss>http://puzzlestone.co.uk/2008/10/gem-install-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Fcgi Woes!</title>
		<link>http://puzzlestone.co.uk/2007/11/php-parse-error-unexpected-t_string-expecting-t_old_function-or-t_function-or-t_var/</link>
		<comments>http://puzzlestone.co.uk/2007/11/php-parse-error-unexpected-t_string-expecting-t_old_function-or-t_function-or-t_var/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 17:13:09 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://rivernetworks.co.uk/blog/2007/11/12/php-parse-error-unexpected-t_string-expecting-t_old_function-or-t_function-or-t_var/</guid>
		<description><![CDATA[Just uploaded a new PHP script to our web server and got this:
Parse error:  syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or &#8216;}&#8217; in /usr/local/psa/home/vhosts/xxx/httpdocs/xxx on line 37
The new file is PHP5, the web server is running PHP4.xx.
After the installation of PHP5, I tried the page again:
Parse error:  syntax error, [...]]]></description>
		<wfw:commentRss>http://puzzlestone.co.uk/2007/11/php-parse-error-unexpected-t_string-expecting-t_old_function-or-t_function-or-t_var/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL2005 Shrink Transaction Logs</title>
		<link>http://puzzlestone.co.uk/2007/11/sql2005-shrink-transaction-logs/</link>
		<comments>http://puzzlestone.co.uk/2007/11/sql2005-shrink-transaction-logs/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 14:39:13 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://rivernetworks.co.uk/blog/2007/11/11/sql2005-shrink-transaction-logs/</guid>
		<description><![CDATA[There are a lot of articles to be found on this subject but here is a condensed procedure:
Your SQL transaction log is too big and you need to shrink it before SQL server explodes through lack of disk space:

Back up your database &#8211; optional but a good idea as you are about to invalidate your [...]]]></description>
		<wfw:commentRss>http://puzzlestone.co.uk/2007/11/sql2005-shrink-transaction-logs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL2005 backup of the file or filegroup is not permitted because it is not online</title>
		<link>http://puzzlestone.co.uk/2007/11/sql2005-backup-of-the-file-or-filegroup-is-not-permitted-because-it-is-not-online/</link>
		<comments>http://puzzlestone.co.uk/2007/11/sql2005-backup-of-the-file-or-filegroup-is-not-permitted-because-it-is-not-online/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 14:10:53 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://rivernetworks.co.uk/blog/2007/11/11/sql2005-backup-of-the-file-or-filegroup-is-not-permitted-because-it-is-not-online/</guid>
		<description><![CDATA[While trying to backup a SQL database using Microsoft SQL server management studio the following error occurs:
Microsoft SQL Server Management Studio
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
Backup failed for Server &#8216;ServerName&#8217;.  (Microsoft.SqlServer.Smo)
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
ADDITIONAL INFORMATION:
System.Data.SqlClient.SqlError: The backup of the file or filegroup &#8220;sysft_DatabaseName&#8221; is not permitted because it is not online. BACKUP can be performed by using the FILEGROUP or FILE clauses [...]]]></description>
		<wfw:commentRss>http://puzzlestone.co.uk/2007/11/sql2005-backup-of-the-file-or-filegroup-is-not-permitted-because-it-is-not-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
