| Title: | DateCompare Question |
| Date: | 02/07/03 5 Posts |
| Summary: | If DateCompare() isn't returning the result you expect, it may be an issue with precision. To compare days, excluding time, set the function's third parameter to "d." |
| Title: | Documentation for Advanced Installs of Remoting? |
| Date: | 02/07/03 7 Posts |
| Summary: | Discover how a facade pattern can provide better API control for Flash Remoting or Web Services. If you're on J2EE, check JRun documentation for information about how to bypass client authentication for remoting services. |
| Title: | Shopping Cart |
| Date: | 02/07/03 12 Posts |
| Summary: | Need a shopping cart solution? Check out the shopping cart examples at Webmonkey.com and in Ben Forta's CFWACK book if you need to build your own. But for $250 to $500, you can purchase a prebuilt shopping cart like CFWebstore or SiteDirector 3. |
| Title: | Why Does CF Server Times Out So Often? |
| Date: | 02/07/03 10 Posts |
| Summary: | Here's some advice about how to troubleshoot a CF 5 server that shuts down frequently and fails to restart...like checking the logs for slow running pages, locking shared memory variables, unchecking "Maintain Database Connections" for Access databases, and limiting the number of ODBC connections. |
| Title: | Yet Another Locking ? |
| Date: | 02/07/03 17 Posts |
| Summary: | Confused about CFMX locking? Here you'll find a brief discussion of race conditions, an explanation of CFMX's underpinnings, and several observations from the author of a definitve article on locking. |