Norton Personal Firewall ? problem with sessions?

2002-09-23 Thread Michael Kear
We're trying to pin down the cause of a problem that's preventing some of our users getting access to a pay area of our site. We're setting a session in the .asp-built shop then passing them to the ColdFusion section and setting up a session, which will identify them to the CF Server when they

Add Column to Query...

2002-09-23 Thread Brian Scandale
How do I go about adding a column to a query dataset? For example I want to concatenate two columns together as a third column and then group output by that third column... with cfoutput query=SomeQuery Group=third column I know I can do this with the proper SQL SELECT statement, However, I

Re: Add Column to Query...

2002-09-23 Thread Jochem van Dieten
Brian Scandale wrote: How do I go about adding a column to a query dataset? QueryAddColumn()? Jochem __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community.

RE: forced user to access https page

2002-09-23 Thread Mak Wing Lok
how to get CGI.HTTPS? is not one of the variable i can get from CF / apache makwl -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 2:11 PM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: forced user to access https page how

RE: Connection reset error

2002-09-23 Thread Kevan . Windle
Don't know if this will help. I had this same problem connecting to Oracle. It turned out the the timeout settings for that datasource on CFAdmin were both set to 0 , instead of what seesm to be the default: Timeout(min) 20 and Interval(min) 7 When I set them to this the problem went away.

Email validation

2002-09-23 Thread david
Hi List Does anybody have a fullproof server side email validation script. Perhaps a RE? Thanks in advance Dave __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics.

RE: Email validation

2002-09-23 Thread Robertson-Ravo, Neil (REC)
www.cflib.org is guaranteed to have a UDF for this... though there are loads of tags n scripts for doing it yourself. Neil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 23 September 2002 10:50 To: CF-Talk Subject: Email validation Hi List Does anybody

Finding number of occurences of a field in a list.

2002-09-23 Thread Adams, Stephen
** WESTMINSTER CITY COUNCIL Please refer to the disclaimer beneath this message ** Hello, How can I find out how many occurences there are of a field in the

RE: Finding number of occurences of a field in a list.

2002-09-23 Thread Mike Townend
Have a look at ListValueCountNoCase() and ListValueCount() HTH -Original Message- From: Adams, Stephen [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 11:53 To: CF-Talk Subject: Finding number of occurences of a field in a list.

Re: Regex help, again

2002-09-23 Thread Gyrus
- Original Message - From: Ian Lurie [EMAIL PROTECTED] Sorry to bug you again, but can you do a quick sanity check? I think this one works: h[^h]*h[0-9] --- Wouldn't that run into problems with h in text inside the tags? I suppose it'd have to be immediately

RE: Finding number of occurences of a field in a list.

2002-09-23 Thread Adams, Stephen
** WESTMINSTER CITY COUNCIL Please refer to the disclaimer beneath this message ** Thanks, should have looked further through the reference book.

RE: Regex help, again

2002-09-23 Thread I-Lin Kuo
Try (h[0-9])(([^]|[^/]|/[^h]|/h[^0-9])*)/\1 hnum --- Ian Lurie [EMAIL PROTECTED] wrote: Yep, that's the problem. This works great if all I have to do is grab the first element: h[0-9] [^]* But I actually need what's between the hnum and /hnum and it DOES include HTML. Sigh...

RE: forced user to access https page

2002-09-23 Thread Tony Weeg
hi there. check to see if the variable cgi.CERT_SECRETKEYSIZE is defined, if it isthe person is viewing your site over and https connection, if its not, redirect them to the secure url, https:// cfif isDefined(cgi.CERT_SECRETKEYSIZE) and IsNumeric(#cgi.CERT_SECRETKEYSIZE#) cfelse

RE: CF 5 Pro vs Enterprise

2002-09-23 Thread Everett, Al
From: Sean A Corfield [mailto:[EMAIL PROTECTED]] What does CF5 Enterprise have that Pro doesn't? http://www.macromedia.com/software/coldfusion/productinfo/feat ures_by_edition/#300 That's MX, but thanks. __ This list and

RE: WHYYYYY!!!!!!

2002-09-23 Thread S . Isaac Dealey
no, but ill try that. +++ im trying now. ++ not lookin good...its a shared server environment, experthost.com. can they block locking capabilities? No, they can't disable the cflock tag... i havent used locks on session vars, havent needed to, and having never formally

RE: Resource for upgrading errors on going from coldfusion 5 to CFMx

2002-09-23 Thread Declan Maher
Can anybody point to a resouces for figuring out why errors are occuring in the upgrade from cf5 to CFMX? e.g. the evaluate function The Error Occurred in D:\dev.nobleenergy-nepat.com\www_root\input\newscardaction.cfm: line 58 56 :/cfif 57 : WHERE prospects_id =

RE: Custom tag or Javascipt script for client_side date confirm

2002-09-23 Thread Chris Lofback
I wrote a JavaScript library called FormValidation.js to handle this sort of thing (as well as several other form validation needs). See http://66.0.48.14/js/ for basic documentation and code. There are a couple ways to approach this, but the library has a JS equivalent to the CF DateCompare

Re: Resource for upgrading errors on going from coldfusion 5 to CFMx

2002-09-23 Thread Joe Eugene
huh.. i havent seen this so far... Upgrade/clean install of cmfx? btw its advisable to do #form[prospects_id]# Joe - Original Message - From: Declan Maher [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 23, 2002 9:00 AM Subject: RE: Resource for upgrading errors

file uploading

2002-09-23 Thread Chris Edwards
On very slow connections, my file upload script breaks. It says the file is uploaded, but in reality it isn't and continues on its way. I do a fileexits check on it and it passes... Does anyone have an suggestions or some solid file upload code? Thanks. -- Chris Edwards Web Application

HELP!!!!! Error message on live sites and can't figure out.

2002-09-23 Thread Phillip B
I just started getting this error on almost all my sites. It just started with no real reason over the weekend and I just found out about it. Even the ColdFusion Administrators Application.cfm file is giving errors. Any idea's? Since the CF Admin's App.cfm file is botched, do I need to

Re: Secure...controlled in CF?

2002-09-23 Thread Alex
What is the site doing? What does controlling https within CF mean? On Sun, 22 Sep 2002, SFN Development wrote: Howdy Listmembers, I have just picked up working on a site that is controlling https within CF (whether to use their cert or not). This is new to me, can anyone point me to a

RE: HELP!!!!! Error message on live sites and can't figure out.

2002-09-23 Thread Adrian Lynch
Something's wrong in ya Application.cfm file Ade -Original Message- From: Phillip B [mailto:[EMAIL PROTECTED]] Sent: 23 September 2002 14:57 To: CF-Talk Subject: HELP! Error message on live sites and can't figure out. I just started getting this error on almost all my sites. It

cflocking de-mystified (was RE: WHYYYYY!!!!!!)

2002-09-23 Thread Tony Weeg
my man, My Man! thank you dave. that's probably the funniest thing I have read this morning and the most informative email I have gotten in a long time in regards to locking (kinda wish I'd made it to the locking session last year @ devcon) but anyway, it makes sense, plain and well done.

RE: Secure...controlled in CF?

2002-09-23 Thread Tony Weeg
tony, take a look at the email that I sent to Mak Wing Lok in regards to forcing https if there is a cert present on the current connection. it is a start :) ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net

Re: HELP!!!!! Error message on live sites and can't figure out.

2002-09-23 Thread Phillip B
Thats the problem. None of the Application.cfm files have been touched in a few months. I even checked the modified date and the haven't changed either. I looked at the code and it all looks fine. Plus, I can't edit the ColdFusion Administrator Application.cfm file because its been encrypted and

RE: HELP!!!!! Error message on live sites and can't figure out.

2002-09-23 Thread Adrian Lynch
Let's have a look at your App.cfm files then. Have you upgraded recently? -Original Message- From: Phillip B [mailto:[EMAIL PROTECTED]] Sent: 23 September 2002 15:04 To: CF-Talk Subject: Re: HELP! Error message on live sites and can't figure out. Thats the problem. None of the

Com Object Error

2002-09-23 Thread Brook
I get this error when using any com object with CFMX. It was working on our dev server and now the site is live and the payment processing is failing. Lovely. Anybody know what causes this? I ran the CFMX updater today also. An exception occurred when instantiating a Com object. The cause of

Sorta OT:Posting One Site Inside Another

2002-09-23 Thread Mark Leder
A client wants to be able to offer the ability to post his site INSIDE an organization's members-only password protected area (outputting everything between HTML/HTML). As an example, say I launch a browser window going to Macromedis's homepage; below the flash banner I would pull in MSN.com

RE: Regex help, again

2002-09-23 Thread Alex
CFSET b=some stuff first h3Middle of message /h3 stuff ending cfoutput#b#/cfoutput cfset a=reReplaceNoCase(b,.*h[0-9][^]*(.*)/h[0-9].*,\1) CFOUTPUT#a#/CFOUTPUT On Mon, 23 Sep 2002, I-Lin Kuo wrote: Try (h[0-9])(([^]|[^/]|/[^h]|/h[^0-9])*)/\1 hnum --- Ian Lurie [EMAIL PROTECTED] wrote:

Re: Sorta OT:Posting One Site Inside Another

2002-09-23 Thread Alex
what about a frame? On Mon, 23 Sep 2002, Mark Leder wrote: A client wants to be able to offer the ability to post his site INSIDE an organization's members-only password protected area (outputting everything between HTML/HTML). As an example, say I launch a browser window going to

Re: HELP!!!!! Error message on live sites and can't figure out.

2002-09-23 Thread Phillip B
I'm running CF 5. I havent upgraded anything on it since I intalled it. I did some extra checking and it looks like any code I try to use that is coldfusion wont work. I even tried this. cfset hi = hi cfoutput#hi#/cfoutput And I got this as a response. Just in time compilation error unknown

RE: HELP!!!!! Error message on live sites and can't figure out.

2002-09-23 Thread Andy Ousterhout
Have you tried restarting CF App Server? -Original Message- From: Phillip B [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 9:22 AM To: CF-Talk Subject: Re: HELP! Error message on live sites and can't figure out. I'm running CF 5. I havent upgraded anything on it since

Re: HELP!!!!! Error message on live sites and can't figure out.

2002-09-23 Thread Phillip B
So I'm freaking out and didn't think of restarting ColdFusion. Hey it's Monday ; ) So I restart it and everythings seemsfine now. Is this just one of those things that just happenes with ColdFusion or should I keep looking for a cause? Phillip Broussard http://www.fillworks.com/

RE: Sorta OT:Posting One Site Inside Another

2002-09-23 Thread Mark Leder
I probably will not have control over the site layout or functionality of the purchasing organization's site. Thanks, Mark -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 10:12 AM To: CF-Talk Subject: Re: Sorta OT:Posting One Site Inside

RE: HELP!!!!! Error message on live sites and can't figure out.

2002-09-23 Thread Adrian Lynch
It's because you have a 0 where you should have a 1 in your email footer :O| Row 1, 2nd from the left. Change it, restart CF and everything should be dandy, no no, don't thank me :O) -Original Message- From: Phillip B [mailto:[EMAIL PROTECTED]] Sent: 23 September 2002 15:26 To: CF-Talk

Re: HELP!!!!! Error message on live sites and can't figure out.

2002-09-23 Thread Jochem van Dieten
Quoting Phillip B [EMAIL PROTECTED]: So I'm freaking out and didn't think of restarting ColdFusion. Hey it's Monday ; ) So I restart it and everythings seemsfine now. Is this just one of those things that just happenes with ColdFusion or should I keep looking for a cause? My first

RE: cflocking de-mystified (was RE: WHYYYYY!!!!!!)

2002-09-23 Thread Dave Watts
now, I guess my next question would be, is the cflock timeout sort of an arbitrary guess as to what would be a good amount of time? I mean, how long are the lock timeouts on the heaviest hit cf pages set for? whats a good number? 42. Seriously, the number will depend on what you're

RE: HELP!!!!! Error message on live sites and can't figure out.

2002-09-23 Thread Andy Ousterhout
I don't know enough to try anything more sophisticated, so this is where I generally start when I have a CF problem I can't explain. In some cases, ignorance is bliss! (-: Andy -Original Message- From: Phillip B [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 9:26 AM To:

Re: SQL Server advice

2002-09-23 Thread Douglas Jordon
I-Lin Kuo wrote: I'm coming in on this late, but you don't have to use 2 operations. As you said a transform will work. But each transform will fill up only one table. Also, a package may consist of many operations, each performed conditionally based on whether other operations succeeded or

RE: cflocking de-mystified (was RE: WHYYYYY!!!!!!)

2002-09-23 Thread Tony Weeg
yeah, I get that, but I guess what im looking for is something like... 1 cfset = wait for processing 1 sec. 1 cfset + 1 whatever = wait for proc. 2.5 secs. are there any metrics or best practices for this? ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet

IE6 and CFLocation

2002-09-23 Thread Thomas Chiverton
Is anyone else seeing issues with IE6 and the CFLocation tab, where IE shows the 2nd set of headers (i.e.: HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Mon, 23 Sep 2002 14:29:20 GMT Connection: close ) at the top of the page it has been redirected to in the cflocation ? I'm seeing this

RE: IE6 and CFLocation

2002-09-23 Thread Tony Weeg
is it a page that uses cfform tags? ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 10:36 AM

Re: Norton Personal Firewall ? problem with sessions?

2002-09-23 Thread jon hall
Are the cfid and cftoken cookies being set on these machines? -- jon mailto:[EMAIL PROTECTED] Monday, September 23, 2002, 3:35:23 AM, you wrote: MK We're trying to pin down the cause of a problem that's preventing some of our users getting access to a pay area of our site. MK We're setting

RE: IE6 and CFLocation

2002-09-23 Thread Mike Townend
Or CFHTMLHEAD ? Or basically anything where CF programatically adds code to the head section of a page? -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 15:39 To: CF-Talk Subject: RE: IE6 and CFLocation is it a page that uses cfform

RE: IE6 and CFLocation

2002-09-23 Thread Tony Weeg
I know I have ran into that header crap on pages that use cfform tags.and when I posed the question, I got no good answer. and for the recordnot chtmlhead or cfhttp anything, simply cfform tags, and cflocations. ..tony Tony Weeg Senior Web Developer Information System Design

Re: Sorta OT:Posting One Site Inside Another

2002-09-23 Thread Jeffry Houser
I'm confused.. My first thought was a frame. Arguments could be made that using a frame is leaving the members-only site, at least for a single frame. Are you ( they ) really looking for a copy of the complete site, including your look and feel? Or do they just want to be able to

RE: Sorta OT:Posting One Site Inside Another

2002-09-23 Thread Mark Leder
They want a copy of the complete site, with my client's header and footer, and look and feel. Thanks, Mark -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 10:57 AM To: CF-Talk Subject: Re: Sorta OT:Posting One Site Inside Another

Re: IE6 and CFLocation

2002-09-23 Thread Colin Murphy
I had this problem before. It was caused by code being placed after the cflocation. I fixed it by making the cflocation the very last line of code running on the page before it redirects. Hope this helps. Colin - Original Message - From: Tony Weeg [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: IE6 and CFLocation

2002-09-23 Thread Bud
On 9/23/02, Thomas Chiverton penned: Is anyone else seeing issues with IE6 and the CFLocation tab, where IE shows the 2nd set of headers (i.e.: HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Mon, 23 Sep 2002 14:29:20 GMT Connection: close ) at the top of the page it has been redirected to in the

RE: IE6 and CFLocation

2002-09-23 Thread Thomas Chiverton
What version of CF? If 4.5, be sure SP2 is installed. Is there a known issue ? __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

RE: Sorta OT:Posting One Site Inside Another

2002-09-23 Thread Jeffry Houser
Do you want them to hit your images remotely, or have a local copy? How often do they want it updated? This seems like an unconventional request to say the least, especially since you have no control over the remote site. ( Shouldn't it be there problem on how to get it? Of course it

RE: Sorta OT:Posting One Site Inside Another

2002-09-23 Thread S . Isaac Dealey
Look and feel you can make accessible to some extent with a style sheet by providing an absolute url to the style sheet used on your client's site. As to the rest of the content, it's tough to say ... There are various ways to accomplish it ... it could be done with xml, but xml is more suited

Re: Sorta OT:Posting One Site Inside Another

2002-09-23 Thread David Hannum
Mark, After thinking about your challenge, I think about the only way to do this would be for each potential client to give you an FTP directory. Then, you could schedule an FTP process to send up all of the pages in a container. They could then wrap the container with their ASP. PHP, CF or

Re: IE6 and CFLocation

2002-09-23 Thread S . Isaac Dealey
Or if there's not already, try adding cfabort immediately following the cflocation tag I had this problem before. It was caused by code being placed after the cflocation. I fixed it by making the cflocation the very last line of code running on the page before it redirects. Hope this

OT: job in london

2002-09-23 Thread Ben Whalley
Design and digital media consultancy looking for tech lead/senior developer with CF/J2EE background. Full details at: http://www.ry.com/tomdickharry.pdf Thanks, Ben Whalley Radley Yeldar [EMAIL PROTECTED] __ Your ad could be

RE: Sorta OT:Posting One Site Inside Another

2002-09-23 Thread Mark Leder
Thanks for your continued input on this challenge. I'll try and answer the posts up to this message in one swoop. 1) The content will most likely change every day, sometimes more often. This content change could be both with the client himself, or with end users who use the site (ie, members

Re: Urgent: COM Object Issue

2002-09-23 Thread Frank Mamone
That' done with dcomcnfg.exe in you system32 directory. - Original Message - From: Brook [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 23, 2002 12:07 PM Subject: Urgent: COM Object Issue I'm sorry to post this again, but this COM object does all our payment

RE: Sorta OT:Posting One Site Inside Another

2002-09-23 Thread Ryan Kime
If you are using MX, I would suggest writing a web service. If these are big sites that want the content, as you say, then they should be able to find a way to interface with a web service. I would have static headers and footers they can point to when creating their template and then do a web

RE: Urgent: COM Object Issue

2002-09-23 Thread Mike Townend
What version of CF are you using... I seem to recall your initial post... And I think your runnin cmfx on both a dev and live site? Are both the same version ? Ie patched... Is CF running as the default System account? Is the COM object a normal COM object or a DCOM object ? -Original

Re: cflocking de-mystified (was RE: WHYYYYY!!!!!!)

2002-09-23 Thread jon hall
Locking has almost no performance penalty in and of itself, so there is nothing to add to the amount of time the code being locked take to process. 1 cfset is going to take almost no time at all, so you could safely put the timeout at 1 second, because even if CF was totally maxed on threads with

RE: IE6 and CFLocation

2002-09-23 Thread Bud
On 9/23/02, Thomas Chiverton penned: What version of CF? If 4.5, be sure SP2 is installed. Is there a known issue ? Don't know if there's anything documented, but I had the problem on a server (not mine) running 4.5 SP1 and it went away after installing SP2. -- Bud Schneehagen - Tropical

Re: Email validation

2002-09-23 Thread Joseph Thompson
Erik Voldengen sent this to the list a while back. It handles multiple top levels, checks for valid root domains, disallows double @@ and will ensure that the email address contains just alphanumeric characters. Very nice piece of work! cfset email_address=[EMAIL PROTECTED] cfif

RE: Urgent: COM Object Issue

2002-09-23 Thread Brook
CFMX / Win2k. The dev box has not been patched and the live server has. The live server is having the error. The com object works fine on the dev server. I get the same error on a couple com objects. One is simply: function FolderSize(path) {Var fso = CreateObject(COM,

RE: Urgent: COM Object Issue

2002-09-23 Thread Mike Townend
Not really...as it's the DCOM config panel ;) My guess is that if you patch the dev server then the COM object will fail on there also... Might be an idea to test that Also check the vendors site to see if they have an updated version of the Object... If patching the dev server causes the

OT: server... Where to buy

2002-09-23 Thread Kris Pilles
Anyone have a link to a website where I can buy some reasonably priced servers... Kris Pilles Website Manager Western Suffolk BOCES 507 Deer Park Rd., Building C Phone: 631-549-4900 x 267 E-mail: [EMAIL PROTECTED] __ Get the

RE: Urgent: COM Object Issue

2002-09-23 Thread Brook
Well, that would suck, if the update is causing these issues. I though the update had better support for COM... At 05:50 PM 23/09/02 +0100, you wrote: Not really...as it's the DCOM config panel ;) My guess is that if you patch the dev server then the COM object will fail on there also... Might

RE: WHYYYYY!!!!!!

2002-09-23 Thread Blum, Jason (SAA)
Maybe I can jump in on this thread with a related question - Dave and others keep emphasizing that it isn't necessary to lock in MX. I am using a large Application.Array for a number of values and strings which I then loop through to output. The array is being written to and read from at least

Re: Add Column to Query...

2002-09-23 Thread Brian Scandale
That looks very promising! and jeeze... right under my nose the whole time. That's embarrassing. Thanks Jochem At 01:53 AM 9/23/02, you wrote: Brian Scandale wrote: How do I go about adding a column to a query dataset? QueryAddColumn()? Jochem

Re: server... Where to buy

2002-09-23 Thread Tim Laureska
What kind of server (windows 2000?)... We can build you one reasonably priced Tim Laureska 1st-string technologies - Original Message - From: Kris Pilles [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: September 23, 2002 1:00 PM Subject: OT: server... Where to buy Anyone have a

RE: cflocking de-mystified (was RE: WHYYYYY!!!!!!)

2002-09-23 Thread Jason Egan
Right - I use the name attribute for cflock rather than scope (occasionally) because my understanding is that when you lock on the scope you Lock the entire scope down for that transaction -- if you use names, then they are all (potentially) unique and you won't have a usually fast process

Re: RE: WHYYYYY!!!!!!

2002-09-23 Thread ksuh
You're probably having a race condition occurring. Those still required locks. - Original Message - From: Blum, Jason (SAA) [EMAIL PROTECTED] Date: Monday, September 23, 2002 11:06 am Subject: RE: WHY!! Maybe I can jump in on this thread with a related question - Dave and

CF5: Pentium 4 or 3?

2002-09-23 Thread Alex Hubner
Hi folks, Kind of off-topic... I'm buying a new webserver to run CFServer 5 (and CFMX in the future) and I'm wondering which processor is best for this CF version. I've heard that P4 use a complete new architeture and many softwares does not make use of its full capabilities. My options are:

Access xp opens homesite

2002-09-23 Thread vcactus
I updated an access 97 mdb file to access xp. In the browser when the query ran homesite opens. has anyone else heard of this problem? __ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Access xp opens homesite

2002-09-23 Thread Ian Lurie
Sounds like your ColdFusion server isn't running, actually, so it's delivering the CFM template to your browser instead of the HTML page. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 10:14 AM To: CF-Talk Subject: Access xp opens

Re: server... Where to buy

2002-09-23 Thread Howie Hamlin
I haven't bought from them but they might be worth looking into - the prices are really good. www.amaxit.com HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 *** Please vote for iMS here:

Mixing CF and ASP on same server

2002-09-23 Thread Earl, George
Is it ok to mix ColdFusion and ASP applications on the same web server or should they be kept separate on their own servers? Why? Thanks! George [EMAIL PROTECTED] __ Get the mailserver that powers this list at

RE: WHYYYYY!!!!!!

2002-09-23 Thread Mark A. Kruger - CFG
While it's true you do not have to lock to prevent the old memory corruption type problems, you will still have to lock to prevent race conditions - and given your description of what you are doing, I'd lock everytime you write to your array. -mk -Original Message- From: Blum, Jason

RE: Mixing CF and ASP on same server

2002-09-23 Thread Mark A. Kruger - CFG
There aren't any conflicts with doing this. The real issue is general server resources. If you've covered that base you'll be ok. -mk -Original Message- From: Earl, George [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 12:31 PM To: CF-Talk Subject: Mixing CF and ASP on

RE: Mixing CF and ASP on same server

2002-09-23 Thread Tony Weeg
its 100% fine from what I have ran/tested on cf5/cfmx on iis5. now, from what I have learned, I don't think you can have both cf and asp parse the same page ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337

lat/lon

2002-09-23 Thread Tony Weeg
anyone, does anybody know of a lat/lon point to point distance custom tag? ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 __ Your ad

RE: lat/lon

2002-09-23 Thread Tony Weeg
nevermind, my alter ego...the guy who types and clicks send too fast did that ;) cfx_GreatCircle DevEx ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message- From: Tony Weeg

RE: lat/lon

2002-09-23 Thread John Beynon
Actually I do Tom Nunamaker's site Check out http://www.toshop.com/ LatLon UDF at the top HTH John. -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: 23 September 2002 18:49 To: CF-Talk Subject: lat/lon anyone, does anybody know of a lat/lon point to point

Re: CF5: Pentium 4 or 3?

2002-09-23 Thread jon hall
There probably isn't much of a difference in performance between the chips using CF, the P3 might have an advantage doing database stuff though. Personally I'd get the P3, and a dual proc board if those were the only choices. The P4 Xeon's aren't worth it until they hit 1.8 with the new

RE: WHYYYYY!!!!!!

2002-09-23 Thread S . Isaac Dealey
The array is being written to and read from at least a dozen times a minute snip But then I keep getting the same symptom - MX freezes up at 100% CPU every four or five hours. Plenty of memory and storage. Entirely asside from MX and whether or not locking is necessary, if you have 2 pages

Re: lat/lon

2002-09-23 Thread Bryan Stevenson
there are lots...but I'd checkout the UDF on CFLIB.org 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

RE: Add Column to Query...

2002-09-23 Thread Smith, Matthew P -CONT(DYN)
Word of warning, though, you will have to loop through the record set and add the value one record at a time. Not a big deal for small stuff, but I ran into the same problem and it was prohibitively slow with a large (5000+) records. Always better to let the db do stuff like that if possible.

Re: Mixing CF and ASP on same server

2002-09-23 Thread S . Isaac Dealey
Is it ok to mix ColdFusion and ASP applications on the same web server or should they be kept separate on their own servers? Why? Thanks! It's more overhead on the server since you've got 2 servers taking up memory and cpu time... but there's nothing to prevent it ... My only concern would be

Re: Add Column to Query...

2002-09-23 Thread Jochem van Dieten
Smith, Matthew P -CONT(DYN) wrote: Word of warning, though, you will have to loop through the record set and add the value one record at a time. You can add an entire column at once, you just need to have an array with the right values. Jochem

Re: OT: server... Where to buy

2002-09-23 Thread Jochem van Dieten
Kris Pilles wrote: Anyone have a link to a website where I can buy some reasonably priced servers... Some find http://www.cray.com/ reasonably priced. Others go to their local white label seller and build their own from parts. You are a bit sketchy on the details. Jochem

CF based email newsletter app

2002-09-23 Thread Douglas Jordon
Anybody know of a free or cheap Cf-based email newsletter app? We have a client with 1500 subscribers whose been using her AOL account. I checked the tag gallery and there was one seemingly perfect $75 solution, Mail Manager from Aversion Software, but they're unresponsive. TIA, Doug Jordon

RE: Add Column to Query...

2002-09-23 Thread Smith, Matthew P -CONT(DYN)
But to populate the array with concatenated values you would still have to loop through the record set, I would think? I'm sure it would depend on what you were trying to do. Matt -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002

Random Product, with a twist?

2002-09-23 Thread Che Vilnonis
What would be the easiest way to display one random product pulled from a database every 24 hours without session or client variables? Each page refresh would deliver the same content for a 24 hour period. Could this be done based on the applicationtimeout setting from the cfapplication tag? My

Web Services pre-MX

2002-09-23 Thread Dave Carabetta
I need to give a little talk in a few days concerning web services with ColdFusion, pre-MX (4.5, 5). I was wondering if any of you out there can share what you did in terms of both publishing and/or consuming web services via ColdFusion. I work for a very data-oriented company, and we are

RE: Mixing CF and ASP on same server

2002-09-23 Thread Phoeun Pha
It's really a matter of being able to afford another server. Otherwise, nuffin wrong :) -Original Message- From: Earl, George [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 12:31 PM To: CF-Talk Subject: Mixing CF and ASP on same server Is it ok to mix ColdFusion and ASP

cf_location on CFMX

2002-09-23 Thread Urs Bertschy
I am getting an error (see message below) using the cf_location-customtag on ColdFusion MX. This worked fine under CF 5.0. Anybody expierencing the same problem? I read somewhere that MX now supports writing cookies with the cflocation-tags? Do I still need cf_location for any reason or can I

Strange threading issue, cflock?

2002-09-23 Thread jon hall
Another locking question...might be a bug in CF5. Using CF5, I have a database insert that I need to pause a few seconds, then select a value back out that is updated from withing the db. My code looks something like this: cfquery .../ // Insert Query cfset name =

RE: CF based email newsletter app

2002-09-23 Thread Larry Juncker
I use iMSMail for our newsletters and it works super. http://www.coolfusion.com Give Howie a look. Larry Juncker Senior Cold fusion Developer Heartland Communications Group, Inc. [EMAIL PROTECTED] (515) 574-2122 CONFIDENTIALITY NOTICE The information contained in this e-mail is intended only

RE: cflocking de-mystified (was RE: WHYYYYY!!!!!!)

2002-09-23 Thread Smith, Matthew P -CONT(DYN)
But if you access two variables in the same scope(ie session) at the same time because of different names, can't that cause corruption? Also, readonly locks are simply pointers; the only time they are locked down is during an exclusive lock as used during a write. Matthew P. Smith Web

RE: Regex help, again

2002-09-23 Thread Ben Doom
Are you just worried about the first tag pair, or all of them? Or is there only one tag pair on the page? If you are looking at the contents of multiple tag pairs, how should they be returned? --Ben Doom Programmer General Lackey Moonbow Software : -Original Message- :

RE: Strange threading issue, cflock?

2002-09-23 Thread Mark A. Kruger - CFG
Jon, Perhaps I'm missing something and this is an entirely new and clever approach. I've never tried to use CFLOCK as a timeing mechanism. But what you are doing here with your named locks seems like intentionally hanging the process - something I usually tried to avoid doing by accident g. Do

  1   2   >