RE: cfcontent and ssl/https issue

2004-07-26 Thread Kenneth Wilson
Are you using CFHEADER NAME=cache-control VALUE=no-cache, no-store, must-revalidate or similar on the site? I found I had to overide that on document downloads to overcome what I assume is a bug in IE. Once done it worked perfectly for me. Mine is setup as barneyb noted with attachment or inline

RE: cfcontent and ssl/https issue

2004-07-26 Thread Kenneth Wilson
Try Googling IE cache document download. Second and third links are to MS articles on download Word and PDF documents via https links. Perhaps they will offer some clues to pursue. Ken -Original Message- From: Evan Lavidor [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 4:30 PM

RE: MAX registration?

2004-06-23 Thread Kenneth Wilson
From the homepage, Company - Events - Max 2004 - Hotel works for me...unless I'm misunderstanding the question. Ken -Original Message- From: simeon [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 2:54 PM To: CF-Talk Subject: Re: MAX registration? Yeah, so i totally

RE: CF Compatible Menus/Products?

2004-06-21 Thread Kenneth Wilson
Something to bookmark for when you have the time... If you like CSS and don't need to support pre-5.0 browsers, you might want to take a look at the CSS menu code from Eric Meyers latest book. Project samples can be downloaded at http://more.ericmeyeroncss.com/projects/06/ but the book is well

RE: FB4 catching fusebox exceptions

2004-06-17 Thread Kenneth Wilson
Any known plans for FB to add back the default fuseaction functionality from earlier days? Ken From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Thu 6/17/2004 8:10 PM To: CF-Talk Subject: RE: FB4 catching fusebox exceptions Despite what people have said,

RE: ColdFusion TechNote Notification: Rerunning the ColdFusion M X 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Kenneth Wilson
So when we ask to get rss feeds for Hotfixes, Security Patches and Updaters, are we basically asking to add to your workload?:) So what's the chance of getting them? Would really help us internally in automating some tracking/notification systems rather than having to manually track them. Ken

RE: ColdFusion TechNote Notification: Rerunning the ColdFusion M X 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Kenneth Wilson
For now, we're just going to tie Debbie to her chair and make her manually send them to you ;-). That's entirely unconscionable. You should tie her to a cot or roll-away bed next to her desk so when she passes out from exhaustion she can slump over comfortably.:) Ken [Todays Threads] [This

RE: Question about Licensing my CF Web Application

2004-06-07 Thread Kenneth Wilson
1) Are they paying you enough up front to make you happy in the event they never sell it to anyone? 2) Are they paying you hourly for your support efforts or are you on the hook to train them indefinitely regardless of their sales volume? 3)Is the 30% on customization work over and above what you

RE: Question about Licensing my CF Web Application

2004-06-07 Thread Kenneth Wilson
they pass on to their customer (or an increase in monthly subscription rate for that customization for example). Thanks for your input. Dave From: Kenneth Wilson [mailto:[EMAIL PROTECTED] Sent: Monday, June 07, 2004 10:20 AM To: CF-Talk Subject: RE: Question

RE: Question about Licensing my CF Web Application

2004-06-07 Thread Kenneth Wilson
Assume nothing and trust no one until your attorney (with malpractice insurance in-place) tells you to.:) Ken -Original Message- From: Dave Phillips [mailto:[EMAIL PROTECTED] Sent: Monday, June 07, 2004 2:16 PM To: CF-Talk Subject: RE: Question about Licensing my CF Web Application I'm

RE: User Authentication

2004-06-05 Thread Kenneth Wilson
FWIW, my testing on CF5 using GetTickCount() has indicated about a 15ms difference between using session versus db-stored client variables. Obviously, that's specific to my setup and app and assumes GetTickCount() provides a reasonably accurate way of measuring it. What is considered the best

RE: User Authentication

2004-06-04 Thread Kenneth Wilson
Session variables use persistent cookies also unless you code the CFID and CFToken into the URL, or you use j2ee session management. This seems to be one of those common misperceptions that keeps getting repeated. While CF's native cookie setting may use persistent cookies, there's nothing at

RE: why? are we different?

2004-05-11 Thread Kenneth Wilson
Did the latest hotfix correct this? Or was that only a different issue? Docs on what was fixed note a bug as 53972 - DateDiff function incorrectly accounts for Daylight Saving Time Ken -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 9:58 AM To:

RE: Microsoft acknowledges CF!

2004-05-07 Thread Kenneth Wilson
Shall we have a contest to see who can identify the most mistakes/inaccuracies/mis-representations in their comparison?:) Ken From: Andrew Spear [mailto:[EMAIL PROTECTED] Sent: Fri 5/7/2004 5:50 PM To: CF-Talk Subject: Microsoft acknowledges CF! I thought

RE: ColdFusion Developer Edition

2004-05-05 Thread Kenneth Wilson
you can clear this and restart CFMX to allow a different IP address. Does clearing it still mean editing an xml file? Or have they enabled that via CF Admin? Ken [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Flex again!

2004-04-15 Thread Kenneth Wilson
That FlashPaper printer driver in every copy of Contribute can make PDF formatting even quicker and more svelte, if you'd like. When will that FlashPaper printer driver be available outside of Contribute for those who don't use or need Contribute? Any reason not to include it with the other

RE: CFMX6.1 updater

2004-04-14 Thread Kenneth Wilson
Hey does anyone have any idea when an updater for CFMX6.1 might be out? Following is the 3/19 CF-Talk email where there was specific mention of a 6.1 cumulative hotfix due in April. I've not seen any further information posted about it. Ken -Original Message- From: Stephen Dupre

RE: E-trade DHTML

2004-04-07 Thread Kenneth Wilson
Not exactly what you're looking for but there's something similar at: http://www.kalsey.com/tools/csstabs/ It doesn't change the sub menu via onmouseover but is otherwise similar. Ken -Original Message- From: Ryan Roskilly [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 2:58

RE: maxlength for textarea

2004-04-06 Thread Kenneth Wilson
If people keep trying to type the last character they type keeps vanishing. Just beware the wrath of that data entry person who types without looking and didn't realize the length limit had been hit long before they stopped typing:) Ken [Todays Threads] [This Message] [Subscription] [Fast

RE: RDS Timed out

2004-03-30 Thread Kenneth Wilson
In Studio/HS+: F8 to open Settings - File Settings - FTP RDS - adjust RDS Time-out setting Worked for me when I first started using CFMX. Ken -Original Message- From: Stan Winchester [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 1:35 PM To: CF-Talk Subject: Re: RDS Timed

RE: Upgrading Problem on CFMX

2004-03-26 Thread Kenneth Wilson
I do believe I recall some mention of someone else encountering this right after CFMX came out. In their case it seems the explanation was that the original cfm file was so long that when converted to java it exceeded a limit imposed by java. Breaking the page into two separate includes solved the

RE: Piggyback question to: Transferring Dreamweaver Sites and settings to new machine.

2004-03-11 Thread Kenneth Wilson
Just keep in mind that it's platform specific. PC at work and Mac at home will cost you a new license.:( ken -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Thursday, March 11, 2004 10:52 AM To: CF-Talk Subject: RE: Piggyback question to: Transferring Dreamweaver

RE: Ben's book is out

2004-03-10 Thread Kenneth Wilson
I'm sure Ben's thrilled to know you share such quality time with his latest creation.:) Ken -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 1:51 PM To: CF-Talk Subject: RE: Ben's book is out Somehow I don't think I'll ever feel

RE: Infusion

2004-03-05 Thread Kenneth Wilson
One more thing, with CFMX I heard there is no more CF Studio and I have to purchase Dreamweaver or another Macromedia product? Have to? No, not at all. Many people have continued to use CF Studio for CFMX development, it's just an editor. Homesite+ comes with DreamweaverMX but it's basically just

RE: ColdFusion Express

2004-03-04 Thread Kenneth Wilson
Since a free version is available, you might also take a look at BlueDragon. CF Express had some serious limitations. Bluedragon does also but less so and what it supports is far more current than the old CF Express. http://www.newatlanta.com/ Ken -Original Message- From: Chunshen (Don)