RE: Access linked tables on UNIX?

2004-07-13 Thread Hugo Ahlenius
Can you use an Access .mdb file on any non windows OS? I thought you couldn't -- you would be dependent on the Microsoft Jet database, which is Windows only. -- Hugo Ahlenius - Hugo AhleniusE-Mail: [EMAIL PROTECTED] Project Officer

Re: Hot Button - English pedantry (was: cfmail suddenly not working...very wierd

2004-07-13 Thread Rob
Sean, Your comments infer that missused grammer bothers you. I think its just the affect of perhaps a couple beers? But of course thats a mute point - excetra. :) On Mon, 12 Jul 2004 21:59:25 -0700, Sean Corfield [EMAIL PROTECTED] wrote: But the error message infers that the login is not being

RE: Application Error in Event Viewer

2004-07-13 Thread Hugo Ahlenius
What jvm are you running? -- Hugo Ahlenius - Hugo AhleniusE-Mail: [EMAIL PROTECTED] Project Officer Phone:+46 8 230460 UNEP GRID-ArendalFax:+46 8 230441 Stockholm OfficeMobile:+46 733 467111 WWW: http://www.grida.no

RE: CFMX is crashing daily with no hints in the log

2004-07-13 Thread Hugo Ahlenius
It seems like there is a recognised bug in Jrun, see this forum thread (including possible workarounds) http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid= 69threadid=806965forumid=2 (tiny url of the same http://tinyurl.com/5y2rt ) -- Hugo Ahlenius

Re: Hot Button - English pedantry (was: cfmail suddenly not working...very wierd

2004-07-13 Thread Aaron DC
Now than, that's enough of that! :) Aaron - Original Message - From: Rob To: CF-Talk Sent: Tuesday, July 13, 2004 5:19 PM Subject: Re: Hot Button - English pedantry (was: cfmail suddenly not working...very wierd Sean, Your comments infer that missused grammer bothers you. I think

Re: cfc and the application scope

2004-07-13 Thread Greg Stewart
This topic has been covered at great length on the cfcdev mailing list and you might want to also check out Nathan's CFC best practice page, I think that may well cover most of your questions: http://www.dintenfass.com/cfcbestpractices/ From what I read in an article I located (sorry I dont have

CFEclipse question

2004-07-13 Thread Jean-Marc Bottin
Hello, I have a cfeclipse question which might interest those of you guys who are using it. In the latest version 1.1.14 there is an option for setting the color depending of your code (ie. Html code in green, cf code in red). However this functionality seems to not work. I was wondering if some

Re: CFEclipse question

2004-07-13 Thread Rob
On Tue, 13 Jul 2004 11:49:57 +0200, Jean-Marc Bottin [EMAIL PROTECTED] wrote: Hello, I have a cfeclipse question which might interest those of you guys who are using it. In the latest version 1.1.14 there is an option for setting the color depending of your code (ie. Html code in green, cf

RE: CFEclipse question

2004-07-13 Thread Spike
Hi Jean Marc, Yes, there is a lively cfeclipse mailing list at http://cfeclipse.tigris.org. You'll need to sign up on the tigris site first, then you can join any of the mailing lists on the cfeclipse project. I'd suggest joining the users list. A bunch of stuff was added for color coding

RE: CFEclipse question

2004-07-13 Thread Jean-Marc Bottin
Cheers for the info. J-M _ From: Rob [mailto:[EMAIL PROTECTED] Sent: 13 July 2004 11:53 To: CF-Talk Subject: Re: CFEclipse question On Tue, 13 Jul 2004 11:49:57 +0200, Jean-Marc Bottin [EMAIL PROTECTED] wrote: Hello, I have a cfeclipse question which might interest those of you guys

dynamic insert query

2004-07-13 Thread Brant Winter
Just wondering how I can go about building a dynamic insert query ??? I need to loop over a structure and insert the items into another database based on the type of item in the query column. The requirement for the looping, is that I don't know how many items will ever be in this

RE: dynamic insert query

2004-07-13 Thread Pascal Peters
Some more info or some code would be good! Pascal -Original Message- From: Brant Winter [mailto:[EMAIL PROTECTED] Sent: 13 July 2004 12:18 To: CF-Talk Subject: dynamic insert query Just wondering how I can go about building a dynamic insert query ??? I need to loop over a

Re: dynamic insert query

2004-07-13 Thread C. Hatton Humphrey
Just wondering how I can go about building a dynamic insert query ??? I need to loop over a structure and insert the items into another database based on the type of item in the query column. The requirement for the looping, is that I don't know how many items will ever be in this

dynamic insert loop

2004-07-13 Thread Brant Winter
I feel so stupid ! Once I wrote it down on paper, I realise that in insert query only affects one row of a table, therefore I need to include the whole insert statement in each iteration of the loop. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: dynamic insert loop

2004-07-13 Thread Micha Schopman
Well a even better way is to use stored procedures in this case. Provide all the data at once, and use tSQL to insert this code. This should only require one call instead of many to the database. Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 ALAmersfoort Tel

Re: cfc and the application scope

2004-07-13 Thread Raymond Camden
Leigh, someone already responded about cflock, but let me tell you how I handle application settings and CFCs. As the other responder mentioned, it is not good practice to directly reference Application variables inside CFCs. In the past, I used to simply do cfinclude template=settings.cfm

Test - Disregard and Delete

2004-07-13 Thread Cutter (CF-Talk)
Just a test. Switched to a new access provider and had to set up an internal SMTP to send mail. Checking for a bounce. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: cfc and the application scope

2004-07-13 Thread Jeffry Houser
Not sure you really meant that you name a CFC Application since your code segment references a CFC called Settings but Since Application is a reserved word in CF (I.E. it is the name of a variable scope), I wouldn't recommend using application as the name of a CFC (or any sort of

RE: cfc and the application scope

2004-07-13 Thread Micha Schopman
One of the basics of CFC's are it must rely on itself. It only has input and output, and everything you need must rely on input. :-) Micha Schopman Software Engineer [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: StructKeyExists() vs IsDefined()

2004-07-13 Thread Stephen Moretti (cfmaster)
Barney Boisvert wrote: cfset variables.variables.test = / cfoutput #isDefined(variables.test)#br / #structKeyExists(variables, test)# /cfoutput isDefined() returns true, structKeyExists() returns false. I have a fairly major concern with this.Why is isDefined() returning true?It should

Re: Linux OS authentication

2004-07-13 Thread Christopher Farino
Thank you for all of you help.Hopefully this will be my last question. So the first step is I give the directory with all the CF pages to the Unix admin and he figures out how to compile them into Apache, right? Final question: How do I pass the username and password to Apache to do the

SOT: PDF Remote Printing

2004-07-13 Thread Candace Cottrell
As Critz would say... Oi Cf-talk! I have been, once again, volunteered to make something work that no one knows even if it can work. We have some fillable PDF forms on our external site. The powers that be want me to add code into these forms that will make the form print on one of our

Re: Linux OS authentication

2004-07-13 Thread Jochem van Dieten
Christopher Farino wrote: Thank you for all of you help.Hopefully this will be my last question. So the first step is I give the directory with all the CF pages to the Unix admin and he figures out how to compile them into Apache, right? You tell the Unix admin I need webdir X protected by an

Re: cfc and the application scope

2004-07-13 Thread Rick Root
Raymond, I don't understand the value of your solution... you're setting the Application.settings from your Application.cfm, which loads them into the application scope... then you are doing it again in the constructor of the CFC, and assigning them to the application scope as well, which

the time

2004-07-13 Thread Daniel Kessler
I have to record a time in a DB.It would seem that I'd do that with createTime.I have just a few simple questions. In the Oracle DB, do I make a date field as usual and populate it with yr/mo/da = 0,0,0 and then insert the createTime variable in one block?Is there maybe a time type for a field?

outputting variable

2004-07-13 Thread Robert Orlini
I have a form where the from variable is incremented dynamically if there is more than one occurrence of the same field. The input name looks like this: name=qty#i#. The #i# is a number that increments according to how many fields are needed. In this instance, if I have more than one item,

Re: Hot Button - English pedantry

2004-07-13 Thread G
One final one that i just HAD to add to this OT post: Lose vs. Loose. Gets my blood boiling for some reason. I'm convinced that well over half the population believes that lose is the opposite of tight, and that my Royals loose twice as many games as they win. - Original Message -

Re: Hot Button - English pedantry

2004-07-13 Thread Ray Champagne
I agree with you...not so much in emails, but man, does it make me mad when I see billboards, signs, magazines, etc that butcher the English language.Is it really that hard to have someone proofread things?These are things that make Americans look like a bunch of ignoramuses...(and I am 'born

Re: the time

2004-07-13 Thread Deanna Schneider
If you're using 9i, there's a timestamp datatype. Not supported in 8i, of course. So, you'd have to do a work around. Whether you store phony dates to go with your time, or store your time in a varchar2 column depends on what you want to do with your time. I'd _guess_ that if you don't have a date

Re: outputting variable

2004-07-13 Thread Stephen Moretti (cfmaster)
Robert Orlini wrote: I have a form where the from variable is incremented dynamically if there is more than one occurrence of the same field. The input name looks like this: name=qty#i#. The #i# is a number that increments according to how many fields are needed. In this instance, if I

RE: java objects and cfmx

2004-07-13 Thread Kola Oyedeji
Ummm. I think he was referring to the versions of java ;-) KOla -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: 08 July 2004 19:06 To: CF-Talk Subject: RE: java objects and cfmx and I have learned that, in Java: 1 == 1.0 1 == 1.1 2 == 1.2 2 == 1.3

RE: outputting variable

2004-07-13 Thread Pascal Peters
#trim(form[qty i])# Don't use evaluate if you don't have to. -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED] Sent: 13 July 2004 15:05 To: CF-Talk Subject: outputting variable I tried: #trim(form.qty#i#)# but it does not work. Somewhere I read the [Todays

RE: Hot Button - English pedantry

2004-07-13 Thread Dave F
hot button moot is a tricky one. It seems to have more-or-less antonymous meanings depending upon which side of the pond you're on. (Damn!, ended a sentence with a prep.) /hot button -Original Message- From: G [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 09:16 To: CF-Talk

Re: outputting variable

2004-07-13 Thread Joe Rinehart
Hi Robert, Try form[qty i] or form[qty#i#]. -joe - Original Message - From: Robert Orlini [EMAIL PROTECTED] Date: Tue, 13 Jul 2004 09:05:18 -0400 Subject: outputting variable To: CF-Talk [EMAIL PROTECTED] I have a form where the from variable is incremented dynamically if there is

Re: Hot Button - English pedantry

2004-07-13 Thread Rick Root
Dave F wrote: (Damn!, ended a sentence with a prep.) That's a latin rule, not really an english rule =) (Sorry Michael!) - Rick [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Hot Button - English pedantry

2004-07-13 Thread Alistair Davidson
(Damn!, ended a sentence with a prep.) ...and followed an exclamation mark with a comma ;-) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Hot Button - English pedantry (was: cfmail suddenly not working...very wierd

2004-07-13 Thread Howie Hamlin
Read the definition: http://www.m-w.com/cgi-bin/dictionary?book=Dictionaryva=inferx=0y=0 The word is also a synonym for indicate, suggest and hint - Original Message - From: Sean Corfield To: CF-Talk Sent: Tuesday, July 13, 2004 12:59 AM Subject: Hot Button - English pedantry (was:

RE: outputting variable

2004-07-13 Thread Pascal Peters
If you're on cf5 or less then you probably (because I can't remember if form scope is in a struct in CF5) need to use the following evaluate in the value field of the input rather than the structure reference : #evaluate(form.thisFieldName)# [Pascal Peters] Form vars (and some other

RE: outputting variable

2004-07-13 Thread Robert Orlini
Thanks All, but... On each example I get: Error resolving parameter i ColdFusion was unable to determine the value of the parameter. On the bottom of the page, however, the form field for qty appears correctly: Form Fields: QTY1=12 QTY2=13 -Original Message- From: Pascal Peters

Re: Hot Button - English pedantry

2004-07-13 Thread Joe Rinehart
Or how about were vs. we're, as in: We were on topic, but now we're not. :) -joe [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: the time

2004-07-13 Thread daniel kessler
If you're using 9i, there's a timestamp datatype. Not supported in 8i, of course. So, you'd have to do a work around. Whether you store phony dates to go with your time, or store your time in a varchar2 column depends on what you want to do with your time. I'd _guess_ that if you don't have a date

RE: Hot Button - English pedantry (was: cfmail suddenly not working...very wierd

2004-07-13 Thread Pascal Peters
I am not used to participate in OT discussions, but I just wanted to say that a lot of people on this list don't speak or write English natively. For me, English is only my third language, but I try to write it correctly. It doesn't amuse me if others make comments like this on the list. I didn't

RE: outputting variable

2004-07-13 Thread Pascal Peters
That's because I doesn't exist. Show us the code of the action page Pascal -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED] Sent: 13 July 2004 15:35 To: CF-Talk Subject: RE: outputting variable Thanks All, but... On each example I get: Error resolving parameter

RE: Hot Button - English pedantry

2004-07-13 Thread S . Isaac Dealey
(Damn!, ended a sentence with a prep.) ...and followed an exclamation mark with a comma ;-) Personally I was wondering how one would end a sentence with a prep-school kid. :P s. isaac dealey954.927.5117 new epoch : isn't it time for a change? add features without fixtures with the onTap

Checking if cookies are disabled in the browser

2004-07-13 Thread cf coder
I'm sure this has been discussed on this board on numerous occassions. I can't find any thread that shows how this is done. Can somebody please programatically show me how to check if the browser cookies are disabled. if cookies enabled do this: cfcookie name=user value=bloggs else do this:

Re: Hot Button - English pedantry (was: cfmail suddenly not working...very wierd

2004-07-13 Thread Rick Root
Pascal Peters wrote: I am not used to participate in OT discussions, but I just wanted to say that a lot of people on this list don't speak or write English natively. For me, English is only my third language, but I try to write it correctly. It doesn't amuse me if others make comments like

RE: Checking if cookies are disabled in the browser

2004-07-13 Thread Pascal Peters
You can't know if cookies are enabled from the server. Als, using session vars won't help much because they use cookies. If you are on CFMX: - Store info in session vars - Keep session alive for users without cookies by using the URLSessionFormat() function on every url in your application and

Unusual behaviour with CFHEADER

2004-07-13 Thread James Smith
I am exporting stock information to a csv file then using the following to lines to deliver the file to the user. cfheader name=Content-Disposition value=attachment; filename=stockvaluation.csv cfcontent file=#CurrentDirectory#Files/stockvaluation.csv reset=yes type=application/msexcel >From our

Re: Hot Button - English pedantry (was: cfmail suddenly not working...very wierd

2004-07-13 Thread Ray Champagne
For the record, I personally was only referring to signs and whatnot here in the US.Like I said, emails don't bother me that much, just things that are put into the public eye. Don't wanna get labeled a xenophobe - that ain't me! (bad grammar intended, LOL) I wouldn't stand a chance at the

OT- SQL backup question

2004-07-13 Thread Eric Creese
I back up my transaction log with the following script. How come after the script runs (successfully), the .LDF file is still large and not smaller? I thought when you backed up the file it is completely truncated thus freeing up space? BACKUP LOG AVPhoneLookup TO DISK= 'g:\avbkp\avp_trans.bak'

Re: Oracle Developer Edition?

2004-07-13 Thread dmckenna
On Jul 12, 2004, at 4:17 PM, Ray Champagne wrote: Does anyone know if there is an Oracle Developer Edition that we could use to develop an app in-house, then have it hosted at any Oracle host once done? Check out Oracle's developer network, they have (I think) everything you could ever

RE: outputting variable

2004-07-13 Thread Robert Orlini
Sorry my brain just loosened up after the coffee cart came. I put it in a loop now which defines the i. I'm gettin there...thanks for the patience and help. Robert O. -Original Message- From: Pascal Peters [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 9:53 AM To: CF-Talk

Re: the time

2004-07-13 Thread Janet Schmitt
Post 8i, use timestamps. If you are Oracle 8i or earlier, you should probably use a date field. Here are two options: 1.Use to_date('10:10','HH:mi') to store the time in the Oracle database.This will insert the current date in the date portion but you can retreive the time using

RE: https and includes...

2004-07-13 Thread Dan Farmer
( Thanks to all who responded on this one )... What would my options be assuming that no virtual directories are possible to set up. ( this is on an ISP ). And after initially contacting them, they seemed to be doubtful they supported virtual directories. I would like to reuse as much of the

Re: Oracle Developer Edition?

2004-07-13 Thread Brian Meloche
Bryan, do you realize that your CFUG's been delisted? http://www.macromedia.com/cfusion/usergroups/search_results.cfm?findType=2country_id=5FCDE531-96F0-4593-9D119B1DF274708D On Mon, 12 Jul 2004 13:31:55 -0700, Bryan Stevenson [EMAIL PROTECTED] wrote: Oracle Lite according to one of my

RE: Unusual behaviour with CFHEADER

2004-07-13 Thread Mosh Teitelbaum
James: I don't know that this is it but it may have to do with the Mime-Type you're using.The official, IANA-defined Mime-Type for Excel file is application/vnd.ms-excel and not the one you're using.It may be that Windows servers work well with what you have and that *nix servers don't. Just a

Re: Checking if cookies are disabled in the browser

2004-07-13 Thread Rick Root
Pascal Peters wrote: You can't know if cookies are enabled from the server. I did one site where we popped up a window that set a cookie, then refreshed to a second page to check for the existence of the cookie, and if it existed, closed the window.. if the cookie didn't exist, it displayed

CF to BD inconsistencies

2004-07-13 Thread Ken Ferguson
I've just started moving some stuff over to a server running BlueDragon (free version) and I've found a couple of inconsistencies... Anyone know why the following code works fine in CFMX but not so well in BlueDragon. When run in BlueDragon I get an error: Invalid index to query column. valcol

Re: cfc and the application scope

2004-07-13 Thread Raymond Camden
Jeffrey, yep, I meant Settings. Too early to post for me. :) On Tue, 13 Jul 2004 08:09:14 -0400, Jeffry Houser [EMAIL PROTECTED] wrote: Not sure you really meant that you name a CFC Application since your code segment references a CFC called Settings but Since Application is a reserved

cf to bd inconsistencies...

2004-07-13 Thread Ken Ferguson
A little more explanation in case it's needed: The function takes the input runs a query and creates a select box... I'm sure everyone could have figured that out, but I just wanted to be a little more thorough. Ferg [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

RE: Checking if cookies are disabled in the browser

2004-07-13 Thread Pascal Peters
You can't reliably know if a visitor blocks cookies. Your method mill work most of the time, but the only thing you can really tell is that the cookie isn't sent to the server, not why it wasn't sent. If you have client or session management enabled, looking for the cf cookies will give you an

Coldfusion Web Image Editor

2004-07-13 Thread Ryan Mannion
Doest anyone know of a image editor that can be used in a webpage, preferably not a java applet etc. It does not have to be the photoshop of web browsers, but resize, crop etc would be great. The cheapest, or free would be best like always! Thanks in advance. Ryan [Todays Threads] [This

RE: CF to BD inconsistencies

2004-07-13 Thread Matt Liotta
The easiest way to see what the problem is, is to break down the complex _expression_ into separate lines. I would recommend that anyway since the current _expression_ isn't very readable and uses of iif and de are always suspect. -Matt -Original Message- From: [EMAIL PROTECTED]

Re: Coldfusion Web Image Editor

2004-07-13 Thread Phillip Beazley
At 10:23 AM 7/13/2004, you wrote: Doest anyone know of a image editor that can be used in a webpage, preferably not a java applet etc. It does not have to be the photoshop of web browsers, but resize, crop etc would be great. The cheapest, or free would be best like always! Ooo, damn, I need

auto populating and relating 3 selects

2004-07-13 Thread Greg.Morphis
I'm working on a site where the users wants to relate 3 select drop downs. Basically the user selects from the 1st drop down, this populates the second and then from the option they choose on the second, this populates the third. Back when they only needed 2, I found the CF_TwoSelectsRelated more

Re: Checking if cookies are disabled in the browser

2004-07-13 Thread Rick Root
Pascal Peters wrote: You can't reliably know if a visitor blocks cookies. Your method mill work most of the time, but the only thing you can really tell is that the cookie isn't sent to the server, not why it wasn't sent. I'll grant you that, but if you're building a site that requires

RE: auto populating and relating 3 selects

2004-07-13 Thread Tangorre, Michael
http://www.pengoworks.com/qforms/docs/examples/n-related_selectboxes.htm qForms rocks! Mike [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: cfmail suddenly not working...very wierd

2004-07-13 Thread howie
But the error message infers that the login is not being accepted. Regards, Howie - Original Message - From: Josh To: CF-Talk Sent: Monday, July 12, 2004 9:46 PM Subject: Re: cfmail suddenly not working...very wierd No, the login is correct.I have tested it with a couple different

RE: Unusual behaviour with CFHEADER

2004-07-13 Thread James Smith
OK, that fixed it thanks. This does bring up a question however, I was under the impression that when sending files it was the browser that interpreted the mime information and loaded the appropriate program. Secondly, when uploading an xls file to the server it is reported as being

Re: Coldfusion Web Image Editor

2004-07-13 Thread Rick Root
At 10:23 AM 7/13/2004, you wrote: Doest anyone know of a image editor that can be used in a webpage, preferably not a java applet etc. It does not have to be the photoshop of web browsers, but resize, crop etc would be great. The cheapest, or free would be best like always! I'm pretty sure

re: cfmail suddenly not working...very wierd

2004-07-13 Thread Scott Brady
Original Message: From: Josh [EMAIL PROTECTED] cfmail to=[EMAIL PROTECTED] cc=[EMAIL PROTECTED] from=[EMAIL PROTECTED] subject=TESTING123 server=mail.thisdomain.com username=me password=mypassword It looks like someone else is trying to suggest this as the problem, but I'll try to be more

Re: Coldfusion Web Image Editor

2004-07-13 Thread Boyzoid
There is a very good server side solution from Alagad.Check out http://alagad.com/index.cfm/name-aic. - Original Message - From: Ryan Mannion [EMAIL PROTECTED] Date: Tue, 13 Jul 2004 10:23:53 -0400 Subject: Coldfusion Web Image Editor To: CF-Talk [EMAIL PROTECTED] Doest anyone know of a

Re: auto populating and relating 3 selects

2004-07-13 Thread Boyzoid
Check out this tag : http://www.macromedia.com/cfusion/exchange/index.cfm#view=sn106viewName=Exchange%20Search%20Detailsloc=en_usauthorid=34798885page=0scrollPos=0subcatid=0snid=sn106itemnumber=3extid=1012040catid=0 - Original Message - From: [EMAIL PROTECTED] [EMAIL PROTECTED] Date:

Re: Hot Button - English pedantry (was: cfmail suddenly not working...very wierd

2004-07-13 Thread Jochem van Dieten
Pascal Peters wrote: I am not used to participate in OT discussions, but I just wanted to say that a lot of people on this list don't speak or write English natively. For me, English is only my third language, but I try to write it correctly. It doesn't amuse me if others make comments like

Re: Coldfusion Web Image Editor

2004-07-13 Thread Jerry Johnson
The types of functions you are describing need not be client based. You could do this by just selecting an area of an image (a fairly easy dhtml or flash function), then submitting the results to the server with the imagename, function and select area. Most of the cf image tags can handle the

RE: auto populating and relating 3 selects

2004-07-13 Thread Greg.Morphis
Great, thanks for the info on qForms and this. GM -Original Message- From: Boyzoid [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 9:51 AM To: CF-Talk Subject: Re: auto populating and relating 3 selects Check out this tag :

Re: Coldfusion Web Image Editor

2004-07-13 Thread Rick Root
Boyzoid wrote: There is a very good server side solution from Alagad.Check out http://alagad.com/index.cfm/name-aic. The correct uRL is:http://alagad.com/index.cfm/name-=aic Though that isn't really an image editor. - Rick [Todays Threads] [This Message] [Subscription] [Fast

Re: Checking if cookies are disabled in the browser

2004-07-13 Thread cf coder
Thanks Pascal and everybody else who replied. I'll give this a try. Thanks regards, cfcoder REF: You can't know if cookies are enabled from the server. Als, using session vars won't help much because they use cookies. If you are on CFMX: - Store info in session vars - Keep session alive for

RE: Unusual behaviour with CFHEADER

2004-07-13 Thread Mosh Teitelbaum
Jay: When the server sends files to the browser, it is the server's responsibility to include the file's Mime-Type.Whether or not the browser accepts this (it should) is up to the browser, but the server always returns a Mime-Type.MSIE has been known to ignore the Mime-Type returned by the server

Re: Coldfusion Web Image Editor

2004-07-13 Thread Phillip Beazley
At 10:55 AM 7/13/2004, you wrote: The types of functions you are describing need not be client based. You could do this by just selecting an area of an image (a fairly easy dhtml or flash function), then submitting the results to the server with the imagename, function and select area. Most

Re: Hot Button - English pedantry

2004-07-13 Thread Dick Applebaum
On Jul 13, 2004, at 6:29 AM, Dave F wrote: hot button     moot is a tricky one. It seems to have more-or-less antonymous meanings depending upon which side of the pond you're on.     (Damn!, ended a sentence with a prep.) /hot button Obviously, the correct form is: ...depending upon on which

How to display coldfusion code in a text area

2004-07-13 Thread Mark Drew
Hi all I want to display the following code in a textarea box of a coldfusion page: !--- some comment --- cfparam name=attributes.content type=stuct My mind has gone a blank this afternoon, I wanted to simply display the code rather than it being processed by CF would I do it in _javascript_

Re: Coldfusion Web Image Editor

2004-07-13 Thread Rick Root
At 10:23 AM 7/13/2004, you wrote: Doest anyone know of a image editor that can be used in a webpage, preferably not a java applet etc. It does not have to be the photoshop of web browsers, but resize, crop etc would be great. The cheapest, or free would be best like always! Ektron also has one

Re: Coldfusion Web Image Editor

2004-07-13 Thread Rick Root
Rick Root wrote: Boyzoid wrote: There is a very good server side solution from Alagad.Check out http://alagad.com/index.cfm/name-aic. The correct uRL is:http://alagad.com/index.cfm/name-=aic Shoot, please ignore that statement. - Rick [Todays Threads] [This Message] [Subscription]

Re: Hot Button - English pedantry (was: cfmail suddenly not working...very wierd

2004-07-13 Thread Michael Dinowitz
Can this be moved to CF-Community? Thanks -- Michael Dinowitz http://www.houseoffusion.com For all your ColdFusion needs [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

accessible output for Powerpoint conversion

2004-07-13 Thread George Abraham
People, Just heard of a product which interests me since I am in the University community. For your users who don't want to bother with web design when converting a PPT to a webpage, there is a good product that forces a fair amount of accessibility. Here it is:

https and includes part 2 ...

2004-07-13 Thread Dan Farmer
apologies for the muliutple postings, but I don't fully understand exactly how https(SSL) works. If I have a file in my http directory and I cfinclude a file from my secure directory ( using a relative url ) is the application still secure? [Todays Threads] [This Message] [Subscription]

Re: CFMX 6.1 Pro - cfmail performance

2004-07-13 Thread dcooper
Page 13 of the CFMX 6.1 Performance Brief has a comparison of CFMX 6.1 Enterprise Email performance to previous versions of CF. CFMX 6.1 Standard goes just a little faster than CF5 (which is graphed). http://www.macromedia.com/software/coldfusion/whitepapers/pdf/6_1/cfmx61_performancebrief.pdf

Re: Coldfusion Web Image Editor

2004-07-13 Thread Nick de Voil
The types of functions you are describing need not be client based. You could do this by just selecting an area of an image (a fairly easy dhtml or flash function), then submitting the results to the server with the imagename, function and select area. Yes, this is exactly what we do. We have

RE: Coldfusion Web Image Editor

2004-07-13 Thread Qasim Rasheed
I have recently developed a similar web based image manipulation module for one of my client which uses DHTML on client side along with using cf_magictag on server side. It gives a basic functionality of cropping and reducing the size of image. Here are few of the reference links. Let me know if

Re: Coldfusion Web Image Editor

2004-07-13 Thread Qasim Rasheed
Doest anyone know of a image editor that can be used in a webpage, preferably not a java applet etc. It does not have to be the photoshop of web browsers, but resize, crop etc would be great. The cheapest, or free would be best like always! Thanks in advance. Ryan I have recently developed a

Re: Linux OS authentication

2004-07-13 Thread jochemd
Christopher Farino wrote: I need to create a connection between ColdFusion and an LDAP server.Our Unix administrator has set up Linux to authenticate with the LDAP server and wants ColdFusion to authenticate with the LDAP server through the OS and not directly from the LDAP server.Does that make

RE: Help

2004-07-13 Thread mario . ciliotta
What has he done.Some more information or a website would be nice. -Mario -Original Message- From: Joe Rinehart [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 8:07 AM To: CF-Talk Subject: Re: Help Monique, Has he ported the rptServer.asp code to CF?If so, I'd definitely be

Re: I have a new email address! [no more flames please.]

2004-07-13 Thread asherwood
At 08:09 AM 7/12/2004, you wrote: [EMAIL PROTECTED] wrote: Hey, You know who this is, ha ha if you emailed me then you must be dumb, because i got a new email address.Dont worry if I dont like you I already blocked your ip from my email list, blocked your address from my email address, but

Re: IIS considers blah.com directories to be executable?

2004-07-13 Thread dmckenna
On Jul 9, 2004, at 7:28 PM, Dave Watts wrote: I think I'll be able to come up with some good reasons, e.g. we wouldn't have been hacked in April if we weren't using IIS (!). If you were hacked in April, it might have been because you didn't configure IIS properly, not just because you were

Re: Linux OS authentication

2004-07-13 Thread cfarino
His position is that he doesn't want to duplicate all the work he did to get Linux to authenticate from LDAP and that if something more complicated is done at the OS level CF will benefit from it. I found 2 custom tags that authenticate Linux users on the CF server, but they're not available for

Re: file upload validation

2004-07-13 Thread info
Does anyone have a JS script that will determine the length of file name for a file upload process? This is only for the document name, not the complete path and filename, so document.forms[0].fileupload.value will not work. just trying to find a script to determine the length of file

Re: I have a new email address! [no more flames please.]

2004-07-13 Thread joe . rinehart
Hey now, I was born in 1979, and I'd like to consider myself a productive member of our little CF community. -joe - Original Message - From: Alexander Sherwood [EMAIL PROTECTED] Date: Mon, 12 Jul 2004 09:30:56 -0400 Subject: Re: I have a new email address! [no more flames please.] To:

Re: IIS considers blah.com directories to be executable?

2004-07-13 Thread jochemd
Damien McKenna wrote: On Jul 9, 2004, at 7:28 PM, Dave Watts wrote: I think I'll be able to come up with some good reasons, e.g. we wouldn't have been hacked in April if we weren't using IIS (!). If you were hacked in April, it might have been because you didn't configure IIS properly,

Re: Linux OS authentication

2004-07-13 Thread jochemd
Christopher Farino wrote: His position is that he doesn't want to duplicate all the work he did to get Linux to authenticate from LDAP and that if something more complicated is done at the OS level CF will benefit from it. But is something more complicated done at the OS level? And do you need

  1   2   3   >