by Dina Hess
| Title: | HostMySite.com |
| Date: | 12/26/02 4 Posts |
| Summary: | HostMySite.com gets a "thumbs up" for CFMX service in dedicated and shared hosting environments. |
| Title: | Linking CF and Flash |
| Date: | 12/26/02 27 Posts |
| Summary: | Several developers ask Macromedia to replace ColdFusion tags that use Java applets, like CFGRID and CFTREE, with tags that use Flash components. They also request XHTML2 support and a developer-friendly Flash UI. This thread also provides information about how you might integrate CF and Flash based on their respective strengths. |
| Title: | New User |
| Date: | 12/26/02 30 Posts |
| Summary: | Newbie advice: A search query using LIKE '%#searchstring#%' will return *all* rows if the search string is empty. To prevent that, scope all variables and test the search string for a 'no value' condition, using IsDefined() and Len(), before running the query. There is also some discussion about date formats and database default values. |