<?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 ronald a. richardson</title>
	<atom:link href="http://ronaldarichardson.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ronaldarichardson.com</link>
	<description></description>
	<lastBuildDate>Fri, 24 Feb 2012 13:35:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Recursive PHP Spintax Class 3.0 by DailyMail</title>
		<link>http://ronaldarichardson.com/2011/09/23/recursive-php-spintax-class-3-0/comment-page-1/#comment-4099</link>
		<dc:creator>DailyMail</dc:creator>
		<pubDate>Fri, 24 Feb 2012 13:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldarichardson.com/?p=1547#comment-4099</guid>
		<description>Thanks a lot, exactly what I was looking for. Will do some testing with it coming days. I know I wouldnt be able to do a recursive version myself.</description>
		<content:encoded><![CDATA[<p>Thanks a lot, exactly what I was looking for. Will do some testing with it coming days. I know I wouldnt be able to do a recursive version myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;NO MORE TEXTING WHILE DRIVING!&#8221; by Joshua Sherrill</title>
		<link>http://ronaldarichardson.com/2008/02/04/an-email-i-recieved-no-more-texting-while-driving/comment-page-2/#comment-4098</link>
		<dc:creator>Joshua Sherrill</dc:creator>
		<pubDate>Wed, 22 Feb 2012 02:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldarichardson.com/core/2008/02/04/an-email-i-recieved-no-more-texting-while-driving/#comment-4098</guid>
		<description>the automobile in this accident was a VW Crossfox 1.6, the accident happened in Brazil....</description>
		<content:encoded><![CDATA[<p>the automobile in this accident was a VW Crossfox 1.6, the accident happened in Brazil&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recursive PHP Spintax Class 3.0 by fransberns</title>
		<link>http://ronaldarichardson.com/2011/09/23/recursive-php-spintax-class-3-0/comment-page-1/#comment-4097</link>
		<dc:creator>fransberns</dc:creator>
		<pubDate>Fri, 17 Feb 2012 01:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldarichardson.com/?p=1547#comment-4097</guid>
		<description>Sorry Ronald, but you are wrong. If you put it in test mode ($test=true) with the following example string:

[cc lang=&quot;php&quot;]
{This is my {spintax&#124;spuntext} formatted string, my {spintax&#124;spuntext} formatted string, my {spintax&#124;spuntext} formatted string example.}
[/cc]

You can check that the result always will be one of these options, this:
[cc lang=&quot;php&quot;]
PROCESS: string(104) &quot;{This is my spintax formatted string, my spintax formatted string, my spintax formatted string example.}&quot;
PROCESS: string(102) &quot;This is my spintax formatted string, my spintax formatted string, my spintax formatted string example.&quot;
[/cc]

Or this:
[cc lang=&quot;php&quot;]
PROCESS: string(107) &quot;{This is my spuntext formatted string, my spuntext formatted string, my spuntext formatted string example.}&quot;
PROCESS: string(105) &quot;This is my spuntext formatted string, my spuntext formatted string, my spuntext formatted string example.&quot;
[/cc]

Your code always replace all occurrences of one word to same synonym at the same time.

That&#039;s because the command:
[cc lang=&quot;php&quot;]
$str = str_replace($match[0], $new_str, $str);
[/cc]

The command str_replace replaces all occurrences of $match[0] in $str with the replace value $new_str.</description>
		<content:encoded><![CDATA[<p>Sorry Ronald, but you are wrong. If you put it in test mode ($test=true) with the following example string:</p>
<div class="codecolorer-container php blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&#123;</span>This is my <span style="color: #009900;">&#123;</span>spintax<span style="color: #339933;">|</span>spuntext<span style="color: #009900;">&#125;</span> formatted string<span style="color: #339933;">,</span> my <span style="color: #009900;">&#123;</span>spintax<span style="color: #339933;">|</span>spuntext<span style="color: #009900;">&#125;</span> formatted string<span style="color: #339933;">,</span> my <span style="color: #009900;">&#123;</span>spintax<span style="color: #339933;">|</span>spuntext<span style="color: #009900;">&#125;</span> formatted string example<span style="color: #339933;">.</span><span style="color: #009900;">&#125;</span></div></td></tr></tbody></table></div>
<p>You can check that the result always will be one of these options, this:</p>
<div class="codecolorer-container php blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">PROCESS<span style="color: #339933;">:</span> string<span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">104</span><span style="color: #009900;">&#41;</span> <span style="color: #0000ff;">&quot;{This is my spintax formatted string, my spintax formatted string, my spintax formatted string example.}&quot;</span><br />
PROCESS<span style="color: #339933;">:</span> string<span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">102</span><span style="color: #009900;">&#41;</span> <span style="color: #0000ff;">&quot;This is my spintax formatted string, my spintax formatted string, my spintax formatted string example.&quot;</span></div></td></tr></tbody></table></div>
<p>Or this:</p>
<div class="codecolorer-container php blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">PROCESS<span style="color: #339933;">:</span> string<span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">107</span><span style="color: #009900;">&#41;</span> <span style="color: #0000ff;">&quot;{This is my spuntext formatted string, my spuntext formatted string, my spuntext formatted string example.}&quot;</span><br />
PROCESS<span style="color: #339933;">:</span> string<span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">105</span><span style="color: #009900;">&#41;</span> <span style="color: #0000ff;">&quot;This is my spuntext formatted string, my spuntext formatted string, my spuntext formatted string example.&quot;</span></div></td></tr></tbody></table></div>
<p>Your code always replace all occurrences of one word to same synonym at the same time.</p>
<p>That&#8217;s because the command:</p>
<div class="codecolorer-container php blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000088;">$str</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/str_replace"><span style="color: #990000;">str_replace</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$match</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$new_str</span><span style="color: #339933;">,</span> <span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></td></tr></tbody></table></div>
<p>The command str_replace replaces all occurrences of $match[0] in $str with the replace value $new_str.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recursive PHP Spintax Class 3.0 by fransberns</title>
		<link>http://ronaldarichardson.com/2011/09/23/recursive-php-spintax-class-3-0/comment-page-1/#comment-4096</link>
		<dc:creator>fransberns</dc:creator>
		<pubDate>Fri, 17 Feb 2012 01:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldarichardson.com/?p=1547#comment-4096</guid>
		<description>Sorry Ronald, but you are wrong. If you put it in test mode ($test=true) with the following example string:

[cc lang=&quot;php&quot;]
{This is my {spintax&#124;spuntext} formatted string, my {spintax&#124;spuntext} formatted string, my {spintax&#124;spuntext} formatted string example.}
[cc lang=&quot;php&quot;]

You can check that the result always will be one of these options, this:
[cc lang=&quot;php&quot;]
PROCESS: string(104) &quot;{This is my spintax formatted string, my spintax formatted string, my spintax formatted string example.}&quot;
PROCESS: string(102) &quot;This is my spintax formatted string, my spintax formatted string, my spintax formatted string example.&quot;
[/cc]

Or this:
[cc lang=&quot;php&quot;]
PROCESS: string(107) &quot;{This is my spuntext formatted string, my spuntext formatted string, my spuntext formatted string example.}&quot;
PROCESS: string(105) &quot;This is my spuntext formatted string, my spuntext formatted string, my spuntext formatted string example.&quot;
[/cc]

Your code always replace all occurrences of one word to same synonym at the same time.

That&#039;s because the command:
[cc lang=&quot;php&quot;]
$str = str_replace($match[0], $new_str, $str);
[/cc]

The command str_replace replaces all occurrences of $match[0] in $str with the replace value $new_str.</description>
		<content:encoded><![CDATA[<p>Sorry Ronald, but you are wrong. If you put it in test mode ($test=true) with the following example string:</p>
<div class="codecolorer-container php blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&#123;</span>This is my <span style="color: #009900;">&#123;</span>spintax<span style="color: #339933;">|</span>spuntext<span style="color: #009900;">&#125;</span> formatted string<span style="color: #339933;">,</span> my <span style="color: #009900;">&#123;</span>spintax<span style="color: #339933;">|</span>spuntext<span style="color: #009900;">&#125;</span> formatted string<span style="color: #339933;">,</span> my <span style="color: #009900;">&#123;</span>spintax<span style="color: #339933;">|</span>spuntext<span style="color: #009900;">&#125;</span> formatted string example<span style="color: #339933;">.</span><span style="color: #009900;">&#125;</span><br />
<span style="color: #009900;">&#91;</span>cc lang<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;php&quot;</span><span style="color: #009900;">&#93;</span><br />
<br />
You can check that the result always will be one of these options<span style="color: #339933;">,</span> this<span style="color: #339933;">:</span><br />
<span style="color: #009900;">&#91;</span>cc lang<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;php&quot;</span><span style="color: #009900;">&#93;</span><br />
PROCESS<span style="color: #339933;">:</span> string<span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">104</span><span style="color: #009900;">&#41;</span> <span style="color: #0000ff;">&quot;{This is my spintax formatted string, my spintax formatted string, my spintax formatted string example.}&quot;</span><br />
PROCESS<span style="color: #339933;">:</span> string<span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">102</span><span style="color: #009900;">&#41;</span> <span style="color: #0000ff;">&quot;This is my spintax formatted string, my spintax formatted string, my spintax formatted string example.&quot;</span></div></td></tr></tbody></table></div>
<p>Or this:</p>
<div class="codecolorer-container php blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">PROCESS<span style="color: #339933;">:</span> string<span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">107</span><span style="color: #009900;">&#41;</span> <span style="color: #0000ff;">&quot;{This is my spuntext formatted string, my spuntext formatted string, my spuntext formatted string example.}&quot;</span><br />
PROCESS<span style="color: #339933;">:</span> string<span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">105</span><span style="color: #009900;">&#41;</span> <span style="color: #0000ff;">&quot;This is my spuntext formatted string, my spuntext formatted string, my spuntext formatted string example.&quot;</span></div></td></tr></tbody></table></div>
<p>Your code always replace all occurrences of one word to same synonym at the same time.</p>
<p>That&#8217;s because the command:</p>
<div class="codecolorer-container php blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000088;">$str</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/str_replace"><span style="color: #990000;">str_replace</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$match</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$new_str</span><span style="color: #339933;">,</span> <span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></td></tr></tbody></table></div>
<p>The command str_replace replaces all occurrences of $match[0] in $str with the replace value $new_str.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recursive PHP Spintax Class 3.0 by Ronald</title>
		<link>http://ronaldarichardson.com/2011/09/23/recursive-php-spintax-class-3-0/comment-page-1/#comment-4095</link>
		<dc:creator>Ronald</dc:creator>
		<pubDate>Thu, 16 Feb 2012 23:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldarichardson.com/?p=1547#comment-4095</guid>
		<description>@fransbern it actually replaces one match at time, and never all at once under any circumstance. Put it in test mode to see what I mean.</description>
		<content:encoded><![CDATA[<p>@fransbern it actually replaces one match at time, and never all at once under any circumstance. Put it in test mode to see what I mean.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recursive PHP Spintax Class 3.0 by fransberns</title>
		<link>http://ronaldarichardson.com/2011/09/23/recursive-php-spintax-class-3-0/comment-page-1/#comment-4094</link>
		<dc:creator>fransberns</dc:creator>
		<pubDate>Tue, 14 Feb 2012 23:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldarichardson.com/?p=1547#comment-4094</guid>
		<description>Ronald, Thank you for sharing this. This class is very, very useful.
But I tested and this class replace all occurrence of one word to same synonym at the same time.

This variation of your code replace one match at a time (sorry, It is not elegant but it works):

Replace the line:
[cc lang=&quot;php&quot;]
$str = str_replace($match[0], $new_str, $str);
[/cc]

By the following lines:
[cc lang=&quot;php&quot;]
//one match at a time
$match_0 = str_replace(&quot;&#124;&quot;, &quot;\&#124;&quot;, $match[0]);
$match_0 = str_replace(&quot;{&quot;, &quot;\{&quot;, $match_0);
$match_0 = str_replace(&quot;}&quot;, &quot;\}&quot;, $match_0);
$reg_exp = &quot;/&quot;.$match_0.&quot;/&quot;;
$str = preg_replace($reg_exp, $new_str, $str, 1);
[/cc]</description>
		<content:encoded><![CDATA[<p>Ronald, Thank you for sharing this. This class is very, very useful.<br />
But I tested and this class replace all occurrence of one word to same synonym at the same time.</p>
<p>This variation of your code replace one match at a time (sorry, It is not elegant but it works):</p>
<p>Replace the line:</p>
<div class="codecolorer-container php blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000088;">$str</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/str_replace"><span style="color: #990000;">str_replace</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$match</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$new_str</span><span style="color: #339933;">,</span> <span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></td></tr></tbody></table></div>
<p>By the following lines:</p>
<div class="codecolorer-container php blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #666666; font-style: italic;">//one match at a time</span><br />
<span style="color: #000088;">$match_0</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/str_replace"><span style="color: #990000;">str_replace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;|&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;\|&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$match</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #000088;">$match_0</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/str_replace"><span style="color: #990000;">str_replace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;{&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;\{&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$match_0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #000088;">$match_0</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/str_replace"><span style="color: #990000;">str_replace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;}&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;\}&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$match_0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #000088;">$reg_exp</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;/&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$match_0</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;/&quot;</span><span style="color: #339933;">;</span><br />
<span style="color: #000088;">$str</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/preg_replace"><span style="color: #990000;">preg_replace</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$reg_exp</span><span style="color: #339933;">,</span> <span style="color: #000088;">$new_str</span><span style="color: #339933;">,</span> <span style="color: #000088;">$str</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></td></tr></tbody></table></div>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP MediaToolkit &#8211;  A PHP Wrapper for basic FFMPEG functions by g2x3k</title>
		<link>http://ronaldarichardson.com/2011/12/19/php-mediatoolkit-a-php-wrapper-for-basic-ffmpeg-functions/comment-page-1/#comment-4093</link>
		<dc:creator>g2x3k</dc:creator>
		<pubDate>Tue, 14 Feb 2012 14:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldarichardson.com/?p=1564#comment-4093</guid>
		<description>well i came up with this 

http://pastie.org/3380929</description>
		<content:encoded><![CDATA[<p>well i came up with this </p>
<p><a href="http://pastie.org/3380929" rel="nofollow">http://pastie.org/3380929</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP MMORPG Maker by Ronald</title>
		<link>http://ronaldarichardson.com/2011/04/16/php-mmorpg-maker/comment-page-1/#comment-4069</link>
		<dc:creator>Ronald</dc:creator>
		<pubDate>Thu, 22 Dec 2011 22:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldarichardson.com/?p=1461#comment-4069</guid>
		<description>Thanks still in development I now have another developer on the project, she is redeveloping the entire game interface client side in HTML5 while I am handling server side development. More news on the project can be found @ http://cloudrealms.com/</description>
		<content:encoded><![CDATA[<p>Thanks still in development I now have another developer on the project, she is redeveloping the entire game interface client side in HTML5 while I am handling server side development. More news on the project can be found @ <a href="http://cloudrealms.com/" rel="nofollow">http://cloudrealms.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP MMORPG Maker by Juan</title>
		<link>http://ronaldarichardson.com/2011/04/16/php-mmorpg-maker/comment-page-1/#comment-4068</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Thu, 22 Dec 2011 22:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldarichardson.com/?p=1461#comment-4068</guid>
		<description>Sounds interesting. I&#039;ve been wanting to make an rpg (or any type of game) myself worklife and other stuff getting in the way of that... I can offer my art skills though. Not to mention I&#039;d like to give it a spin when you finish it. Good luck with this project.</description>
		<content:encoded><![CDATA[<p>Sounds interesting. I&#8217;ve been wanting to make an rpg (or any type of game) myself worklife and other stuff getting in the way of that&#8230; I can offer my art skills though. Not to mention I&#8217;d like to give it a spin when you finish it. Good luck with this project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HACK The Android RC30 t-mobile G1, get root access, and unlock! by Can't SU on ADB in Command Prompt - Android Forums</title>
		<link>http://ronaldarichardson.com/2008/12/22/hack-the-android-rc30-t-mobile-g1-get-root-access-and-unlock/comment-page-1/#comment-4065</link>
		<dc:creator>Can't SU on ADB in Command Prompt - Android Forums</dc:creator>
		<pubDate>Wed, 14 Dec 2011 01:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldarichardson.com/?p=768#comment-4065</guid>
		<description>[...] now this is weird. I used a differing rooting method and now it seems that it rooted except I&#039;m still having problems such as in ADB.  First problem, [...]</description>
		<content:encoded><![CDATA[<p>[...] now this is weird. I used a differing rooting method and now it seems that it rooted except I&#039;m still having problems such as in ADB.  First problem, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

