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.
There are many times we might want to retrieve some data from the server or database without taking the user away from the current page. One such example of this is when a user is registering for a website and they need to verify if a username is available for use or not. Using an [...]
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 ReadingThere are so many great tutorials on the web about setting up a Linux box for web hosting, but why not add one more… right? Actually this tutorial is written specifically for a co worker that is not familiar with Linux, so this tutorial is being offered to “assist” him with the migration process. His [...]
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 Reading