PHP Portfolio

Many of the PHP programming projects I code, are for a small PHP project where the client needs me to edit a PHP script. They don’t justify adding them as a full project to my PHP portfolio or on my PHP resume, but I still want to showcase them to give you an idea of the type and quantity of work I do. I try to update my PHP portfolio on a regular basis, but that doesn’t always happen. : ) If you don’t see I have done something that you are in need of, feel free to contact me to discuss your PHP programming needs.

I have 14 years experience with web application development and have created numerous custom PHP websites along with modifying and customizing open source applications like Wordpress, Zen Cart, OSCommerce and Joomla.

JQuery Drag to Sort and Update MySQL Database

Oct 23rd, 2010No Comments

jquery JQuery Drag to Sort and Update MySQL DatabaseIncorporated JQuery drag and drop code into a photo sharing website. Functionality requested was to allow users to sort images by simply dragging images to rearrange their sort order. MySQL database was modified to add a sort order column. Every time an image’s position is moved, the order order was updated in the database.

Custom PHP Registration Form

Oct 10th, 2010No Comments

custom php1 Custom PHP Registration Form

I coded a custom PHP project management application for a commercial construction company. Subcontractors can gain access projects  to view documents and photos, RFIs and other information.

Subcontractors can only access projects once they have been invited to view it. This worked out fine for subcontractors that are already in the system. When my client wanted to give a new subcontractor access to the project though, it was a bit cumbersome for the sub to register, and then have to wait for the client to send an email invitation in order to gain access.

To address this problem, code modifications where made to the project manager tool and registration process.  Each project now has the option to assign a unique registration code to it. During the registration process, if a register code is entered, the sub is automatically “invited” and gains instant access to the project once logging in.

Custom WordPress Theme to Match Existing Website

Sep 18th, 2010No Comments

wordpress developer 150x150 Custom Wordpress Theme to Match Existing WebsiteThis client asked me to skin his WordPress Blog to match his main website. Using the SEO friendly Hybrid theme, I modified a child theme to mimic his current site design. The client was running an older version of WordPress, so an upgrade was needed to be completed first.

Add Image Verification to Website Using Recaptcha

Sep 15th, 20102 Comments

custom php1 Add Image Verification to Website Using RecaptchaThis client was getting a lot of spam coming through his PHP email form and asked me what could be done to prevent it. I recommended using Recaptcha image verification that would require users to enter a string of characters from an image.  The client approved this idea and recaptcha was added to his PHP form using the recaptcha API for PHP.

Custom PHP Form for Job Applications

Sep 11th, 2010No Comments

custom php1 Custom PHP Form for Job ApplicationsThe client needed a custom PHP form for users to submit job applications online. The wanted the form to look as close as possible to the paper version so it could be printed. An html form was created that was similar to their job application form. The form was processed with PHP on a secure server. Upon submission, the form data was inserted into a MySQL database and email notification was sent to the client.

A back end, password protected tool was created to view the form data. Logic was added to be able to view each submission, add notes about the application and then check that it was processed. The option to view all forms that had or had not been processed was also coded.

Page 4 of 8« First...«23456»...Last »