Date Range
Date Range
Date Range
In Search of Dynamic Dependent Lists. In Search of Dynamic Dependent Lists. TblLocations with location id, state, country id fields. ORDER BY country desc, state.
Password encryption for increased security using keys. Password encryption for increased security using keys. This is easily rectified however using two handy functions built-in to ColdFusion, from at at least version 5. Who do you trust? Using SSL and this method together is an ideal solution. If you cannot use SSL you should at least implement this solution to protect your passwords.
Display random images each time a page loads or is refreshed. Display random images each time a page loads or is refreshed. An easy way to keep the look of your site fresh is to display a different image each time the page is refreshed or loaded. Accomplishing this is a very simple task. Say you want your header image to be the random image. First create a directory for the header images in your image directory.
I decided to then make my own that is simple to make and to configure. Determines if the form was submitted - -. This gets the info - -. This will determine if the domain is registered - -.
Getting Live Half-Life Stats From ColdFusion. Getting Live Half-Life Game Stats From ColdFusion. O, you want to proudly post the stats of your Half-Life. Or Counter-Strike game servers on your web site. With a few lines of CFM and a general purpose COM object for sending and receiving UDP. Hi, how ya doing? .
Count Active Users On Your Site. Count Active Users On Your Web Site. Have you ever wanted to display a count of how many people are on your web site at any given moment? This tutorial will demonstrate to you how to achieve just that. The first thing we need to do is check the Application. UsersInfo Structure to see if it already. Exists or else lets create it. This is achieved in the.