| Thread Title: | Auto Resize Images? (Plus Some list Rants/Suggestion) |
| End Date: | 11/01/02 5 Posts |
| Summary: | You can use CFX_Image to resize images on the fly. CFMX developers may opt to manipulate images with the Java Advanced Imaging API (see URL to related article). |
| Thread Title: | Client vs. Session |
| End Date: | 11/01/02 4 Posts |
| Summary: | This is an excellent comparison of session and client management ... concise and complete. |
| Thread Title: | Hidden Frame in Frameset |
| End Date: | 11/01/02 14 Posts |
| Summary: | Need to create a hidden frame or expand/collapse frames? Here's a mini-lesson complete with code examples. |
| Thread Title: | Multi-Lingual Translations |
| End Date: | 11/01/02 9 Posts |
| Summary: | Language translation presents a serious challenge to web developers. Here we offer a few URLs, a cost estimate, and an admonition to seek out a multi-lingual user to review translations. |
| Thread Title: | OT: Uploading More Than One File at a Time? |
| End Date: | 11/01/02 8 Posts |
| Summary: | This thread includes some useful code and a custom tag recommendation for multiple file uploads. We also discuss a problem with Internet Explorer for MAC when using <input type="file"> to pass in multiple files. |
| Thread Title: | Performance Tweaking - Friday Morning Brain Fart |
| End Date: | 11/01/02 13 Posts |
| Summary: | Need an efficient way to reuse a dropdown menu throughout your site? Try CFSAVECONTENT to save the dropdown code to a variable, CFFILE to write the variable to a file, and CFINCLUDE to render the dropdown in your templates. |