Providing custom web-development for churches, ministries, and small businesses

Mr. Connerton offers services for organizations that either do now know how, or simply don't have the time to launch a new web presents on their own. Mr.Connerton offers easy to learn tools and friendly support making developing a new website a wonderful experience for all.

Full Time Freelance

Because of the high demand of Drupal work out there, I have decided to quit my job and go freelance full time!

Starting September 3rd, I will be available for more work. It will also give me more time to focus on my modules in Drupal contrib, Eventbrite and Subversion. I am also looking forward to getting more involved with Redmine and getting some much needed plugins created.

So please look forward to more drupal module work coming from my next of the woods!

Paypal Donation form with jQuery love

I needed a donation form that would make it easy for users to select between a subscription or a one time donation. With a little jQuery love the magic happens.

First we include jquery and the jquery validate plugin. Then we setup a radio box to select between subscription and one time donation.

After the validation is successfull when the form is submitted, post the data via ajax to a php script which will enter the data in our local database. Then we return true and submit the form which will send the data to paypal. Here are all the scripts.

Javascript:

There is no Array.indexOf in IE?

Who knew!! Apparently mozilla and this guy.

Modifying Redmine's issue creation form

I am an avid user of Redmine project management system on all of my freelance websites. I can't imagine how I managed my projects before. IMHO it is single best collaboration tool to use with my clients. There is sum functionality however that I just didn't want my clients to be able to manipulate. For example, when a client creates a new issue, I don't want them to have the ability to assign the ticket to a specific user. More than that, there were other little bits of html I wish I could just hit for clients. So my solution was to hack redmine!!!

Amfphp Remote Service class

I have told you all that I would post this a while ago so here it is. This is the class I use to dynamically grab data via amfphp programmatically in actionscript 3 without needing to create a remote object mxml node.

Copyright © mrconnerton.com, 2008-2010. All Rights Reserved