Ajax

Best PHP Contact Form with jQuery Validation Tutorial

Raymond Selda wrote one of the best tutorial I have read in a long long time. I enjoyed reading it and I learned new things about Jquery validations. Thank you Raymond and hope you write more on the subject of Jquery. Link: http://www.raymondselda.com/php-contact-form-with-jquery-validation/

Ajax, General, Jquery, Programming, Tutorials

How to load Ajax libraries via google.load() method

How to load Ajax Libaries via google.load() method. To do so please fallow these steps: 1. In your app/website header please copy and paste: <script src="http://www.google.com/jsapi" type="text/javascript"></script> 2. Copy and paste the fallow below step 1: <script> // Load Mootools google.load(‘mootools’, ’1.2.4′); // Load jQuery google.load("jquery", "1.4.2"); </script> That is it, you should now be [...]

Ajax, Google, Programming