RE: Users getting wrong information

2006-08-29 Thread Kelly Tetterton
Definitely a proxy problem.

We have run into this intermittently in the past. Any real permanent fix
has to be done at the proxy level (ie, changing settings there), which
we've never had any success with.

Two possible quick fixes (that, to be clear, don't totally solve the
problem):

1) Dump the proxy cache;

2) Change the website coding to visibly stamp a page with the current
date & time -- this will force most proxies to recognize pages as having
"new" content.

--
Kelly Tetterton
Technical Lead
D U O : C O N S U L T I N G
Web Content Management Experts

312.529.3000 : main
312.529.3014 : direct
312.529.3001 : fax
http://www.duoconsulting.com

-Original Message-
From: Web Master [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 29, 2006 7:48 AM
To: CF-Talk
Subject: Re: Users getting wrong information

>I have a website that people can login, take a quiz, view their status,
>etc...I use cookies to keep track of the users. There is one company
that
>when people from there login, they are seeing other peoples information
>from that company. Does this have something to do with a proxy server
>being used? They are all using their own computers.
>
>Thanks!

Has anyone found the fix for the server? Or a network fix. I have tried
cookies, sessions, uuids and I and still having this problem.



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251354
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Problems setting CFMAGIC

2005-03-11 Thread Kelly Tetterton
We are having a very similar problem here (just opened up a support case with 
MACR this week) -- MX6.1, load-balanced, setdomaincookies=yes, yadda, yadda, 
yadda.

So far I've been told by the support person that she doesn't think that the 
cfmagic cookie actually exists anymore in 6.1 -- can anyone confirm? are we 
just chasing a ghost?

-- 
Kelly Tetterton
Technical Lead | Duo Consulting
Web Content Management Experts

312.529.3000| main 
312.529.3014 | direct
312.529.3001| fax
www.duoconsulting.com


-Original Message-
From: Tom Jordahl [mailto:[EMAIL PROTECTED]
Sent: Friday, March 11, 2005 2:01 PM
To: CF-Talk
Subject: RE: Problems setting CFMAGIC


You should never need to mess with the CFMagic cookie.  This is just
something that is used for migrating host-based cookies to domain cookies
(in cf 4.5) and should happen all by itself.

Tom Jordahl
Macromedia Server Development 

-Original Message-
From: Paul Vernon [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 11, 2005 11:22 AM
To: CF-Talk
Subject: RE: Problems setting CFMAGIC

> Does the host name you are hitting the server with have a domain
("www.xyz.com") 

Yes, it's a .uk.com domain name so it should be fine... I have JSESSIONID,
CFID and CFTOKEN being set but no CFMAGIC... Its weird... 

The last time I did this was in 2001 on a CF 5, 4 box load balanced cluster
with a shared active passive DB and all was perfect... Is there a problem
with this on MX6.1?? 

Paul






~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198481
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: IIS6 on Win2K3 with CFMX6.1, connection hotfix

2005-01-03 Thread Kelly Tetterton
Could this be what you're referring to (posted to CF-Talk, 9.22.04)?:



A customer recently pointed out to us that our IIS6 Windows 20003 web srever 
connector performance appeared substantially worse than the web server 
connector performance on IIS5 and earlier.

We did a little digging and came upon the Microsoft knowledge base article 
below.

The customer reran his tests using the suggested resolution and confirmed that 
with the suggested registry setting our IIS6 performance is slightly better 
than our IIS5 performance, as it should be. 

We'll publish this as a TechNote shortly, but if you're on IIS6, check it out.

Damon
---
IIS6 BUG: You notice that IIS 6.0 is slower than IIS 5.0 when you use the 
WriteClient API to send data

http://support.microsoft.com/default.aspx?scid=kb;EN-US;840875

The ISAPI connector is using the synchronous WriteClient() API.  Windows 2003 
SP1 is expected to contain a fix for this issue. 

*

-Original Message-
From: Micha Schopman [mailto:[EMAIL PROTECTED]
Sent: Monday, January 03, 2005 2:42 AM
To: CF-Talk
Subject: IIS6 on Win2K3 with CFMX6.1, connection hotfix


I while ago I saw a Macromedia article about a slow connection between
CFMX61. and Win2K3's IIS6. This was due to bugs in IIS6, but Macromedia
provided a workaround to overcome the slow connection between the two. 

I just can't find any article on the Macromedia support website about
this, and I am convinced it existed. Someone happens to know the
article? I have searched for IIS6, Win2K3, CFMX6.1, ISAPI, Connector,
etc. but all I get is rubbish.

Micha Schopman
Project Manager

Modern Media, Databankweg 12 M, 3821 AL  Amersfoort
Tel 033-4535377, Fax 033-4535388
KvK Amersfoort 39081679, Rabo 39.48.05.380





~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189141
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Load testing

2004-06-21 Thread Kelly Tetterton
I won't beat a dead horse here, other than to agree with the previous posters: look at the database and caching strategies first.

 
We documented our recent load testing experience in an April CFDJ article; you can read it here: http://www.duoconsulting.com/index.cfm/fuseaction/news.detail/object_id/5ea7ed33-8896-49d1-9945-e6e216dc85ed/TheArtScienceofLoadTestingonaBudget.cfm

 
-- 
Kelly Tetterton
Technical Lead | Duo Consulting
Internet Strategy, Design and Development 

312.529.3000| main 
312.529.3014 | direct
312.529.3001| fax
www.duoconsulting.com

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Sunday, June 20, 2004 7:45 PM
To: CF-Talk
Subject: RE: Load testing

> I was wondering what was the general pratice for testing 
> your app is

In my experience, the general practice is to release your application, and
it either supports the number of users it needs to, or it doesn't. Of
course, that's not the best practice, but it's certainly the most common.

> Is there any way of similating a certain number of hits 
> per minute?

Yes, there are plenty of load testing tools. Some are free, such as my
favorite free load tester, OpenSTA (http://www.opensta.org/). Some are
incredibly expensive, such as Segue SilkPerformer, which can run up to $50K.
The commercial tools generally provide richer feature sets, and if you do
enough load testing, they're worth the money in the amount of time they save
you.

> I'd like to test some sections of some apps and see what 
> kind of performance my code is getting (or not getting).
>  
> Does anyone have any suggestions as to how this test could 
> be done?

Unfortunately, load testing isn't a trivial task. In general, though, to
oversimplify things a bit, you write a test script which travels through
your application, then you give that script to your load test tool and let
it run the script with some predetermined number of virtual users. As it
runs the script, it measures response time and throughput, and stores those
measurements. After the test has been run, you can generate data about which
pages took longest on average, and those are your bottlenecks.

You can then examine those pages specifically, and use GetTickCount within
those pages to find out which section of the page is causing trouble.

This kind of load test is called a performance test. You can also use load
test tools to perform capacity planning tests.

> I liked the example on the houseoffusion.com home page where 
> the question was asked, "Is CFLOOP really needed?"... little 
> tricks like that, I'm sure are almost trivial but running 
> sloppy queries/loopsetc... Just want to tighten it up.

I'm sorry, but that kind of question is like asking how many angels can
dance on the head of a pin. You won't find your performance problems can be
solved by "little tricks" like that. I've analyzed literally hundreds of CF
applications, and their problems were never caused by those sorts of things.
Instead, the problems almost always come down to poor database schema
design, poorly written SQL, inadequate caching, or some combination of
those.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




CF & Editize: has anyone used this?

2004-03-19 Thread Kelly Tetterton
> We're looking at this as a possible solution for a client: http://editize.com/
> 
> Has anyone had any experience integrating this with CF? if so, any caveats to be aware of?
> 
> -- 
> Kelly Tetterton
> Technical Lead | Duo Consulting
> Internet Strategy, Design and Development 
> 
> 312.529.3000| main 
> 312.529.3014 | direct
> 312.529.3001	| fax
> www.duoconsulting.com
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: wysiwyg Editor for Macs

2004-03-04 Thread Kelly Tetterton
Correct --

-Original Message-
From: Hugo Ahlenius [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 04, 2004 3:22 PM
To: CF-Talk
Subject: Re: wysiwyg Editor for Macs

As I understand (just did a little survey on what was out there), it doesn't
fully support stylesheets, right?

/H.

-
Hugo Ahlenius  E-Mail: [EMAIL PROTECTED]
Project Officer    Phone:+46 8 230460
UNEP GRID-Arendal  Fax:  +46 8 230441
Stockholm Office   Mobile: +46 733 467111
   WWW:   http://www.grida.no
-

 Original Message 
From: "Kelly Tetterton" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, March 03, 2004 14:58
Subject: RE: wysiwyg Editor for Macs

| No problem. The 3 major pitfalls we've found:
|
| 1) you can't view the html source code (most other editors have some
| sort of way to toggle between wysiwyg and code); 2) you must use the
| editor "save" button as the form submit (which from a UI perspective
| can be confusing); 3) although it claims to be compatible with all
| flash-compatible browsers, that's not true (it wouldn't work in
| safari, for instance)
|
| But it's a lot easier to deal with than the java editors we looked at
| -- 
|
| -Original Message-
| From: A.Little [mailto:[EMAIL PROTECTED]
| Sent: Wednesday, March 03, 2004 7:54 AM
| To: CF-Talk
| Subject: RE: wysiwyg Editor for Macs
|
|
| Kelly,
| Just out of interest, what have you found to be problematic with
| eWebWP?
| I'm asking because we're looking at using this tool too, but it would
| be
| handy to know the experiences from someone who's used it in 'real
| life' ;-)
| Ta,
| Alex
| Ps. Feel free to email me off list if it goes a bit OT.
|
| -Original Message-
| From: Kelly Tetterton [mailto:[EMAIL PROTECTED]
| Sent: 03 March 2004 13:35
| To: CF-Talk
| Subject: RE: wysiwyg Editor for Macs
|
| Check out Ektron's eWebWP. It's not perfect, by any means, but it's
| written in flash and we've used it successfully with Mac clients --
|
| -Original Message-
| From: Daniel Pacitti - ASP [mailto:[EMAIL PROTECTED]
| Sent: Wednesday, March 03, 2004 4:45 AM
| To: CF-Talk
| Subject: wysiwyg Editor for Macs
|
| Does anyone know of a good wysiwyg editor that is compatable for a Mac
| that can be used in an html form??  We are currently using ActivEdit 3
| from cfdev, but this does not work in a mac environment.
|
| Daniel Pacitti
| Developer
| ASP Multimedia Limited
| T: +44 (0)20 8603 5673
| F: +44 (0)20 8686 7911
| www.aspevents.net
|
| **
| This email and any files transmitted with it are confidential and
| intended solely for the use of the individual or entity to whom they
| are
| addressed. If you have received this email in error please notify the
| system manager.
| **
|   _
|   _
|
|
|
| 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: wysiwyg Editor for Macs

2004-03-03 Thread Kelly Tetterton
No problem. The 3 major pitfalls we've found:

 
1) you can't view the html source code (most other editors have some sort of way to toggle between wysiwyg and code);
2) you must use the editor "save" button as the form submit (which from a UI perspective can be confusing);
3) although it claims to be compatible with all flash-compatible browsers, that's not true (it wouldn't work in safari, for instance)

 
But it's a lot easier to deal with than the java editors we looked at --

-Original Message-
From: A.Little [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 03, 2004 7:54 AM
To: CF-Talk
Subject: RE: wysiwyg Editor for Macs

Kelly,
Just out of interest, what have you found to be problematic with eWebWP?
I'm asking because we're looking at using this tool too, but it would be
handy to know the experiences from someone who's used it in 'real life'
;-)
Ta,
Alex
Ps. Feel free to email me off list if it goes a bit OT.

-Original Message-
From: Kelly Tetterton [mailto:[EMAIL PROTECTED] 
Sent: 03 March 2004 13:35
To: CF-Talk
Subject: RE: wysiwyg Editor for Macs

Check out Ektron's eWebWP. It's not perfect, by any means, but it's
written in flash and we've used it successfully with Mac clients --

-Original Message-
From: Daniel Pacitti - ASP [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 03, 2004 4:45 AM
To: CF-Talk
Subject: wysiwyg Editor for Macs

Does anyone know of a good wysiwyg editor that is compatable for a Mac
that can be used in an html form??  We are currently using ActivEdit 3
from cfdev, but this does not work in a mac environment.

Daniel Pacitti
Developer
ASP Multimedia Limited
T: +44 (0)20 8603 5673
F: +44 (0)20 8686 7911
www.aspevents.net

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed. If you have received this email in error please notify the
system manager.
** 
  _ 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: wysiwyg Editor for Macs

2004-03-03 Thread Kelly Tetterton
Check out Ektron's eWebWP. It's not perfect, by any means, but it's written in flash and we've used it successfully with Mac clients --

-Original Message-
From: Daniel Pacitti - ASP [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 03, 2004 4:45 AM
To: CF-Talk
Subject: wysiwyg Editor for Macs

Does anyone know of a good wysiwyg editor that is compatable for a Mac that
can be used in an html form??  We are currently using ActivEdit 3 from
cfdev, but this does not work in a mac environment.

Daniel Pacitti
Developer
ASP Multimedia Limited
T: +44 (0)20 8603 5673
F: +44 (0)20 8686 7911
www.aspevents.net

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
** 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CSS in CFM pages

2004-02-23 Thread Kelly Tetterton
If you are using the developer edition, cfmx6 will put a line of code at the very top of every generated page, which can indeed destroy your css --

-Original Message-
From: face mann [mailto:[EMAIL PROTECTED]
Sent: Monday, February 23, 2004 8:39 PM
To: CF-Talk
Subject: CSS in CFM pages

Can I use my CSS pages to format my CFMX6.0 pages?
It doesn't seem to work. 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




multiple instances on mx6.1 -- any advice?

2003-12-19 Thread Kelly Tetterton
We are about to delve into creating multiple instances of a site on mx6.1; we've found instructions here:

http://www.bpurcell.org/macromedia/coldfusion/multiple_instances.cfm

We are doing this primarily because we have a site that occassionally (during registration periods) gets very high traffic, and the single instance is simply not able to handle it.

Has anyone else already done this? anything to watch out for, especially since these are multiple instances of the *same* site?

Kelly Tetterton
duo | Technical Lead
One Web Company. 
Twice the Results.

312.224.9650 | main
312.224.9648 | direct
312.224.9651 | fax

[EMAIL PROTECTED]
www.duodesign.com

duoDesign is a Web development and marketing firm that combines 
expertise in design, technology and online promotion to help businesses 
and organizations use the Internet marketing channel to greatest advantage.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




losing client variables in mx6.1

2003-12-10 Thread Kelly Tetterton
There is a thread on the macr forums (http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=7&threadid=384991) which seems to describe a problem we are now having: namely, that sometimes our client variables are getting lost.

The short version: we are (intermittently) having the same problems described throughout this thread; we are on mx6.1, W2K. But we may have tracked this down:

Can anyone confirm or deny that mx6.1 now creates cookies that truncate any domain beginning with more than 3 alpha-numeric characters?

The longer version:

We have several application environments:

1) 127.0.0.1 or localhost
2) dev.[app_name].[company_name].com
3) stage.[app_name].[company_name].com
4) www.[app_name].com

The problem has crept up in situation #3, or #1 sometimes, where we would *occasionally* lose client variables. I could verify that the variables were getting stored in the database, but they would just be "lost" when the app tried to retrieve them via the cookie.

On closer inspection, the cookies are being written out thusly:

1) [EMAIL PROTECTED]
2) [EMAIL PROTECTED]
3) [EMAIL PROTECTED]
4) [EMAIL PROTECTED]

Note that for #3 (the stage example), the "stage" part of the domain is being cut off; likewise, if you use "localhost" for #1, that gets cut off.

Needless to say, this makes it difficult for the cookies to be properly associated with their client variables.

So: can anyone else verify this behavior?
Is there any bug fix for this?
Does it mean that in mx6.1, we can only use domain names with 3 leading alpha-numeric characters? 

Kelly Tetterton
duo | Technical Lead
One Web Company. 
Twice the Results.

312.224.9650 | main
312.224.9648 | direct
312.224.9651 | fax

[EMAIL PROTECTED]
www.duodesign.com

duoDesign is a Web development and marketing firm that combines 
expertise in design, technology and online promotion to help businesses 
and organizations use the Internet marketing channel to greatest advantage.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




OT: load testing tools/services?

2003-12-01 Thread Kelly Tetterton
What do people use for load testing? Ideally, we'd like to find a service that we could point to a pre-production version of a website, create several scripted scenarios, and test under various conditions. All for a low, low price, of course.

Any recommendations?

Kelly Tetterton
duo | Technical Lead
One Web Company. 
Twice the Results.

312.224.9650 | main
312.224.9648 | direct
312.224.9651 | fax

[EMAIL PROTECTED]
www.duodesign.com

duoDesign is a Web development and marketing firm that combines 
expertise in design, technology and online promotion to help businesses 
and organizations use the Internet marketing channel to greatest advantage.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: SES urls on CFMX 6.1

2003-10-30 Thread Kelly Tetterton
For us, it absolutely makes the web stats easier to read. One example:

 
http://www.fbm.com/index.cfm/fuseaction/attorney.attorney_detail/object_id/FDF064D3-FA39-464C-A8FC-C6ADC261CF64/Bass.cfm

 
This is a url for an attorney biography, and with the dummy file name at the end (in this case, the attorney's last name), it's very easy to identify which detail page it is.

-Original Message-
From: Greg Luce [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 30, 2003 6:45 AM
To: CF-Talk
Subject: RE: SES urls on CFMX 6.1

Does using SES make web stats work better? I've had more complaints
about not having thorough web stats than search engine placement.

Greg

-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 30, 2003 7:34 AM
To: CF-Talk
Subject: Re: SES urls on CFMX 6.1

On Thursday 30 Oct 2003 10:45 am, Craig Dudley wrote:
> I dont understand why you all want these types of url's. Search
engines
> do not have any trouble whatsoever following dynamic links, 

True, but Google for instance will mark down pages on dynamic URLs,
accessed 
via a dynamic URL.

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***

  _  

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: browser converting dashes to underscores?

2003-10-28 Thread Kelly Tetterton
Definitely not a code ghost.

 
Since it hasn't happened again, and no one else has responded indicating that they've seen this, I have to assume that whatever the problem is is pretty isolated

-Original Message-
From: Jim Davis [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 28, 2003 2:04 PM
To: CF-Talk
Subject: RE: browser converting dashes to underscores?

Then I'm stumped. I would expect that you'd have seen it before if this
was happening due to IE 6 (I presume that it's as popular at your site
as it is for most).  Perhaps search your logs for similar occurrences
and see if a pattern can be discovered?  Also (I'm not sure how you
update) but could this have been temporary?  Some code that made it out
for a few minutes so that you're now chasing a ghost?

Jim Davis

-----Original Message-
From: Kelly Tetterton [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 28, 2003 8:14 AM
To: CF-Talk
Subject: RE: browser converting dashes to underscores?

Nope -- this is definitely something happening outside the code.

-Original Message-
From: Jim Davis [mailto:[EMAIL PROTECTED]
Sent: Monday, October 27, 2003 4:47 PM
To: CF-Talk
Subject: RE: browser converting dashes to underscores?

I'm not sure why this would happen automatically, but many people
convert the dashes to underscores as a matter of course (on the program
side).  For my purposes I do this and prepend the string with an "x" so
that it becomes a valid CF variable name.

Could code like this have been added by accident?

Jim Davis

-Original Message-
From: Kelly Tetterton [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 27, 2003 4:46 PM
To: CF-Talk
Subject: OT: browser converting dashes to underscores?

We use UUIDs quite a bit, and I got an error message this morning that
seems to have been generated by a browser that converted the dashes in
the url for the UUID to underscores.

Has anyone run into this before? or know what might cause this?

Relevant error info below; thanks in advance for any info --



PATH_INFO =
/index.cfm/fuseaction/publications.detail/object_id/9b5e26e0_f045_4735_8
cb0_FFD55c6aeba9/keyemplymentlegislationsignedateleventhhour.cfm
query_string = 
HTTP_USER_AGENT = Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x
4.90) 

Kelly Tetterton 
duo | Technical Lead 
One Web Company. 
Twice the Results. 

312.224.9650 | main 
312.224.9648 | direct 
312.224.9651 | fax 

[EMAIL PROTECTED] 
www.duodesign.com 

duoDesign is a Web development and marketing firm that combines 
expertise in design, technology and online promotion to help businesses 
and organizations use the Internet marketing channel to greatest
advantage. 

  _  

  _  

  _  

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: browser converting dashes to underscores?

2003-10-28 Thread Kelly Tetterton
Nope -- this is definitely something happening outside the code.

-Original Message-
From: Jim Davis [mailto:[EMAIL PROTECTED]
Sent: Monday, October 27, 2003 4:47 PM
To: CF-Talk
Subject: RE: browser converting dashes to underscores?

I'm not sure why this would happen automatically, but many people
convert the dashes to underscores as a matter of course (on the program
side).  For my purposes I do this and prepend the string with an "x" so
that it becomes a valid CF variable name.

Could code like this have been added by accident?

Jim Davis

-Original Message-----
From: Kelly Tetterton [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 27, 2003 4:46 PM
To: CF-Talk
Subject: OT: browser converting dashes to underscores?

We use UUIDs quite a bit, and I got an error message this morning that
seems to have been generated by a browser that converted the dashes in
the url for the UUID to underscores.

Has anyone run into this before? or know what might cause this?

Relevant error info below; thanks in advance for any info --



PATH_INFO =
/index.cfm/fuseaction/publications.detail/object_id/9b5e26e0_f045_4735_8
cb0_FFD55c6aeba9/keyemplymentlegislationsignedateleventhhour.cfm
query_string = 
HTTP_USER_AGENT = Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x
4.90) 

Kelly Tetterton 
duo | Technical Lead 
One Web Company. 
Twice the Results. 

312.224.9650 | main 
312.224.9648 | direct 
312.224.9651 | fax 

[EMAIL PROTECTED] 
www.duodesign.com 

duoDesign is a Web development and marketing firm that combines 
expertise in design, technology and online promotion to help businesses 
and organizations use the Internet marketing channel to greatest
advantage. 

  _  

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




OT: browser converting dashes to underscores?

2003-10-27 Thread Kelly Tetterton
 We use UUIDs quite a bit, and I got an error message this morning that seems to have been generated by a browser that converted the dashes in the url for the UUID to underscores.

Has anyone run into this before? or know what might cause this?

Relevant error info below; thanks in advance for any info --



PATH_INFO = /index.cfm/fuseaction/publications.detail/object_id/9b5e26e0_f045_4735_8cb0_FFD55c6aeba9/keyemplymentlegislationsignedateleventhhour.cfm
query_string = 
HTTP_USER_AGENT = Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90) 

Kelly Tetterton 
duo | Technical Lead 
One Web Company. 
Twice the Results. 

312.224.9650 | main 
312.224.9648 | direct 
312.224.9651 | fax 

[EMAIL PROTECTED] 
www.duodesign.com 

duoDesign is a Web development and marketing firm that combines 
expertise in design, technology and online promotion to help businesses 
and organizations use the Internet marketing channel to greatest advantage. 


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: WYSIWYG inline editor on mac browsers

2003-10-08 Thread Kelly Tetterton
There is a flash-based editor, eWebWP ( http://www.ektron.com/ewebwp.cfm); it has very limited functionality, but it does certainly work on a mac --

-Original Message-
From: Gyrus [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 08, 2003 3:41 PM
To: CF-Talk
Subject: Re: WYSIWYG inline editor on mac browsers

At 14:57 08/10/2003 -0500, you wrote:
>Can anyone send me their recommendations for a WYSIWYG inline editor
>customtag in ColdFusion that will work on Mac browsers?

Can't recommend any from experience, but we're scouting out Mac-compatible 
text editors too. This is a good list of available editors:

http://www.bris.ac.uk/is/projects/cms/contribute/

The options for Mac-compatibility seem to be Java-based editors or 
Gecko-compatible ones (given that Moz/Mac presumably works much closer to 
Moz/PC than IE/Mac does to IE/PC). These are the Java ones that seem to be 
the most popular:

http://www.ephox.com/product/editliveforjava/default.asp
http://www.realobjects.com/edit-on_Pro_3_x.435.0.html
http://editize.com/

But as I say, can't speak from any experience, we've not properly evaluated 
them, let alone put one into production. Let us know your experiences if 
you do!

Gyrus
[EMAIL PROTECTED]
http://norlonto.net/gyrus/dev/
PGP key available 

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




OT: SES, logging problems, and jrun isapi filter

2003-10-06 Thread Kelly Tetterton
We've been fighting a battle with SES urls here for almost a year -- which is to say that the conversion worked just fine, but we couldn't get the darned pages to log properly in IIS (we had all the extended logging checked, etc, but nothing beyond index.cfm would log on our production servers).

We think we have solved the problem by enabling the jrun isapi filter; now logging appears to be happening (albeit with everything in the stem field, not the query field).

First: can anyone else who's had this problem in the past do the same and verify that this solves the problem?

Second: is anyone aware of any performance or security downsides to enabling the jrun isapi filter?

Thanks in advance --

Kelly Tetterton
duo | Technical Lead
One Web Company. 
Twice the Results.

312.224.9650 | main
312.224.9648 | direct
312.224.9651 | fax

[EMAIL PROTECTED]
www.duodesign.com

duoDesign is a Web development and marketing firm that combines 
expertise in design, technology and online promotion to help businesses 
and organizations use the Internet marketing channel to greatest advantage.

Please visit the Fusebox forums at www.fusebox.org/forums
--^
This email was sent to: [EMAIL PROTECTED]

EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bWgLQf.a3RldHRl
Or send an email to: [EMAIL PROTECTED]

TOPICA - Start your own email discussion group. FREE!
http://www.topica.com/partner/tag02/create/index2.html
--^

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Third-Party Search Engines with Customizeable Results?

2003-09-30 Thread Kelly Tetterton
 We are currently using FreeFind for many of our clients, and it does a very nice job of providing search functionality, but our clients are increasingly asking for something that allows for a customized set of search results pages. For instance, several of our clients would like a search engine that displays the results by *section* of the website, and then by relevance within those sections.

1) Does anyone know of a search engine that does this?
2) What other search engines do people use that they're happy with? 

Kelly Tetterton 
duo | Technical Lead 
One Web Company. 
Twice the Results. 

312.224.9650 | main 
312.224.9648 | direct 
312.224.9651 | fax 

[EMAIL PROTECTED] 
www.duodesign.com 

duoDesign is a Web development and marketing firm that combines 
expertise in design, technology and online promotion to help businesses 
and organizations use the Internet marketing channel to greatest advantage. 

 


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: DWMX 2004 file save problem?

2003-09-26 Thread Kelly Tetterton
Just wanted to chime in and say that this is definitely a bug. It happened to me a couple of days ago, although in my case, a reboot of my machine cleared it up. I know that someone posted the DW wishlist url, but is there a bug-specific place to report for DW?-Original Message-From: Aunger, Mitch [mailto:[EMAIL PROTECTED]Sent: Friday, September 26, 2003 7:21 AMTo: CF-TalkSubject: RE: DWMX 2004 file save problem?You are right. It is saved. Only DWMX2004 thinks it isn't (asterick is still there). Thanks for the suggestion.MitchShameless plug for my wife's business:http://www.mygccandle.com/showmescents-Original Message-From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 3:28 AMTo: CF-TalkSubject: Re: DWMX 2004 file save problem?Just so you know, it is very likely that it is saving, it's just that DWMX 2004 isn't telling you that it is saving. You can check this by making a change, and open the file in notepad to see if the change is there.- Calvin  - Original Message -   From: Aunger, Mitch   To: CF-Talk   Sent: Thursday, September 25, 2003 4:25 PM  Subject: DWMX 2004 file save problem?  Hi again all...  I've been using the demo of DWMX 2004 for about 2 weeks and it seemed to work ok before (at least I didn't notice this problem when I first started).  When I do a file > save, nothing happens - the file isn't saved. Cntl-s doesn't work either. If I try to 'put' the file to my remote folder, DWMX 2004 tells me the file hasn't been saved and would I like it to do it for me... Well THAT works.  Is there a place on the MM site w! he! re I can see reported/known bugs?  I'm suspecting that it may have to do with running both versions on my box (even tho MM support said it would be ok).. But that is just a guess.  Oh, I'm running Windows 2000. I've stopped dwmx2004, rebooted, all the "usual" windows fixes and nada.  Thanks!  Mitch  Shameless plug for my wife's candle business:   http://www.mygccandle.com/showmescents  __  [ Todays Threads 
 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]



RE: DWMX 2004 - Whats new for us?

2003-08-25 Thread Kelly Tetterton
Just to chime in (especially for MACR folks on the list): I too have the same 
questions. I even listened in on one of the Breeze presentations, and there was very 
little info about CF-specific items in the new product. I appreciate that overview 
presentations cannot cover everything, but it would really be helpful to have a list 
of such items on the website.

For instance, I cannot imagine living without the CRTL-M toggle feature. I doubt that 
a salesperson will know or care whether that's a feature of DWMX, but surely someone 
would have documented its inclusion (if it was included)? and surely such 
documentation could be posted?

Kelly Tetterton
duo | Technical Lead
One Web Company. 
Twice the Results.

312.224.9650 | main
312.224.9648 | direct
312.224.9651 | fax

[EMAIL PROTECTED]
www.duodesign.com

duoDesign is a Web development and marketing firm that combines 
expertise in design, technology and online promotion to help businesses 
and organizations use the Internet marketing channel to greatest advantage.


-Original Message-
From: Sandy Clark [mailto:[EMAIL PROTECTED]
Sent: Monday, August 25, 2003 1:21 PM
To: CF-Talk
Subject: DWMX 2004 - Whats new for us?


I've gone through all the features in the Macromedia Site and I'm still
confused.

I went to the Dreamweaver MX Vision session at last year's DevCon and one of
the things that impressed me was the speaker's admission that they knew they
hadn't created a DWMX that was able to be everything for the CF Coder.  He
promised that the next version (2004) was going to be the one that "got it
right for CF coders".  I also went to Ben's Bird of a Feather on the same
subject and there was a lot of good stuff that came out of that forum as
well.  

However, the stuff I am seeing on the Web site, CSS Support, built in
graphics editor, still seems to mostly be aimed at the designer and not the
programmer.

Could someone who was on the beta (assuming your NDA is expired) or from
MACR give us a listing of updates that will benefit CF Coders?

Can we now:
Assign Snippets to keystrokes?
SQL builder ala Homesite +?
Anything else?

I'm really curious. I still haven't really switched to DWMX since I can code
faster in Homesite+.  I've written extensions for DWMX so I don't consider
myself a neophyte or someone who hasn't tried.  I really want to like it.  I
really want to know what are the new features for coders, not designers.

Sandy



~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


OT: searching segmented, restricted sections of a website

2003-06-30 Thread Kelly Tetterton
Folks --

I'm looking for a tool that could ideally do the following:

1) search through documents and database content
2) index restricted areas
3) index by privileges

It's the last two (and really only #3) that are killing me. The idea is that if I log 
into a section of the site, I can only see certain documents and material; likewise, 
if I search within that, I will only see the *results* of things I would have access 
to.

Has anyone dealt with anything like this before?

Kelly Tetterton
duo | Technical Lead
One Web Company. 
Twice the Results.

312.224.9650 | main
312.224.9648 | direct
312.224.9651 | fax

[EMAIL PROTECTED]
www.duodesign.com

duoDesign is a Web development and marketing firm that combines 
expertise in design, technology and online promotion to help businesses 
and organizations use the Internet marketing channel to greatest advantage.

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



session timeout clarification

2003-03-11 Thread Kelly Tetterton
Folks --

a colleague of mine asked me to help him with some changes to the way he was treating 
his session variables, but in doing so, I've run into something of a misunderstanding 
of how I *thought* session variables worked. Specifically, in the test code below, I 
would expect that

1) when you came to index.cfm (the home page of the site), you would get fresh session 
info;

2) when the session timed out, you would automatically get fresh cfid/cftoken info;

3) when pasting a url with *old* cfid/cftoken session info, you would automatically be 
delivered new cfid/cftoken session info

4) after a session times out, when coming to the home page again, you'd get fresh 
session info.

#1 and #4 are definitely happening, but #2 and #3 are definitely NOT happening. (And 
yes, I also pushed down the max & default timeouts in my cf admin to match the low 
timeouts in the test code below.) Instead, the pages happily accept the old, clearly 
expired, cfid/cftoken session combos.

So,

-- are my expectations wrong?
-- or am I missing something that I should be doing in the code?
-- or both, perhaps?

I'm willing to accept any or all at this point -- just hoping that someone can point 
me in the right direction.

* Application.cfm **













* index.cfm **


Click here to get 
to page 2


*** dsp_page2.cfm **


Click here to get to 
page 1


*******

Kelly Tetterton
Technical Lead - duoDesign
One Web Company. Twice the Results.

847.491.3000 | main
847.491.7125 | direct
847.491.3100 | fax

[EMAIL PROTECTED]
www.duodesign.com
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



cfmx server problem: serving zero-length pages

2003-03-07 Thread Kelly Tetterton
Folks --

I'm wondering if anyone else has run into this problem:

we are hosting a site that we've just recently moved to mx, and even after months on 
internal testing, we are now running into a very odd problem in production. 
Occasionally, the site will "stop working" by serving up what appear to be zero-length 
files. My vagueness here is deliberate -- there are no smoking guns in the log files, 
and as far as IIS is concerned, the website is still functioning. So to get the site 
working again, we have to do hard reboots (stopping & starting the services doesn't 
get it back on its feet).

Relevant variables:

-- CFMX, W2K, IIS, SQL2K
-- FB3 site using SES urls

More variables: this seems to occur in the midst of spidering from FreeFind, which is 
actually a very well-behaved spider. Many of the urls have "/RequestTimeout/500" 
appended to them (for old legacy reasons), and I've read some weirdnesses regarding 
RequestTimeout and mx. And although this glitches are somewhat correlated to high 
traffic, that doesn't seem to be the determining factor.

So,

1) has anyone run into anything like this?
2) any ideas as to what might be causing this sort of behavior?

And finally,

3) how many people out there are actually using mx in production environments?

Any help/insight appreciated --

Kelly Tetterton
Technical Lead - duoDesign
One Web Company. Twice the Results.

847.491.3000 | main
847.491.7125 | direct
847.491.3100 | fax

[EMAIL PROTECTED]
www.duodesign.com
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Why FB3? (Was RE: FBX3 AND CFMX)

2003-02-20 Thread Kelly Tetterton
Per Bryan's post below:

Pretty much everyone in my office started with CF and then picked up FB along the way 
-- precisely because we needed a consistent methodology.

I spoke at the Fusebox conference last year regarding "Selling Fusebox to Managers: A 
Successful Case Study" -- it basically talks about our own FB experiences and why it 
works for us. You can access it at http://www.duodesign.com/presentations/.

The main site for the case study, btw, has just been ported to cfmx: 
http://www.chicagoparkdistrict.com

And just to be clear: I don't disagree with most of what's been said here, especially 
the reiteration of the "use what works for you" mantra. But for us, that's definitely 
FB3.

Kelly Tetterton
Technical Lead - duoDesign
One Web Company. Twice the Results.

847.491.3000 | main
847.491.7125 | direct
847.491.3100 | fax

[EMAIL PROTECTED]
www.duodesign.com


-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 20, 2003 3:39 PM
To: CF-Talk
Subject: Re: FBX3 AND CFMX


Couldn't have said it better myself Michael

Do what works for you and your projects ;-)

I still wouldn't mind hearing from the FBers out there

Did you start CF with FB or pickup FB along the way?

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
- Original Message -
From: "Michael Wilson" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, February 20, 2003 12:40 PM
Subject: RE: FBX3 AND CFMX


> Hi,
>
> Actually, I totally understand where you're coming from. I wasn't trying
> to imply that Fusebox is better, because for some people it certainly is
> not. And, you are right--A methodology is supposed to make development
> smoother; or at least more standardized. If it doesn't then you
> shouldn't use it. Given that Fusebox has been through so many changes
> and because there are now several hybrids available that address many of
> the issues developers have faced in the past, I was simply suggesting
> that you re-test the waters to determine if the workaround issues you
> are concerned with still exist.
>
> In any case, you seem to be very comfortable and productive within your
> own methodology; that is all that truly counts. :)
>
> Best regards
> MW
>
> -Original Message-
> From: Bryan Stevenson [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 20, 2003 3:21 PM
> To: CF-Talk
> Subject: Re: FBX3 AND CFMX
>
>
> Nope..ya missed my pointCFMX migration was just an example.
> but now we're heading towards what's better ;-)
>
>
> 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: MAC blank input type=file

2003-01-16 Thread Kelly Tetterton
There are 2 things to keep in mind with Mac IE users:

1) mac IE will append a trailing space to *every* form field, so all form fields MUST 
be trimmed;

2) macs will create "false" binaries on uploads, so you have to check if something is 
really & truly being uploaded; we do it (roughly) thusly:















[proceed with upload]






-Original Message-
From: David Brown [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 16, 2003 2:07 PM
To: CF-Talk
Subject: MAC blank input type=file


We have a simple web page that allows users to upload files to our web
server via .  In edit mode if the user leaves the input
type=file field blank, then we don't try to use http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: MAC/IE Form Troubles (Wanna shoot it)

2002-12-11 Thread Kelly Tetterton
There are 2 things to keep in mind with Mac IE users:

1) mac IE will append a trailing space to *every* form field, so all form fields MUST 
be trimmed;

2) macs will create "false" binaries on uploads, so you have to check if something is 
really & truly being uploaded; we do it (roughly) thusly:








[proceed with upload]




-Original Message-
From: Eric Hoffman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 11, 2002 5:36 PM
To: CF-Talk
Subject: RE: MAC/IE Form Troubles (Wanna shoot it)


IE 5, Mac OS 9.04



-Original Message-
From: Ali Daniali [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, December 11, 2002 5:28 PM
To: CF-Talk
Subject: RE: MAC/IE Form Troubles (Wanna shoot it)


Mac OS? Browser name and version? please
-Original Message-
From: Eric Hoffman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 11, 2002 3:19 PM
To: CF-Talk
Subject: MAC/IE Form Troubles (Wanna shoot it)


Okay, have a form that works well on the pc in ie and all.

Uses cfform...action=post

And when a mac users uses it, on the action page where t processes, It
tells me that form fields don't exist.  (and I know they do, because I
use my pc and it works.)

Can anyone shed some light for me?






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: OT: IIS logging problem

2002-11-22 Thread Kelly Tetterton
I will pass along the upgrade suggestion, but just to reiterate:

-- we have already turned on extended logging (and all extended items *except* for 
this appear)
-- service has been stopped and restarted
-- seemingly identical environments are behaving differently

Has anyone else run into this? The only relevant thing I've found in searching so far 
indicates a problem with dlls, but we don't have that specific problem.

Kelly Tetterton
duoDesign -- Technical Lead
Macromedia Certified ColdFusion Developer
Internet design, technology and marketing

847-491-3000 | main
847-491-3100 | fax
847-491-7125 | direct

[EMAIL PROTECTED]
www.duoDesign.com


-Original Message-
From: samcfug [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 22, 2002 8:48 AM
To: CF-Talk
Subject: Re: OT: IIS logging problem


Are you describing the logging being done by the virtual hosts?

In properties of a particular host - there is a tab for advanced properties and
logging options.  This provides you with many options for what you want included
in the W3SVC logging, including allowing you to change the path where you want
the log file to appear.
Also when checking or changing any of the logging options, you must stop and
restart the service, but I have found that sometimes this does not always work
the way I want, and a server reboot seems to resolve the problem.  I mention
this as much as I hate to do full re-boots and avoid that as much as possible.

I also strongly recommend upgrading to SP3 on the server.

=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=
| -Original Message-
| From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
| Sent: Thursday, November 21, 2002 5:37 PM
| To: CF-Talk
| Subject: Re: OT: IIS logging problem
|
|
| Did you restart IIS process after changing the extended looging ?
| Uwe
|
| KT> Sorry for the OT post, but we have run into a problem that I cannot find
any information about.
|
| KT> Short version: *some* of our IIS servers are properly logging everything
we're asking for, and some are not.
|
| KT> Specifically, one of our production servers is NOT logging the
cs-uri-query field (despite having that checked on extended logging), but
instead logs a "-" in that spot.
|
| KT> All the obvious supsects are identical: same IIS version (5), same OS
(W2K), same sp level (SP2). Has anyone else run into this? needless to say, it's
completely skewing our webtrends
| KT> reporting
|
| KT> Kelly Tetterton
| KT> duoDesign -- Technical Lead
| KT> Macromedia Certified ColdFusion Developer
| KT> Internet design, technology and marketing
|
| KT> 847-491-3000 | main
| KT> 847-491-3100 | fax
| KT> 847-491-7125 | direct
|
| KT> [EMAIL PROTECTED]
| KT> www.duoDesign.com
| KT>
|
| 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: OT: IIS logging problem

2002-11-22 Thread Kelly Tetterton
Yes.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 21, 2002 5:37 PM
To: CF-Talk
Subject: Re: OT: IIS logging problem


Did you restart IIS process after changing the extended looging ?
Uwe

KT> Sorry for the OT post, but we have run into a problem that I cannot find any 
information about.

KT> Short version: *some* of our IIS servers are properly logging everything we're 
asking for, and some are not.

KT> Specifically, one of our production servers is NOT logging the cs-uri-query field 
(despite having that checked on extended logging), but instead logs a "-" in that spot.

KT> All the obvious supsects are identical: same IIS version (5), same OS (W2K), same 
sp level (SP2). Has anyone else run into this? needless to say, it's completely 
skewing our webtrends
KT> reporting 

KT> Kelly Tetterton
KT> duoDesign -- Technical Lead
KT> Macromedia Certified ColdFusion Developer
KT> Internet design, technology and marketing

KT> 847-491-3000 | main
KT> 847-491-3100 | fax
KT> 847-491-7125 | direct

KT> [EMAIL PROTECTED]
KT> www.duoDesign.com
KT> 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



OT: IIS logging problem

2002-11-21 Thread Kelly Tetterton
Sorry for the OT post, but we have run into a problem that I cannot find any 
information about.

Short version: *some* of our IIS servers are properly logging everything we're asking 
for, and some are not.

Specifically, one of our production servers is NOT logging the cs-uri-query field 
(despite having that checked on extended logging), but instead logs a "-" in that spot.

All the obvious supsects are identical: same IIS version (5), same OS (W2K), same sp 
level (SP2). Has anyone else run into this? needless to say, it's completely skewing 
our webtrends reporting.... 

Kelly Tetterton
duoDesign -- Technical Lead
Macromedia Certified ColdFusion Developer
Internet design, technology and marketing

847-491-3000 | main
847-491-3100 | fax
847-491-7125 | direct

[EMAIL PROTECTED]
www.duoDesign.com
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: Mass email marketing

2002-11-13 Thread Kelly Tetterton
It might be worth pointing the client to a recent article in Time:

http://www.time.com/time/magazine/article/0,9171,110102-386956,00.html

At least he'd get a more realistic, general picture --

Kelly Tetterton
duoDesign -- Technical Lead
Macromedia Certified ColdFusion Developer
Internet design, technology and marketing

847-491-3000 | main
847-491-3100 | fax
847-491-7125 | direct

[EMAIL PROTECTED]
www.duoDesign.com


-Original Message-
From: Mark A. Kruger - CFG [mailto:mkruger@;cfwebtools.com]
Sent: Wednesday, November 13, 2002 8:53 AM
To: CF-Talk
Subject: OT: Mass email marketing 


Folks,

I need some solid information on mass email marketing.  If anyone has some experience 
in this area and would like to
share some general advice, please email me off-list.  I have a client who thinks he's 
going to make a million on a Spam
campaign for coffee .

-Mark



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: Mac Error

2002-11-05 Thread Kelly Tetterton
There are 2 things to keep in mind with Mac IE users:

1) mac IE will append a trailing space to *every* form field, so all form fields MUST 
be trimmed;

2) macs will create "false" binaries on uploads, so you have to check if something is 
really & truly being uploaded; we do it (roughly) thusly:








[proceed with upload]



-Original Message-
From: George R. Scocca [mailto:coldfusion@;noreast.com]
Sent: Tuesday, November 05, 2002 10:38 AM
To: CF-Talk
Subject: Mac Error


Hello All,

I haven't been on this list for a while so please excuse me if this has
already been covered. I'm running CF5 and SQL 2000 on a Win2K Server and all
users with Mac PC's are getting an upload error when submitting a form field
in our discussion board.

Any suggestions on what we might do to correct it?

Thanks,

George R. Scocca
www.noreast.com



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: mx conversion problem: code exposed: SOLUTION

2002-10-08 Thread Kelly Tetterton

I wanted to respond to the thread I started a few days ago with the solution we 
finally came to. The problem, just as a reminder, was the hitting the main page of the 
app would just show exposed code, and all sub-pages would just immediately show a 
"page not found" browser error.

Relevant data:
-- app written in FB3
-- using SES urls
-- W2K server
-- IIS

The solution, as written up by one of my colleagues (note that we didn't have to do 
any re-install of the server):

Here are the steps and their explanations for reviving our server:

1. In the c:\cfusionmx\wwwroot\web-inf\web.xml file, we had to add the following code:


CfmServlet
*


This was to enable the use of search engine friendly URL's.

2. We had to run the Remove_ALL_connectors.bat file in c:\cfusionmx\bin\connectors

3. We then had to run the IIS_connector.bat file. We had to do these two steps because 
the associations to JRun and Cold Fusion in IIS were missing.

4. We then had to delete the IIS web site instance for the site, and re-create it, as 
the connectors bat only applies settings to the Master settings, not existing 
instances. We also had to delete and re-create the default web site to get the CF 
Admin working.

I hope this helps others who might run into the same (or similar) issues --

Kelly Tetterton
duoDesign -- Technical Lead
Macromedia Certified ColdFusion Developer
Internet design, technology and marketing

847-491-3000 | main
847-491-3100 | fax
847-491-7125 | direct

[EMAIL PROTECTED]
www.duoDesign.com


-Original Message-
From: Robertson-Ravo, Neil (REC)
[mailto:[EMAIL PROTECTED]]
Sent: Monday, October 07, 2002 8:58 AM
To: CF-Talk
Subject: RE: mx conversion problem: code exposed


You havent mapped (or more likely, the installer didnt) the jrun.dll
extension.  

You will have to go into IIS and map the .cfm extension direct to the
jrun.dll.

Neil

-Original Message-
From: Kelly Tetterton [mailto:[EMAIL PROTECTED]]
Sent: 07 October 2002 14:53
To: CF-Talk
Subject: mx conversion problem: code exposed


We are starting to migrate to mx from cf5, but we're not getting very far
off the ground with our first site.

When we hit the site, dev.myurlhere.com, all the code of the default page is
exposed; it's almost as if the server is not recognizing the .cfm extension.
And yet the administrator works just fine.

Has anyone else run into this?

We're on IIS, W2K --

Kelly Tetterton
duoDesign -- Technical Lead
Macromedia Certified ColdFusion Developer
Internet design, technology and marketing

847-491-3000 | main
847-491-3100 | fax
847-491-7125 | direct

[EMAIL PROTECTED]
www.duoDesign.com



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



mx conversion problem: code exposed

2002-10-07 Thread Kelly Tetterton

We are starting to migrate to mx from cf5, but we're not getting very far off the 
ground with our first site.

When we hit the site, dev.myurlhere.com, all the code of the default page is exposed; 
it's almost as if the server is not recognizing the .cfm extension. And yet the 
administrator works just fine.

Has anyone else run into this?

We're on IIS, W2K --

Kelly Tetterton
duoDesign -- Technical Lead
Macromedia Certified ColdFusion Developer
Internet design, technology and marketing

847-491-3000 | main
847-491-3100 | fax
847-491-7125 | direct

[EMAIL PROTECTED]
www.duoDesign.com

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: Kiosks

2002-04-06 Thread Kelly Tetterton

Just an alternative voice here...

My company just completed a kiosk project for one of the local park districts; it's a 
cf app running against a database that pushes data out to a stand-alone kiosk that's 
primarily flash. It's working really nicely for the client.

Short version of how it's built: the admin runs as a standard web application. Four 
times a day, there's a scheduled task that builds text files and swfs (using 
generator, developer version) and pushes them out to an ftp site. The kiosk machine 
also has 4 scheduled task times where it goes out & grabs the latest files from the 
ftp site. Voila!

The kiosk itself is a touchscreen monitor running IE, but using SiteKiosk software to 
lock down the browser.

Kelly Tetterton
Technical Lead, Macromedia Certified ColdFusion Developer
duoDesign: Internet Design, Technology & Marketing

847-491-3000 main   | [EMAIL PROTECTED]
847-491-3100 fax| www.duoDesign.com
847-491-7125 direct

-Original Message-
From: Neil Clark - =TMM= [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 06, 2002 4:20 AM
To: CF-Talk
Subject: RE: Kiosks


Yep, David is correct,  unless you are running the kiosk on a network
then a CF app is not ideal (unless you are running CFAS standalone are
not planning to update the DB (if any) at all!).

Most kiosks are in fact touchscreen monitors (there are proper kiosks
systems, but can be very expensive!) which are running either IE in full
screen mode, or Director/Flash applications as stand alone projectors.

Best

N

Neil Clark
Team Macromedia Spectra
http://www.macromedia.com/go/team



__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: bit mask info

2002-02-20 Thread Kelly Tetterton

Just wanted to thank all the folks who replied both on- and off-list; the
info was exactly what I needed!

KT> I'm looking for presentations/information/examples regarding bit masks.
I've
KT> looked through the archives, and two presentations are mentioned, but
KT> neither seem available any longer. Can anyone point me in the right
KT> direction? thanks --

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



bit mask info

2002-02-20 Thread Kelly Tetterton

I'm looking for presentations/information/examples regarding bit masks. I've
looked through the archives, and two presentations are mentioned, but
neither seem available any longer. Can anyone point me in the right
direction? thanks --

Kelly Tetterton
Technical Lead, Macromedia Certified ColdFusion Developer
duoDesign, eBusiness Architects
Internet design, technology and online marketing

847-491-3000 main   | [EMAIL PROTECTED]
847-491-3100 fax| www.duoDesign.com
847-491-7125 direct| www.Nexiv.com
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists