Hi, I am experimenting a bit with mod_deflate for enabling http1.1 compression of html and text (and possibly css and javascript). The server is running Apache...
cf-talk@...
Apr 1, 2004 8:37 am
2945
Hi all, We're in the process of developing a new site which is very similar to a previous site we've built, so we copied the webroot and customtags to new...
cf-talk@...
Apr 1, 2004 8:37 am
2946
... They shouldn't have to be - you should be able to reference inline attached pictures. Remember WinXPSP2 will block external references in HTML email. IIRC,...
cf-talk@...
Apr 1, 2004 10:25 am
2947
... because even when I set: <cfmailparam name="content-type" value='multipart/alternative; boundary="------------7C252360672B03A0BAD013A5"'> ... Sounds like a...
cf-talk@...
Apr 1, 2004 10:54 am
2948
Sweet! You are a genius! I can never get my head round regular expressions. I don't have a clue what this is actually doing regexp =...
cf-talk@...
Apr 1, 2004 10:55 am
2949
Did you copy the application file as well ? It might be worth while double checking it, making sure the application name, and any application specific settings...
cf-talk@...
Apr 1, 2004 11:12 am
2950
^ start of string \s* any number of whitespace (spaces, tabs, newlines,...) ( start group (for back reference) [*]{3} three stars .+? one or more...
cf-talk@...
Apr 1, 2004 11:23 am
2951
Are you using CF mappings? If you didn't change those it will include the files from the previous site when you use them. Are you using the application and...
cf-talk@...
Apr 1, 2004 11:24 am
2952
Hello, I'm a bit late on this thread, but in my previous job, I was running BD 3.x on Mandrake 9. I was also using MySQL for a small community based app that I...
cf-talk@...
Apr 1, 2004 11:24 am
2953
thanks Pascal that explaination makes perfect sense and I understand it. Thanks again for all your help. Best Regards, cfcoder ...
cf-talk@...
Apr 1, 2004 11:34 am
2954
thank you all for relying to my message. I'm sorry I was not here yesterday to reply to your posts. I found the solution to my problem. Kindly see this thread....
You have to reference the full http path for the image in the email, not just "image.jpg". You'd have to do <img...
cf-talk@...
Apr 1, 2004 12:59 pm
2957
UTF-8 encoding can handle accents characters too. Anyway, You can change encoding value by just using replace function. like this. ...
cf-talk@...
Apr 1, 2004 1:43 pm
2958
Hello all, I'd like to be able to host my personal site of my home box. I've got a util for updating the IP on the DNS automatically, but I'd like to know if...
cf-talk@...
Apr 1, 2004 2:02 pm
2959
A few of us have been critical of the implications of poorly-performing RIAs in general and the available Flex examples in particular. I am particularly...
cf-talk@...
Apr 1, 2004 2:13 pm
2960
... Why? If you set IIS to listen on all IP addresses it works automagically. But if you *really* want to, I use mdutil.exe for all IIS automation and it can...
cf-talk@...
Apr 1, 2004 2:17 pm
2961
... I am having some success with cf_advancedemail form Jochem, except it appears to be corrupting the gif attachments. I'm cc'ing him to see if he knows why...
Your close, you don't want to close the new row inside your If statement. And you will need a closing tag at the end. <tr> <cfoutput query="qSubCat1"...
cf-talk@...
Apr 1, 2004 2:31 pm
2964
here is the error....btw. error.Message:Context validation error for tag cfloop. error.Diagnostics:Context validation error for tag cfloop. The start tag must...
cf-talk@...
Apr 1, 2004 2:32 pm
2965
Yes, that is the workaround i was using. Thanks anyway Allan ... From: Hiroshi Okugawa To: CF-Talk Sent: Thursday, April 01, 2004 3:41 PM Subject: [cftalk] RE:...
cf-talk@...
Apr 1, 2004 2:37 pm
2966
Tony Prolly a wrong number of #s thing -- comment out the lines within the loop to see which one is the offender HTH Dick ... ...
cf-talk@...
Apr 1, 2004 2:40 pm
2967
I know its april fools day and all, but dick, can I kiss ya? WTF im an idiot...we had four eyes look at it...and didn't even think about that!! thanks. good...
cf-talk@...
Apr 1, 2004 2:43 pm
2968
... I think this question has been pretty well covered by responses form Dave and others, but just to reiterate and summarize, we would like to try to make...
cf-talk@...
Apr 1, 2004 2:44 pm
2969
... Well.... I'm thinking.... ah, not this time:) ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| The annual ColdFusion User...
cf-talk@...
Apr 1, 2004 2:48 pm
2970
Christian I ordered the CD -- no prob! But i would have liked the option to immediately dload in addition to the CD. Tried to join the beta -- but it was...
cf-talk@...
Apr 1, 2004 2:51 pm
2971
I'm invoking a cfc I made which creates pdf's based on a query. For some reason, it's failing when I send in a sql server query(not really the question), but...
cf-talk@...
Apr 1, 2004 2:53 pm
2972
... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF...
cf-talk@...
Apr 1, 2004 2:54 pm
2973
Thanks, we're not using CF mappings, and we're not using application or session scope - we're using the request scope and client vars. I;ve checked that the...