<?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 for Kythin's Rants</title>
	<atom:link href="http://www.kythin.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kythin.com</link>
	<description>Kythin rants about all kinds of things, but mainly website development</description>
	<lastBuildDate>Tue, 02 Mar 2010 23:28:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Wordspinner &#8211; Free Word Spinner Plugin for Wordpress by kythin</title>
		<link>http://www.kythin.com/wordspinner/comment-page-1/#comment-35</link>
		<dc:creator>kythin</dc:creator>
		<pubDate>Tue, 02 Mar 2010 23:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.kythin.com/?p=32#comment-35</guid>
		<description>it&#039;s a PHP reserved character, so you would need to get into the code of the addon. You will need to add another str_replace(&quot;&#124;&quot;,&quot;\&#124;&quot;,$spintext); or something along those lines.

it would probably be easier to run a find/replace on your database than code it properly, which is why I didn&#039;t spend any time on it in the first place

I&#039;ll fix it in a future release (strapped for time in the forseeable future though)</description>
		<content:encoded><![CDATA[<p>it&#8217;s a PHP reserved character, so you would need to get into the code of the addon. You will need to add another str_replace(&#8220;|&#8221;,&#8221;\|&#8221;,$spintext); or something along those lines.</p>
<p>it would probably be easier to run a find/replace on your database than code it properly, which is why I didn&#8217;t spend any time on it in the first place</p>
<p>I&#8217;ll fix it in a future release (strapped for time in the forseeable future though)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordspinner &#8211; Free Word Spinner Plugin for Wordpress by seoserpent</title>
		<link>http://www.kythin.com/wordspinner/comment-page-1/#comment-34</link>
		<dc:creator>seoserpent</dc:creator>
		<pubDate>Tue, 02 Mar 2010 17:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.kythin.com/?p=32#comment-34</guid>
		<description>@kythin:  I see you talk about not being able to use the pipe {&#124;} unless properly escaped.  Can you explain what needs to be done to accomplish that?  Thanks!</description>
		<content:encoded><![CDATA[<p>@kythin:  I see you talk about not being able to use the pipe {|} unless properly escaped.  Can you explain what needs to be done to accomplish that?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordspinner &#8211; Free Word Spinner Plugin for Wordpress by kythin</title>
		<link>http://www.kythin.com/wordspinner/comment-page-1/#comment-33</link>
		<dc:creator>kythin</dc:creator>
		<pubDate>Mon, 18 Jan 2010 16:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.kythin.com/?p=32#comment-33</guid>
		<description>@siteblaster: In theory that would work, if you set WordSpinner to use double brackets it should stop messing with your other shortcodes.

They could be anything, actually. They dont have to be the same character, and they dont have to be brackets, e.g. it could be set to use %$some*words*to*spin$% for all it cares. (untested, but should work!)</description>
		<content:encoded><![CDATA[<p>@siteblaster: In theory that would work, if you set WordSpinner to use double brackets it should stop messing with your other shortcodes.</p>
<p>They could be anything, actually. They dont have to be the same character, and they dont have to be brackets, e.g. it could be set to use %$some*words*to*spin$% for all it cares. (untested, but should work!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordspinner &#8211; Free Word Spinner Plugin for Wordpress by siteblaster</title>
		<link>http://www.kythin.com/wordspinner/comment-page-1/#comment-32</link>
		<dc:creator>siteblaster</dc:creator>
		<pubDate>Mon, 18 Jan 2010 14:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.kythin.com/?p=32#comment-32</guid>
		<description>Hey Kythin,

I am having an issue with a couple of my seasoned plugins not working correctly (I missed them before).  I was doing some spinning within some plugin&#039;s CSS and HTML code.  Works great in that capacity.

However, a couple of my plugins use short-codes which look like this {someshort-code].  It appears that WordSpinner actually tries to process this and thus that plugin fails.

I tried changing the WordSpinners delimiter but I have been met with error codes when I try spinning with them.  I tried &quot; { , } &quot; as well as &quot; { &#124; } &quot;.

How would you change them to use a different escape sequence?

Would is work by just using dual brackets like [[phrase#1,phrase#2,phrase#3]] ?

Thanks for your time.</description>
		<content:encoded><![CDATA[<p>Hey Kythin,</p>
<p>I am having an issue with a couple of my seasoned plugins not working correctly (I missed them before).  I was doing some spinning within some plugin&#8217;s CSS and HTML code.  Works great in that capacity.</p>
<p>However, a couple of my plugins use short-codes which look like this {someshort-code].  It appears that WordSpinner actually tries to process this and thus that plugin fails.</p>
<p>I tried changing the WordSpinners delimiter but I have been met with error codes when I try spinning with them.  I tried &#8221; { , } &#8221; as well as &#8221; { | } &#8220;.</p>
<p>How would you change them to use a different escape sequence?</p>
<p>Would is work by just using dual brackets like [[phrase#1,phrase#2,phrase#3]] ?</p>
<p>Thanks for your time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free php spinner! by PaulNorman</title>
		<link>http://www.kythin.com/free-php-spinner/comment-page-1/#comment-31</link>
		<dc:creator>PaulNorman</dc:creator>
		<pubDate>Sat, 09 Jan 2010 18:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kythin.com/?p=22#comment-31</guid>
		<description>Yeah, sure, use the code at will! I wrote mine with the intention to help others.

(And sorry for the late response - been skiing, and returned to find my DNS all screwed up... fixed now!)</description>
		<content:encoded><![CDATA[<p>Yeah, sure, use the code at will! I wrote mine with the intention to help others.</p>
<p>(And sorry for the late response &#8211; been skiing, and returned to find my DNS all screwed up&#8230; fixed now!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordspinner &#8211; Free Word Spinner Plugin for Wordpress by siteblaster</title>
		<link>http://www.kythin.com/wordspinner/comment-page-1/#comment-30</link>
		<dc:creator>siteblaster</dc:creator>
		<pubDate>Sat, 02 Jan 2010 20:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.kythin.com/?p=32#comment-30</guid>
		<description>Hey Kythin!

I got it working!  Never mind and thanks for your plugin.</description>
		<content:encoded><![CDATA[<p>Hey Kythin!</p>
<p>I got it working!  Never mind and thanks for your plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordspinner &#8211; Free Word Spinner Plugin for Wordpress by siteblaster</title>
		<link>http://www.kythin.com/wordspinner/comment-page-1/#comment-29</link>
		<dc:creator>siteblaster</dc:creator>
		<pubDate>Sat, 02 Jan 2010 15:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.kythin.com/?p=32#comment-29</guid>
		<description>Kythin,

Thanks for your time.  If you would look at http://buddyshearer.com/ and then look at the Footer you will see what I am trying to do.  Its as if the code is not being processed.</description>
		<content:encoded><![CDATA[<p>Kythin,</p>
<p>Thanks for your time.  If you would look at <a href="http://buddyshearer.com/" rel="nofollow">http://buddyshearer.com/</a> and then look at the Footer you will see what I am trying to do.  Its as if the code is not being processed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordspinner &#8211; Free Word Spinner Plugin for Wordpress by kythin</title>
		<link>http://www.kythin.com/wordspinner/comment-page-1/#comment-28</link>
		<dc:creator>kythin</dc:creator>
		<pubDate>Sat, 02 Jan 2010 13:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.kythin.com/?p=32#comment-28</guid>
		<description>@siteblaster

You should be able to do something like:
$somestr = &quot;[Phrase 1,Phrase 2,Phrase 3]&quot;;
echo run_spinner($somestring);

It will still use whatever characters you have set in your WP options as the end and separation characters though, so make sure they&#039;re the same.</description>
		<content:encoded><![CDATA[<p>@siteblaster</p>
<p>You should be able to do something like:<br />
$somestr = &#8220;[Phrase 1,Phrase 2,Phrase 3]&#8220;;<br />
echo run_spinner($somestring);</p>
<p>It will still use whatever characters you have set in your WP options as the end and separation characters though, so make sure they&#8217;re the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordspinner &#8211; Free Word Spinner Plugin for Wordpress by siteblaster</title>
		<link>http://www.kythin.com/wordspinner/comment-page-1/#comment-27</link>
		<dc:creator>siteblaster</dc:creator>
		<pubDate>Sat, 02 Jan 2010 06:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.kythin.com/?p=32#comment-27</guid>
		<description>Kythin,
Thanks for your previous response.  I am trying to use this in my footer in a Text: Links widget but it is not working.  I am using WP v2.9 so the previous usage instruction does not appear to work as altering line #611.

So is there a way that it can be used in a more direct way?  Like 
echo run_spinner([&lt;a href=&quot;http://mydomain.com/&quot; rel=&quot;nofollow&quot;&gt;Keyword Phrase 1&lt;/a&gt;,&lt;a href=&quot;http://mydomain.com/&quot; rel=&quot;nofollow&quot;&gt;Keyword Phrase 2&lt;/a&gt;,&lt;a href=&quot;http://mydomain.com/&quot; rel=&quot;nofollow&quot;&gt;Keyword Phrase 3&lt;/a&gt;]);

Thanks!</description>
		<content:encoded><![CDATA[<p>Kythin,<br />
Thanks for your previous response.  I am trying to use this in my footer in a Text: Links widget but it is not working.  I am using WP v2.9 so the previous usage instruction does not appear to work as altering line #611.</p>
<p>So is there a way that it can be used in a more direct way?  Like<br />
echo run_spinner([<a href="http://mydomain.com/" rel="nofollow">Keyword Phrase 1</a>,<a href="http://mydomain.com/" rel="nofollow">Keyword Phrase 2</a>,<a href="http://mydomain.com/" rel="nofollow">Keyword Phrase 3</a>]);</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free php spinner! by kythin</title>
		<link>http://www.kythin.com/free-php-spinner/comment-page-1/#comment-26</link>
		<dc:creator>kythin</dc:creator>
		<pubDate>Fri, 01 Jan 2010 05:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.kythin.com/?p=22#comment-26</guid>
		<description>Ah thanks! I might add some of that to my wordpress plug-in the next time I do an update, if that&#039;s ok with you?</description>
		<content:encoded><![CDATA[<p>Ah thanks! I might add some of that to my wordpress plug-in the next time I do an update, if that&#8217;s ok with you?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
