Page 1 of 1

Reardon Maching Company in St. Joseph, MO

Posted: Fri Jul 24, 2009 4:39 am
by Frankie
Created this website for a local client in St. Joseph, MO. We produced the site, photography, logo as well as the videos!

Your thoughts and constructive criticisms are welcomed.

Reardon Machine Company

CMSMS 1.6

Re: Reardon Maching Company in St. Joseph, MO

Posted: Fri Jul 24, 2009 6:01 am
by Sonya
I like the simplicity and valide XHTML code.

One problem though on http://www.reardonmachine.com/contact/ If contact form is submitted without any values entered, it is shown twice on the page with all the errors to required fields.

Re: Reardon Maching Company in St. Joseph, MO

Posted: Fri Jul 24, 2009 6:59 am
by Frankie
Thank you! Both for your compliments and for finding that error! I will repair it soon.

Re: Reardon Maching Company in St. Joseph, MO

Posted: Fri Jul 24, 2009 7:24 am
by SimonSchaufi
please do a try and catch around your ClickHeat Code.

that might look like this:

Code: Select all

try {
clickHeatSite = '';
clickHeatGroup = 'index';
clickHeatServer = 'http://www.reardonmachine.com/clickheat/click.php';
initClickHeat();
}
catch (e) {}
same like in google analytics ;)

now if you block the script with a firefox extension, you dont get a javascript error.

second, i get an javascript error here: $("#contact-form").ajaxForm(function(data)...
$("#contact-form").ajaxForm is not a function

Re: Reardon Maching Company in St. Joseph, MO

Posted: Fri Jul 24, 2009 9:04 pm
by Frankie
thanks simon!