<?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: Spin Text For SEO &#8211; A PHP Spinner</title>
	<atom:link href="http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/</link>
	<description>PHP, MySQL, Coding, Javascript, HTML, CSS</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:20:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Angelo Bonavera</title>
		<link>http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/comment-page-1/#comment-471</link>
		<dc:creator>Angelo Bonavera</dc:creator>
		<pubDate>Wed, 16 Nov 2011 13:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/#comment-471</guid>
		<description>Great spinner. nested and everything. The spinning programs are expensive to and this is free... very affordable websites utility script</description>
		<content:encoded><![CDATA[<p>Great spinner. nested and everything. The spinning programs are expensive to and this is free&#8230; very affordable websites utility script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: how to seo</title>
		<link>http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/comment-page-1/#comment-455</link>
		<dc:creator>how to seo</dc:creator>
		<pubDate>Thu, 03 Nov 2011 15:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/#comment-455</guid>
		<description>I just could not depart your web site before suggesting that I extremely loved the usual info a person provide for your guests? Is going to be again continuously to investigate cross-check new posts</description>
		<content:encoded><![CDATA[<p>I just could not depart your web site before suggesting that I extremely loved the usual info a person provide for your guests? Is going to be again continuously to investigate cross-check new posts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: payday</title>
		<link>http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/comment-page-1/#comment-426</link>
		<dc:creator>payday</dc:creator>
		<pubDate>Mon, 12 Sep 2011 17:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/#comment-426</guid>
		<description>Great! That worked, Thanks! =)</description>
		<content:encoded><![CDATA[<p>Great! That worked, Thanks! =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Norman</title>
		<link>http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/comment-page-1/#comment-367</link>
		<dc:creator>Paul Norman</dc:creator>
		<pubDate>Tue, 19 Jul 2011 10:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/#comment-367</guid>
		<description>First up you should use the updated spinner, not this one. Direct usage of the spinner is very simple and explained here / there, but I&#039;m going to assume that you need help with the generation of the SEO pages on which to use your spun text via the spinner in your CMS... This is far less simple and requires you to understand PHP or Apache to a reasonable level for the page generation and then PHP / MySQL to dynamically retrieve the content. I must make it clear that I am not a freelancer and do not do this kind of work, so your best bet would be &lt;a href=&quot;http://www.freelancers.net/&quot; rel=&quot;nofollow&quot;&gt;freelancers.net&lt;/a&gt;, forums or better a digital agency for this.

Looking at your current site it is already constructed in Joomla (a CMS system) and runs an e-commerce plugin called VirtueMart for shop management. I don&#039;t know anything about either, but I can observe that the combo uses an Apache rewrite rule (everything is sent to index.php) with a $_GET variable structure (?page=shop.browse&amp;category_id=XY) to allow the CMS to look up the pages in a database (likely MySQL). Anything you add on would either require a new re-write rule (in your .htaccess file) and a totally new PHP page (easy for any developer, though your style etc would have to be duplicated and maintained separately) or a new bespoke Joomla extension to implement your requirements (recommended, but more expensive). 

For this reason I suggest looking for a Joomla &#039;expert&#039; to carry out the work, perhaps beginning on Joomla specific forums.

I would also raise that you have also already added unique text about all of your products (which are not very similar) so you really have to determine what benefit an extra set of spun pages (which require totally generic text) would bring you...

Good luck!</description>
		<content:encoded><![CDATA[<p>First up you should use the updated spinner, not this one. Direct usage of the spinner is very simple and explained here / there, but I&#8217;m going to assume that you need help with the generation of the SEO pages on which to use your spun text via the spinner in your CMS&#8230; This is far less simple and requires you to understand PHP or Apache to a reasonable level for the page generation and then PHP / MySQL to dynamically retrieve the content. I must make it clear that I am not a freelancer and do not do this kind of work, so your best bet would be <a href="http://www.freelancers.net/" rel="nofollow">freelancers.net</a>, forums or better a digital agency for this.</p>
<p>Looking at your current site it is already constructed in Joomla (a CMS system) and runs an e-commerce plugin called VirtueMart for shop management. I don&#8217;t know anything about either, but I can observe that the combo uses an Apache rewrite rule (everything is sent to index.php) with a $_GET variable structure (?page=shop.browse&amp;category_id=XY) to allow the CMS to look up the pages in a database (likely MySQL). Anything you add on would either require a new re-write rule (in your .htaccess file) and a totally new PHP page (easy for any developer, though your style etc would have to be duplicated and maintained separately) or a new bespoke Joomla extension to implement your requirements (recommended, but more expensive). </p>
<p>For this reason I suggest looking for a Joomla &#8216;expert&#8217; to carry out the work, perhaps beginning on Joomla specific forums.</p>
<p>I would also raise that you have also already added unique text about all of your products (which are not very similar) so you really have to determine what benefit an extra set of spun pages (which require totally generic text) would bring you&#8230;</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T Nathan</title>
		<link>http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/comment-page-1/#comment-366</link>
		<dc:creator>T Nathan</dc:creator>
		<pubDate>Mon, 18 Jul 2011 22:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/#comment-366</guid>
		<description>looking for someone that can help me this clearer that I can use it. will pay to understand how to apply this to my site

thx
T. Nathan</description>
		<content:encoded><![CDATA[<p>looking for someone that can help me this clearer that I can use it. will pay to understand how to apply this to my site</p>
<p>thx<br />
T. Nathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Norman</title>
		<link>http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/comment-page-1/#comment-341</link>
		<dc:creator>Paul Norman</dc:creator>
		<pubDate>Thu, 05 May 2011 12:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/#comment-341</guid>
		<description>Hi Trevor,

I strongly suggest you use the updated version of this post in any projects. If you get anything going with a thesaurus etc I would be very interested to see it and will provide you links / an article for anything you do if you wish to share / promote it. This is something I have meant to do myself and have my own basic WYSIWYG editor (based on a content editable div rather than iframe) that I would like to plug it into ultimately - it&#039;s just a dev time problem! My suggestions would be to think very carefully about the database structure of, and required AJAX calls to, a thesaurus as they are not trivial. Good luck!

Cheers,

Paul</description>
		<content:encoded><![CDATA[<p>Hi Trevor,</p>
<p>I strongly suggest you use the updated version of this post in any projects. If you get anything going with a thesaurus etc I would be very interested to see it and will provide you links / an article for anything you do if you wish to share / promote it. This is something I have meant to do myself and have my own basic WYSIWYG editor (based on a content editable div rather than iframe) that I would like to plug it into ultimately &#8211; it&#8217;s just a dev time problem! My suggestions would be to think very carefully about the database structure of, and required AJAX calls to, a thesaurus as they are not trivial. Good luck!</p>
<p>Cheers,</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor Schuil</title>
		<link>http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/comment-page-1/#comment-337</link>
		<dc:creator>Trevor Schuil</dc:creator>
		<pubDate>Wed, 04 May 2011 19:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/#comment-337</guid>
		<description>Hi Paul, I hope that this comment finds you in good health, I stumbled on this through my search for a php article spinner for my site and realized that it is extremely difficult to find a free one. To get to the point I would like to develop your functions to suit my site. I am working on it right away as i desperately need this so a very big thank you. I am offering my development to this post as a thanks man. I am going to include some basic database storage and administration such as a thesaurus with preferences.If anyone has any suggestions or would like the source just visit my site or mail me.</description>
		<content:encoded><![CDATA[<p>Hi Paul, I hope that this comment finds you in good health, I stumbled on this through my search for a php article spinner for my site and realized that it is extremely difficult to find a free one. To get to the point I would like to develop your functions to suit my site. I am working on it right away as i desperately need this so a very big thank you. I am offering my development to this post as a thanks man. I am going to include some basic database storage and administration such as a thesaurus with preferences.If anyone has any suggestions or would like the source just visit my site or mail me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Norman</title>
		<link>http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/comment-page-1/#comment-119</link>
		<dc:creator>Paul Norman</dc:creator>
		<pubDate>Sun, 13 Feb 2011 19:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/#comment-119</guid>
		<description>@peter You could read the first paragraph and see the updated code (not the rushed nested spinner in this article), OR you could choose to share your own elegant solution...

Sadly you have opted for neither and simply decided to waste both our of time to be rude and unhelpful. Yet another useful Internet contributer, I&#039;m &lt;em&gt;so&lt;/em&gt; very glad you exist!</description>
		<content:encoded><![CDATA[<p>@peter You could read the first paragraph and see the updated code (not the rushed nested spinner in this article), OR you could choose to share your own elegant solution&#8230;</p>
<p>Sadly you have opted for neither and simply decided to waste both our of time to be rude and unhelpful. Yet another useful Internet contributer, I&#8217;m <em>so</em> very glad you exist!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/comment-page-1/#comment-118</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Sun, 13 Feb 2011 17:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/#comment-118</guid>
		<description>Your code is ugly as ****, learn to use regex.</description>
		<content:encoded><![CDATA[<p>Your code is ugly as ****, learn to use regex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: infos</title>
		<link>http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/comment-page-1/#comment-117</link>
		<dc:creator>infos</dc:creator>
		<pubDate>Fri, 04 Feb 2011 15:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/#comment-117</guid>
		<description>Thanks for ur Informations they where verey helpful</description>
		<content:encoded><![CDATA[<p>Thanks for ur Informations they where verey helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Norman</title>
		<link>http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/comment-page-1/#comment-108</link>
		<dc:creator>Paul Norman</dc:creator>
		<pubDate>Fri, 26 Nov 2010 16:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/#comment-108</guid>
		<description>If you view the &lt;a href=&quot;http://www.paul-norman.co.uk/2010/09/php-spinner-updated-spin-articles-for-seo/&quot; rel=&quot;nofollow&quot;&gt;updated spinner&lt;/a&gt; I&#039;ve extended it to allow this kind of behaviour. All you need to do is pass in your seed value (e.g. &#039;every 28 hours&#039;) with the spin function (used to be only true or false) and the text will update only after the specified period. Enjoy!</description>
		<content:encoded><![CDATA[<p>If you view the <a href="http://www.paul-norman.co.uk/2010/09/php-spinner-updated-spin-articles-for-seo/" rel="nofollow">updated spinner</a> I&#8217;ve extended it to allow this kind of behaviour. All you need to do is pass in your seed value (e.g. &#8216;every 28 hours&#8217;) with the spin function (used to be only true or false) and the text will update only after the specified period. Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Online</title>
		<link>http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/comment-page-1/#comment-107</link>
		<dc:creator>Adam Online</dc:creator>
		<pubDate>Sun, 21 Nov 2010 08:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.paul-norman.co.uk/2009/06/spin-text-for-seo/#comment-107</guid>
		<description>Oops, sorry, you seemed to answer that question with the cache.  Could you be so kind to point to a page that explains how to do this kind of cache?  The site im looking to do this on is simple php files with no database or anything.  Im simply a newb with raw php because i typically use wordpress wordpress and joomla that seem to have plugins for most functionalities.</description>
		<content:encoded><![CDATA[<p>Oops, sorry, you seemed to answer that question with the cache.  Could you be so kind to point to a page that explains how to do this kind of cache?  The site im looking to do this on is simple php files with no database or anything.  Im simply a newb with raw php because i typically use wordpress wordpress and joomla that seem to have plugins for most functionalities.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

