Ronald A. Richardson

Hi, and welcome to my website. I am a programmer, and start-up enthusiast. I love good code, and learning more about coding standards, design, algorithms, and implementation. I am currently the Lead Developer at FullSpeed Marketing and my job is awesome.

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 [...]

Secure Audio Format version 1.4 released! Posted on June 30th, 2011

Well another version of SAF has just been uploaded. This version has a few major changes, it has the workings of GUI, which is not yet accessible – but it now features an input output folder for conversions, and a SAF player which can play the SAF files. I already have major plans for 1.5, [...]

First Unstable Release of cloudRealms MMORPG Game Engine Posted on June 15th, 2011

Yesterday I officially released the game engine that has been in active development for 2 months. The game engine, cloudRealms is an open source web based MMORPG game engine, licensed under the AGPL v3 which allows you to easily create your own 2D social RPG. It’s completely open source, and relies on no additional 3rd [...]

PHP Grid Script Posted on May 17th, 2011

Here is a quick grid script I wrote in PHP, it allows you to generate a tile based grid that has various options. I’m not really going to walk through it the code is self explanatory and easy to use. Here are the buildGrid parameters that it can take to modify the grid. Doc: buildGrid(width, [...]