by Dina Hess
| Title: | Trusted Cache? |
| Date: | 06/06/03 8 Posts |
| Summary: | Trusted cache was actually intended for use on a production server to add a small performance boost. Documentation is limited, but you may find this blurb from Macromedia helpful. |
| Title: | Using MOD to Display Two Across in a Table... |
| Date: | 06/06/03 9 Posts |
| Summary: | How would you use the MOD operator to create a table with two cells to a row? One way to approach this would be to add a <tr> when <cfif q_items.currentrow mod 2 eq 0> evaluates to true. |
| Title: | CFLOCK? |
| Date: | 06/06/03 7 Posts |
| Summary: | Here's a solid pseudo-code snippet that illustrates how to lock an application so it can be used by only one user at a time. |