<?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>ronald a. richardson &#187; News</title>
	<atom:link href="http://ronaldarichardson.com/category/news-updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://ronaldarichardson.com</link>
	<description></description>
	<lastBuildDate>Tue, 27 Dec 2011 06:49:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP Spintax Class v2</title>
		<link>http://ronaldarichardson.com/2011/08/15/php-spintax-class-v2/</link>
		<comments>http://ronaldarichardson.com/2011/08/15/php-spintax-class-v2/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 17:32:01 +0000</pubDate>
		<dc:creator>Ronald</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Hacking/ Dev]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://ronaldarichardson.com/?p=1512</guid>
		<description><![CDATA[Just a quick fix, it now returns the spun text as a string. An additional argument was added so that the user can choose what to return the spun text as either as an array or as a string, and is set to string by default. 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162&#60;?php class Spintax &#123; &#160; &#160;function spin&#40;$string, $view=false, $returnAs=&#34;string&#34;&#41; [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick fix, it now returns the spun text as a string. An additional argument was added so that the user can choose what to return the spun text as either as an array or as a string, and is set to string by default.</p>
<div class="codecolorer-container php blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><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 />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<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: #000000; font-weight: bold;">&lt;?php</span><br />
<span style="color: #000000; font-weight: bold;">class</span> Spintax <span style="color: #009900;">&#123;</span><br />
<br />
&nbsp; &nbsp;<span style="color: #000000; font-weight: bold;">function</span> spin<span style="color: #009900;">&#40;</span><span style="color: #000088;">$string</span><span style="color: #339933;">,</span> <span style="color: #000088;">$view</span><span style="color: #339933;">=</span><span style="color: #009900; font-weight: bold;">false</span><span style="color: #339933;">,</span> <span style="color: #000088;">$returnAs</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;string&quot;</span><span style="color: #009900;">&#41;</span><br />
&nbsp; &nbsp;<span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #000088;">$z</span><span style="color: #339933;">=-</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #000088;">$input</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">bracketArray</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$string</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">for</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$i</span><span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span> <span style="color: #000088;">$i</span><span style="color: #339933;">&lt;</span><a href="http://www.php.net/count"><span style="color: #990000;">count</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$input</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #000088;">$i</span><span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #b1b100;">for</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$x</span><span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span> <span style="color: #000088;">$x</span><span style="color: #339933;">&lt;</span><a href="http://www.php.net/count"><span style="color: #990000;">count</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$input</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #000088;">$x</span><span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #000088;">$input</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$x</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">==</span><span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">||</span><span style="color: #0000ff;">&quot;/n&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000088;">$z</span><span style="color: #339933;">++;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><a href="http://www.php.net/strstr"><span style="color: #990000;">strstr</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$input</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$x</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;|&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000088;">$out</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/explode"><span style="color: #990000;">explode</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;|&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$input</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$x</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000088;">$output</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$z</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$out</span><span style="color: #009900;">&#91;</span><a href="http://www.php.net/rand"><span style="color: #990000;">rand</span></a><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span> <a href="http://www.php.net/count"><span style="color: #990000;">count</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$out</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">-</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000088;">$output</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$z</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$input</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$x</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #009900;">&#125;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #009900;">&#125;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />
&nbsp; &nbsp;<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$returnAs</span><span style="color: #339933;">==</span><span style="color: #0000ff;">&quot;string&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #000088;">$spun</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/implode"><span style="color: #990000;">implode</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot; &quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$output</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp;<span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$returnAs</span><span style="color: #339933;">==</span><span style="color: #0000ff;">&quot;array&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #000088;">$spun</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$output</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp;<span style="color: #009900;">&#125;</span><br />
&nbsp; &nbsp;<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$view</span><span style="color: #339933;">==</span><span style="color: #009900; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;hr&gt;&quot;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #000088;">$output</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">cleanArray</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$output</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">printArray</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$output</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp;<span style="color: #009900;">&#125;</span><br />
&nbsp; &nbsp; &nbsp;<span style="color: #b1b100;">return</span> <span style="color: #000088;">$spun</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp;<span style="color: #009900;">&#125;</span><br />
&nbsp; &nbsp;<br />
&nbsp; &nbsp;<br />
&nbsp; &nbsp;<span style="color: #000000; font-weight: bold;">function</span> bracketArray<span style="color: #009900;">&#40;</span><span style="color: #000088;">$str</span><span style="color: #339933;">,</span> <span style="color: #000088;">$view</span><span style="color: #339933;">=</span><span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span><br />
&nbsp; &nbsp;<span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #000088;">$string</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/split"><span style="color: #990000;">split</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;{&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">for</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$i</span><span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span><span style="color: #000088;">$i</span><span style="color: #339933;">&lt;</span><a href="http://www.php.net/count"><span style="color: #990000;">count</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$string</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #000088;">$i</span><span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000088;">$_string</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/split"><span style="color: #990000;">split</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;}&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$string</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$view</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">printArray</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_string</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">return</span> <span style="color: #000088;">$_string</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp;<span style="color: #009900;">&#125;</span><br />
&nbsp; &nbsp;<br />
&nbsp; &nbsp;<span style="color: #000000; font-weight: bold;">function</span> cleanArray<span style="color: #009900;">&#40;</span><span style="color: #000088;">$array</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">for</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$i</span><span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span><span style="color: #000088;">$i</span><span style="color: #339933;">&lt;</span><a href="http://www.php.net/count"><span style="color: #990000;">count</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$array</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #000088;">$i</span><span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$array</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">!=</span><span style="color: #0000ff;">&quot;&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000088;">$cleanArray</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$array</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #009900;">&#125;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">return</span> <span style="color: #000088;">$cleanArray</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp;<span style="color: #009900;">&#125;</span><br />
&nbsp; &nbsp;<br />
&nbsp; &nbsp;<span style="color: #000000; font-weight: bold;">function</span> printArray<span style="color: #009900;">&#40;</span><span style="color: #000088;">$array</span><span style="color: #009900;">&#41;</span><br />
&nbsp; &nbsp;<span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;pre&gt;'</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; &nbsp; <a href="http://www.php.net/print_r"><span style="color: #990000;">print_r</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$array</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;/pre&gt;'</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp;<span style="color: #009900;">&#125;</span><br />
<span style="color: #009900;">&#125;</span></div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://ronaldarichardson.com/2011/08/15/php-spintax-class-v2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access my google code repo</title>
		<link>http://ronaldarichardson.com/2010/10/04/access-my-google-code-repo/</link>
		<comments>http://ronaldarichardson.com/2010/10/04/access-my-google-code-repo/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 04:56:25 +0000</pubDate>
		<dc:creator>Ronald</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://ronaldarichardson.com/?p=1249</guid>
		<description><![CDATA[# Non-members may check out a read-only working copy anonymously over HTTP. svn checkout http://theprestig3.googlecode.com/svn/trunk/ theprestig3-read-only access my code trunk: http://code.google.com/p/theprestig3/source/browse/#svn/trunk access my zocialnet repo: http://code.google.com/p/zocialnet-user-interface/source/browse/#svn/trunk -the OS is coming soon]]></description>
			<content:encoded><![CDATA[<p> # Non-members may check out a read-only working copy anonymously over HTTP.<br />
svn checkout http://theprestig3.googlecode.com/svn/trunk/ theprestig3-read-only </p>
<p>access my code trunk:</p>
<p>http://code.google.com/p/theprestig3/source/browse/#svn/trunk</p>
<p>access my zocialnet repo:</p>
<p>http://code.google.com/p/zocialnet-user-interface/source/browse/#svn/trunk</p>
<p>-the OS is coming soon</p>
]]></content:encoded>
			<wfw:commentRss>http://ronaldarichardson.com/2010/10/04/access-my-google-code-repo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m on xbox live; hit me up</title>
		<link>http://ronaldarichardson.com/2010/10/04/im-on-xbox-live-hit-me-up/</link>
		<comments>http://ronaldarichardson.com/2010/10/04/im-on-xbox-live-hit-me-up/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 04:54:11 +0000</pubDate>
		<dc:creator>Ronald</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://ronaldarichardson.com/?p=1247</guid>
		<description><![CDATA[gamer-tag: ronvaderx]]></description>
			<content:encoded><![CDATA[<p>gamer-tag: ronvaderx</p>
]]></content:encoded>
			<wfw:commentRss>http://ronaldarichardson.com/2010/10/04/im-on-xbox-live-hit-me-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>welcome to UAT ronald</title>
		<link>http://ronaldarichardson.com/2010/05/09/welcome-to-uat-ronald/</link>
		<comments>http://ronaldarichardson.com/2010/05/09/welcome-to-uat-ronald/#comments</comments>
		<pubDate>Sun, 09 May 2010 19:42:12 +0000</pubDate>
		<dc:creator>Ronald</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://ronaldarichardson.com/?p=1197</guid>
		<description><![CDATA[I just moved into my new apartment here in Tempe, and I&#8217;m about to start school on the 12th. I&#8217;m so excited and I can&#8217;t wait to begin. University of Advancing Technology is an amazing school, I&#8217;d recommend for anyone with technological aspirations.]]></description>
			<content:encoded><![CDATA[<p>I just moved into my new apartment here in Tempe, and I&#8217;m about to start school on the 12th. I&#8217;m so excited and I can&#8217;t wait to begin. University of Advancing Technology is an amazing school, I&#8217;d recommend for anyone with technological aspirations.</p>
]]></content:encoded>
			<wfw:commentRss>http://ronaldarichardson.com/2010/05/09/welcome-to-uat-ronald/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>no post for april</title>
		<link>http://ronaldarichardson.com/2010/04/09/no-post-for-april/</link>
		<comments>http://ronaldarichardson.com/2010/04/09/no-post-for-april/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 19:40:12 +0000</pubDate>
		<dc:creator>Ronald</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://ronaldarichardson.com/?p=1195</guid>
		<description><![CDATA[yup, april was a busy month, so no post]]></description>
			<content:encoded><![CDATA[<p>yup, april was a busy month, so no post <img src='http://ronaldarichardson.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ronaldarichardson.com/2010/04/09/no-post-for-april/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZocialNET LOG 1</title>
		<link>http://ronaldarichardson.com/2009/12/05/zocialnet-log-1/</link>
		<comments>http://ronaldarichardson.com/2009/12/05/zocialnet-log-1/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 15:48:41 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://thecoolestmarine.com/?p=1078</guid>
		<description><![CDATA[Yes I am finally finding time to continue my web operating system project, the ZocialNET, I will soon be starting on the ZocialNET OS based off a open source platform. The code will be available before next weekend. I&#8217;m on Camp Johnson in Jacksonville, NC for now. I wont be in Arizona till January when [...]]]></description>
			<content:encoded><![CDATA[<p>Yes I am finally finding time to continue my web operating system project, the ZocialNET, I will soon be starting on the ZocialNET OS based off a open source platform. The code will be available before next weekend. I&#8217;m on Camp Johnson in Jacksonville, NC for now. I wont be in Arizona till January when I can really start coding away. Life is good, and I can&#8217;t wait to get started back on the ZocialNET.</p>
<p><a href="http://ronaldarichardson.com/wp-content/uploads/2009/12/php.jpg" rel="lightbox"><img src="http://ronaldarichardson.com/wp-content/uploads/2009/12/php.jpg" alt="php" title="php" width="400" height="258" class="aligncenter size-full wp-image-1079" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ronaldarichardson.com/2009/12/05/zocialnet-log-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going to USMC boot camp; June 29th</title>
		<link>http://ronaldarichardson.com/2009/06/15/going-to-usmc-boot-camp-june-22nd/</link>
		<comments>http://ronaldarichardson.com/2009/06/15/going-to-usmc-boot-camp-june-22nd/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 20:55:56 +0000</pubDate>
		<dc:creator>Ronald</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://ronaldarichardson.com/?p=1023</guid>
		<description><![CDATA[Just in case you didn&#8217;t know, now you know. It&#8217;s true, and I&#8217;m ready. I enlisted in August, so I&#8217;ve been waiting a while, now i finally have my ticket (diploma) to go. I&#8217;m going into the USMC Reserve Force. Wish me luck. I&#8217;ll try and have an auto-post on my website every month. I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>Just in case you didn&#8217;t know, now you know. It&#8217;s true, and I&#8217;m ready. I enlisted in August, so I&#8217;ve been waiting a while, now i finally have my ticket (diploma) to go. I&#8217;m going into the USMC Reserve Force. Wish me luck. I&#8217;ll try and have an auto-post on my website every month. I&#8217;m not all the way sure what I&#8217;ve gotten myself into, but I will know next week. It feels right.</p>
<p>I really want to become a USMC pilot, and hopefully someday attain what it takes to become an astronaut.</p>

<a href='http://ronaldarichardson.com/2009/06/15/going-to-usmc-boot-camp-june-22nd/marine-drill301/' title='MARINE DRILL301'><img width="150" height="150" src="http://ronaldarichardson.com/wp-content/uploads/2009/06/2marine-150x150.jpg" class="attachment-thumbnail" alt="MARINE DRILL301" title="MARINE DRILL301" /></a>
<a href='http://ronaldarichardson.com/2009/06/15/going-to-usmc-boot-camp-june-22nd/usmc_parris1/' title='usmc_parris1'><img width="150" height="150" src="http://ronaldarichardson.com/wp-content/uploads/2009/06/usmc_parris1-150x150.jpg" class="attachment-thumbnail" alt="usmc_parris1" title="usmc_parris1" /></a>

<p>After USMC boot camp I will be going to MCT (Marine Combat Training), then MOS school (My MOS will be 0151). After all that I start college at the University of Advancing Technology in January 2010 for Robotics and Embedded Systems. USMC will be one weekend a month.</p>
<blockquote><p>
<strong>About the USMC from Yahoo Answers:</strong><br />
The US Marines is a part of the Department of the Navy but not of the United States Navy. However, the two services work in close coordination. The US Marines is the only branch of the United States Armed Corps with a permission to do whatever the president may direct. The inception of the US Marines was in 1775 during the American Revolutionary War as the “Continental Marines”. They were the landing troops for the Continental Navy. After the disbandment in 1783, the final reformation of the Marines was in 1798.</p>
<p>The US Marines are the naval infantry with specialization in fighting on ships and conduction of amphibious assaults. The US Marines is the second smallest branch amongst the five branches of the United States armed forces. Their main purpose is combat and are adaptable to a broad variety of combat operations. It is a very fierce and effective fighting force and has never had any full and large-scale retreat.</p>
<p>The US Marines combine the three vital elements of combat (ground, sea and air) perfectly and are very adept at such tactics. All the US Marines, irrespective of the gender and occupational specialization, first receive training as riflemen. This is because it functions more as an infantry. Therefore, it rightly states “Every Marine a rifleman”. Their motto is “Semper Fidelis”, meaning “Always Faithful”.</p>
<p>The US Marines Flag has the colors of scarlet and gold along with the emblem: the eagle, globe, and anchor. The eagle represents the service of the US Marines to their country, the globe represents their worldwide service and the anchor is the representation of their sea traditions. These task forces are flexible and are generally of three sizes, depending on the amount of force necessary.</p>
<p>The US Marines do not wear berets and wear boots only with the utility uniform. They do not salute unless when wearing a hat. The US Marines do not have many awards and unit identifications.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ronaldarichardson.com/2009/06/15/going-to-usmc-boot-camp-june-22nd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Long lost update&#8230;</title>
		<link>http://ronaldarichardson.com/2009/04/29/long-lost-update/</link>
		<comments>http://ronaldarichardson.com/2009/04/29/long-lost-update/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 02:08:56 +0000</pubDate>
		<dc:creator>Ronald</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://ronaldarichardson.com/?p=985</guid>
		<description><![CDATA[It&#8217;s been a very long time since my last post, and really sad that I&#8217;ve managed to only make two post this month, but a lot has been going on in my life. I have 60 days left till I ship off to parris island, and I can&#8217;t wait. Anyways&#8230; I am now an officially [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a very long time since my last post, and really sad that I&#8217;ve managed to only make two post this month, but a lot has been going on in my life. I have 60 days left till I ship off to parris island, and I can&#8217;t wait. Anyways&#8230; I am now an officially enrolled at the University of Advancing Technology, I will be pursuing a degree in Robotics and Embedded Systems starting January 2010. I am also the winner of the Ray Kurzweil Creativity scholarship which I am proud of. Right now Verdis Technologies, my small technology business has taken off. I&#8217;m proud of that, school is very easy and relaxing. My MK2 Supra will be out the auto shop tomorrow. A lot has happened, but not much to blog about. I&#8217;ll have more post within the next few remaining days before i ship to boot camp.</p>
<p>The ZocialNET project is still being worked on, as I have big plans for it.</p>
<p><strong>This is my Fedora Core 10 Desktop (I have Windows 7 in Workspace 2 via VirtualBox, best setup ever):</strong><br />
<a href="http://ronaldarichardson.com/wp-content/uploads/2009/04/screenshot-1.png" rel="lightbox"><img src="http://ronaldarichardson.com/wp-content/uploads/2009/04/screenshot-1-300x240.png" alt="screenshot-1" title="screenshot-1" width="300" height="240" class="aligncenter size-medium wp-image-986" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ronaldarichardson.com/2009/04/29/long-lost-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My 85&#8242; Celica Supra MK2 Project</title>
		<link>http://ronaldarichardson.com/2009/03/01/my-85-celica-supra-mk2-project/</link>
		<comments>http://ronaldarichardson.com/2009/03/01/my-85-celica-supra-mk2-project/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 00:17:47 +0000</pubDate>
		<dc:creator>Ronald</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://ronaldarichardson.com/?p=948</guid>
		<description><![CDATA[Alright, so I got a pretty good deal on an 85 Celica Supra MK2, the body is in great condition, absolutely no rust! Which is a good thing. It runs, and all it needs is a seatbelt, and a tune up. Later I need to get a new exhaust system-muffler (MagnaFlow pref.), a new bumper. [...]]]></description>
			<content:encoded><![CDATA[<p>Alright, so I got a pretty good deal on an 85 Celica Supra MK2, the body is in great condition, absolutely no rust! Which is a good thing. It runs, and all it needs is a seatbelt, and a tune up. Later I need to get a new exhaust system-muffler (MagnaFlow pref.), a new bumper. Soon I will get some work done tot he body, fixing minor bumps, dents, and paint job. I&#8217;ll be getting the gold on black like the 82&#8242; Celica Supra.</p>
<p><strong>Here are some photos of my Celica</strong>, it looks pretty rough, but soon the car will begin to transform in to what I dream.</p>

<a href='http://ronaldarichardson.com/2009/03/01/my-85-celica-supra-mk2-project/img_0194/' title='img_0194'><img width="150" height="150" src="http://ronaldarichardson.com/wp-content/uploads/2009/03/img_0194-150x150.jpg" class="attachment-thumbnail" alt="img_0194" title="img_0194" /></a>
<a href='http://ronaldarichardson.com/2009/03/01/my-85-celica-supra-mk2-project/img_0195/' title='img_0195'><img width="150" height="150" src="http://ronaldarichardson.com/wp-content/uploads/2009/03/img_0195-150x150.jpg" class="attachment-thumbnail" alt="img_0195" title="img_0195" /></a>
<a href='http://ronaldarichardson.com/2009/03/01/my-85-celica-supra-mk2-project/img_0197/' title='img_0197'><img width="150" height="150" src="http://ronaldarichardson.com/wp-content/uploads/2009/03/img_0197-150x150.jpg" class="attachment-thumbnail" alt="img_0197" title="img_0197" /></a>
<a href='http://ronaldarichardson.com/2009/03/01/my-85-celica-supra-mk2-project/img_0198/' title='img_0198'><img width="150" height="150" src="http://ronaldarichardson.com/wp-content/uploads/2009/03/img_0198-150x150.jpg" class="attachment-thumbnail" alt="img_0198" title="img_0198" /></a>
<a href='http://ronaldarichardson.com/2009/03/01/my-85-celica-supra-mk2-project/img_0200/' title='img_0200'><img width="150" height="150" src="http://ronaldarichardson.com/wp-content/uploads/2009/03/img_0200-150x150.jpg" class="attachment-thumbnail" alt="img_0200" title="img_0200" /></a>

]]></content:encoded>
			<wfw:commentRss>http://ronaldarichardson.com/2009/03/01/my-85-celica-supra-mk2-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change of Passion</title>
		<link>http://ronaldarichardson.com/2009/02/14/change-of-passion/</link>
		<comments>http://ronaldarichardson.com/2009/02/14/change-of-passion/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 22:56:00 +0000</pubDate>
		<dc:creator>Ronald</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://ronaldarichardson.com/?p=932</guid>
		<description><![CDATA[I&#8217;ve been thinking lately, what do I really want to do with my life? Well I&#8217;ve thought a lot about it. My heart is set on creating things, so first I want to be an engineer, but that&#8217;s not right. I just lack certain engineering potential qualities. In the end, I have came to the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been thinking lately, what do I really want to do with my life? Well I&#8217;ve thought a lot about it. My heart is set on creating things, so first I want to be an engineer, but that&#8217;s not right. I just lack certain engineering potential qualities. In the end, I have came to the conclusion, that I want to be an Industrial Designer, I have made my final decision. I have a passion for creating, and designing, and have quit a history of it, but never quit recognized the field correctly. Well the plan now is to get a degree in Industrial Design, then I want to tackle wither robotics, or computer science/ or engineering. Designing robots, is what I want to do. It is what I will do. I&#8217;m not sure where to go to school at for Industrial Design for, but I will figure it out. I plan to start college in January, so I have plenty of time to get things together. </p>
<p>Below are some of my recent sketches for February 2009.</p>

<a href='http://ronaldarichardson.com/2009/02/14/change-of-passion/img_0183/' title='img_0183'><img width="150" height="150" src="http://ronaldarichardson.com/wp-content/uploads/2009/02/img_0183-150x150.jpg" class="attachment-thumbnail" alt="img_0183" title="img_0183" /></a>
<a href='http://ronaldarichardson.com/2009/02/14/change-of-passion/img_0184/' title='img_0184'><img width="150" height="150" src="http://ronaldarichardson.com/wp-content/uploads/2009/02/img_0184-150x150.jpg" class="attachment-thumbnail" alt="img_0184" title="img_0184" /></a>
<a href='http://ronaldarichardson.com/2009/02/14/change-of-passion/img_0185/' title='img_0185'><img width="150" height="150" src="http://ronaldarichardson.com/wp-content/uploads/2009/02/img_0185-150x150.jpg" class="attachment-thumbnail" alt="img_0185" title="img_0185" /></a>
<a href='http://ronaldarichardson.com/2009/02/14/change-of-passion/img_0186/' title='img_0186'><img width="150" height="150" src="http://ronaldarichardson.com/wp-content/uploads/2009/02/img_0186-150x150.jpg" class="attachment-thumbnail" alt="img_0186" title="img_0186" /></a>
<a href='http://ronaldarichardson.com/2009/02/14/change-of-passion/img_0187/' title='img_0187'><img width="150" height="150" src="http://ronaldarichardson.com/wp-content/uploads/2009/02/img_0187-150x150.jpg" class="attachment-thumbnail" alt="img_0187" title="img_0187" /></a>
<a href='http://ronaldarichardson.com/2009/02/14/change-of-passion/img_0188/' title='img_0188'><img width="150" height="150" src="http://ronaldarichardson.com/wp-content/uploads/2009/02/img_0188-150x150.jpg" class="attachment-thumbnail" alt="img_0188" title="img_0188" /></a>
<a href='http://ronaldarichardson.com/2009/02/14/change-of-passion/img_0189/' title='img_0189'><img width="150" height="150" src="http://ronaldarichardson.com/wp-content/uploads/2009/02/img_0189-150x150.jpg" class="attachment-thumbnail" alt="img_0189" title="img_0189" /></a>

]]></content:encoded>
			<wfw:commentRss>http://ronaldarichardson.com/2009/02/14/change-of-passion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

