<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: My first widget! Random quote of the day/aphorism/fact etc</title>
	<atom:link href="https://rathercurious.no3.co.uk/archives/183/feed" rel="self" type="application/rss+xml" />
	<link>https://rathercurious.no3.co.uk/archives/183</link>
	<description>A home for my coding projects</description>
	<lastBuildDate>Fri, 26 Feb 2010 22:24:46 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.16</generator>
	<item>
		<title>By: Justin</title>
		<link>https://rathercurious.no3.co.uk/archives/183/comment-page-1#comment-1017</link>
		<dc:creator><![CDATA[Justin]]></dc:creator>
		<pubDate>Sat, 11 Oct 2008 08:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://rathercurious.net/?p=183#comment-1017</guid>
		<description><![CDATA[Andy 
I think you may be using the wrong version of the code.  The first version had a small SQL error that always resulted in nil results.  the query was also not compatible with my sqlite driver for PDO For WP.  So i have migrated to a simpler, more traditional form of randomisation. This does not scale well on large datasets and I may post a code (rather than sql) based optimisation in the next few days.]]></description>
		<content:encoded><![CDATA[<p>Andy<br />
I think you may be using the wrong version of the code.  The first version had a small SQL error that always resulted in nil results.  the query was also not compatible with my sqlite driver for PDO For WP.  So i have migrated to a simpler, more traditional form of randomisation. This does not scale well on large datasets and I may post a code (rather than sql) based optimisation in the next few days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>https://rathercurious.no3.co.uk/archives/183/comment-page-1#comment-1014</link>
		<dc:creator><![CDATA[Andy]]></dc:creator>
		<pubDate>Fri, 10 Oct 2008 22:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://rathercurious.net/?p=183#comment-1014</guid>
		<description><![CDATA[Have installed this and populated a table called facts.  Have kept your fields id and randomFact and changed the table to facts.

Getting this message:
&gt;&gt;&gt;
No facts found in the database, or a database error occurred 
&lt;&lt;&lt;]]></description>
		<content:encoded><![CDATA[<p>Have installed this and populated a table called facts.  Have kept your fields id and randomFact and changed the table to facts.</p>
<p>Getting this message:<br />
&gt;&gt;&gt;<br />
No facts found in the database, or a database error occurred<br />
&lt;&lt;&lt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
