RE: So, the Client isn't an issue to the CF Server?

2000-10-11 Thread Christopher Cortes
Howard, I have had this problem before, when trying to wrap case statements with conditionals. Are you doing this at all? Chris Cortes Consultant [EMAIL PROTECTED] Direct 713-985-6244 Cell 832-723-6485 Stonebridge Technologies ...The Fast Track to e-Business. visit us at www.sbti.com -Ori

RE: So, the Client isn't an issue to the CF Server?

2000-10-11 Thread Christopher Cortes
maybe for some reason it's not triggering when it comes from Mac. H. = Howard Owens Web Producer InsideVC.com mailto:[EMAIL PROTECTED] = > -Original Message- > From: Christopher Cortes [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday

Search Facility/Indexing Service

2001-04-16 Thread Christopher Cortes
I am looking for a product similar to Netscape's IPlanet - Compass Server. Has anyone worked with this product and know of similar tool that I can use with IIS. Thanks. - Chris Christopher Cortes |Coming Q3 2001: Consultant | Stoneb

RE: cfmal with attachments and cfserver memory usage

2001-04-16 Thread Christopher Cortes
this would likely increase ColdFusion performance and mail service response time. - Chris Christopher Cortes |Coming Q3 2001: Consultant | Stonebridge Technologies, Inc. | ’Optimizing ColdFusion’ Putting Technology To Work | By

RE: Server Co-Location

2001-04-16 Thread Christopher Cortes
I have worked with DataReturn before. They seemed to have pretty good service. I don't know anything about their fees and policies. I think they are at www.datareturn.com - Chris Christopher Cortes |Coming Q3 2001: Consultant | Stoneb

RE: OT - SQL server memory usage

2001-04-20 Thread Christopher Cortes
River, Are you noticing performance problems or are you just concerned, and is this machine a dedicated database server? Does this occur when there is no database activity at all, or does memory usage drop as database activity decreases? - Chris Christopher Cortes |Coming Q3

RE: Search Engine

2001-04-23 Thread Christopher Cortes
Derek, I have just recently begun working with Inktomi's Web Search. I am very pleased with it, look at 3com's implementation. We are tying it into a Spectra Site. - Chris Christopher Cortes |Coming Q3 2001: Consultant | Stonebridge Te

RE: CFTRY / CFCATCH questions

2001-04-23 Thread Christopher Cortes
Jeffry, Your last statement prior to the closing try needs to be a catch. If you are running multiple catches and you also want to catch all, the all statement needs to come last. - Chris Christopher Cortes |Coming Q3 2001: Consultant | Stonebridge

RE: Problem with Studio 4.5.2 help

2001-04-23 Thread Christopher Cortes
laire/ColdFusion Studio 4x/Verity/Collections/Searchable Help" Rename the "Searchable help" directory to anything else, now launch studio and try to use your help search again. It should prompt you to regenerate the collection. Hope that does the trick for you, good luck. - Chris

RE: Access/SQL/hosting question

2001-04-23 Thread Christopher Cortes
last thing, I don't know that you can necessarily assume you will see better Db performance on a dedicated server; you don't really know how many database hits other users on that server are making. Your provider might give you some numbers. - Chris Christopher Cortes

RE: Problem with Studio 4.5.2 help

2001-04-24 Thread Christopher Cortes
will impact many. The root of the problem might not be ColdFusion Studio. NT will run Studio in its own memory space, and will protect it from memory issues like you are describing. - Chris Christopher Cortes |Coming Q3 2001: Consultant | Stonebridge

RE: Looking for a Good Search Solution

2001-04-24 Thread Christopher Cortes
a Spectra site where the collections are destroyed and recreated every morning to keep Verity Indices fresh. The process hits the server hard and takes between 5 and 7 minutes but works fine. - Chris Christopher Cortes |Coming Q3 2001: Consultant

RE: Content Publishing System VS. Customized Application

2001-04-24 Thread Christopher Cortes
impact your bottom line$$$, your client is buying a solution and should not be paying for your code by line count. Good Luck, - Chris Christopher Cortes |Coming Q3 2001: Consultant | Stonebridge Technologies, Inc. | ’Optimizing ColdFusion

RE: Netscape 6

2001-04-24 Thread Christopher Cortes
Mike, Are you attempting to pass variables from a non-secure page to a secure page? - Chris Christopher Cortes |Coming Q3 2001: Consultant | Stonebridge Technologies, Inc. | ’Optimizing ColdFusion’ Putting Technology To Work

RE: Content Publishing System VS. Customized Application

2001-04-24 Thread Christopher Cortes
opher Cortes |Coming Q3 2001: Consultant | Stonebridge Technologies, Inc. | ’Optimizing ColdFusion’ Putting Technology To Work | By Visit us at www.sbti.com | Christopher Cortes Ofc: 713.985.6244 cel: 281.235

RE: ' in SQL 2000

2001-04-25 Thread Christopher Cortes
Diana, Could you by chance have stray single quotes in the data you are trying to insert? - Chris Christopher Cortes |Coming Q3 2001: Consultant | Stonebridge Technologies, Inc. | ’Optimizing ColdFusion’ Putting Technology To Work

RE: New CF5 Partner Hosting License

2001-04-26 Thread Christopher Cortes
Thank you. - Chris -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 10:05 PM To: CF-Talk Subject: Re: New CF5 Partner Hosting License I think we should look at the original post again and calm down a bit. Notice how they say Hosting Se

RE: Hosting Service Provider Edition Clarification

2001-04-27 Thread Christopher Cortes
Hey Michael, Can you please create a new list named: [EMAIL PROTECTED] until Monday, when MM clarifies? J.K - Chris Christopher Cortes |Coming Q3 2001: Consultant | Stonebridge Technologies, Inc. | ’Optimizing ColdFusion’ Putting

RE: No caching

2001-04-27 Thread Christopher Cortes
Jeff, Turn trusted cache off in the ColdFusion Administrator, and restart your ColdFusion Service. - Chris Christopher Cortes |Coming Q3 2001: Consultant | Stonebridge Technologies, Inc. | ’Optimizing ColdFusion’ Putting Technology To

RE: No caching

2001-04-28 Thread Christopher Cortes
My error Thanks. - Chris -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 28, 2001 2:26 PM To: CF-Talk Subject: RE: No caching > Turn trusted cache off in the ColdFusion Administrator, and > restart your ColdFusion Service. Just as a helpful hint, y

RE: Benefits of vs. with SWITCH

2001-04-29 Thread Christopher Cortes
Switch/Case outside of cfscript is much faster. I think I remember reading somewhere in the CFDocs that switch/case was only added to CFSCRIPT for the sake of consistency between the tagged and scripted functionality. - Chris Christopher Cortes |Coming Q3 2001: Consultant

Building Advanced Custom Tags...

2001-04-29 Thread Christopher Cortes
lated, and then evaluate it in the end tag. Will I need to create a CFX tag to get at the code prior to evaluation? - Chris Christopher Cortes |Coming Q3 2001: Consultant | Stonebridge Technologies, Inc. | ’Optimizing ColdFusion’ Putting Techn

RE: Building Advanced Custom Tags...

2001-04-29 Thread Christopher Cortes
t. In Begin mode there is no content, and in End mode you get processed content. It sounds like you want the CFML source (as opposed to the processed code) and you can't access that this way. --- Ben -Original Message----- From: Christopher Cortes [mailto:[EMAIL PROTECTED]] Sent: Sunday, Apri

RE: Extended timeout on forms ... is this right?

2001-04-29 Thread Christopher Cortes
Mike, Should work like that, doesn't need to be run exclusively in scheduled tasks. - Chris Christopher Cortes |Coming Q3 2001: Consultant | Stonebridge Technologies, Inc. | ’Optimizing ColdFusion’ Putting Technology To

RE: Hosting Service Provider Edition Eliminated

2001-04-29 Thread Christopher Cortes
of purchasing server app software, ColdFusion Studio ships with a fully functional app server. - Chris Christopher Cortes |Coming Q3 2001: Consultant | Stonebridge Technologies, Inc. | ’Optimizing ColdFusion’ Putting Technology To Work |

RE: Benefits of vs. with SWITCH

2001-04-30 Thread Christopher Cortes
with solid numbers and what kind of data I am using to make my calculations. I too am biased in favor of cfscript but it is not right for use in every situation. Tag based switch/case is very optimized. - Chris Christopher Cortes |Coming Q3 2001: Consultant