testimonials

Hover Effect Using JavaScript

August 10, 2009 at 9:36 pm | JavaScript, JavaScript Tutorials, Programming, Tutorials | No comments

Here’s a pretty simple JavaScript tutorial. This script will allow us to change images on mouse over and mouse out, letting us create a nice hover effect. I’ve used this technique on several sites that I’ve designed. We’ll also take a look at how we can pre-load the images to reduce lag time in the hover. Here’s the end result. Let’s get started.

(more…)

Validating Form Input Using JavaScript

January 23, 2009 at 9:59 pm | JavaScript, JavaScript Tutorials, Programming, Tutorials | No comments

Here’s an easy tutorial with a very useful application. We’ll learn how to valide form input using JavaScript. This way, people will be required to fill certain fields when they use your form, and we’ll increase the chance of getting legitimate email addresses. This is a nice and quick walkthrough, so let’s jump in! (more…)