Coping with load

2000-07-11 Thread rkeniger
Hi there, I will be setting up a CF app for a customer who is getting approx 7 million page views per month. The bulk of the pages that are currently served as static pages will be served via a CF app connecting to a MySQL datasource on a separate server. Will a single CF server (suitably spec

Re: Advanced Security

2000-07-11 Thread Sean Renet
I got the following reply from Allaire install support and it worked. Seems you need to get rid of the registry keys yourself. Hi, I suggest that you uninstall and start fresh. Make sure the cfusion directory is deleted, make sure the cfide and cfdocs folder are deleted. Next go into the regis

Referring Template

2000-07-11 Thread Michael O Reilly
Hi all, I've looked at GetBaseTemplatePath() & GetCurrentTemplatePath() but they don't tell me what I want to know. Is there any way of finding out the page we have just come from even when we haven't come from a submitted form (so HTTP_REFERER is not an option). Regards Michael O'Reilly TransA

Re: cf hosting

2000-07-11 Thread Tom Nunamaker
Unlimited domains like Shanje.com At 7/10/00 10:17 PM, you wrote: >We're thinking of starting a CF Developer hosting solution - do any of you >have some ideas or suggestions on what you would like to see in a cf hosting >provider? > >Any comments are appreciated. > >Thank you, >Jason Egan >Konnec

RE: Source Control

2000-07-11 Thread Bert Dawson
Resurecting a previous thread on source control (see end for summary): Seems to be 2 options so far: 1. MS source safe - good, but hard to configure(?), and a possible (SP?) issue with Studio 4.5 - Nick Slay: has studio 4.5 issue been sorted? Greg Czechowicz: does it still sti

Re: Chinese language

2000-07-11 Thread CT, Loo
Thanks Mike, 1. however, I still have some questions regarding developing dynamic web pages that interacts with SQL database. I am having the data type for the field as nvarchar (60), say this is the product name. How can I store and retrieve the data and to trim the string? 2. Do we really n

Re: Source Control

2000-07-11 Thread Nick Slay
Hi Bert! I still haven't had the chance to try 4.5 since the time I had the problems, with SourceSafe.. I will try and get the latest download and try again!! I can't say that I found it hard to configure though? Once installed, I had no problem connecting to it, working with projects. Having

OT:Cisco Local Director Failover kit?

2000-07-11 Thread Jonathan Fisher
This is a multi-part message in MIME format. --=_NextPart_000_016A_01BFEB61.BC78C650 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, has anyone set up 2 Local director units in failover mode before? I just = received my "failover kit" -

Problem writing to file with

2000-07-11 Thread OleBlighty
Hey guys, I am using to write an XBRL (XML) file but am having problems with special characters such as lt, gt and double quotes. I set a variable with as follows: When I display this on the page #Data# it looks fine, but when I use it in the OUTPUT="#Data#" in it puts

problem

2000-07-11 Thread janey liston
I'M WORKING ON A POLL. I HAVE A NEW POLL FORM, WITH 5 FIELDS FOR THE ANSWERS, 1-5. ON MY ACTION PAGE I WANT TO DO A CHECK TO SEE IF THE FORM FIELD FOR EACH ANSWER IS EMPTY, IF A VALUE HAS BEEN ENTERED I WANT TO INSERT INTO THE DATABASE OTHERWISE INSERT "¬" IF THE FORM FIELD IS BLANK. HERE'S MY

Re: Problem writing to file with

2000-07-11 Thread Justin v0.9 MacCarthy
> encoding=" & """ & "utf-8" & """ & " ?" & ">"> > > When I display this on the page #Data# it looks fine, > but when I use it in the OUTPUT="#Data#" in it puts version="1.0" encoding="utf-8" ?> in the file. I think what you want to do is : To display it in the browser #HTMLCodeFo

RE: cf hosting

2000-07-11 Thread Ken Wilson
Control/configuration options like (or better than) those that Intermedia.net offers. And the multiple domain issue is non-optional. Ken > Unlimited domains like Shanje.com > > At 7/10/00 10:17 PM, you wrote: > >We're thinking of starting a CF Developer hosting solution - do > any of you > >ha

Re: problem

2000-07-11 Thread Nick Slay
Hi, try this INSERT INTO ans_answer (ans_ans, ans_pol_id) VALUES ('¬', #ans_pol_id#) VALUES ('#form.ans_Answer1#', #ans_pol_id#) INSERT INTO ans_answer (ans_ans, ans_pol_id) VALUES ('¬', #ans_pol_id#) VALUES ('#form.ans_Answer2#', #ans_

RE: Problem writing to file with

2000-07-11 Thread Anthony Geoghegan
| Hi Mark try using CHR codes instead of html codes. Regards, Anthony Geoghegan. Lead Developer, IFTN www.wow.ie mailto:[EMAIL PROTECTED] -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubsc

Re: problem

2000-07-11 Thread OleBlighty
Janey, There are NO tags in the code you posted...are you sure your are running the correct template? Mark. - Original Message - From: janey liston <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 11, 2000 4:08 AM Subject: problem --

Re: problem

2000-07-11 Thread janey smith
thanks a lot , that did the trick! >From: Nick Slay <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Re: problem >Date: Tue, 11 Jul 2000 21:23:25 +1000 > >Hi, > >try this > > > > INSERT INTO ans_answer (ans_ans, ans_pol_id) > > VALUES ('¬', #

Re: Problem writing to file with

2000-07-11 Thread OleBlighty
Thanks to Justin and Anthony. Those suggestions did the trick. Cheers, Mark. -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lis

Re: problem

2000-07-11 Thread janey smith
again thanks, and since i'm on a roll, I have with 3 search fields, pol_question, pol_category, pol_status, i am posting the results to the same page, i get this error An error occurred while evaluating the expression: #trim(form.pol_question)# IS NOT "" Error near line 66, column 32.

Central Jersey CFUG Meeting July 27, 2000

2000-07-11 Thread Nguyen, Hien [PRI]
The next Central Jersey CFUG's meeting will be hosted by the R. W. Johnson Pharmaceutical Research Institute (PRI) on Thursday July 27, 2000 from 2 to 5 PM in the Auditorium of the Ortho-McNeil Pharmaceutical Corporation, 1000 Route 202 South, Raritan, NJ 08869. The meet

RE: good simple web board been done?

2000-07-11 Thread Duane Boudreau
> Hey everyone, > > I'm looking for a good, simple web bulletin board where users can post > messages and replies that does not require users to create an account, and > is not a "drill-down" type application. Client wants a greats topics and > replies to be a great big list like the old cgi types

Re: Form.Fieldnames Missing

2000-07-11 Thread Deanna L. Schneider
Are you sure you used method="post"? If you forgot to add that, you wouldn't have the fieldnames in the debugging. -d Deanna Schneider Interactive Media Developer UWEX Cooperative Extension Electronic Publishing Group 103 Extension B

CORBA

2000-07-11 Thread Lucas Lucas
Hi.. I've a problem to use CFOBJECT and call a corba OBJECT I think to use right the tag CFOBJECT with option to load a ior file... I've a doubt... Have I to set something in COrba environment Thanks... Lucas ___ Say Bye to Slow

CF 4.01 Keeps Crashing

2000-07-11 Thread Joy Bedell
ColdFusion 4.01 has started crashing on my development machine several times a day, producing the following message: CFSERVER caused an invalid page fault in module MSRD3X40.DLL I reinstalled CF but that didn't solve the problem. Can anyone help me figure out what is broken and how to fix it?

RE: Referring Template

2000-07-11 Thread Dave Watts
> Is there any way of finding out the page we have just come > from even when we haven't come from a submitted form (so > HTTP_REFERER is not an option). There's no guaranteed way to do this using CGI variables, but you could track this information in a Session variable, changing the value of the

RE: Do SERVER. variables need CFLocking?

2000-07-11 Thread Dave Watts
> Subject: Do SERVER. variables need CFLocking? Yes. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com

stop reload data

2000-07-11 Thread janey smith
I have an insert form, which updates the data, however if i reload the action page, it inserts the data again, how do i stop this. thanks in advance Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com -

RE: stop reload data

2000-07-11 Thread Stanislav Maximov
You may do silent http redirect. -Original Message- From: janey smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 11, 2000 5:02 PM To: [EMAIL PROTECTED] Subject: stop reload data I have an insert form, which updates the data, however if i reload the action page, it inserts the data a

RE: CFHTMLHEAD and CSV

2000-07-11 Thread Dave Watts
> In Application.cfm I call CFHTMLHEAD to link in my style sheet. > I have a page which uses CFCONTENT and CFHEADER to write a CSV file. > The problem is that the tag gets written to this CSV file. > Obviously I only want it written to HTML pages. You'll have to put your CFCONTENT page in a subf

RE: CFMODULE

2000-07-11 Thread Dave Watts
> What I found was that the CFModule tags I have that do not rely on a > closing tag are being executed twice when I close the tag. That's correct. You'll need to modify those tags so they only execute once. You can do that by wrapping their contents within a CFIF: Dave Watts, CTO, Fig Leaf

Re: stop reload data

2000-07-11 Thread Dick Applebaum
Chedk if the record already exists... if not, do an insert At 1:02 PM + 7/11/2000, janey smith wrote: >I have an insert form, which updates the data, however if i reload the >action page, it inserts the data again, how do i stop this. >thanks in advance >_

RE: good simple web board been done?

2000-07-11 Thread Shane Witbeck
I recommend FuseTalk from www.e-zonemedia.com (developed with CF). There is a live board running in the support section of the website. Shane www.digitalsanctum.com -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 11, 2000 8:21 AM To: [EMAIL PROTECTE

CF Security Questions

2000-07-11 Thread Fowler Charles M SSgt 690ISS/PIC
Hello all you CF enthusiasts, Here is what I hope is an easy one for you: I'm trying to get the security settings to work and I'm not having much luck. Here is my problem: I need to be able to take our coldfusion server and split it into two or more subdirectories, then limit developers to the

RE: Testing Assignment

2000-07-11 Thread Jeremy Allen
Implement it as a CFX? :) -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Monday, July 10, 2000 6:30 PM To: [EMAIL PROTECTED] Subject: Re: Testing Assignment Only problem is that formatbasen will fail if the number is to high. It overloads what CF sees as an

RE: stop reload data

2000-07-11 Thread Stanislav Maximov
I mean, after you insert the record, do to, say, the same page. This will help for sure. -Original Message- From: Stanislav Maximov [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 11, 2000 5:04 PM To: [EMAIL PROTECTED] Subject: RE: stop reload data You may do silent http redirect.

ODBC Error: Text driver cannot open file

2000-07-11 Thread Billy Mulvey
When attempting to access a comma delimited text database, I receive this error: ODBC Error Code = S1000 (General error) [Microsoft][ODBC Text Driver] The Microsoft Jet database engine cannot open the file 'filename.txt'. It is already opened exclusively by another user, or you need permission t

cffile

2000-07-11 Thread Daslweb - Greg
in CFfile tag what is meant by full file path ie...what is I want to place pooh.gif into http://www.daslweb.com/picapp/ what would the code be to upload? Thanks, Gregory Pekofsky -- Archives: http://www.mail-archive.

RE: Referring Template

2000-07-11 Thread Michael O Reilly
Dave, Thanks for the reply, but this won't work in this instance. Further to a previous post, I have a page with CfTree, when one of the items is dbl-clicked, I jump to a page with a form. The CFTreeItemKey value gets put into a form variable and the form is automatically submitted () to an ISAPI

RE: CF 4.01 Keeps Crashing

2000-07-11 Thread Anthony Geoghegan
Hi TIA, |ColdFusion 4.01 has started crashing on my development machine several |times a day, producing the following message: This commonly happens after loading and unloading several different pieces of software on a machine, after a while. | |CFSERVER caused an invalid page fault in module

Re: cffile

2000-07-11 Thread Justin v0.9 MacCarthy
Something like "c:\inetpub\wwwroot\picapp\" or "YOUR_drive:\whatever_your_webroot_directory_is\ ~Justin - Original Message - From: Daslweb - Greg <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 11, 2000 5:39 PM Subject: cffile > in CFfile tag what is meant by full file

RE: stop reload data

2000-07-11 Thread janey smith
thanks for your help >From: "Stanislav Maximov" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: RE: stop reload data >Date: Tue, 11 Jul 2000 17:26:58 +0400 > >I mean, after you insert the record, do to, say, the same >page. This will help for sure. > >-Or

Re: cffile

2000-07-11 Thread Kevin Schmidt
Here you go: There are also several optional attributes that go along with this tag. Kevin Schmidt Internet Services Manager Peterson, WIlliams & Bizer Office: 734.995.5000 Mobile: 734.649.4843 - Original Message - From: "Daslweb - Greg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

post results to same page

2000-07-11 Thread janey smith
I have with 3 search fields, pol_question, pol_category, pol_status, i am posting the results to the same page, i get this error An error occurred while evaluating the expression: #trim(form.pol_question)# IS NOT "" Error near line 66, column 32. ---

Re: SQL

2000-07-11 Thread Dana Larose
The correct syntax, is, in fact, NOT IN :) -Original Message- From: Adrian Cesana <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Monday, July 10, 2000 7:44 PM Subject: SQL >Is there anyway to do the opposite of this...? I need something like NOT IN. > >SELECT blah f

RE: Force database connections to close....

2000-07-11 Thread Steve Bernard
The default behavior of ODBC connections created through CF Admin is to keep connections open. This is done to avoid the overhead of repeatedly opening and closing the connection on a per call basis. When this option is turned off, via the checkbox in the connection configuration, a new connection

Re: cffile

2000-07-11 Thread Daslweb - Greg
so it would not be anything like http://www.daslweb.com/picapp/ it would be the servers drive and directory? Gregory Pekofsky > Something like "c:\inetpub\wwwroot\picapp\" > or > "YOUR_drive:\whatever_your_webroot_directory_is\ > > ~Justin > > - Original Message - > From: Daslweb - Greg

Dymanic Menu

2000-07-11 Thread Christian Labrecque
Hi, I'm looking for a dynamic menu(cross browser). Any Links? Thanks Christian Labrecque Web Developper [EMAIL PROTECTED] Filament Communications www.filamentinc.com -- Archives: http://www.mail-archive.com/cf-talk@

cfset vs setVariables

2000-07-11 Thread Won Lee
Can someone please explian when it would be more advantageous to use setVariables instead of cfset? Won Lee Allaire Certified ColdFusion 4.5 Developer Systems Consultant New Channel Technologies (330) 220-1558 [EMAIL PROTECTED] "Turning ideas into e-Business" Premier Partner

Re: Do SERVER. variables need CFLocking?

2000-07-11 Thread Cary Gordon
They sure do. All of the memory based scopes - session, server and application - should be locked and trapped (cftry/cfcatch) for writes and locked for reads. Cary At 08:52 PM 7/10/2000 -0700, you wrote: >See subject... TIA > >Rick > > > >__ >Do

What are you using instead of IDENTITY?

2000-07-11 Thread Tom Nunamaker
In Joe Celko's book "SQL for smarties", he blasts IDENTITY and other Generator Functions as "a horrible, nonstandard, nonrelational proprietary extension that should be avoided whenever possible" (p 63 if you have the book) I wrote Joe about this with this reply: === >>

Re: Dymanic Menu

2000-07-11 Thread Tom Nunamaker
http://popup.jscentral.com/ Tom At 7/11/00 10:43 AM, you wrote: >Hi, > >I'm looking for a dynamic menu(cross browser). > >Any Links? > > >Thanks > >Christian Labrecque >Web Developper >[EMAIL PROTECTED] >Filament Communications >www.filamentinc.com > > >--

Re: Dymanic Menu

2000-07-11 Thread Ken Wilson
Here's one I've used to build DB-driven dhtml menus with CF. Be careful though, the menu code itself chews up 25k. But it looks nice. Ken - Original Message - From: Christian Labrecque <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 11, 2000 10:43 AM Subject: Dymanic M

Re: Dymanic Menu

2000-07-11 Thread Ken Wilson
I guess that url might help huh? :) http://www.brainjar.com Ken - Original Message - From: Christian Labrecque <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 11, 2000 10:43 AM Subject: Dymanic Menu > Hi, > > I'm looking for a dynamic menu(cross browser). > > Any Li

RE: Cfmodule and execution mode end.

2000-07-11 Thread Larry Meadors
That is one COOL trick! >>> [EMAIL PROTECTED] 07/10/00 11:16PM >>> Call it in the form: something -Original Message- From: Jared Clinton [mailto:[EMAIL PROTECTED]] Subject: Cfmodule and execution mode end. I'm wondering, if I use cfmodule instead of the shorthand customtag call .. h

RE: cffile

2000-07-11 Thread Shane Pitts
What ever the actual root path is on the web server. ex: c:\inetpub\wwwroot\picapp\images\ -Original Message- From: Daslweb - Greg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 11, 2000 10:39 AM To: [EMAIL PROTECTED] Subject: cffile in CFfile tag what is meant by full file path ie.

RE: What are you using instead of IDENTITY?

2000-07-11 Thread Bryan Batchelder
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01BFEB46.64A75130 Content-Type: text/plain; charset="iso-8859-1" I was always taught that the primary key for a table should never

Re: Testing Assignment

2000-07-11 Thread Michael Dinowitz
Actually, if you stop and think about what mod and formatbasen actually do, you can write a CF module that does the same operation. There will be an article in FA (released tonight) that will cover integers in CF. It'll look at where and when they are used, their limitations and how to get around

Re: cfset vs setVariables

2000-07-11 Thread Robert Flesher
It's more of a preference to use setVariables instead of cfset in some instances. A lot of programmers who have been doing this for a while think it's really odd to see a variable on the left side of a cfset so they would use setvariables if they needed to assign a value using pointers. Just

Re: Dymanic Menu

2000-07-11 Thread Brian Mitter
Not sure if this is the type of thing you're looking for but it looks quite interesting. http://software.xfx.net/utilities/dmbuilder/index.html - Original Message - From: Christian Labrecque <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 11, 2000 3:43 PM Subject: Dymani

RE: stop reload data

2000-07-11 Thread Zachary Bedell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > >I mean, after you insert the record, do to, > say, the same > >page. This will help for sure. > > > > > >You may do silent http redirect. > > > > > >I have an insert form, which updates the data, however if I > reload the > >action page, it inse

RE: stop reload data

2000-07-11 Thread janey smith
thanks for you help, i got it working using , hopefully that'll do the trick >From: Zachary Bedell <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: RE: stop reload data >Date: Tue, 11 Jul 2000 11:10:06 -0400 > >-BEGIN PGP SIGNED MESSA

Re: cfset vs setVariables

2000-07-11 Thread Gregory Harris
Also if you are setting a dynamic variable, for instance setting whatever variable is contained within #name#, setvariable works nicely for that. For example: You will return a variable with whatever is contained in #variablename# set to #variablevalue#. Kinda neat huh? Gregory Harris Lo

RE: cfset vs setVariables

2000-07-11 Thread Zachary Bedell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > >Can someone please explian when it would be more advantageous to > >use setVariables instead of cfset? In general, for static variable names, you should use cfset, or better yet an assignment statement in a cfscript block. Your best use for SetVa

RE: Dymanic Menu

2000-07-11 Thread Sean Daniels
> Not sure if this is the type of thing you're looking for but it > looks quite > interesting. > http://software.xfx.net/utilities/dmbuilder/index.html I can vouch for that one. It is very easy to use and generates some really cool looking menus. Of course, they look way better in IE 5 than Netsc

Re: RE: cfset vs setVariables

2000-07-11 Thread Gregory Harris
That is a fairly silly case indeed, while of course it explains the idea, I wouldn't use that example for anything, probably go with an array or list structure instead for that kinda solution :-) but hey, that explains probably better than me... Gregory Harris Los Angeles ITA Dept. [EMAIL PROTE

Re: post results to same page

2000-07-11 Thread janey smith
any ideas on where i'm going wrong, thanks >From: "janey smith" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: post results to same page >Date: Tue, 11 Jul 2000 13:52:13 GMT > >I have with 3 search fields, pol_question, pol_category, pol_status, i am >posting

CFSCRIPT

2000-07-11 Thread Michael Dinowitz
I'm giving a presentation on CFSCRIPT tomorrow for our in-house training. I'm writing up a powerpoint presentation on it now and was wondering if anyone has done anything like this already. I'm covering my papers on evaluation zones and reserved words in CF but may have missed something. "A true

RE: What are you using instead of IDENTITY?

2000-07-11 Thread Stephen Garrett
One thing to watch out for is the actual use of IDENTITY as a FK column in another table. If you are doing this, you have a disaster waiting to happen... (true for any DB, SQLSERVER,ORACLE,SYBASE, etc) Steve At 10:43 AM 7/11/2000 -0400, Bryan Batchelder wrote: >This message is in MIME format.

RE: post results to same page

2000-07-11 Thread Mark Warrick
Just a speculation here... Try changing this line: to this: Also, you need to split up the logic of your templates. This template is getting difficult to read already and it's not even that big. I recommend you looking into the Fusebox methodology: http://www.fusebox.org ---mark -

Thumbnail tags

2000-07-11 Thread Brian P. Doyle
Does anyone know a decent way to create a thumbnail out of an uploaded image? I'm trying to use the CF_AutoResize but it's not working. thanks -Brian -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/

Re: post results to same page

2000-07-11 Thread Gregory Harris
I think your logic is a little backwards, for example in a preceding CFIF you state: in the spot where form.frmsearch is though, you have form.question. Wouldn't it be logical for form.frmsearch to be there so form.question can be there? In short you need form.frmsearch to be defined for for

RE: cfset vs setVariables

2000-07-11 Thread Dave Watts
> Can someone please explian when it would be more advantageous to use > setVariables instead of cfset? The SetVariable function allows you to create variable names at runtime, which can be very valuable. For example, if you write a custom tag, you might want it to return a value to a variable sp

RE: What are you using instead of IDENTITY?

2000-07-11 Thread Jeff Beer
> One thing to watch out for is the actual use of IDENTITY as a FK column > in another table. If you are doing this, you have a disaster waiting to > happen... (true for any DB, SQLSERVER,ORACLE,SYBASE, etc) Why is this a 'disaster waiting to happen'? > -Original Message- > From: Steph

RE: What are you using instead of IDENTITY?

2000-07-11 Thread Dave Watts
> One thing to watch out for is the actual use of IDENTITY as a > FK column in another table. If you are doing this, you have a > disaster waiting to happen... (true for any DB, SQLSERVER,ORACLE, > SYBASE, etc) Do you mean that you shouldn't have a foreign key point to a primary key that's an ide

Re: Thumbnail tags

2000-07-11 Thread Ric Smith
I've been using cf_gifgd from the tag gallery works good for me, but progressive jpg's will break it. If anyone has any better solutions I'd like to know also. Ric Smith - Original Message - From: "Brian P. Doyle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 11, 2000

RE: Form.Fieldnames Missing

2000-07-11 Thread KChapman
Yes we are using method="post". We did have problems with the way the tags were nested in tables and when another developer "fixed" the problem we were having this one cropped up. This particular template is very long and I'm not sure other list members would appreciate my posting it here but i

Re: Dymanic Menu

2000-07-11 Thread Dick Applebaum
Have a look at the Joust Outliner at: http://www.alchemy-computing.co.uk/joust/ HTH Dick At 10:43 AM -0400 7/11/2000, Christian Labrecque wrote: >Hi, > >I'm looking for a dynamic menu(cross browser). > >Any Links? > > >Thanks > >Christian Labrecque >Web Developper >[EMAIL PROTECTED] >Fila

RE: What are you using instead of IDENTITY?

2000-07-11 Thread Dave Watts
> In Joe Celko's book "SQL for smarties", he blasts IDENTITY and > other Generator Functions as "a horrible, nonstandard, nonrelational > proprietary extension that should be avoided whenever possible" > (p 63 if you have the book) Normally, I wouldn't want to argue with Mr. Celko about SQL, as h

Re: Form.Fieldnames Missing

2000-07-11 Thread WBB
Your 3rd form has a field called UW_NOD_RESCIND_DATE that would never get passed IF form.fieldnames was passed (_date, _integer, _float, _time, _range, _eurodate are all naming convention to form inputs that will cause server side validation). That doesn't explain why the form.fieldnames never ge

RE: Thumbnail tags

2000-07-11 Thread Matt Wisdom
I'm also looking to get/purchase a thumbnail tag, but one that does a decent downsampling by interpolation -- merely throwing 4 of every 5 pixels away, for instance, causes artifacts. Additionally, I am looking to purchase a compositing tag for image watermarking. It needs to be able to handle an

Re: RE: What are you using instead of IDENTITY?

2000-07-11 Thread Gregory Harris
In my code as of late, I've grown distasteful of Identity fields, doing the best I can to find a Primary Key by any other means. Identity fields are a last resort. I remember one time I actually concatenated 7 fields of a 10 field table to do a primary key. While it seemed weird, it worked w

(OT) ASP Question

2000-07-11 Thread Eric Dawson
Does anyone know a good resource for ASP. just a reference guide to see how to access url.variables, do file includes etc. Thanks Eric Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com --

RE: RE: What are you using instead of IDENTITY?

2000-07-11 Thread Dave Watts
> In my code as of late, I've grown distasteful of Identity > fields, doing the best I can to find a Primary Key by any > other means. Identity fields are a last resort. Distaste for a development practice, by itself, is not an adequate justification for advocating an alternative development pra

RE: (OT) ASP Question

2000-07-11 Thread Jonathan Broome
www.4guysfromrolla.com www.learnasp.com www.15seconds.com www.asptoday.com All good places, and certainly not the only good ones. If you're looking for useful email lists, try www.asplists.com Jonathan -Original Message- From: Eric Dawson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, Jul

Table Heading - repeating for each row

2000-07-11 Thread Paige Chandler
This is a multi-part message in MIME format. --=_NextPart_000_0009_01BFEB37.389F35F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi All, I've coded the following 'by the book' but the caption and heading = repeats for each row. Is this

(OT) Feel like a dumbass

2000-07-11 Thread Eric Dawson
An included file can, in turn, include other files. An .asp file can also include the same file more than once, provided that the statements do not cause a loop. For example, if the file First.asp includes the file Second.inc, Second.inc must not in turn include First.asp. Nor can a file incl

RE: (OT) Feel like a dumbass

2000-07-11 Thread Jonathan Broome
Short answer: You don't. Long answer: This is off topic for the Cold Fusion list, so feel free to email me off list about it. That said... ASP doesn't allow dynamic includes. The correct work-around depends on what you want to do. From your example, it looks like you're trying to include hea

RE: Table Heading - repeating for each row

2000-07-11 Thread Dave Watts
> I've coded the following 'by the book' but the caption and heading = > repeats for each row. You'll need to loop over just the row portion, not the headers: Name Rank Serial Number #getpeople.n

Clustercats and PTR records

2000-07-11 Thread mherbene
CF 4.5's clustercats instructions recommend creating both a static IP address for the machine and a different "dynamic" IP address for the site on that machine; that is, each machine in the cluster is supposed to have two IP addresses and corresponding DNS names, one for the server and one for the

Re: RE: RE: What are you using instead of IDENTITY?

2000-07-11 Thread Gregory Harris
Distaste for a development practice, by itself, is not an adequate justification for advocating an alternative development practice. What caused this distaste? Gregory Harris Los Angeles ITA Dept. [EMAIL PROTECTED] >>> I think it was the fact that identity fields were not related to PK's and in

RE: RE: RE: What are you using instead of IDENTITY?

2000-07-11 Thread Dave Watts
> > What caused this distaste? ... > I think it was the fact that identity fields were not > related to PK's and in my code I always found myself going > out of my way to do a return after an insert to get an > identity field. But if I know what the PK is going to be > ahead of time, that saves a

RE: Chinese language

2000-07-11 Thread Mike Sheldon
Because CF can't do unicode, you can't use nvarchar, ntext or nchar, you must use varchar, char and text. As far as alternate character sets go, you're out of my area of expertise. Hopefully, someone else on the list is more knowledgable. Michael J. Sheldon Internet Applications Developer Phone:

RE: Chinese language

2000-07-11 Thread Zachary Bedell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Because CF can't do unicode, you can't use nvarchar, ntext or > nchar, you must use varchar, char and text. U I don't think so. Our entire site is built on nvarchar fields w/ SQL 7 & CF4.01. No problems of any kind. Non-US form data en

What are you using instead of IDENTITY?

2000-07-11 Thread Gregory Harris
To each their own, if an environment in which a natural PK is in is a fast changing environment, then I have to consider an identity key. But if I'm in a situation where a cascade update of a change/delete or an outright denial of any changes/deletes is feasible then I'd still pick the natura

RE: Chinese language

2000-07-11 Thread Brian Peddle
Zac, Your database is handling Double Byte Characters from Asia? I find this hard to believe. CF does not support UNICODE or MBCS. The ISO-8859-1 char set can handle most Western European languages as well as English and default character set in SQL Server along with the use of nvarchar etc can

Seeking Text Rollover

2000-07-11 Thread Richard Colman
(A little off topic, but, this may be a common need and worth repeating.) Seeking JavaScript, DHTML, CF, etc. script/solution that will provide a simple "change-in-color" text rollover (without the need for images) in both IE AND NETSCAPE browsers. Have been looking in the obvious places, but ha

RE: RE: What are you using instead of IDENTITY?

2000-07-11 Thread Benjamin S. Rogers
For awhile I tried to avoid using IDENTITY columns in the name of theoretical "best practices." However, it seemed to cause quite a few problems in regards to data storage (whatever ended up as the primary key was invariably larger and more cumbersome than an integer field) and terribly difficult

RE: Know where I can find Chr(*) definitions?

2000-07-11 Thread Philip Arnold - ASP
> Thanks for everyone's help, didn't know > I'd get such a response. I like playing > with ascii characters for little pointers > exclaimations and such. Just one word of warning if you're going to do this If people have different character sets on their Windoze (French, German etc.), or they're

RE: cfset vs setVariables

2000-07-11 Thread Philip Arnold - ASP
> Can someone please explian when it would be more advantageous to use > setVariables instead of cfset? Just to throw my $.02 into this debate SetVariable may be the correct way for future enhancement, but CFSet currently runs about 10-20% faster. I ran tests on various loops, and it is almost

Re: Seeking Text Rollover

2000-07-11 Thread Kevin Schmidt
You would do better to forget Netscape and just use IE and stylesheets. - Original Message - From: "Richard Colman" <[EMAIL PROTECTED]> To: "Cf-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 11, 2000 12:52 PM Subject: Seeking Text Rollover > (A little off topic, but, this may be a common

Re: Seeking Text Rollover

2000-07-11 Thread Dana Larose
Your best bet is probably CSSes. However, you will be stuck with the IE or Netscape 6.0. -Original Message- From: Richard Colman <[EMAIL PROTECTED]> To: Cf-Talk <[EMAIL PROTECTED]> Date: Tuesday, July 11, 2000 12:55 PM Subject: Seeking Text Rollover >(A little off topic, but, this may

  1   2   >