Ronald A. Richardson

Developer at @vuurr, US Marine, aspiring cybernetics pioneer, artist, poet, cook, and badass. Love to code, hike, and clean. Follow me @twitter, @github

Quick update, cloudrealms v3 etc… Posted on May 17th, 2012

Why does everyone love Wacka Flocka Flame? Really he’s just a likable guy I guess. One of the wonders of the world. Anyway, couldreams v3 has been underway you can follow the project on github, it’s been moved into the more than awesome codeigniter framework. I’ve decided to develop v3 from the rpg builder end [...]

Recursive PHP Spintax Class 3.0 Posted on September 23rd, 2011

The last and final version update of the famous PHP Spintax class, this is ultimately recursive and easy to use. I hope that users online may fidn this class useful. It is free and open source, use it freely as you need. It’s simple to use read more below on how to use the Spintax [...]

Recursive PHP Spintax Class 2.5 Posted on August 17th, 2011

Here is the completely true recursive renovated class that makes use of regex. Get 3.0 NOW! PHP Recursive Spintax Class 3.0 12345678910111213141516171819202122232425262728293031323334<?php class Spintax {        function spin($str, $test=false)    {       if(!$test){          do {             $str = $this->regex($str);       [...]

Going to release a php/jQuery mvc framework called LFPHPMVC Posted on July 12th, 2011

LFPHPMVC is a lightweight “fake” php mvc framework, it allows for the easy deployment of php websites utilizing jquery, which offers the ability to design dynamic websites that rely on absolutely no page refresh. I have been using my own framework to achieve this in two of my projects. I will release it under AGPLv3 [...]