| Title: | CFScript Question |
| Date: | 04/09/03 13 Posts |
| Summary: | Although you can't use CFLOCK directly within a CFSCRIPT block, the CFFUNCTION tag in CFMX opens up a new range of possiblities. Locate several good resources here for learning more about CFSCRIPT. |
| Title: | Payment Processing |
| Date: | 04/09/03 15 Posts |
| Summary: | Searching for payment processors that do not require a merchant account? Take a look at PayPal for low volume traffic and SureFire for medium to high volume traffic. Note that PayPal has an Instant Payment Notification (IPN) option...URL is included. |
| Title: | Returning Primary Key Correctly? |
| Date: | 04/09/03 11 Posts |
| Summary: | Looking for the best way to bring back a database-generated primary key inserted into a SQL Server 2000 table? Here are a variety of suggestions to consider that make use of UUID, @@IDENTITY, SCOPE_IDENTITY, and IDENT_CURRENT. |
| Title: | Using Cookies for Auto-Login |
| Date: | 04/09/03 10 Posts |
| Summary: | If you've considered implementing an auto-login system by storing a hashed password in a cookie..don't! There are too many security risks. Check the thread for details... |
| Title: | What Do You Think About CFMX's XML Support |
| Date: | 04/09/03 24 Posts |
| Summary: | How can XML be used in your day-to-day development work? While XML is the obvious choice for passing data between disparate systems, it can also be used to store the configuration data you might normally put in Application.cfm and more... |