Five Star Rating

This simple WordPress plug-in allows viewers to rate a post.

jQuery showMessage

This jQuery plug-in allows you to easily create a 'twitter-like' notification.

Web Tips

Sharing our knowledge of CFML & jQuery and many other web development tips.

Lame Mouse Over Effect

By admin in : Javascript, Tutorial // Apr 3 2008

So at work today, I wanted to see if I could create a lame mouse over effect to let feel like they were highlighting a listing. I wanted to pop out the moused over listing on the page by putting a thin border around the moused over div and then change the background. I was [...]

Continue Reading

Form Validation II

By admin in : Tutorial // Feb 5 2008

Form Validation II

Continuing on from the first part of the tutorial, we are going to continue through the list of form elements in the order we setup. Next we work on the email address. Notice how we handle the email value checking first to see if it is empty to trigger an error and then using the [...]

Continue Reading

client side form validation

By admin in : Tutorial // Jan 30 2008

The more we learn the more fun we have. Take for example the simple process of validating a form. We can save the user a lot of time validating the form on the client side and still do it without those annoying alerts that pop up with a loud DING! It is rather easy with [...]

Continue Reading