Welcome to My Online Portfolio

Last Modified: April 3rd, 2012

Dear reader,

Thank you for browsing all the way to here. For years now I've found the web an interesting enviornment for development, its potential is what got me interested when I was still back in college and now I enjoy working developing applications for use on it.

Some of these projects are very old some dating back to 2003 probably even earlier than that. It has been a while since my early

 <?php print('hello world!'); ?> 
days, I've learned and employed new technologies which aren't in use in most of the applications you'll find here.

The past couple of years I've been working with SEO, cURL, XML-RPC, SOAP, REST, Regular Expressions (PCRE), SMS technologies, i've also interacted with various of the Google API's, Amazon's API, Ebay's, Paypal, YouTube and a lot of other main stream sites. Sadly the big projects that include these, aren't posted here due to NDAs.

I love software Development, research and development is one of the things I enjoy most personally and my hopes of getting into Game Development and Artificial Intelligence never wane. So if you have any projects you want help with or if its simply to get acquainted, don't be afraid to contact me at:

Sorry Spammers ^^;

Once again, thanks for browsing.

Mysql Charset & Collation Converter

Last Modified: April 3rd, 2012

After having some issues with a database and many many ???, it came to my attention that the database was created without taking into account character sets and collation.

Truth be told, I didn't know much about this myself. However, I had to fix the situation and the database was rather large and doing the conversion process manually was quite a bore.

Searching for solutions to main issue (??? problem), I came across a script that writes out the SQL statements to alter tables and fields from one charset/collation to another (You can find it here).

I decided to build upon this short script and create a tool that would take into account the entire Database when altering the charset/collation. As a result, you can download a SQL file with all the necessary SQL statements to alter your Database or have the script execute the files directly to the server.

I will be adding the script for download soon for those that would rather run it locally or don't have remote access to their Database or simply won't due to distrust (I understand the risks involved =)).

Last Modified: April 3rd, 2012

jQuery-fied Comments!

Last Modified: April 3rd, 2012

Been playing with jQuery lately and figured I would test it out by making this small Comment application.

The entire application is made with jQuery which handles all the UI spiffyness and the AJAX calls used to make everything work. Back end is done in PHP =).

Proinci C.A. Project Management System

Last Modified: April 3rd, 2012

As the name describes it, its a Project management system. A tracker of sorts. Proinci is a Building contractor and they're looking for a way to better keep track of their projects and the updates done to them.

Its still under development.

Gateway Traffic Controller written in PHP

Last Modified: April 3rd, 2012

Runs a 60 Minute Simulation of an Airport and the assignment of its Gateways, project for Artificial Intelligence.

It controls 3 types of flights: National, International and Cargo. Each type of flight has a certain number of gateways assigned to it, what the program does is, it will assign a plane to a gate if the gate is empty, should it it be occupied it will redirect the plane to another gate and should all gates be occupied it will set the plane on hold and assign the first gate of its type to it.

Its written using PHP and MySQL.

P&P SIM C.A. Web Site

Last Modified: April 3rd, 2012

Website for P&P SIM C.A. Navigation and page requests are done mostly thru AJAX.

News Management System

Last Modified: April 3rd, 2012

Small CMS for writing news or articles for any web site, has User Management and Language Packs (English and Spanish).

FFXI CMS

Last Modified: April 3rd, 2012

My first attempt at a CMS. Was also my first large PHP Project so it holds a special place in my heart. =)

Also Project for a course on Information Systems.

Online Night Club & Restaurant Reservation (nocheVIP)

Last Modified: April 3rd, 2012

Software for Online reservations.

Allows you to make ticket reservations for night clubs or even tables.

It has 2 basic areas, User and Administration. In the User area, said user can do both types of reservations, in the Admin area, the admin can control the status of the reservations, make some him/herself, view user data, view status on monthly bookings and several other functions.

The most exciting thing about this Project is that its an AJAX application. It uses Javascript heavily as well as Asynchronous calls to get everything done. Javascript, XMLHttp and PHP make for an interesting mix and the outcome is quite fun.

This is an ongoing project, it has a couple of known bugs that are being worked on. Its written using PHP5, Javascript and MySQL for a DB.

Oh yeah and btw, its made for FireFox, there are some Javascript issues with Internet Explorer I haven't gotten around to fixing yet.

Foco Selectivo

Last Modified: April 3rd, 2012

This site was has some features AJAX and uses PHP for server side scripting.

It has a lot of image processing routines as a lot of the images needed to be thumb nailed to various sizes then displayed at real size.

C Syntax Analyzer written in PHP

Last Modified: April 3rd, 2012

C Semantic and Syntactic Analyzer, Project for Advanced Compilers.