by Dina Hess
| Title: | Multi-Language Content Management |
| Date: | 07/16/03 16 Posts |
| Summary: | Looking for advice about managing multi-lingual content? Here are a few tips: Determine a user's language preference with Paul Hastings' geolocator rather than cgi.http_accept_language. Store the language preference so it can be accessed on subsequent visits, but offer users the ability to manually change it. Use Unicode and display the bulk of your content in one language. |
| Title: | Search Engines |
| Date: | 07/16/03 7 Posts |
| Summary: | If you've outgrown Verity, what are your options? Lucene can index flat files or query database content and index returned data. Full-text searching via your DBMS is another alternative. |
| Title: | Includes Inside a CFOUTPUT Problem |
| Date: | 07/16/03 8 Posts |
| Summary: | Can you reference query data from within a CFINCLUDE'd file that's inside a CFOUTPUT query loop? You can, but in order for this to work, you must add another CFOUTPUT block within the CFINCLUDE'd file. |