Re: Variables X and Y [SOLVED]

2000-05-23 Thread Tom Nunamaker
If you just want a plain button to click on to execute some javascript, don't forget about the Tom Nunamaker [EMAIL PROTECTED] Steve Reich wrote: > > It was the images I was using for submit buttons. > > - Original Message - > From: "Steve Reich" <[EMAIL PROTECTED]> > To: <[EMAIL PR

Re: IIS NT4.0 Error

2000-05-23 Thread KungFusion
yeap, when I got this problem the server used all the hard drive space from logging the web site. First see if you have any hard drive space left on the partition that you are logging the particular website to.. Brian Silvers [EMAIL PROTECTED] X-Net Web Systems ColdFusion, CGI's, Dynamic Co

Re: SQL 7 Functions

2000-05-23 Thread Tom Nunamaker
I would add that a common way to generate a random number between 1 and x is: mynumber = int( rand() * x ) + 1 As far as an online reference, you HAVE to bookmark this site: http://www.sqlprogrammer.com/manuals/helpsql/helpsql.html Regards Tom Nunamaker [EMAIL PROTECTED] Justin MacCarthy

RE: cfHTTP Authorization error - Directory access not allowed

2000-05-23 Thread Bud
On 5/23/00, Tom Rainey penned: >Yup, it's on intermedia. So, how do you get sandbox security turned off Move to a different host. >and >what are the ramifications? Better performance more than likely. Bud Schneehagen - Tropical Web Creations _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ ColdFusion

RE: Variables X and Y

2000-05-23 Thread Andrew Scott
Steve, Its your old buddy Andrew, who you just love to have heated discussions with:-) Anyway, its not a problem but here is why this happens. When you use a submit button with the type image, it passes these two values to give the coordinates of the iamge at the time of the click. What this mea

test

2000-05-23 Thread Archive
-- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Re: Variables X and Y

2000-05-23 Thread Seth Petry-Johnson
> No image map but I have 3 submit buttons in various locations that are image > types...? When you use an image for a submit button you get these variables. I believe they are the X and Y coordinates of the spot you clicked on. Regards, Seth Petry-Johnson Argo Enterprise and Associates ---

Re: Variables X and Y [SOLVED]

2000-05-23 Thread Steve Reich
It was the images I was using for submit buttons. - Original Message - From: "Steve Reich" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 24, 2000 12:25 AM Subject: Re: Variables X and Y > No image map but I have 3 submit buttons in various locations that are image > t

RE: XML Question

2000-05-23 Thread David Gassner
Sean, I got Allaire's example working. I found these problems based on the version I copied from the Allaire website: 1. If you copy the example XSL file from the website, the tag's xmlns:xsl attribute value is broken into 2 lines, causing the xsl processor to fail completely. Instead of doin

Re: Variables X and Y

2000-05-23 Thread Steve Reich
No image map but I have 3 submit buttons in various locations that are image types...? - Original Message - From: "Howie Hamlin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 24, 2000 12:21 AM Subject: Re: Variables X and Y > I think you'll see those if you have an im

Re: Variables X and Y

2000-05-23 Thread Howie Hamlin
I think you'll see those if you have an image map on the page... HTH, Howie Hamlin -- inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668 www.CoolFusion.com Please vote for iMS in the Most Innovative category here: ***

Variables X and Y

2000-05-23 Thread Steve Reich
I am passing about 30 form variables and when I get to my action page, there are variables "X" and "Y" that are trying to be passed. Where are these coming from? I get them when I output #cgi.fieldnames#. I've checked my form over and over and I'm stumped. Seems like I should know why but I don't.

Re: Populating a Password Input Type

2000-05-23 Thread Jennifer Larkin
Sorry. I was assuming that the password was in a hidden field. Jonathan Karlen wrote: > > If you are pre-filling out that field in the form then why bother even > displaying it in the first place? > > Maybe you should jus use a hidden form field with the primary key of that > record and work wi

RE: web based email client : reinventing the wheel

2000-05-23 Thread Steve Pierce
Expensive but a solution that is used with millions of mailboxes worldwide and included mail boxes, POP3 and IMAP4 support, address books, folders and more is Webmail from www.infinite.com. Their system is used at hundreds of schools and Universities including several accounts with 20,000 mail box

RE: Hidden Administration Controls?

2000-05-23 Thread Andrew Scott
The real only way to do this, is either to code a seperate url that they need to login into say www.yourdomain.com/admin/ or if you have a site that they log into or you know that the IP is never going to change then you could use authentication to then display the admin section as a menu option o

Re: Populating a Password Input Type

2000-05-23 Thread Jonathan Karlen
If you are pre-filling out that field in the form then why bother even displaying it in the first place? Maybe you should jus use a hidden form field with the primary key of that record and work with that. Jonathan Karlen - Original Message - From: Jennifer Larkin <[EMAIL PROTECTED]> To

OT: Java applets stopped working in IE

2000-05-23 Thread Philip J. Kaplan
Hi, Totally off topic, but maybe somebody here knows what's up - Java applets no longer appear in my IE. I've reinstalled IE and have even installed the newest plugin from javasoft.com, and still can't figure it out. All applets just appear as a big empty box with the broken-image icon in the u

Re: Populating a Password Input Type

2000-05-23 Thread Jennifer Larkin
Steve Reich wrote: > > How can I populate the password field from a value in the database and not > have it show up in the source? I get the * in the text box but the text is > in the source. I don't think I can do this, can I? You could encrypt it. -- ^^^ Um, neverm

Populating a Password Input Type

2000-05-23 Thread Steve Reich
How can I populate the password field from a value in the database and not have it show up in the source? I get the * in the text box but the text is in the source. I don't think I can do this, can I? Thanks, Steve ~~ "640K ought to be enough for anybody!"

Re: Allaire forums

2000-05-23 Thread Howie Hamlin
www.forumspot.org Regards, Howie Hamlin -- inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668 www.CoolFusion.com Please vote for iMS in the Most Innovative category here: *** http://www.sys-con.com/ColdFusion/readersc

Allaire forums

2000-05-23 Thread Eric Dawson
where can i get the open source forums Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com -- Archives: http://www.eGroups.com/

Re: cfHTTP Authorization error - Directory access not allowed

2000-05-23 Thread Joseph Eugene
try the IP address of the Machine, sometime Cf goes wierd with urls! - Original Message - From: "Tom Rainey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 23, 2000 4:27 PM Subject: cfHTTP Authorization error - Directory access not allowed > > I really thought this was wo

Re: SQL Problem

2000-05-23 Thread Joseph Eugene
vPath, =size ? what are you trying to do here??? >From Scope() ?? what is that??? Please specify a straight forward query!!! SELECT FileName, DocTitle, DocSubject, DocCreatedTM, DocAuthor, vPath, = Size, Characterization FROM SCOPE() WHERE Characterization LIKE = ('""strText""') AND P

Re: CF Admin Error

2000-05-23 Thread Joseph Eugene
Cf cant see your your table in the database!!! - Original Message - From: "Lisa Lai" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 23, 2000 6:17 PM Subject: CF Admin Error > Has anyone seen this error? What does it mean and how do I clear it up so > that I can g

CF hosting directory

2000-05-23 Thread Leong Yew
Hello everyone, I'm thinking of starting a searchable directory of ColdFusion hosting companies and their plans. Since there are plenty of general hosting directories out there, the intention of this directory is to make it possible for users to make as detailed searches as possible concerning

CF Site

2000-05-23 Thread paul smith
Has this CF website been mentioned here before? http://cct.georgetown.edu/development/eGov/index.cfm best, paul -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.

Re: Another Clustered Sessions Question

2000-05-23 Thread paul smith
Well, you can maintain a user's state using WDDX to pass a WDDX packet containing session variables back and forth between the browser and any of the web servers in the server farm. Pass the WDDX packet to the server as a hidden form variable, and use Javascript to make every link on the website

Merging form fields to single DB field...

2000-05-23 Thread C
I'd like to be able to have users select a dropdown (state) and combine that variable with a textinput (a set of digits) to make that a single identifier.. something like (textbox) I can't find anything for merging these two variables into a single form variable for integ

Another Clustered Sessions Question

2000-05-23 Thread Owens, Howard
OK, in our discussion last week, we established that if you're trying to use session variables in a cluster environment, you can restrict a user's session to a single machine. I assume there is a method (I haven't researched this yet) that you can get an output of all open sessions (I want to w

odbc sql server 7.0 error

2000-05-23 Thread Guy Bibby
hi has anyone got any ideas on the attached error message? nt 4, sp6a, cf4.0 sql server 7.0 sp? Cheers Guy Error Diagnostic Information ODBC Error Code = 40001 (Serialization failure) [Microsoft][ODBC SQL Server Driver][SQL Server]Your transaction (process ID #

Re: XML Question

2000-05-23 Thread Sean Renet
yes, you would think someone would have tested the knowledge base article. I though it necessary to point this out as you directed someone that asked how to parse an XML file into CFML to your article which references this doc as the means to do such. - Original Message - From: "David Gass

RE: SQL Problem

2000-05-23 Thread Philip J. Kaplan
I think those equal signs are just the wrap character for the listserv... Maybe try replacing "Path NOT LIKE" with "NOT Path LIKE" ? -Original Message- From: Troy Johnson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 23, 2000 6:31 PM To: '[EMAIL PROTECTED]' Subject: RE: SQL Problem ca

HELP: CFCONTENT to display XML data?

2000-05-23 Thread Dave Notik
All: I'm attempting to prefix some XML output with in an attempt to get IE (IE5) to format it as XML, which I've seen done many times. For some reason it won't work for me but it does in a different script. The only difference I can imagine is that I have in mine. But I even removed those an

RE: cfHTTP Authorization error - Directory access not allowed

2000-05-23 Thread Ken Wilson
If I recall correctly, you can't directly access cfhttp.filecontent at Intermedia due to their security setup. Seems like the solution was to write the data to disk first and then immediately read it...if you can stand the performance hit. However, its been awhile since I messed with it there. I'

Re: CF Admin Error

2000-05-23 Thread David L. Rice
It means that your app is looking to store variables in a database versus the registry. Check the datasource you're trying to connect to in the CF Administrator and ascertain whether or not it is set to collect variables in a database. The two tables CF uses for this are CGLOBAL and CDATA. Also, c

RE: cfHTTP Authorization error - Directory access not allowed

2000-05-23 Thread Tom Rainey
Yup, it's on intermedia. So, how do you get sandbox security turned off and what are the ramifications? Tom -Original Message- From: Bud [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 23, 2000 2:35 PM To: [EMAIL PROTECTED] Subject: Re: cfHTTP Authorization error - Directory access not all

Dynamic Forms

2000-05-23 Thread Jason Zimmerman
I am creating a dynamic form. For example: I then get the value with this: This works fine for the text fields but not for the checkbox fields. Has anyone done something like this before? -Jason -- Archives:

RE: SQL Problem

2000-05-23 Thread Troy Johnson
can't have "like =" use like for strings and = for numeric comparisons (i.e. like "rabbit" or = 2333 can't have =Size in your select statement. I'm not sure what you're trying to do with that part. -Original Message- From: MichaelFox [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 23,

SQL Problem

2000-05-23 Thread MichaelFox
This is a multi-part message in MIME format. --=_NextPart_000_001B_01BFC4CA.F0E5E7A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable This isn't really cold fusion related, but its close enough. I am coding a text search engine in ASP using

CF Admin Error

2000-05-23 Thread Lisa Lai
Has anyone seen this error? What does it mean and how do I clear it up so that I can get back into the Administrator? Error Diagnostic Information ODBC Error Code = S0002 (Base table not found) [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input tab

Re: cfHTTP Authorization error - Directory access not allowed

2000-05-23 Thread Bud
On 5/23/00, Tom Rainey penned: >I really thought this was working before. >The error message: > >CFHttp > > Authorization error - Directory access not allowed. Looks like the error you get when trying to run a "GET" cfhttp request with sandbox security installed. At least that's

RE: I've got the alternating table row color blues

2000-05-23 Thread Chris
I've seen this before. It's due to the lack of a pound sign. Rewrite the code thus: Actually, now that I think about it, bgcolor does not work in all browsers. You may want to do: ... etc. Chris Tweney Media Application Developer roundpeg www.roundpeg.com 1700 California Suite 260 San Fr

RE: cfHTTP Authorization error - Directory access not allowed

2000-05-23 Thread Tom Rainey
I gues that poses a new question. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 23, 2000 2:01 PM To: [EMAIL PROTECTED] Subject: Re: cfHTTP Authorization error - Directory access not allowed works fine for me also --

Re: cfHTTP Authorization error - Directory access not allowed

2000-05-23 Thread KJis18
works fine for me also -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscri

RE: cfHTTP Authorization error - Directory access not allowed

2000-05-23 Thread Ron Anderson
It worked just fine for me. -Original Message- From: Tom Rainey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 23, 2000 1:28 PM To: [EMAIL PROTECTED] Subject: cfHTTP Authorization error - Directory access not allowed I really thought this was working before. The code: htt

Re: LOOP'ing challenge

2000-05-23 Thread Bud
On 5/23/00, [EMAIL PROTECTED] penned: >I'm stuck on something that might be really simple to someone. > >I have these large flat files that are carriage return delimited that >contain the same data over and over again. I'm trying to parse out >this data for display and later for database insertio

cfHTTP Authorization error - Directory access not allowed

2000-05-23 Thread Tom Rainey
I really thought this was working before. The code: http://www.yahoo.com" method="get"> #cfhttp.filecontent# The error message: CFHttp Authorization error - Directory access not allowed. The error occurred while processing an element with a general identifier

Re: CFMAIL and long lines

2000-05-23 Thread Jennifer
At 03:16 PM 5/23/00 +, you wrote: > > I'm trying to isolate a problem where CFMAIL refuses to send messages > where individual > > lines are long. > >For the record, here's the workaround we've come up with... > >Our problem messages were ones that our client was composing in Word and >pasti

LOOP'ing challenge

2000-05-23 Thread coldfusion . developer
Hello, I'm stuck on something that might be really simple to someone. I have these large flat files that are carriage return delimited that contain the same data over and over again. I'm trying to parse out this data for display and later for database insertion. I've figured out how to pull ou

Re: I've got the alternating table row color blues

2000-05-23 Thread Vance Duke
Agreed. Here is what the code should look like. I have been doing this successfully for a while now. Another way of doing it, is set a Counter and then loop. Based on the count you can set any color. I have done it with up to 4 colored rows, but 4000 colors would be no different (except a v

Re: Best Editor

2000-05-23 Thread Josh Black
What about emacs? emacs has ftp support, regular expression searches, multi-level undo, color syntax highlighting, etc. Everything you could want from an editor. Of course, you have to develop on a *nix platform to really get the most out of emacs. I've found the win32 ports just don't work as

Re: I've got the alternating table row color blues

2000-05-23 Thread Nick McClure
Check your tags This sounds like the browser is trying to make a color out of #IIf(CurrentRow Mod 2, DE('ff'), DE('99ccff'))# and not the colors you want. At 02:23 PM 5/23/2000 -0400, you wrote: >Well .. it's not even blue, really ... > >I have this line: > > > >but instead of alternating

Re: CFMAIL and long lines

2000-05-23 Thread kraybill
> I'm trying to isolate a problem where CFMAIL refuses to send messages where >individual > lines are long. For the record, here's the workaround we've come up with... Our problem messages were ones that our client was composing in Word and pasting into an input field. We discovered that if t

RE: Best Editor

2000-05-23 Thread Chris Evans
You're right. I was specifically looking for that feature and missed it on the first pass. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Mary Jo Sminkey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 23, 2000 2:41 PM To: [EMAIL PROTECTED] Subject: RE: Be

::please help::

2000-05-23 Thread Paul Ihrig
Hello All! I have a nice little emplyee phone list, that i had some great help here. To dynamically generate a new row to display my data when it gets to the bottom of the page. right now it is ordering by last name. the only problem is the way it is displayed. currently displayed table Colum

Re: I've got the alternating table row color blues

2000-05-23 Thread stäs
Just do: At 02:23 PM 05/23/2000 -0400, you wrote: > -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk

Re: SETCLIENTCOOKIES="No"

2000-05-23 Thread GE
Mike, Thank you ! That was what I was needing. cheers, Nelson. Mike Sheldon wrote: > SETCLIENTCOOKIES does not turn cookies off. It merely specifies default > behavior for the session identifier for session variables. > > Michael J. Sheldon > Internet Applications Developer > Phone: 480.699.1

RE: Best Editor

2000-05-23 Thread Mary Jo Sminkey
>And it looks as though UltraEdit runs under Linux using WINE, but not >TextPad ( though the tests on TextPad are pretty old.) If only either one >had built in FTP access. UltraEdit certainly does have FTP support. Also regular expression searches, multi-level undo, timed backups, etc. Some o

Re: I've got the alternating table row color blues

2000-05-23 Thread Jennifer
At 02:23 PM 5/23/00 -0400, you wrote: >Well .. it's not even blue, really ... > >I have this line: > > > >but instead of alternating the colors between white and light blue, it >combines/averages/mixes them somehow into this sick green color and all of >the rows are that same 'mixed' color. Has a

(n/m) I've got the alternating table row color blues

2000-05-23 Thread Todd Ashworth
I realized that I didn't wrap the line with s ... funny how it muddled the colors though .. I would think it would just give an error. .Todd -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://

RE: XML Question

2000-05-23 Thread David Gassner
Interesting; I never actually tested Allaire's approach, but included the reference in my article for the sake of completeness. My article focuses on parsing xml file's document object model, rather than translation with xls (which the knowledgebase article deals with). Side note: I've been play

Act and Cold fusion

2000-05-23 Thread Douglas Jordon
Has anyone ever used CF to query ACT? I've been searching Symantec's site, and they refer to using SQL to read Act(which would be enough), but the only products they point to are JDK and one in the UK, dbAnywhere. No drivers that I could find. There is also no mention of odbc in the info for Act 2

RE: Help needed on CF-OBJECT and XSLT ....

2000-05-23 Thread David Gassner
Ed, the classpath in the CF Administrator should include the jar file itself with a full path; for instance, I'm using IBM's Xerces processor, and have placed the xerces.jar file in the c:\cfusion\java\classes directory. My classpath looks like this: c:\cfusion\java\classes;c:\cfusion\java\class

RE: XML Question

2000-05-23 Thread Steve Reich
Check out http://www.xmltree.com. James Carlyle has set up an excellent resource for XML content. If you search the discussion forums you will find a lot of great information on handling XML with CF. HTH, Steve -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED]] Sent:

I've got the alternating table row color blues

2000-05-23 Thread Todd Ashworth
Well .. it's not even blue, really ... I have this line: but instead of alternating the colors between white and light blue, it combines/averages/mixes them somehow into this sick green color and all of the rows are that same 'mixed' color. Has anyone ever run into this before? .Todd -

RE: SETCLIENTCOOKIES="No"

2000-05-23 Thread Mike Sheldon
SETCLIENTCOOKIES does not turn cookies off. It merely specifies default behavior for the session identifier for session variables. Michael J. Sheldon Internet Applications Developer Phone: 480.699.1084 http://www.desertraven.com/ PGP Key Available on Request -Original Message- From: GE [

RE: Best Editor

2000-05-23 Thread Chris Evans
And it looks as though UltraEdit runs under Linux using WINE, but not TextPad ( though the tests on TextPad are pretty old.) If only either one had built in FTP access. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Mary Jo Sminkey [mailto:[EMAIL PROTEC

Re: XML Question

2000-05-23 Thread Sean Renet
David, The "Tech Note" you are refering to " www.allaire.com/handlers/index.cfm?ID=14244&Method=Full#1020244 " does not work. I have an open incident with Allaire, wherein they are trying to figure out why. Evidently after they fix the problem they are going to update the knowledge base article

RE: Best Editor AND humanclick.com

2000-05-23 Thread Eron Cohen
Robert, Yes, I have to agree, its almost as if Cold Fusion Studio and 1st Page were started from the same source. They are very similar, but both have features I wish the other had. For me the deal-breaker that keeps me with Cold Fusion Studio are the Remote Development features. Still, I thin

Re: SETCLIENTCOOKIES="No"

2000-05-23 Thread David E. Crawford
This only applies to the application setting of CFID and CFTOKEN as cookies. It has ZERO effect on any other cookie function. If you choose to have SETCLIENTCOOKIES="NO" you will need to pass CFID and CFTOKEN around via URL parameters in order to use session variables. DC - Original Message

Re: Hidden Administration Controls?

2000-05-23 Thread Kevin Merker
Seth, I didn't mean bypass the standard forms of security. I was thinking of adding this functionality with standard methods. You would still need the standard user name, password to access the administration section. Your point is well taken. The only way to use alt key / control key combinati

Re: SETCLIENTCOOKIES="No"

2000-05-23 Thread GE
Hello, I understand the purpose that cookies serve and the difference between server/client variables. I have read CFWACK ch27 -twice no less ;) . What I am trying to figure out is this (perhaps its a bug?): I "supposedly" disabled cookies by specifying SETCLIENTCOOKIES="No". Then in my code I

RE: IE question

2000-05-23 Thread Philip Arnold - ASP
> I'm trying to format CF output so that the query table rows are > shaded grey > and clear alternately. > > The below code works in Netscape, but in IE I get rows that are grey and > black alternately. Of course, if I put something within the quotes of the > 2nd DE, it works fine in IE. But I'd p

Re: CFMAIL and long lines

2000-05-23 Thread Jennifer
At 12:36 PM 5/23/00 +, you wrote: >And there's a further small issue: when pasted from Word, special >characters such as the >hyphen and apostrophe are translated into strange characters when sent by >CFMAIL. For >example, apostrophes look okay in the input field but they show up in the >em

O'Reilly's Programming ColdFusion

2000-05-23 Thread Rob Brooks-Bilson
Hello everybody, I just wanted to clarify a few things about the upcoming O'Reilly book Programming ColdFusion... While it is true that the book was originally slated to be out last summer, developments with CF 4.01 and then 4.5 and 4.5.1 caused me to have to do a lot of rewriting in order to

Re: tons of white space

2000-05-23 Thread Dave Hannum
Chances are it's your code. If you have lots of loops through a cfoutput or cfloop, it will add an awful lot of whitespece if you're not careful: This: #Something# Should be written as: #Something# to minimize whitespace. (just a quick and dirty example) Dave =

RE: web based email client : reinventing the wheel

2000-05-23 Thread Adam Cantrell
That is what I was looking for, something like crazy cabs to do cool things like storing the headers in a variable or any other cool performance gaining methods that I don't have time to think of. I know the overhead is going to be lame, but I have too many other objects and people that are usin

Netscape cookies

2000-05-23 Thread Lennon Chris Contractor SA-ALC/ADTIC
Can someone tell me where Netscape 4.7 stores its cookies, on a WinNT 4.0 machine? Thanks. Chris Lennon Senior Software Engineer A Terra Nova Design Technologies, Inc. Kelly: (210) 925-4401 x3072 [EMAIL PROTECTED] ATN: (210) 805-9930 [EMAIL PROTECTED] ---

Help needed on CF-OBJECT and XSLT ....

2000-05-23 Thread Ed Dunn
Hi, I followed the technical tips from Allaire on using XSLT and WDDX.I have been trying to get the Java based Lotus XSL processor to work in Cold Fusion but without any luck. What do I set the ClassPath in the Coldfusion administrator? What do I set the cfx jar path to? And the java virtual ma

RE: Best Editor AND humanclick.com

2000-05-23 Thread Robert Everland
Is it me or does this product in Expert mode look like Studio? It's pretty nice, not as full featured as studio but for free you can't beat it. Robert Everland III Web Developer Dixon Ticonderoga -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday

Re: Help With CFMAIL using 4.5.1

2000-05-23 Thread Chris Giminez
Someone just posted this a couple of days ago. It fixed this very problem for me. http://www.allaire.com/Handlers/index.cfm?ID=15821&Method=Full Chris Giminez Owner - Cyber Scriber Web Site Design 831-728-4469 ICQ# 2628000 > I am trying to run a mail script that has worked in 4.0.1 When I try

CFMAIL and long lines

2000-05-23 Thread kraybill
I'm trying to isolate a problem where CFMAIL refuses to send messages where individual lines are long. We paste a series of paragraphs from Word into an input field, total character length something over 2000. If we go through and manually insert a hard return after each line in the input field,

RE: Help With CFMAIL using 4.5.1

2000-05-23 Thread Peter Tilbrook
Check you haven't accidentally deleted the c:\cfusion\mail\ folder. As an extra precaution make sure the following three subfolders are in it: LOG SPOOL UNDELIVR Cheers! -Original Message- From: Double Down, Inc [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 24 May 2000 2:26 AM To: [EMAIL

Re: web based email client : reinventing the wheel

2000-05-23 Thread Justin MacCarthy
There are two problems with CF + pop 1) the connection overhead 2) and cfmail You can get around cfmail , using cfx_mail or others but you still have connection overhead. The version of crazy cabs email client that comewith ColdFusion, caches all the email titles into a sessions, to speed the la

RE: web based email client : reinventing the wheel

2000-05-23 Thread Owens, Howard
My copy of CFStudio came with an example app called Crazy Cab. I've used that as the base for building a couple of standard POP clients. It has all of the basic functionality you're looking for and is easy to modify to suit just about any standard need. H. = Howard Ow

Help With CFMAIL using 4.5.1

2000-05-23 Thread Double Down, Inc
This is a multi-part message in MIME format. --=_NextPart_000_0002_01BFC498.D67C32C0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit I am trying to run a mail script that has worked in 4.0.1 When I try to run it in 4.5.1 I get the following error unk

RE: web based email client : reinventing the wheel

2000-05-23 Thread Chris
At 11:03 AM 5/23/2000 -0500, you wrote: >I have seen the infusion mail server - it's an awesome product, and I get >reamed for not using it. However, I'm looking for a web based client/front >end - not a server. The front end that goes along with iMS seems to want to >stay with iMS. I'm lookin

Re: tons of white space

2000-05-23 Thread Brandon Whitaker
>Does anybody know why a server would add miles of white space to a web >page? Our site runs on CF4/Apache/Solaris. Thanks! It's adding a blank line for every CF tag that's being processed, but not shown. Try the following: (at the beginning of the document) [content, tags, etc.] Downside t

Re: WDDX OR XML News Feeds

2000-05-23 Thread Eric Dawson
Does anyone currently parse the category list XML into a database? >I created a database will all of moreover's links and used Nate's >TwoSelectsRelated tag to allow the user to select his/her news feed >category. This uses CFHTTP and WDDX along with a database of the >links. I'll >zip it and sha

RE: web based email client : reinventing the wheel

2000-05-23 Thread Adam Cantrell
I have seen the infusion mail server - it's an awesome product, and I get reamed for not using it. However, I'm looking for a web based client/front end - not a server. The front end that goes along with iMS seems to want to stay with iMS. I'm looking for a client that has been performance tun

tons of white space

2000-05-23 Thread stäs
Does anybody know why a server would add miles of white space to a web page? Our site runs on CF4/Apache/Solaris. Thanks! -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.co

Re: web based email client : reinventing the wheel

2000-05-23 Thread Justin MacCarthy
You should have a look at iMS from Coolfusion.com ~Justin MacCarthy - Original Message - From: Adam Cantrell <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 23, 2000 4:15 PM Subject: web based email client : reinventing the wheel > > I was wondering if anybody has put a

RE: IE question

2000-05-23 Thread Clint Tredway
Try this bgcolor="deded7"> -Original Message- From: Ricq Pattay [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 23, 2000 10:08 AM To: [EMAIL PROTECTED] Subject: OT: IE question I'm trying to format CF output so that the query table rows are shaded grey and clear alternately. The b

RE: Query suddenly taking 7 times longer

2000-05-23 Thread Dave Watts
> I wasn't aware that you could do stored procedures in MS Access 2000. > Although I know you can save a query and call it as if it were a > regular table via ODBC, I don't know of a way to pass that query > variables. I would need to pass in a few variables for the WHERE > statement of the query.

Re: Query suddenly taking 7 times longer

2000-05-23 Thread Deanna L. Schneider
It is possible to do "faked" stored procedures with Access. You fake it by using a view, like so: CREATE VIEW sp_empbydept AS SELECT * FROMemp WHEREemp.dept_id = [empdeptid] "Empdeptid" would be the parameter that you would pass into the query from your cold fusion code. If you run thi

RE: in consideration of large arrays?

2000-05-23 Thread Sean German
Nevermind :) FOund what I was looking for. Sean -Original Message- From: Sean German [mailto:[EMAIL PROTECTED]] Sent: Monday, May 22, 2000 8:45 PM To: '[EMAIL PROTECTED]' Subject: in consideration of large arrays? Howdy fusioneers, I know theoretically the size of an array is limit

RE: CFCONTENT and SP6A

2000-05-23 Thread Sean German
Riddle me this Mr Watts, My server seems to have gone from parsing URLs from the left to parsing from the right. (NT4 SP5 IIS4 CF 4.0.1) While neither SP6 nor 6a has been applied, I have applied post-SP5 hot fixes. And what's an MS SP but the same ole hot fixes in a new package? So do we know

web based email client : reinventing the wheel

2000-05-23 Thread Adam Cantrell
I was wondering if anybody has put a lot of time into creating a web based messaging client that interacts with a single pop server. I know I could design one myself, but I would think everybody has already done this, and somebody has probably put a lot of time into making a benchmark pe

Re: Query suddenly taking 7 times longer

2000-05-23 Thread Michael Imhoff
Yes, you just have to set up parameters (actually, you don't always have to but it's a good habit to get into). Here is one of my storedprocs and the following query. Sometimes access makes the queries really ugly like this one with all of the brackets but I guess it has it's own reasons as to w

OT: IE question

2000-05-23 Thread Ricq Pattay
I'm trying to format CF output so that the query table rows are shaded grey and clear alternately. The below code works in Netscape, but in IE I get rows that are grey and black alternately. Of course, if I put something within the quotes of the 2nd DE, it works fine in IE. But I'd prefer to have

  1   2   >