How to Create an AJAX Contact Form
A common feature of many websites is a contact form. Standard contact forms work just fine, but you can make them nicer by using AJAX to submit the form data […]
How to Create an AJAX Contact Form Read More »
A common feature of many websites is a contact form. Standard contact forms work just fine, but you can make them nicer by using AJAX to submit the form data […]
How to Create an AJAX Contact Form Read More »
Avoid Global Variables Minimize the use of global variables. This includes all data types, objects, and functions. Global variables and functions can be overwritten by other scripts. Use local variables
JavaScript Best Practices Read More »
We recently created a new website for Ashton & Partners, a design firm located in downtown San Francisco. The Ashton & Partners home page features a series of images that
Infinite Loop: Rotating Images Using jQuery (JavaScript) Read More »