Web Tips
Sharing our knowledge of CFML & jQuery and many other web development tips.
Sharing our knowledge of CFML & jQuery and many other web development tips.
I have put together a “tool” kit of sorts to help anyone who is just starting out with scripting with javascript. I used javascript sparingly the first few years that I was scripting web applications and sites and it wasn’t until the last year that I really became infatuated with the scripting language. My understanding [...]
Continue ReadingHaving to mess with forms all the time, I was beginning to go crazy tweeking different messages. One for success, one for failure, one for help, etc. I decided to try to combine some css with some javascript to make a nice reusable piece to display my form messages. Here is the fruit of that [...]
Continue ReadingSo 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 ReadingContinuing 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