<?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>klkl &#187; Blog Stuff</title>
	<atom:link href="http://klkl.co.uk/category/blog-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://klkl.co.uk</link>
	<description>it's easy to type</description>
	<lastBuildDate>Mon, 14 May 2012 22:39:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress App for iPad</title>
		<link>http://klkl.co.uk/2012/05/14/wordpress-app-for-ipad/</link>
		<comments>http://klkl.co.uk/2012/05/14/wordpress-app-for-ipad/#comments</comments>
		<pubDate>Mon, 14 May 2012 22:39:11 +0000</pubDate>
		<dc:creator>klkl</dc:creator>
				<category><![CDATA[Blog Stuff]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://klkl.co.uk/2012/05/14/wordpress-app-for-ipad/</guid>
		<description><![CDATA[<p>So I just downloaded the Wordpress app for my iPad and I&#8217;m really impressed with it. I previously thought that it was only for Wordpress hosted sites but that isn&#8217;t the case. You can use it if you host the site yourself like I do.</p>
<p>It has all the main things you&#8217;d want from an app like this. You can view your existing posts and pages as well as view comments and if you have the stats plugin then you can even view some of them on there too.</p>
<p>In fact to test it out I&#8217;m using the app to write this post now. It seems to work well. It there are a couple of things to note.</p>
<ul>
<li>You&#8217;re not going to want to type long posts on your iPad because it&#8217;s just not great for that and could cause some serious RSI issues.</li>
<li>The comments section will tell you which post a comment was made about but there&#8217;s no link to that post or page which I think is an obvious shortcoming as you might not remember the content to which the comment refers from just the title of the post.</li>
</ul>
<p>Apart from that though then yeah this seems like quite a useful app to have.</p>
]]></description>
			<content:encoded><![CDATA[<p>So I just downloaded the Wordpress app for my iPad and I&#8217;m really impressed with it. I previously thought that it was only for Wordpress hosted sites but that isn&#8217;t the case. You can use it if you host the site yourself like I do.</p>
<p>It has all the main things you&#8217;d want from an app like this. You can view your existing posts and pages as well as view comments and if you have the stats plugin then you can even view some of them on there too.</p>
<p>In fact to test it out I&#8217;m using the app to write this post now. It seems to work well. It there are a couple of things to note.</p>
<ul>
<li>You&#8217;re not going to want to type long posts on your iPad because it&#8217;s just not great for that and could cause some serious RSI issues.</li>
<li>The comments section will tell you which post a comment was made about but there&#8217;s no link to that post or page which I think is an obvious shortcoming as you might not remember the content to which the comment refers from just the title of the post.</li>
</ul>
<p>Apart from that though then yeah this seems like quite a useful app to have.</p>
]]></content:encoded>
			<wfw:commentRss>http://klkl.co.uk/2012/05/14/wordpress-app-for-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Fix: Open Flash Chart, IE &amp; SSL Not Working</title>
		<link>http://klkl.co.uk/2011/03/01/how-to-fix-open-flash-chart-ie-ssl-not-working/</link>
		<comments>http://klkl.co.uk/2011/03/01/how-to-fix-open-flash-chart-ie-ssl-not-working/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 08:00:07 +0000</pubDate>
		<dc:creator>klkl</dc:creator>
				<category><![CDATA[Blog Stuff]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[OFC]]></category>
		<category><![CDATA[Open Flash Chart]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://klkl.co.uk/?p=295</guid>
		<description><![CDATA[<p style="padding-left: 30px;"><span style="color: #333333;"><strong>&lt;?php<br />
</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #333333;"><strong>//Headers Required for SSL in IE<br />
header(&#8221;Cache-Control: cache, must-revalidate&#8221;);<br />
header(&#8221;Pragma: public&#8221;);</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #333333;"><strong>?&gt;</strong></span></p>
<p>Normally I don&#8217;t bother with making sure my projects are Internet Explorer compliant but the Open Flash Charts are just so pretty, and it&#8217;s not that difficult to fix, I felt I had to make sure they displayed correctly.</p>
]]></description>
			<content:encoded><![CDATA[<p style="padding-left: 30px;"><span style="color: #333333;"><strong>&lt;?php<br />
</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #333333;"><strong>//Headers Required for SSL in IE<br />
header(&#8221;Cache-Control: cache, must-revalidate&#8221;);<br />
header(&#8221;Pragma: public&#8221;);</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #333333;"><strong>?&gt;</strong></span></p>
<p>Normally I don&#8217;t bother with making sure my projects are Internet Explorer compliant but the Open Flash Charts are just so pretty, and it&#8217;s not that difficult to fix, I felt I had to make sure they displayed correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://klkl.co.uk/2011/03/01/how-to-fix-open-flash-chart-ie-ssl-not-working/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Easy FAQ, a New Wordpress Plugin for Frequently Asked Questions</title>
		<link>http://klkl.co.uk/2008/11/05/easy-faq-a-new-wordpress-plugin-for-frequently-asked-questions/</link>
		<comments>http://klkl.co.uk/2008/11/05/easy-faq-a-new-wordpress-plugin-for-frequently-asked-questions/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 08:58:06 +0000</pubDate>
		<dc:creator>klkl</dc:creator>
				<category><![CDATA[Blog Stuff]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[album]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[frequently asked questions]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://klkl.co.uk/?p=112</guid>
		<description><![CDATA[<p style="text-align: justify;">I&#8217;ve created a Wordpress plugin to create and manage lists of frequently asked questions. Currently its a work in progress but you can download the beta if you want a preview. If you want more information  or to download a copy then check out the Easy FAQ page above.</p>
<p style="text-align: justify;"><strong>Screenshot:</strong></p>
<p style="text-align: justify;"><a href="http://klkl.co.uk/wp-content/uploads/2008/11/faqscreenshot1.png"><img class="size-medium wp-image-102 aligncenter" title="easyFAQ interface" src="http://klkl.co.uk/wp-content/uploads/2008/11/faqscreenshot1-300x190.png" alt="easyFAQ interface" width="300" height="190" /></a></p>
]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I&#8217;ve created a Wordpress plugin to create and manage lists of frequently asked questions. Currently its a work in progress but you can download the beta if you want a preview. If you want more information  or to download a copy then check out the Easy FAQ page above.</p>
<p style="text-align: justify;"><strong>Screenshot:</strong></p>
<p style="text-align: justify;"><a href="http://klkl.co.uk/wp-content/uploads/2008/11/faqscreenshot1.png"><img class="size-medium wp-image-102 aligncenter" title="easyFAQ interface" src="http://klkl.co.uk/wp-content/uploads/2008/11/faqscreenshot1-300x190.png" alt="easyFAQ interface" width="300" height="190" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://klkl.co.uk/2008/11/05/easy-faq-a-new-wordpress-plugin-for-frequently-asked-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Margin:Auto; To Work In Internet Explorer</title>
		<link>http://klkl.co.uk/2008/06/10/getting-margin-auto-to-work-in-internet-explorer/</link>
		<comments>http://klkl.co.uk/2008/06/10/getting-margin-auto-to-work-in-internet-explorer/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 19:21:05 +0000</pubDate>
		<dc:creator>klkl</dc:creator>
				<category><![CDATA[Blog Stuff]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[doctype]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[quirks]]></category>
		<category><![CDATA[strict]]></category>

		<guid isPermaLink="false">http://klkl.co.uk/?p=36</guid>
		<description><![CDATA[<p>I&#8217;ve been doing a bit of web design in my spare time lately and before long I came across the issue of using margin: auto; in my stylesheet not working in internet explorer. Meeehhhh! I couldn&#8217;t be doing with that and given that the best way to attack an unknown problem is to search for knowledge I hit google (not literally of course).</p>
<p>Turns out, that you can force Internet Explorer (and other browsers) to parse your cascading style sheets strictly by using a strict doctype definition. I used the one below for my project;<br />
<span id="more-36"></span></p>
<p style="padding-left: 30px;"><strong>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD HTML 4.01//EN&#8221; &#8220;http://www.w3.org/TR/html4/strict.dtd&#8221;&gt;</strong></p>
<p>This was news to me, but welcome, because now I can center my divs in a cross-browser compatible way and move on to other problems like why background images for input elements aren&#8217;t loading on https pages (please let me know if you know why).</p>
<p>Oh and if you&#8217;re interested in more information <a title="http://hsivonen.iki.fi/doctype/" href="http://hsivonen.iki.fi/doctype/" target="_blank">http://hsivonen.iki.fi/doctype/</a> has a useful table of which doctype definitions trigger what behaviour in the popular browsers.</p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing a bit of web design in my spare time lately and before long I came across the issue of using margin: auto; in my stylesheet not working in internet explorer. Meeehhhh! I couldn&#8217;t be doing with that and given that the best way to attack an unknown problem is to search for knowledge I hit google (not literally of course).</p>
<p>Turns out, that you can force Internet Explorer (and other browsers) to parse your cascading style sheets strictly by using a strict doctype definition. I used the one below for my project;<br />
<span id="more-36"></span></p>
<p style="padding-left: 30px;"><strong>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD HTML 4.01//EN&#8221; &#8220;http://www.w3.org/TR/html4/strict.dtd&#8221;&gt;</strong></p>
<p>This was news to me, but welcome, because now I can center my divs in a cross-browser compatible way and move on to other problems like why background images for input elements aren&#8217;t loading on https pages (please let me know if you know why).</p>
<p>Oh and if you&#8217;re interested in more information <a title="http://hsivonen.iki.fi/doctype/" href="http://hsivonen.iki.fi/doctype/" target="_blank">http://hsivonen.iki.fi/doctype/</a> has a useful table of which doctype definitions trigger what behaviour in the popular browsers.</p>
]]></content:encoded>
			<wfw:commentRss>http://klkl.co.uk/2008/06/10/getting-margin-auto-to-work-in-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Plugin: DBC Backup</title>
		<link>http://klkl.co.uk/2008/05/29/dbc-backup/</link>
		<comments>http://klkl.co.uk/2008/05/29/dbc-backup/#comments</comments>
		<pubDate>Wed, 28 May 2008 23:20:54 +0000</pubDate>
		<dc:creator>klkl</dc:creator>
				<category><![CDATA[Blog Stuff]]></category>

		<guid isPermaLink="false">http://klkl.co.uk/?p=29</guid>
		<description><![CDATA[<p>So after last night&#8217;s terrible loss of data I decided something had to be done. My host has already arranged for binary backups to be made but I thought there must be some wordpress plugins that keep a copy of your wordpress tables so I began my search. There were a couple that caught my attention so I installed them and had a play and now I&#8217;ve made my choice, DBC Backup.</p>
<p><span id="more-29"></span>It can be found at <a title="DBC Backup on wordpress.org" href="http://wordpress.org/extend/plugins/dbc-backup/" target="_blank">http://wordpress.org/extend/plugins/dbc-backup/</a> I tried three in total one was BackUpWordPress but I had to abandon that because it wouldn&#8217;t let me save my backups outside the webroot. Another was WP-DB-Backup which required that I &#8216;temporarily&#8217; changed the permissions of my<br />
wp-content folder so it could create its own for backups. The hassle of installing that one put me off it. One of them although I don&#8217;t remember which had a paypal donation button on all the pages which I didn&#8217;t really like either. I think that&#8217;s the sort of thing that you put on your website not in a plugin but that&#8217;s just my opinion.</p>
<p>Finally I settled on DBC Backup because;</p>
<ul>
<li>It&#8217;s nice and clean</li>
<li>It creates backups at set intervals or manually</li>
<li>It doesn&#8217;t handle restoration just the dump</li>
<li>It backs up all the tables in the database not just the wordpress ones</li>
<li>I can configure the backups to be stored outside the webroot</li>
</ul>
<p>My only issue was that it decided to create its menu using add_menu_page(&#8230;) which creates a top-level page. I thought this was unnecessary considering the plugin only has one page to interact with and the <a title="Adding Administration Menus at wordpress.org" href="http://codex.wordpress.org/Adding_Administration_Menus" target="_blank">wordpress codex</a> recommends that you only add these for plugins which require many screens.</p>
<p>I much preffered the idea of it being a sub-menu of Manage (edit.php) so I decided to edit the plugin. The desired modification takes place in the dbcbackup.php file in the DBC plugin directory. I made the following changes;</p>
<ul>
<li>On line 80
<ul>
<li>Change &#8220;if(function_exists(&#8217;add_menu_page))&#8221;</li>
<li>To         &#8220;if(function_exists(&#8217;add_submenu_page))&#8221;</li>
</ul>
</li>
<li>On line 82
<ul>
<li>Change &#8220;add_menu_page(xxx)&#8221;</li>
<li>To         &#8220;add_submenu_page(&#8217;edit.php&#8217;, xxx)&#8221;</li>
<li>Where   xxx represents the existing arguments to the function</li>
</ul>
</li>
</ul>
<p>The arguments to the function add_submenu_page are the same as for add_menu_page except that there is a new initial argument that specifies which page to add the sub-menu to. I also changed the &#8216;DB Cron Backup&#8217; value to just &#8216;Backup&#8217; because that&#8217;s all I wanted to see in the sub-menu.</p>
<p>That&#8217;s it, I think its a great plugin and now that I&#8217;ve got it set up how I like it I&#8217;m happy.</p>
]]></description>
			<content:encoded><![CDATA[<p>So after last night&#8217;s terrible loss of data I decided something had to be done. My host has already arranged for binary backups to be made but I thought there must be some wordpress plugins that keep a copy of your wordpress tables so I began my search. There were a couple that caught my attention so I installed them and had a play and now I&#8217;ve made my choice, DBC Backup.</p>
<p><span id="more-29"></span>It can be found at <a title="DBC Backup on wordpress.org" href="http://wordpress.org/extend/plugins/dbc-backup/" target="_blank">http://wordpress.org/extend/plugins/dbc-backup/</a> I tried three in total one was BackUpWordPress but I had to abandon that because it wouldn&#8217;t let me save my backups outside the webroot. Another was WP-DB-Backup which required that I &#8216;temporarily&#8217; changed the permissions of my<br />
wp-content folder so it could create its own for backups. The hassle of installing that one put me off it. One of them although I don&#8217;t remember which had a paypal donation button on all the pages which I didn&#8217;t really like either. I think that&#8217;s the sort of thing that you put on your website not in a plugin but that&#8217;s just my opinion.</p>
<p>Finally I settled on DBC Backup because;</p>
<ul>
<li>It&#8217;s nice and clean</li>
<li>It creates backups at set intervals or manually</li>
<li>It doesn&#8217;t handle restoration just the dump</li>
<li>It backs up all the tables in the database not just the wordpress ones</li>
<li>I can configure the backups to be stored outside the webroot</li>
</ul>
<p>My only issue was that it decided to create its menu using add_menu_page(&#8230;) which creates a top-level page. I thought this was unnecessary considering the plugin only has one page to interact with and the <a title="Adding Administration Menus at wordpress.org" href="http://codex.wordpress.org/Adding_Administration_Menus" target="_blank">wordpress codex</a> recommends that you only add these for plugins which require many screens.</p>
<p>I much preffered the idea of it being a sub-menu of Manage (edit.php) so I decided to edit the plugin. The desired modification takes place in the dbcbackup.php file in the DBC plugin directory. I made the following changes;</p>
<ul>
<li>On line 80
<ul>
<li>Change &#8220;if(function_exists(&#8217;add_menu_page))&#8221;</li>
<li>To         &#8220;if(function_exists(&#8217;add_submenu_page))&#8221;</li>
</ul>
</li>
<li>On line 82
<ul>
<li>Change &#8220;add_menu_page(xxx)&#8221;</li>
<li>To         &#8220;add_submenu_page(&#8217;edit.php&#8217;, xxx)&#8221;</li>
<li>Where   xxx represents the existing arguments to the function</li>
</ul>
</li>
</ul>
<p>The arguments to the function add_submenu_page are the same as for add_menu_page except that there is a new initial argument that specifies which page to add the sub-menu to. I also changed the &#8216;DB Cron Backup&#8217; value to just &#8216;Backup&#8217; because that&#8217;s all I wanted to see in the sub-menu.</p>
<p>That&#8217;s it, I think its a great plugin and now that I&#8217;ve got it set up how I like it I&#8217;m happy.</p>
]]></content:encoded>
			<wfw:commentRss>http://klkl.co.uk/2008/05/29/dbc-backup/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>eBay to Go</title>
		<link>http://klkl.co.uk/2008/05/28/ebay-to-go/</link>
		<comments>http://klkl.co.uk/2008/05/28/ebay-to-go/#comments</comments>
		<pubDate>Wed, 28 May 2008 19:52:56 +0000</pubDate>
		<dc:creator>klkl</dc:creator>
				<category><![CDATA[Blog Stuff]]></category>

		<guid isPermaLink="false">http://klkl.co.uk/?p=28</guid>
		<description><![CDATA[<p>A few days ago I wrote a post about unlocking my new Armani phone so it would work on other networks and originally I just put a link to the auction I had going at the time but then I came across ebay to go.</p>
<p>The site is part of eBay and is all about creating flash widgets to display auction and store items on websites and blogs (or anywhere that renders html) and is at <a href="http://togo.ebay.com/">http://togo.ebay.com/</a>. It lets you chose from one of their formats then you choose an item or store and then it creates the html you can post on your blog or wherever to show a flash widget of the item(s) like the one below&#8230;</p>
<p><span id="more-28"></span></p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="355" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="so_widget" /><param name="name" value="so_widget" /><param name="bgcolor" value="#ffffff" /><param name="flashvars" value="base=http://togo.ebay.com/togo/&amp;lang=en-us&amp;local=true&amp;mode=normal" /><param name="src" value="http://togo.ebay.com/togo/togo.swf?2008013100" /><param name="wmode" value="transparent" /><embed id="so_widget" type="application/x-shockwave-flash" width="355" height="300" src="http://togo.ebay.com/togo/togo.swf?2008013100" wmode="transparent" flashvars="base=http://togo.ebay.com/togo/&amp;lang=en-us&amp;local=true&amp;mode=normal" bgcolor="#ffffff" name="so_widget"></embed></object></p>
<p style="text-align: left;">I think it looks cool, especially the countdown to the end of the auction, and a lot more enticing than a plain and dull link.</p>
<p style="text-align: left;"><strong>Note:</strong> This one shown is eBay&#8217;s own sample its not interactive like the regular ones.</p>
]]></description>
			<content:encoded><![CDATA[<p>A few days ago I wrote a post about unlocking my new Armani phone so it would work on other networks and originally I just put a link to the auction I had going at the time but then I came across ebay to go.</p>
<p>The site is part of eBay and is all about creating flash widgets to display auction and store items on websites and blogs (or anywhere that renders html) and is at <a href="http://togo.ebay.com/">http://togo.ebay.com/</a>. It lets you chose from one of their formats then you choose an item or store and then it creates the html you can post on your blog or wherever to show a flash widget of the item(s) like the one below&#8230;</p>
<p><span id="more-28"></span></p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="355" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="so_widget" /><param name="name" value="so_widget" /><param name="bgcolor" value="#ffffff" /><param name="flashvars" value="base=http://togo.ebay.com/togo/&amp;lang=en-us&amp;local=true&amp;mode=normal" /><param name="src" value="http://togo.ebay.com/togo/togo.swf?2008013100" /><param name="wmode" value="transparent" /><embed id="so_widget" type="application/x-shockwave-flash" width="355" height="300" src="http://togo.ebay.com/togo/togo.swf?2008013100" wmode="transparent" flashvars="base=http://togo.ebay.com/togo/&amp;lang=en-us&amp;local=true&amp;mode=normal" bgcolor="#ffffff" name="so_widget"></embed></object></p>
<p style="text-align: left;">I think it looks cool, especially the countdown to the end of the auction, and a lot more enticing than a plain and dull link.</p>
<p style="text-align: left;"><strong>Note:</strong> This one shown is eBay&#8217;s own sample its not interactive like the regular ones.</p>
]]></content:encoded>
			<wfw:commentRss>http://klkl.co.uk/2008/05/28/ebay-to-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accidental Drop!</title>
		<link>http://klkl.co.uk/2008/05/28/accidental-drop/</link>
		<comments>http://klkl.co.uk/2008/05/28/accidental-drop/#comments</comments>
		<pubDate>Wed, 28 May 2008 01:17:50 +0000</pubDate>
		<dc:creator>klkl</dc:creator>
				<category><![CDATA[Blog Stuff]]></category>

		<guid isPermaLink="false">http://klkl.co.uk/?p=14</guid>
		<description><![CDATA[<p>So last night I was trying to remove some tables from a database and I accidentally dropped the database instead of the tables in phpmyadmin. Argh! I couldn&#8217;t believe it and there was no backup <img src='http://klkl.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>So I shamefully recreated the wordpress tables and used Google&#8217;s cache to recreate my posts and comments (that was a lot of effort) and now I think I&#8217;ve got most of my posts back except a couple and now I need to sort out some backups!</p>
]]></description>
			<content:encoded><![CDATA[<p>So last night I was trying to remove some tables from a database and I accidentally dropped the database instead of the tables in phpmyadmin. Argh! I couldn&#8217;t believe it and there was no backup <img src='http://klkl.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>So I shamefully recreated the wordpress tables and used Google&#8217;s cache to recreate my posts and comments (that was a lot of effort) and now I think I&#8217;ve got most of my posts back except a couple and now I need to sort out some backups!</p>
]]></content:encoded>
			<wfw:commentRss>http://klkl.co.uk/2008/05/28/accidental-drop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

