by Dina Hess
| Title: | CFX_Image |
| Date: | 07/07/03 9 Posts |
| Summary: | Looking for the latest version of CFX_Image? You can download version 1.6.6 here. |
| Title: | Content Management System |
| Date: | 07/07/03 57 Posts |
| Summary: | Searching for an easy-to-use content management system (CMS)? If money is no object, CommonSpot, from PaperThin provides "a working solution very quickly." Beyond that, you'll want to evaluate products like Far Cry, Spectra, Contribute, Ektron CMS 100, ActivEdit, and soEditor. Links to open source CMS projects are also included. |
| Title: | Date Time (GMT 1970) |
| Date: | 07/07/03 12 Posts |
| Summary: | How would you convert the number of seconds since January 1, 1970 00:00:00 (epoch time) to a readable datetime format? dateformat(dateadd("s",1057580739, "1/1/1970"), "yyyy/mmm/dd") As a bonus, you'll find a Java CFX and some CFSCRIPT code, either of which can be used as a workaround for the Daylight Savings Time (DST) DateAdd() bug in CFMX. Each returns the number of seconds from the epoch to a specified date. |
| Related: |
Java class - How To JSP/Java in CF Page DateAdd() - Workaround |
| Title: | CFUnit |
| Date: | 07/07/03 27 Posts |
| Summary: | CFUnit is a "way cool" CFC unit tester built by Christian Cantrell. It's included in the DevNet Resource Kit, Volume 3 (DRK 3) — available to Macromedia DevNet subscribers. |