<?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>Andrew Emmett &#187; websites</title>
	<atom:link href="http://www.andrewemmett.co.uk/category/websites/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andrewemmett.co.uk</link>
	<description>Lifestyle changes, tech and plenty more.</description>
	<lastBuildDate>Wed, 01 Sep 2010 18:14:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Change a website image based on a month or season</title>
		<link>http://www.andrewemmett.co.uk/change-a-website-image-based-on-a-month-or-season/</link>
		<comments>http://www.andrewemmett.co.uk/change-a-website-image-based-on-a-month-or-season/#comments</comments>
		<pubDate>Thu, 20 May 2010 08:05:22 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.andrewemmett.co.uk/?p=475</guid>
		<description><![CDATA[Recently I posted a very simple php code on the downloads page that changes a website image based on the month or season. A very simple piece of php code, but thought either novices or people not interested in tinkering with php would find it helpful. The code finds out the month from the web [...]


Related posts:<ol><li><a href='http://www.andrewemmett.co.uk/free-nanocms-theme-template-sunset/' rel='bookmark' title='Permanent Link: free nanoCMS website theme (template) &#8211; Sunset'>free nanoCMS website theme (template) &#8211; Sunset</a> <small>The latest build of nanoCMS Community, a nifty flat file...</small></li><li><a href='http://www.andrewemmett.co.uk/three-month-food-drink-challenge-day-1/' rel='bookmark' title='Permanent Link: Three month Food &#038; Drink Challenge &#8211; Day 1'>Three month Food &#038; Drink Challenge &#8211; Day 1</a> <small>Back on the 13th July I posted about the three...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Recently I posted a very simple php code on the downloads page that changes a website image based on the month or season. A very simple piece of php code, but thought either novices or people not interested in tinkering with php would find it helpful.</p>
<p>The code finds out the month from the web server and then shows an image associated with that month. Instead of the usual static img src in your html code, the php makes the decision.</p>
<p>So how could this be used? Ideal if you want to have a website template header image to reflect a month or season. A business could use it to change an image on a front page promoting a different category each month and so on.</p>
<p>You can find it over on the <a href="http://www.andrewemmett.co.uk/downloads/" target="_self">downloads page</a>.</p>


<p>Related posts:<ol><li><a href='http://www.andrewemmett.co.uk/free-nanocms-theme-template-sunset/' rel='bookmark' title='Permanent Link: free nanoCMS website theme (template) &#8211; Sunset'>free nanoCMS website theme (template) &#8211; Sunset</a> <small>The latest build of nanoCMS Community, a nifty flat file...</small></li><li><a href='http://www.andrewemmett.co.uk/three-month-food-drink-challenge-day-1/' rel='bookmark' title='Permanent Link: Three month Food &#038; Drink Challenge &#8211; Day 1'>Three month Food &#038; Drink Challenge &#8211; Day 1</a> <small>Back on the 13th July I posted about the three...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.andrewemmett.co.uk/change-a-website-image-based-on-a-month-or-season/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create (write) your own RSS feed file</title>
		<link>http://www.andrewemmett.co.uk/create-write-your-own-rss-feed-file/</link>
		<comments>http://www.andrewemmett.co.uk/create-write-your-own-rss-feed-file/#comments</comments>
		<pubDate>Mon, 17 May 2010 09:30:03 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.andrewemmett.co.uk/?p=460</guid>
		<description><![CDATA[So I’ve placed a few RSS feeds into the right column on this blog. One of these being for guest posts I write. So people visiting the blog can easily see my latest posts elsewhere. Now I was going to use yahoo pipes to create the rss feed, but their site wasn’t working when I [...]


Related posts:<ol><li><a href='http://www.andrewemmett.co.uk/seven-online-services-i-use-daily/' rel='bookmark' title='Permanent Link: Seven online services I use daily'>Seven online services I use daily</a> <small>Seven Online Services I use daily and you can also...</small></li><li><a href='http://www.andrewemmett.co.uk/nanocms-community-flat-file-cms/' rel='bookmark' title='Permanent Link: nanoCMS Community (flat file cms)'>nanoCMS Community (flat file cms)</a> <small>nanoCMS is an open source gpl licensed content management system...</small></li><li><a href='http://www.andrewemmett.co.uk/windows-media-player-encountered-a-problem-while-playing-the-file/' rel='bookmark' title='Permanent Link: Windows Media Player encountered a problem while playing the file'>Windows Media Player encountered a problem while playing the file</a> <small>The title of this blog post is an error message....</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>So I’ve placed a few RSS feeds into the right column on this blog. One of these being for guest posts I write. So people visiting the blog can easily see my latest posts elsewhere.</p>
<p>Now I was going to use yahoo pipes to create the rss feed, but their site wasn’t working when I visited, so I’ve taken a temporary route until I revisit their site. So expect a post at a later date with my yahoo pipes solution or my own coded “less hassle involved” solution.</p>
<p><strong>So here is what I originally wanted:</strong></p>
<p>To create a RSS feed from a file on my server, add some star dust (php code on my site) , say a few magic words (yahoo pipes) and turn this into a RSS feed.</p>
<p><strong>What I actually did:</strong></p>
<p>Wrote the RSS file whilst drinking a mug of tea and chucked it into Google Feedburner. It took five minutes and then I went and crashed on the couch to read.</p>
<p><strong>Benefits of Google Feedburner?</strong></p>
<p>Google feedburner takes a RSS feed and then can present people with a RSS feed more suitable to their requirements. Plus you can view stats, turning email subscription options on, add adsense… okay I didn’t want any of that.</p>
<p>So currently I need to write a new entry in my own rss file for google feedburner to automatically add to it’s own rss file. At a later date when I do look at Yahoo Pipes or code together my own solution, I can just update what Google Feedburner uses and anyone subscribed won’t notice the change or have to fiddle about with a new RSS feed.</p>
<p><strong>Create your own rss file:</strong></p>
<p>1. Using a text editor like notepad++ create a file called feeds.rss<br />
2. Paste the following:<br />
&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243; ?&gt;<br />
&lt;rss version=&#8221;2.0&#8243;&gt;</p>
<p>&lt;channel&gt;<br />
&lt;title&gt;Title of your feed&lt;/title&gt;<br />
&lt;description&gt;Description of your feed&lt;/description&gt;<br />
&lt;link&gt;http://www.yourwebsite.com&lt;/link&gt;</p>
<p>&lt;item&gt;<br />
&lt;title&gt;Title of the Blog post&lt;/title&gt;<br />
&lt;description&gt;A snippet of the contents of the blog post. A few sentences perhaps.&lt;/description&gt;<br />
&lt;link&gt;Link to the blog post.&lt;/link&gt;<br />
&lt;pubDate&gt;Sun, 22 May 2010&lt;/pubDate&gt;<br />
&lt;/item&gt;</p>
<p>&lt;/channel&gt;<br />
&lt;/rss&gt;</p>
<p>3. Change the contents to your requirements and then every time you need to add a new RSS entry create a new &lt;item&gt;&lt;/item&gt;  section above the last.</p>
<p>4. Then optionally add this rss file to Google Feedburner or Yahoo Pipes for further formatting etc if required.</p>
<p>Takes a 1-2 minutes to update your own rss file from now on. Not ideal, but okay for a stop gap.</p>


<p>Related posts:<ol><li><a href='http://www.andrewemmett.co.uk/seven-online-services-i-use-daily/' rel='bookmark' title='Permanent Link: Seven online services I use daily'>Seven online services I use daily</a> <small>Seven Online Services I use daily and you can also...</small></li><li><a href='http://www.andrewemmett.co.uk/nanocms-community-flat-file-cms/' rel='bookmark' title='Permanent Link: nanoCMS Community (flat file cms)'>nanoCMS Community (flat file cms)</a> <small>nanoCMS is an open source gpl licensed content management system...</small></li><li><a href='http://www.andrewemmett.co.uk/windows-media-player-encountered-a-problem-while-playing-the-file/' rel='bookmark' title='Permanent Link: Windows Media Player encountered a problem while playing the file'>Windows Media Player encountered a problem while playing the file</a> <small>The title of this blog post is an error message....</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.andrewemmett.co.uk/create-write-your-own-rss-feed-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Youtube: Http/1.1 Service Unavailable</title>
		<link>http://www.andrewemmett.co.uk/youtube-http1-1-service-unavailable/</link>
		<comments>http://www.andrewemmett.co.uk/youtube-http1-1-service-unavailable/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 12:27:49 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.andrewemmett.co.uk/?p=270</guid>
		<description><![CDATA[At the time of writing this post the Youtube service is down&#8230; or is it? Not entirely and thanks to http://techcrunch.com for pointing me in the direct you can still use it. Even though it says &#8216;Http/1.1 Service Unavailable&#8217; when visit youtube.com you can still view videos via other pages. i.e. embedded and search. So [...]


Related posts:<ol><li><a href='http://www.andrewemmett.co.uk/three-sci-fi-videos-to-watch-on-youtube/' rel='bookmark' title='Permanent Link: Three Sci-Fi videos to watch on Youtube'>Three Sci-Fi videos to watch on Youtube</a> <small>Youtube is has some amazing content available&#8230;. but also a...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>At the time of writing this post the Youtube service is down&#8230; or is it? Not entirely and thanks to <a href="http://techcrunch.com" target="_blank">http://techcrunch.com</a> for pointing me in the direct you can still use it. Even though it says &#8216;Http/1.1 Service Unavailable&#8217; when visit youtube.com you can still view videos via other pages. i.e. embedded and search. So to view the videos from my youtube channel you can click here: <a rel="nofollow" href="http://bit.ly/aJRC9T" target="_blank">http://bit.ly/aJRC9T</a> . This is a bit.ly link that takes you to a youtube search of my youtube username.</p>
<p>So you can sit back and be bored to death by my homemade videos. Else you can always use the search box at the top of that page and search youtube for other videos to watch. Just don&#8217;t click on my or anyone elses channel pages until youtube resolve the problem.</p>


<p>Related posts:<ol><li><a href='http://www.andrewemmett.co.uk/three-sci-fi-videos-to-watch-on-youtube/' rel='bookmark' title='Permanent Link: Three Sci-Fi videos to watch on Youtube'>Three Sci-Fi videos to watch on Youtube</a> <small>Youtube is has some amazing content available&#8230;. but also a...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.andrewemmett.co.uk/youtube-http1-1-service-unavailable/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>free nanoCMS website theme (template) &#8211; Sunset</title>
		<link>http://www.andrewemmett.co.uk/free-nanocms-theme-template-sunset/</link>
		<comments>http://www.andrewemmett.co.uk/free-nanocms-theme-template-sunset/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 11:51:53 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.andrewemmett.co.uk/?p=165</guid>
		<description><![CDATA[The latest build of nanoCMS Community, a nifty flat file content management system contains my Sunset template (theme). However for those using an earlier version of nanoCMS such as 0.4 or nanoCMS Community build 0.5 (winter alpha) you can use it also and download it here.  Plus it doesn&#8217;t take much time to modify this [...]


Related posts:<ol><li><a href='http://www.andrewemmett.co.uk/nanocms-community-flat-file-cms/' rel='bookmark' title='Permanent Link: nanoCMS Community (flat file cms)'>nanoCMS Community (flat file cms)</a> <small>nanoCMS is an open source gpl licensed content management system...</small></li><li><a href='http://www.andrewemmett.co.uk/around-the-web-march-2010/' rel='bookmark' title='Permanent Link: Around the web &#8211; March 2010'>Around the web &#8211; March 2010</a> <small>Every month I will post a round-up of personal blog...</small></li><li><a href='http://www.andrewemmett.co.uk/change-a-website-image-based-on-a-month-or-season/' rel='bookmark' title='Permanent Link: Change a website image based on a month or season'>Change a website image based on a month or season</a> <small>Recently I posted a very simple php code on the...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>The latest build of nanoCMS Community, a nifty flat file content management system contains my Sunset template (theme). However for those using an earlier version of nanoCMS such as 0.4 or nanoCMS Community build 0.5 (winter alpha) you can use it also and download it here.  Plus it doesn&#8217;t take much time to modify this theme for other cms&#8217;s or even dare I say it&#8230;. a static site.</p>
<p style="text-align: center;"><a href="http://www.andrewemmett.co.uk/wp-content/uploads/2010/02/preview.png"><img class="size-full wp-image-166 aligncenter" title="preview" src="http://www.andrewemmett.co.uk/wp-content/uploads/2010/02/preview.png" alt="" width="503" height="517" /></a></p>
<p>This template is free for personal and business use. However please leave the copyright notice, credit and link for me in the footer.</p>
<p>Please subscribe to this blog via the RSS feed or via email for further template posts and for my other posts.</p>
<p>Enjoy</p>
<p><code>Download link: <a class="downloadlink" href="http://www.andrewemmett.co.uk/wp-content/plugins/download-monitor/download.php?id=1" title="Version1 downloaded 90 times" >Sunset Template for nanoCMS Community (90)</a></code></p>


<p>Related posts:<ol><li><a href='http://www.andrewemmett.co.uk/nanocms-community-flat-file-cms/' rel='bookmark' title='Permanent Link: nanoCMS Community (flat file cms)'>nanoCMS Community (flat file cms)</a> <small>nanoCMS is an open source gpl licensed content management system...</small></li><li><a href='http://www.andrewemmett.co.uk/around-the-web-march-2010/' rel='bookmark' title='Permanent Link: Around the web &#8211; March 2010'>Around the web &#8211; March 2010</a> <small>Every month I will post a round-up of personal blog...</small></li><li><a href='http://www.andrewemmett.co.uk/change-a-website-image-based-on-a-month-or-season/' rel='bookmark' title='Permanent Link: Change a website image based on a month or season'>Change a website image based on a month or season</a> <small>Recently I posted a very simple php code on the...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.andrewemmett.co.uk/free-nanocms-theme-template-sunset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Isle of Wight Life</title>
		<link>http://www.andrewemmett.co.uk/isle-of-wight-life/</link>
		<comments>http://www.andrewemmett.co.uk/isle-of-wight-life/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 10:18:45 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.andrewemmett.co.uk/?p=149</guid>
		<description><![CDATA[We&#8217;ve been very fortunate to have lived at some wonderful locations and for the last two years plus, we&#8217;ve lived on the fantastic Isle of Wight. My girlfriend and I have started to put together a website about the Isle of Wight. A guide and resource for tourists and residents. It&#8217;s very early days and [...]


Related posts:<ol><li><a href='http://www.andrewemmett.co.uk/back-to-business/' rel='bookmark' title='Permanent Link: Back to Business'>Back to Business</a> <small>Last week I spent relaxing at home and visiting lovely...</small></li><li><a href='http://www.andrewemmett.co.uk/around-the-web-july-2010/' rel='bookmark' title='Permanent Link: Around the web &#8211; July 2010'>Around the web &#8211; July 2010</a> <small>Serious lack of &#8216;around the web&#8217; content from July to...</small></li><li><a href='http://www.andrewemmett.co.uk/nanocms-community-flat-file-cms/' rel='bookmark' title='Permanent Link: nanoCMS Community (flat file cms)'>nanoCMS Community (flat file cms)</a> <small>nanoCMS is an open source gpl licensed content management system...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been very fortunate to have lived at some wonderful locations and for the last two years plus, we&#8217;ve lived on the fantastic Isle of Wight.</p>
<p>My girlfriend and I have started to put together a website about the Isle of Wight. A guide and resource for tourists and residents. It&#8217;s very early days and there isn&#8217;t a great deal there yet. Lots of updates to do, such as template work, more content, features etc.</p>
<p>We love the island and we are always taking photos, videos, visiting places, events etc. The website is a fun ongoing project for us and one I&#8217;m sure I will blog about here again soon.</p>
<p>If your interested in seeing the early site <a href="http://www.isleofwightlife.co.uk" target="_blank">click here</a>.</p>


<p>Related posts:<ol><li><a href='http://www.andrewemmett.co.uk/back-to-business/' rel='bookmark' title='Permanent Link: Back to Business'>Back to Business</a> <small>Last week I spent relaxing at home and visiting lovely...</small></li><li><a href='http://www.andrewemmett.co.uk/around-the-web-july-2010/' rel='bookmark' title='Permanent Link: Around the web &#8211; July 2010'>Around the web &#8211; July 2010</a> <small>Serious lack of &#8216;around the web&#8217; content from July to...</small></li><li><a href='http://www.andrewemmett.co.uk/nanocms-community-flat-file-cms/' rel='bookmark' title='Permanent Link: nanoCMS Community (flat file cms)'>nanoCMS Community (flat file cms)</a> <small>nanoCMS is an open source gpl licensed content management system...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.andrewemmett.co.uk/isle-of-wight-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Backup and Restore a WordPress Database</title>
		<link>http://www.andrewemmett.co.uk/how-to-backup-and-restore-a-wordpress-database/</link>
		<comments>http://www.andrewemmett.co.uk/how-to-backup-and-restore-a-wordpress-database/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 09:18:11 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[websites]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.andrewemmett.co.uk/?p=44</guid>
		<description><![CDATA[Yesterday afternoon a self hosted wordpress blog I maintain died. It just wouldn&#8217;t load and then the site would timeout. The database had decided to pack it&#8217;s bags and vanish, not even a dear john letter, a note telling me why. A quick communication with support and the quickest option was for me to restore [...]


Related posts:<ol><li><a href='http://www.andrewemmett.co.uk/repairing-tables-in-a-mysql-database/' rel='bookmark' title='Permanent Link: Repairing tables in a MySQL database'>Repairing tables in a MySQL database</a> <small>The unfortunate happens, your MySQL database tables are corrupted and...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Yesterday afternoon a self hosted wordpress blog I maintain died. It just wouldn&#8217;t load and then the site would timeout. The database had decided to pack it&#8217;s bags and vanish, not even a dear john letter, a note telling me why. A quick communication with support and the quickest option was for me to restore from a backup. Here is the why, where and how rough guide, not too detailed, like a birds and the bees conversation really.</p>
<p>First of all the precaution bit. You could go through phpmyadmin to make backups or&#8230;.. install the wunderbar wordpress plugin that is called &#8216;WordPress Database Backup&#8217; over at: <a href="http://ilfilosofo.com/blog/wp-db-backup/" target="_blank">http://ilfilosofo.com/blog/wp-db-backup/</a> . You unzip and  upload the directory to the &#8216;plugin&#8217; directory in the  &#8216;wp-content&#8217; directory via wordpress. Then login to your wordpress installation and via the &#8216;plugins&#8217; option activate.</p>
<p>Next you need to select &#8216;Backup&#8217; from under the &#8216;Tools&#8217; menu. It will probably mention a directory needs to be writable. Fair enough it creates a random directory name, so again via ftp you can make it writable. My favourite ftp application by the way is filezilla and you right click on a directory to change write permissions.</p>
<p>Okay that&#8217;s the configuration done and via the very same &#8216;backup&#8217; page make a backup. Now you can sit there satisfied that you&#8217;ve made a backup. Well done you. Wait there is more to it than this! There are different ways and one option is for scheduled backups, sent to you via email. Excellent as automation is usually best when it comes down to backups.</p>
<p>The Restoration</p>
<p>Unfortunately unless you plan on migrating your database, you will need this backup for&#8230;. restoring. Yes the moment where something corrupts, gone horribly wrong and you need to restore it pronto. Sweating, pondering the idea you&#8217;ve lost all the work, the time and effort&#8230;okay I&#8217;m being over dramatic here.</p>
<p>Now what I do is create a new database, add a new user and then access it via phpmyadmin. Phpmyadmin usually can be found via your web hosts control panel. Then there is a nifty import option. Just select the backup file you made with the wordpress backup plugin and import. Hopefully et voila!</p>
<p>Now you need to download via ftp your wp-config.php file from the root of your blog directory. i.e. same place the index.php file is found. Open it up (my preferred windows app is notepad++) and then edit it. Simple replace the database name, location, username and password with the new details and reupload the file.</p>
<p>Hopefully your wordpress blog is up and running again. Obviously you follow these instructions at your own risk. There could be further recommendations for different scenario&#8217;s, other than the one I went through. So don&#8217;t hesitate to leave a comment and I hope this rough guide helped someone, maybe not today, but for a beautiful tomorrow&#8230;. over dramatic again? Yes, but not for me, not today after a restoration saved a years worth of work.</p>


<p>Related posts:<ol><li><a href='http://www.andrewemmett.co.uk/repairing-tables-in-a-mysql-database/' rel='bookmark' title='Permanent Link: Repairing tables in a MySQL database'>Repairing tables in a MySQL database</a> <small>The unfortunate happens, your MySQL database tables are corrupted and...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.andrewemmett.co.uk/how-to-backup-and-restore-a-wordpress-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nanoCMS Community (flat file cms)</title>
		<link>http://www.andrewemmett.co.uk/nanocms-community-flat-file-cms/</link>
		<comments>http://www.andrewemmett.co.uk/nanocms-community-flat-file-cms/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 15:55:08 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[websites]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[flatfile]]></category>

		<guid isPermaLink="false">http://www.andrewemmett.co.uk/?p=39</guid>
		<description><![CDATA[nanoCMS is an open source gpl licensed content management system (cms) and uses a flat file database structure. So no database engine like mysql for instance. Basically people use it to run fast small dynamic websites. Roughly in existance for a couple of years, created by a brilliant young programmer. Unfortunately it has had a [...]


Related posts:<ol><li><a href='http://www.andrewemmett.co.uk/free-nanocms-theme-template-sunset/' rel='bookmark' title='Permanent Link: free nanoCMS website theme (template) &#8211; Sunset'>free nanoCMS website theme (template) &#8211; Sunset</a> <small>The latest build of nanoCMS Community, a nifty flat file...</small></li><li><a href='http://www.andrewemmett.co.uk/around-the-web-march-2010/' rel='bookmark' title='Permanent Link: Around the web &#8211; March 2010'>Around the web &#8211; March 2010</a> <small>Every month I will post a round-up of personal blog...</small></li><li><a href='http://www.andrewemmett.co.uk/isle-of-wight-life/' rel='bookmark' title='Permanent Link: Isle of Wight Life'>Isle of Wight Life</a> <small>We&#8217;ve been very fortunate to have lived at some wonderful...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>nanoCMS is an open source gpl licensed content management system (cms) and uses a flat file database structure. So no database engine like mysql for instance. Basically people use it to run fast small dynamic websites. Roughly in existance for a couple of years, created by a brilliant young programmer.</p>
<p>Unfortunately it has had a turbelant short history. Forum posts going missing and two forums later the nanocms website stopped working and disappeared. Leaving behind a strong community of supporters who helped each other, created modules, shared templates and had excellent community spirit.</p>
<p>The project seems abandoned since last August, so I&#8217;ve updated a nanoCMS website I run and now call it &#8216;nanoCMS Community&#8217;. I&#8217;ve given the template a lick of paint, uploaded modules and repackaged a build to include fixes. Along with information to help get going, which i will update further over time. I hope the new updated site helps bring together once again the community and this great cms continues on it&#8217;s journey. <a href="http://www.nanocms.co.uk" target="_blank">www.nanocms.co.uk</a></p>


<p>Related posts:<ol><li><a href='http://www.andrewemmett.co.uk/free-nanocms-theme-template-sunset/' rel='bookmark' title='Permanent Link: free nanoCMS website theme (template) &#8211; Sunset'>free nanoCMS website theme (template) &#8211; Sunset</a> <small>The latest build of nanoCMS Community, a nifty flat file...</small></li><li><a href='http://www.andrewemmett.co.uk/around-the-web-march-2010/' rel='bookmark' title='Permanent Link: Around the web &#8211; March 2010'>Around the web &#8211; March 2010</a> <small>Every month I will post a round-up of personal blog...</small></li><li><a href='http://www.andrewemmett.co.uk/isle-of-wight-life/' rel='bookmark' title='Permanent Link: Isle of Wight Life'>Isle of Wight Life</a> <small>We&#8217;ve been very fortunate to have lived at some wonderful...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.andrewemmett.co.uk/nanocms-community-flat-file-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reading By Candlelight</title>
		<link>http://www.andrewemmett.co.uk/reading-by-candlelight/</link>
		<comments>http://www.andrewemmett.co.uk/reading-by-candlelight/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 15:18:59 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[websites]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[reading]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.andrewemmett.co.uk/?p=30</guid>
		<description><![CDATA[I always have a book on the go and the topics are varied, as well as the age of the books and thus written material. Generally I read a book a week. So I decided to create a blog and write reviews. The original review blog was created last year over at google&#8217;s blogspot service, [...]


Related posts:<ol><li><a href='http://www.andrewemmett.co.uk/around-the-web-april-2010/' rel='bookmark' title='Permanent Link: Around the web &#8211; April 2010'>Around the web &#8211; April 2010</a> <small>Well almost another month, so here is my update of...</small></li><li><a href='http://www.andrewemmett.co.uk/around-the-web-may-2010/' rel='bookmark' title='Permanent Link: Around the web – May 2010'>Around the web – May 2010</a> <small>Another month has flown by and it&#8217;s time for another...</small></li><li><a href='http://www.andrewemmett.co.uk/around-the-web-june-2010/' rel='bookmark' title='Permanent Link: Around the web &#8211; June 2010'>Around the web &#8211; June 2010</a> <small>Another month, another around the web post. The post where...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I always have a book on the go and the topics are varied, as well as the age of the books and thus written material. Generally I read a book a week. So I decided to create a blog and write reviews. The original review blog was created last year over at google&#8217;s blogspot service, but I&#8217;ve decided to move it to it&#8217;s own wordpress home.</p>
<p>I appreciate I am new to writing book reviews, so the quality of the reviews and structure might be horrendous, okay is and will be for a while until I improve. My reviews can be found at: <a href="http://www.readingbycandlelight.com/" target="_blank">http://www.readingbycandlelight.com/</a></p>


<p>Related posts:<ol><li><a href='http://www.andrewemmett.co.uk/around-the-web-april-2010/' rel='bookmark' title='Permanent Link: Around the web &#8211; April 2010'>Around the web &#8211; April 2010</a> <small>Well almost another month, so here is my update of...</small></li><li><a href='http://www.andrewemmett.co.uk/around-the-web-may-2010/' rel='bookmark' title='Permanent Link: Around the web – May 2010'>Around the web – May 2010</a> <small>Another month has flown by and it&#8217;s time for another...</small></li><li><a href='http://www.andrewemmett.co.uk/around-the-web-june-2010/' rel='bookmark' title='Permanent Link: Around the web &#8211; June 2010'>Around the web &#8211; June 2010</a> <small>Another month, another around the web post. The post where...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.andrewemmett.co.uk/reading-by-candlelight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
