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
Reardon Maching Company in St. Joseph, MO
Reardon Maching Company in St. Joseph, MO
Last edited by Frankie on Fri Jul 24, 2009 4:41 am, edited 1 time in total.
Re: Reardon Maching Company in St. Joseph, MO
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.
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
Thank you! Both for your compliments and for finding that error! I will repair it soon.
Re: Reardon Maching Company in St. Joseph, MO
please do a try and catch around your ClickHeat Code.
that might look like this:
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)...
that might look like this:
Code: Select all
try {
clickHeatSite = '';
clickHeatGroup = 'index';
clickHeatServer = 'http://www.reardonmachine.com/clickheat/click.php';
initClickHeat();
}
catch (e) {}

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