RE: web server for XP home?

2002-03-26 Thread Mark Smyth
now, i'm having the same problem. Apache seems the best ption at the moment but, a few days ago i foung something like this on the microsoft site (you need professional to run a web server on XP, but please note to do not need a dedicated web server to develop OR HOST a website ) I just tried

ADVANCED - Expression results

2002-03-26 Thread Ian Vaughan
Hi Folks I am getting the following error when trying to add a record to my Oracle 8 database through coldfusion 4.5, when I was using Coldfusion 4.0 it worked ok. Any ideas on what it could be or mean? Error Occurred While Processing Request Error Diagnostic Information Expression

RE: ADVANCED - Expression results

2002-03-26 Thread Kevan . Windle
CF uses that name url for the structure that holds all url variables, so it is trying to convert a structure to string. You'd have to reference it with #url.url# or even better try changing the name of the variable. -Original Message- From: Ian Vaughan [mailto:[EMAIL PROTECTED]] Sent: 26

request.imageRoot

2002-03-26 Thread John McCosker
Greetings, I am using fusebox for one of our applications, and for all images calling them with #request.imageRoot#, which is a full virtual Address http://www.liveserver.com/images/ I'm wondering when a site is facing heavy traffic does this cause severe overhead with IIS and is there a more

RE: Time Issue

2002-03-26 Thread Deb Dickerson
What version of ColdFusion are you running? There was a bug with the time in CFMAIL in 4.5.0. Deb -Original Message- [EMAIL PROTECTED] wrote: When I send an email through the mail server through POP account - the time is correct - when I send it via cfmail - it is wrong. Any

Re: CFHTTP not connection to Authorizenet !!!???!!

2002-03-26 Thread Bud
On 3/25/02, [EMAIL PROTECTED] penned: Anyone have any ideas why CFHTTP may not be connecting with Authorizenet using the CF Authorize tag? Here is the response message: Your charge was declined for the following reason: An error occurred when attempting to connect with the credit card

Re: How to expire session variables?

2002-03-26 Thread Bud
On 3/25/02, [EMAIL PROTECTED] penned: Is there a good way to consistently make sessions expire within a 10 min period? sessiontimeout=#createtimespan(0,0,10,0)# goes in the cfapplication tag. createtimespan(Days,Hours,Minutes,Seconds) -- Bud Schneehagen - Tropical Web Creations

Re: How to expire session variables?

2002-03-26 Thread Jeffry Houser
As a general note, that will only make session variables expire if they are inactive for 10 minutes. It will not expire active session variables. If you really wanted to force them to expire after a 10 minute period you could store a Session Variable Creation variable in the session

Re: How to expire session variables?

2002-03-26 Thread Bud
On 3/26/02, Jeffry Houser penned: As a general note, that will only make session variables expire if they are inactive for 10 minutes. I presumed that's what he wanted. -- Bud Schneehagen - Tropical Web Creations _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ ColdFusion Solutions / eCommerce

Re: How to expire session variables?

2002-03-26 Thread Jeffry Houser
At 07:33 AM 3/26/2002 -0500, you wrote: On 3/26/02, Jeffry Houser penned: As a general note, that will only make session variables expire if they are inactive for 10 minutes. I presumed that's what he wanted. But it wasn't what he asked for. ;) -- Jeffry Houser | mailto:[EMAIL

RE: web server for XP home?

2002-03-26 Thread Clint Tredway
You will need XP pro to run any MS web server. Apache works fine. HTH Clint -Original Message- From: Mark Smyth [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 2:16 AM To: CF-Talk Subject: RE: web server for XP home? now, i'm having the same problem. Apache seems the best

Re: Looping over a query with CFSCRIPT

2002-03-26 Thread Sharon DiOrio
More like: cfscript for (i=1; i LTE selProd.recordcount; i=i+1) { writeOutput(selProd.PR_NAME[i] br); } /cfscript Sharon - Original Message - From: VAN VLIET, SCOTT E (SBCSI) [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, March 25, 2002 6:47 PM Subject:

RE: web server for XP home?

2002-03-26 Thread Raymond Camden
This is kind of a side thing, but why don't you want to upgrade to XP Pro? I know that when I made the leap from Win98 to Win2k Pro, I was _extremely_ happy. I didn't have to reboot multiple times per day - and in general, everything worked _much_ better. Maybe XP Home isn't as bad as Win98, but

Which version of Java should be used

2002-03-26 Thread Robert Everland
Which is better to have on the server, JRE or SDK. The SDK comes with a JVM in a directory called server so I am thinking SDK, but can anyone tell me for sure? Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire

Re: web server for XP home?

2002-03-26 Thread Pete Ruckelshaus
Caveat: I have 2 WinXP Pro, 1 XP Home, 1 Win2K, and one triple-boot Win2K/Win98SE/Redmond Linux systems at home. You realize that WinXP Home and WinXP Pro are really the same OS, with some functionality removed from the home version, right? http://www.microsoft.com/windowsxp/whichxp.asp Win2K

RE: web server for XP home?

2002-03-26 Thread Jeffry Houser
I have to concur w/ the statement about moving from 98 to 2k Pro (which I did two weeks ago). The reason I chose 2K pro was because I had heard so many bad things about XP. At 08:41 AM 3/26/2002 -0500, you wrote: This is kind of a side thing, but why don't you want to upgrade to XP Pro?

RE: web server for XP home?

2002-03-26 Thread Thane Sherrington
At 07:16 AM 03/26/2002 -0600, Clint Tredway wrote: You will need XP pro to run any MS web server. Apache works fine. Anyone have a link to the steps to set up Apache for CF? I tried it on my system and could never get it to work (Win98) so I went with the Personal Server. T

1019 compile error

2002-03-26 Thread Tony_Petruzzi
anyone out there a wap expert? well if you are, i need your help. i am trying to get my website wap enabled and i can't seem to get past this one part. i need to know how you can pass variables to another page in the url within wml. everytime i try to do this i get a 1019 error. i want to pass

Re: Which version of Java should be used

2002-03-26 Thread Greg Alton
The JRE is small and is all you need to run applications. The SDK includes a compiler, the JRE, docs, examples and much more. It is intended for those who want to develop Java applications. Greg Alton CFDev - Original Message - From: Robert Everland [EMAIL PROTECTED] To: CF-Talk [EMAIL

RE: Which version of Java should be used

2002-03-26 Thread Robert Everland
So then what is the difference between the virtual machines. There are 2 directories, one called client and one called server. The regular JRE doesn't come with 2 JVM, only one for the client. Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -Original Message- From:

RE: web server for XP home?

2002-03-26 Thread Clint Tredway
I am running XP and have been since December and I could not be happier. I am running the Home edition but will be upgrading to the Pro before to long. XP is faster and more stable then Win98 or Win2k(in my opinion) Clint -Original Message- From: Jeffry Houser [mailto:[EMAIL

RE: CFFTP

2002-03-26 Thread Lon Lentz
My experience with cfftp has been that CF will handle as many simultaneous connections as your physical server and bandwidth will allow. One solution if you are concerned about load or bandwidth is to create a queueing system and to only allow a limited number of simultaneous connections.

session variable renewal

2002-03-26 Thread Cornillon, Matthieu
Hello. Do session variables get renewed when you set them? In other words, let's say that my application has a 20-minute session variable timeout. At 10:00, a user hits a page that sets Session.LoggedIn=true. At 10:15, the user hits that page again. Does Session.LoggedIn expire at 10:20 or

Re: session variable renewal

2002-03-26 Thread Paul Giesenhagen
10:35 Activity starts things over. Paul Giesenhagen QuillDesign http://www.quilldesign.com SiteDirector v2.0 - Commerce Builder - Original Message - From: Cornillon, Matthieu [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 8:58 AM Subject: session variable

CFFILE action = upload

2002-03-26 Thread chris.alvarado
has anyone experimented with the size of files that can be uploaded using cffile? Currently working on a document managment application and some fairly large files need to be uploaded and I was curious about the limitations of cffile. From a 'user experience' standpoint, i know i can use

RE: session variable renewal

2002-03-26 Thread chris.alvarado
10:35 -chris.alvarado [application.developer] 4 Guys Interactive, Inc. -Original Message- From: Cornillon, Matthieu [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 8:59 AM To: CF-Talk Subject: session variable renewal Hello. Do session variables get renewed when you set

Re: session variable renewal

2002-03-26 Thread Joel Firestone
Matthieu: It expires after inactivity of 20 minutes. So at 19:59 a link is clicked, the clock startes over. Joel - Original Message - From: Cornillon, Matthieu [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 9:58 AM Subject: session variable renewal

Re: web server for XP home?

2002-03-26 Thread William Wheatley
XP is a much better and more stable system them Win2k IMHO. Though my belief is you will always hear horror stories about everything. XP pro is nice iis is pretty easy to use with it not terrible Bill Wheatley Director of Development AEPS INC www.aeps.com Macromedia ColdFusion Alliance

Re: session variable renewal

2002-03-26 Thread Ricq Pattay
So you wouldn't need the Session.LoggedIn=true statement to renew the session variable? Activity alone renews it? - Original Message - From: Paul Giesenhagen [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 9:02 AM Subject: Re: session variable renewal

Re: kill session aka Logout page

2002-03-26 Thread Chris Norloff
This is what we use to delete ALL session and client vars, and cookies. Chris Norloff !--- delete the session (all vars, including CFID CFTOKEN) --- cflock timeout=#variables.lock_timeout# throwontimeout=Yes scope=session type=EXCLUSIVE cfset temp = #StructClear(session)# /cflock

Re: Which version of Java should be used

2002-03-26 Thread Zac Spitzer
from what i hear the one from ibm is the best z __ 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 FAQ:

Re: CFFILE action = upload

2002-03-26 Thread Dave Carabetta
has anyone experimented with the size of files that can be uploaded using cffile? Currently working on a document managment application and some fairly large files need to be uploaded and I was curious about the limitations of cffile. From a 'user experience' standpoint, i know i can use

RE: web server for XP home?

2002-03-26 Thread Mark A. Kruger - CFG
More stable - and few patches and security flaws (by a factor of 10) than win2k at this point in win2k's release. It never crashes on us - the only thing I hated about it wasthe new desktop appearance. The first thing I did was set it to classic windows mode to retain my sense of continuity g.

Re: kill session aka Logout page

2002-03-26 Thread phumes1
Do you put this into the logout page (logout.cfm) or into the application.cfm? At 10:10 AM 3/26/2002 -0500, you wrote: This is what we use to delete ALL session and client vars, and cookies. Chris Norloff !--- delete the session (all vars, including CFID CFTOKEN) --- cflock

RE: web server for XP home?

2002-03-26 Thread Raymond Camden
I hated the new look as well - until I tried it on my 18inch flatscreen. I'm still getting used to 1280x resolution, and the 'fat' buttons on XP actually look nice at that res. On my laptop, at 1080x (or whatever), they do look a bit Plaskool-ish. -rc -Original Message- From: Mark A.

Re: session variable renewal

2002-03-26 Thread Joel Firestone
Exactly. You usually just check for it's existence. If it doesn't exist, set it (which is usually false, since it doesn't exist). It'll stay until it either 1) it times out (after 20 minutes), or 2) is deleted by you intentionally. HTH. Joel - Original Message - From: Ricq Pattay

Re: differentiating images

2002-03-26 Thread Alex
take the checksum of the 2 images if the checksum is the same then the images are the same On Tue, 26 Mar 2002, Abraham Lincoln wrote: File size is same..any thing related to pixls or colors? - Original Message - From: jon [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent:

Another cfexecute question

2002-03-26 Thread Shawn McKee
Is there any way, other than reading an output file, to get a return code from a command executed with cfexecute? Shawn McKee Manager, Web Development NewsStand, Inc. 8620 Burnet Rd., Suite 100 Austin, TX 78757 USA 512-334-5100 Read newspapers and magazines from around the world in a whole new

RE: web server for XP home?

2002-03-26 Thread Mark A. Kruger - CFG
yeah - romper roomish (I see raymond and charlie and Joel and tara... ) -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 9:22 AM To: CF-Talk Subject: RE: web server for XP home? I hated the new look as well - until I tried it on my 18inch

MS SQL logon help!!! PLEASE!!!!!!!

2002-03-26 Thread Amanda Stern
Sorry for thowing in this MS SQL questions but its an emergency!! My Sys Admin rebooted the server this morning and now I cannot get acces to MS SQL. When I try to start the services, it gives me a 1069 logon failure errordoes anyone know how I can fix this..I am assuming I need to reset a

Re: Which version of Java should be used

2002-03-26 Thread Greg Alton
The SDK includes Java Plug-in and Swing classes to save you from downloading them. The JREs (the actual runtime environment) is the same and it is all you need to run applications and applets. If Java Plug-in or Swing is called for and the browser supports it (IE), it is automatically

RE: MS SQL logon help!!! PLEASE!!!!!!!

2002-03-26 Thread Mark A. Kruger - CFG
Amanda - do you mean MS SQL is on the server in question? You could try the following: Log in as local adminsitrator (or domain admin) and try starting the service. If it does not start from the services control panel, try resetting the username and password it's using to login (click on login

Developers Tool. Comment Engine.

2002-03-26 Thread David Schmidt
Hi all, I've created a new, simple cf tag that allows customers and developers to exchange and keep a record of comments. It provides a comment form for entering new comments and a log of previous comments at the bottom of any web page. It is easy to setup, only requiring a single cfinclude

RE: MS SQL logon help!!! PLEASE!!!!!!!

2002-03-26 Thread Tony_Petruzzi
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q282254 Anthony Petruzzi Webmaster 954-321-4703 http://www.sheriff.org -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 10:57 AM To: CF-Talk Subject: RE: MS SQL logon help!!!

RE: Developers Tool. Comment Engine.

2002-03-26 Thread David Schmidt
Sorry all, Please copy the whole link into the browser. Doggone hit miss outlook. Dave I've created a new, simple cf tag that allows customers and developers to exchange and keep a record of comments. It provides a comment form for entering new comments and a log of previous comments at the

Re: How to expire session variables?

2002-03-26 Thread Alex
set the sessio timeout to 10 minutes On Mon, 25 Mar 2002 [EMAIL PROTECTED] wrote: Is there a good way to consistently make sessions expire within a 10 min period? __ Get the mailserver that powers this list at

Re: Which version of Java should be used

2002-03-26 Thread Alex
what are you trying to do with it? to develop you need the jdk On Tue, 26 Mar 2002, Robert Everland wrote: Which is better to have on the server, JRE or SDK. The SDK comes with a JVM in a directory called server so I am thinking SDK, but can anyone tell me for sure? Robert Everland

Re: web server for XP home?

2002-03-26 Thread Greg Alton
This should help. http://www.cfdev.com/apache/ Greg Alton CFDev - Original Message - From: Thane Sherrington [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 9:19 AM Subject: RE: web server for XP home? At 07:16 AM 03/26/2002 -0600, Clint Tredway wrote:

Join up datasources

2002-03-26 Thread Robert Everland
Is it possible to have a query where you don't specify a datasource and then inside of the query join up more than one datasource. Something like this cfquery Select DSN.Database.Table.Row, differentdsn.database.table.row From dsn.database.table,

SSL Certificates - provider recommendations?

2002-03-26 Thread Eric Dawson
I need to pick up an SSL certificate, any recommendations or pitfalls I should think about it? Eric _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.

cfparam vs. cfif/isDefined/cfset

2002-03-26 Thread Earl, George
Here is my application.cfm file: cfapplication name=appname applicationtimeout=#CreateTimeSpan(2, 0, 0, 0)# cfparam name=application.appnameroot default=/appname cfparam name=application.includesDir default=/appname/includes cfparam name=application.imagesDir default=/appname/images cfparam

RE: cfparam vs. cfif/isDefined/cfset

2002-03-26 Thread Dave Watts
Here is my application.cfm file: cfapplication name=appname applicationtimeout=#CreateTimeSpan(2, 0, 0, 0)# cfparam name=application.appnameroot default=/appname cfparam name=application.includesDir default=/appname/includes cfparam name=application.imagesDir default=/appname/images

Re: cfparam vs. cfif/isDefined/cfset

2002-03-26 Thread Bryan Stevenson
Definately wrap a lock around those, and I would only run that block if 1 of the vars inside isn't defined (if 1 isn't then they all aren'tlike when CF Server is restarted). As far as CFPARAM goes You are correct in using it herewhy write 3 lines of code when you can write 1 ;-)

RE: SSL Certificates - provider recommendations?

2002-03-26 Thread Dave Watts
I need to pick up an SSL certificate, any recommendations or pitfalls I should think about it? I've always had good service from Thawte, and they're still cheaper than Verisign, despite being owned by Verisign. Be very careful to save all of the key generation information that you create,

Re: SSL Certificates - provider recommendations?

2002-03-26 Thread Paul Giesenhagen
I have heard alot of good things about equifax and their secure certificate. http://www.equifax.com/DigitalCertificates Good Luck Paul Giesenhagen QuillDesign http://www.quilldesign.com SiteDirector v2.0 - Commerce Builder - Original Message - From: Eric Dawson [EMAIL PROTECTED] To:

RE: web server for XP home?

2002-03-26 Thread Dave Watts
XP is a much better and more stable system them Win2k IMHO. Gee, I don't know how much more stable it can be. I can count my Win2K crashes on one hand, and I've been using it since it was in public beta. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax:

Re: cfparam vs. cfif/isDefined/cfset

2002-03-26 Thread Michael Dinowitz
1. You should lock the entire group with a CFLOCK and a scope of application. 2. An IsDefined() with a set is actually slightly faster than a CFAPPLICATION. There's even a UDF that does just this and its still faster even with the small UDF overhead. Note that this is limited to the

RE: web server for XP home?

2002-03-26 Thread Dave Watts
I do find it unforgiveable that Microsoft didn't include IIS in XP Home, it is very shortsighted on their part. I feel exactly the opposite. I think it would be unforgivable if Microsoft put a web server in a home OS. If you want to run a web server, you can always get one, but the vast

RE: SSL Certificates - provider recommendations?

2002-03-26 Thread Dan Phillips
They are http://www.geotrust.com now. I've installed about 150 of them over the last year or so. Never had a problem at all. Dan Phillips CFXHosting.com -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 11:32 AM To: CF-Talk Subject: Re:

Re: SSL Certificates - provider recommendations?

2002-03-26 Thread Joseph Thompson
Thawte.com certificates are much cheaper than verisign ones... and they have a partners/resellers program set up so that your second SSL cert will be cheaper. The nice Aussie sounding fellow who hooked me up: [EMAIL PROTECTED] I need to pick up an SSL certificate, any recommendations or

Re: web server for XP home?

2002-03-26 Thread Tony Schreiber
http://www.apache.org/ I use it on my servers and on my laptop development workstation ;) I just bought a laptop and we are discussing development (like at the park/beach/pool ;-) ) but I read somewhere that Personal Web Server won't run under XP. I don't really want to upgrade it to XP

RE: Which version of Java should be used

2002-03-26 Thread Dave Watts
Which is better to have on the server, JRE or SDK. The SDK comes with a JVM in a directory called server so I am thinking SDK, but can anyone tell me for sure? The JRE is all you need, unless you're actually writing Java apps from the server console. I'd recommend installing that, if for no

RE: web server for XP home?

2002-03-26 Thread Robert Everland
Well then why not just not install it. I see what you're saying about security, but if they are a home user and they don't need it, they probably wouldn't even know how to install it. It sucks that when I want a new computer now, I will have get professional and pay $100 just to get IIS.

SOT: SQL Server on XP Pro

2002-03-26 Thread Duane Boudreau
Hi All, Has anyone here successfully set up SQLServer 2K on WinXP Pro yet? If so what SP? version? Thanks, Duane __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the

Re: web server for XP home?

2002-03-26 Thread Hatton Humphrey
You can also use Sambar if memory serves. It's basically Apache with a web-based interface and some other features. I'm running the free version at home. http://www.sambar.com Hatton Greg Alton wrote: This should help. http://www.cfdev.com/apache/ Greg Alton CFDev -

RE: SQL Server on XP Pro

2002-03-26 Thread Garza, Jeff
You'll need SQL Server Developer or MSDE. The full versions of SQL server will not install on XP Pro. Jeff Garza Lead Developer/Webmaster Spectrum Astro, Inc. [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent:

Re: web server for XP home?

2002-03-26 Thread Pete Ruckelshaus
Well, it certainly doesn't need to install it by default, IIS/PWS is in Win98 (and NT4, and Win2K, and WinXP Pro, for that matter) and you have to explicitly install it...but it's there at least. With no IIS download available anymore, XP Home users who want to do web development have no other

RE: web server for XP home?

2002-03-26 Thread Dave Watts
Well then why not just not install it. I see what you're saying about security, but if they are a home user and they don't need it, they probably wouldn't even know how to install it. It sucks that when I want a new computer now, I will have get professional and pay $100 just to get

RE: web server for XP home?

2002-03-26 Thread Robert Everland
Let's be realistic though, the reason they charge $100 extra is not becuase of security, it's because they planned on doing this from day one. They offered it for free to everyone, and when they crushed everyone else, they come along and charged for the feature that was once free. I am

Re: cfparam vs. cfif/isDefined/cfset

2002-03-26 Thread Sharon DiOrio
I tend to set all the commonly used defaults as Request scope variables. No locking, no cfparam, available anywhere. cfscript REQUEST.dsn = myDSN; REQUEST.dbType = dbtype; REQUEST.webRoot = C:/inetpub/wwwroot/; etc... /cfscript PS, Good to know that UDFs are faster. Are there

Re: SSL Certificates - provider recommendations?

2002-03-26 Thread Sharon DiOrio
Be very careful to save all of the key generation information that you create, including the actual key request. If you're installing the key on IIS, create a key backup file, and store that offsite. I second that!!! Nothing worse than having to pay for a new certificate because the

Re: Join up datasources

2002-03-26 Thread Sharon DiOrio
As far as I know, this isn't possible. What is possible is doing two seperate queries and making your own dataset with either QueryNew() or building a structure. Can you give us some more information? Sharon - Original Message - From: Robert Everland [EMAIL PROTECTED] To: CF-Talk

SQL Question

2002-03-26 Thread Joshua Tipton
Besides using xp_cmdshell does any know how to execute a dts package from a stored procedure? Joshua Tipton __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

Re: SSL Certificates - provider recommendations?

2002-03-26 Thread Alex
Get the cheapest one. Paying for an SSL cert just proves to people you are who you say you are. For development purposes, intranet, or known counterparty apps you can make your own SSL cert for free. http://www.openssl.org On Tue, 26 Mar 2002, Eric Dawson wrote: I need to pick up an SSL

RE: web server for XP home?

2002-03-26 Thread Dave Watts
Let's be realistic though, the reason they charge $100 extra is not becuase of security, it's because they planned on doing this from day one. They offered it for free to everyone, and when they crushed everyone else, they come along and charged for the feature that was once free. Who

Re: cfparam vs. cfif/isDefined/cfset

2002-03-26 Thread Tomo Smith
there is however a minute difference between cfparam and the if/else block... the if/else block outperforms the params. more code maybe, but when writing the the application I recommend doing it as quickly as possible and with exclusive locks. - Original Message - From: Bryan Stevenson

RE: web server for XP home?

2002-03-26 Thread Dave Watts
Well, it certainly doesn't need to install it by default, IIS/PWS is in Win98 (and NT4, and Win2K, and WinXP Pro, for that matter) and you have to explicitly install it... but it's there at least. With no IIS download available anymore, XP Home users who want to do web development have

RE: request.imageRoot

2002-03-26 Thread Dave Watts
I am using fusebox for one of our applications, and for all images calling them with #request.imageRoot#, which is a full virtual Address http://www.liveserver.com/images/ I'm wondering when a site is facing heavy traffic does this cause severe overhead with IIS and is there a more

RE: SQL Question

2002-03-26 Thread Declan Maher
Joshua, If you look at www.cfcomet.com or http://www.cfcomet.com/cfcomet/sql_server/ it shows how to execute SQL Server DTS packages from ColdFusion. -Original Message- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent: 26 March 2002 17:10 To: CF-Talk Subject: SQL Question

RE: 1019 compile error

2002-03-26 Thread Tony_Petruzzi
figured it out on my own. need to escape any and all and $. Anthony Petruzzi Webmaster 954-321-4703 http://www.sheriff.org -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 9:17 AM To: CF-Talk Subject: 1019 compile error anyone out

RE: 500 internal server error wap coldfusion

2002-03-26 Thread Dave Watts
anyone know why I keep getting a 500 internal server error when trying to use wap with CF. I have the cfcontent tag at the top of the page. This is annoying me. if anyone has gotten wap and cf to work together, plwase help. Lots of people have successfully done this, myself included. It

Re: web server for XP home?

2002-03-26 Thread Marlon Moyer
I second that. I think the default installation of a web server was one of the major reason for code red being to successful. - Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 10:42 AM Subject: RE: web server for XP home?

Returning only one record HELP PLEASE!!!!

2002-03-26 Thread LANCASTER, STEVEN M. (JSC-OL) (BAR)
I have 2 queries and I need to know what to do to fix code that looks like this. As you will see I am only getting one record from my second query. In the cfouput tags I have to specify a query and a group because I have nested tags there is a reason for this. I just need to know how to make it

RE: special characters

2002-03-26 Thread Dave Watts
CFDJ'ers: Wrong list. When trying to add characters like ñ and Ñ, my SQL 7 server tells me I have not enclosed my strings properly. I'm assuming the tilde is breaking it. Any way around that, other than looking for that character and replacing it, with say the HTML equivalent that

RE: SQL Question

2002-03-26 Thread Declan Maher
Sorry didn't read your question right -Original Message- From: Declan Maher Sent: 26 March 2002 17:13 To: CF-Talk Subject: RE: SQL Question Joshua, If you look at www.cfcomet.com or http://www.cfcomet.com/cfcomet/sql_server/ it shows how to execute SQL Server DTS packages from

RE: SQL Question

2002-03-26 Thread Joshua Tipton
I need to do it within a stored procedure -Original Message- From: Declan Maher [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 12:13 PM To: CF-Talk Subject: RE: SQL Question Joshua, If you look at www.cfcomet.com or http://www.cfcomet.com/cfcomet/sql_server/ it shows

Re: SSL Certificates - provider recommendations?

2002-03-26 Thread Cary Gordon
I have had good results with Thawte as well. We use there PKI system (along with Verisign). That Aussie sounding fellow is, almost without doubt, South African g. At 08:37 AM 3/26/2002 -0800, you wrote: Thawte.com certificates are much cheaper than verisign ones... and they have a

RE: CFFTP

2002-03-26 Thread Dave Watts
Anyone know the limitations / performance issues w/ cfftp? I building an application that will have many simultaneous users accessing templates that cfftp files to many different locations. Questions: 1) How many simultaneous / active connections can the CF Server handle? I would

RE: SSL Certificates - provider recommendations?

2002-03-26 Thread Matt Robertson
I just signed up with Geotrust as a reseller, and am awaiting my acct setup. You get a good pop despite the low certificate price, and a certificate can be installed in literally a few minutes. You'll often spend more time in IIS generating the request than you will waiting for GeoTrust to

RE: Returning only one record HELP PLEASE!!!!

2002-03-26 Thread VAN VLIET, SCOTT E (SBCSI)
I don't get what you are trying to do. The GROUP attribute is to group data for nested output from one query. EXAMPLE: (Your Data) ID NAMECOLOR - 1 Quiksilver T-Shirt Blue 1

RE: web server for XP home?

2002-03-26 Thread Mark A. Kruger - CFG
dito - the logs on our farm showed the large percetage - though not all - of incomming bombardment where from class A type ips (earthlink, aol, @home etc.). -Original Message- From: Marlon Moyer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 11:22 AM To: CF-Talk Subject: Re:

RE: Developers Tool. Comment Engine.

2002-03-26 Thread Brunt, Michael
Thanks Dave, we will give it a whirl here. Interesting thing, if you hit the partial url (it wraps) the error at MM seems to show that they are using Spectra tags for the Dev Exchange. Mike Brunt Sempra Energy 213.244.5226 An elephant is a mouse with an operating system. -Original

RE: Returning only one record HELP PLEASE!!!!

2002-03-26 Thread LANCASTER, STEVEN M. (JSC-OL) (BAR)
with that also work with 2 queries? Steven Lancaster Barrios Technology NASA/JSC 281-244-2444 (voice) [EMAIL PROTECTED] -Original Message- From: VAN VLIET, SCOTT E (SBCSI) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 11:40 AM To: CF-Talk Subject: RE: Returning only one

RE: Returning only one record HELP PLEASE!!!!

2002-03-26 Thread VAN VLIET, SCOTT E (SBCSI)
What are you trying to accomplish? The GROUP attribute will only work with the QUERY specified in the top-level CFOUTPUT tag. If you have grouped data, the you could join in the second table instead of querying it separately. Please post some sample data so that I can try to help you a little

Re: cfparam vs. cfif/isDefined/cfset

2002-03-26 Thread Chris Norloff
Yes, they MUST be locked. These look like variables that don't change - I'd do a CFIF test on one, and if it doesn't exist then set them all. As long as you always set them all together, you can use the existence of one to test for all. This way the app vars are set only once, and don't bog

RE: Developers Tool. Comment Engine.

2002-03-26 Thread David Schmidt
I know this is html post, but here is the link again. Perhaps it will work this time. http://devex.macromedia.com/developer/gallery/info.cfm?ID=3C8D8DE0-40A6-11D6 -83FE00508B94F85A Dave -Original Message- From: Brunt, Michael [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002

RE: SQL Question

2002-03-26 Thread Christopher Olive
yes. i actually posted this a few weeks ago. search the archives. if you can't find it, i'll dig out the code again. christopher olive cto, vp of web development, vp it security atnet solutions, inc. 410.931.4092 http://www.atnetsolutions.com -Original Message- From: Joshua Tipton

RE: cfparam vs. cfif/isDefined/cfset

2002-03-26 Thread Justin Hansen
Yeah, the request rounte it the way to go. I also have a Settings table in my apps for application/request vars used in a particular application. Take a look at this snip from my application.cfm cfscript request.dsSQL = whatever; request.RootURL = http://whatever.com;;

Re: Returning only one record HELP PLEASE!!!!

2002-03-26 Thread Sharon DiOrio
OK, is query2 only *supposed* to be outputting one record? I don't think you need to group the first query: CFMAIL TO=[EMAIL PROTECTED] FROM=[EMAIL PROTECTED] SUBJECT=test QUERY=query1 #column1# nbps; #query2.column2# /CFMAIL Sharon DiOrio - Original Message - From: LANCASTER,

RE: cfparam vs. cfif/isDefined/cfset

2002-03-26 Thread Tony_Petruzzi
why use the application scope, when you have the request scope and you don't have to mess with locking. Anthony Petruzzi Webmaster 954-321-4703 http://www.sheriff.org -Original Message- From: Chris Norloff [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 1:11 PM To: CF-Talk

  1   2   >