| Thread Title: | CFC in .NET |
| End Date: | 10/25/02 14 Posts |
| Summary: | Want to use CFCs in .NET or Web Services in CF? You can do both. You can call a Web Service from CFMX and invoke a CFC from within .NET. |
| Thread Title: | How Do I Embed a .mov File in a Web Page? |
| End Date: | 10/25/02 7 Posts |
| Summary: | Here are a couple of URLs about using EMBED and OBJECT to play a .MOV file, among other things, from your web page. |
| Thread Title: | How to Remove URL References from Printed Pages |
| End Date: | 10/25/02 23 Posts |
| Summary: | Convert your web pages into printable PDFs with htmldoc.exe, available at http://www.easysw.com/htmldoc. To implement it, use either CFEXECUTE or the cf_html2pdf custom tag. |
| Thread Title: | M$Access DB and ColdFusionMX for Solaris |
| End Date: | 10/25/02 26 Posts |
| Summary: | There *is* a way to access an MS Access database from ColdFusion MX running on Solaris, but it's a third-party solution called OpenLinks with a not-so-cheap price tag. Download the try-before-you-buy at www.openlinksw.com. |
| Thread Title: | Mail Server Recommendations |
| End Date: | 10/25/02 13 Posts |
| Summary: | Looking for an efficient, but free-to-cheap mail server? Treasure hunt this thread for a few possible gems, but first be warned...IMail still gets all the glory. |
| Thread Title: | OT Cheap SSL |
| End Date: | 10/26/02 20 Posts |
| Summary: | SSL certificates provide a twofold service: they establish an encrypted, secure connection and they verify the existence of a business. While self-signed certificates may get you a connection, public sites should always buy from trusted vendors for business verification reasons. |
| Thread Title: | Whitespace Woes |
| End Date: | 10/25/02 17 Posts |
| Summary: | Outputting XML? Be sure to wrap CFSILENT tags around application.cfm code to suppress leading extraneous whitespace. But don't bother with CFPROCESSINGDIRECTIVE; it doesn't do the job. |