Tim
Member since Dec 11, 2008
- Profile: /members/485-tim.htm
- Comments: 10
Recent Blog Comments By Tim
-
Force ColdFusion Server To Recompile A ColdFusion Template
Posted on Jun 26, 2008 at 4:58 PM
Another twist on this old thread.... from time to time, we *delete* a .cfm file and since the .class file still exists (we have "save class files" on), it still tries to serve it up. That is the only way I can explain it -- the file is not there, but code in it (when it was there) executes. I clear... read more »
-
Advice On Balancing Cohesion, Packaging, And God Objects?
Posted on Aug 23, 2007 at 2:15 PM
First poster was right -- it would not seem like an overwhelming CFC if you removed most of the extraneous spacing. It is my only complaint about using your CFC as is -- I always end up removing all that extra space to get the filesize down and (to me) it is easier to read and follow without it. May... read more »
-
Parsing CSV Data Using ColdFusion
Posted on Jul 27, 2007 at 6:25 PM
@Stephen: Have you gotten this work with opencsv's CSVWriter? Tim... read more »
-
Using ColdFusion Structures To Remove Duplicate List Values
Posted on Jul 27, 2007 at 12:25 AM
Now how about an easy way to tell *which* elements of the list are duplicated?... read more »
-
GMail Chooses ONLY Non-HTML Mail If Given The Option
Posted on Aug 24, 2006 at 1:15 PM
Found a solution... the order of the mime parts matters. If you put the text/plain part before the text/html, gmail will display the html part. Nice!... read more »