Re: local vs. request

2002-07-25 Thread Jeffry Houser
At 11:52 PM 7/24/2002 -0500, you wrote: >I understand what you are saying about clearly stating the inputs (and the >outputs) to make sense of what is going into the tag... >But in this case, we are basically passing variable datasource and table >names, color settings and such... Any noticable p

Backward compatibility

2002-07-25 Thread Andy Ewings
Just started to use MX and am finding that load of the code I've written in 4.5/5 is not backward compatible. e.g cfvarname attribute in cf 4.5/5 is now "variable"? - anyone know what the attribute dbvarname has changed to? Bit shoddy if you ask me --

Re: Backward compatibility

2002-07-25 Thread Jesse Houwing
Andy Ewings wrote: >Just started to use MX and am finding that load of the code I've written in >4.5/5 is not backward compatible. e.g cfvarname attribute in cf 4.5/5 is >now "variable"? - anyone know what the attribute dbvarname has changed to? > >Bit shoddy if you ask me > > > You can check

RE: Backward compatibility

2002-07-25 Thread Tangorre, Michael
I found this to be very helpful.. what tag are you referring to in your post? http://livedocs.macromedia.com/cfmxdocs/CFML_Reference/Tags-pt0.jsp http://livedocs.macromedia.com/cfmxdocs/CFML_Reference/Tags-pt03.jsp#2451739 http://livedocs.macromedia.com/cfmxdocs/CFML_Reference/Tags-pt04.jsp#24519

RE: Backward compatibility

2002-07-25 Thread Phil Costa
You should also check the code analyzer, which is in the admin. It can scan your code and identify tags that will no longer work as well as tags that have been deprecated so may not work in the future. Phil Macromedia -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED]

RE: Backward compatibility

2002-07-25 Thread Andy Ewings
Thanks for all these guys - will be useful. Don't people think that Macromedia should have covered this so upgrading would be seamless? - surely this is a put-off for people to upgrade -Original Message- From: Phil Costa [mailto:[EMAIL PROTECTED]] Sent: 25 July 2002 13:08 To: CF-Talk Sub

RE: Backward compatibility

2002-07-25 Thread Tangorre, Michael
Good call Phil.. I did not know about that.. that will save a lot of time! Thanks! -Original Message- From: Phil Costa [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 8:08 AM To: CF-Talk Subject: RE: Backward compatibility You should also check the code analyzer, which is in

RE: Backward compatibility

2002-07-25 Thread todd
Yanno, sometimes things have to change. Nothing wrong with blowing the dust off your old code now and then. Sure, you didn't want too, but ... before installing *anything* new, you should always check to see what has changed, it's a good practice. ~Todd On Thu, 25 Jul 2002, Andy Ewings wrot

RE: Backward compatibility

2002-07-25 Thread Andy Ewings
I agree that adding new features is good like Style sheets instead of font tags etc but you should still support it - at least for 1 version jump! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 25 July 2002 13:29 To: CF-Talk Subject: RE: Backward compatibility

RE: Write Acrobat File via CF

2002-07-25 Thread Chris Lofback
http://www.thenetprofits.co.uk/coldfusion/faq/#answer156 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 6:57 PM To: CF-Talk Subject: Write Acrobat File via CF Is it possible to write a PDF file with coldfusion?

RE: local vs. request

2002-07-25 Thread Philip Arnold - ASP
> I try to avoid Custom Tags as much as possible.. takes twice the time > to run compared to a Regular Includeby defining its own space. > Unless its something low level(CFX) CF cant do.. why bother? One word - Recursion! You can't recurce (effectively) with a CFINCLUDE, but using a CF_ or C

RE: Backward compatibility

2002-07-25 Thread todd
No offense, but I know people that will complain even when they've done a version 2 jump. If not now, when? It will _never_ be convienent, no matter when -- even in big red bold letters on Macromedia's homepage warning of a tag depreciation, people will complain that either they didn't see t

RE: ColdFusion MX and Session Variables (Bug)

2002-07-25 Thread Nathan Stanford
> -Original Message- > From: Jon Hall [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 24, 2002 4:19 PM > To: CF-Talk > Subject: Re: ColdFusion MX and Session Variables > > > What about that session.dealer_id? Yes when adding Testing Variables the out put stayed the same. Is it stay

RE: Manually created queries,any limitations?

2002-07-25 Thread Philip Arnold - ASP
I'll break this into small parts; > I have a field in a database which contains data over > multiple rows in the database. > (I didn't design the database nor can i change it) I'm sorry > i'd like to create a query object with the data from > the field(s) held in one row as opposed to multiple

OT: Microsoft Proxy Server 2.0?

2002-07-25 Thread Ryan Pieszak
Can anybody tell me where I can get a trial version download of MS Proxy Server 2.0? The MS site lists it as discontinued and redirects to a new product, but I need Proxy Server. Google searches have turned up nothing. Any ideas? Thanks. Ryan J. Pieszak Applications Engineer Ziphany, LLC. (716

RE: Backward compatibility

2002-07-25 Thread Phil Costa
I don't want to be testy, but in what way have we not covered it: -- we provide a book in the documentation called migrating ColdFusion 5 applications which talks about all the deprecated tags and tells you how to use the analyzer -- we built the code compatibility analyzer These resources may b

RE: local vs. request

2002-07-25 Thread S . Isaac Dealey
> Just to note, there is a performance difference between > your two methods. Specifically, passing data through the > attributes scope of a custom tag causes a copy of the > variable to happen. As you can imagine copy variables > can have a performance impact if there is a significant > number of

RE: Manually created queries,any limitations?

2002-07-25 Thread Kola Oyedeji
Phillip Thanks, I've done it and it works without a problem, but... I'm trying to remember a while ago when I tried something similar and I found some anomalies regarding datatypes. I cant remember the details but think I had a query which did something along the lines of: Select name from Us

Re: local vs. request

2002-07-25 Thread S . Isaac Dealey
> I have an application that sets many different local > variables (about 40 or so) on each page load ... We are > using a few custom tags here and there and it would be > great to use the request scope instead of local just for > ease of use. > > Does anyone have any comments on performance of se

RE: CFPOP & Exchange

2002-07-25 Thread John Beynon
It's a little more complicated than that... Here's a CFPOP I use: The Username is in domain\username but the next bit is the Exchange mailbox alias (which each mailbox with have-check in Exchange Admin) HTH, John. > -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECTED]] >

RE: Client Database question

2002-07-25 Thread Chris Lofback
> The only security gained by placing the includes and so forth in an > inaccessible directory, really, is protection against source > code browsing exploits - and a simple application of permissions > can be used to prevent this anyway. Well, I don't agree totally I include all of my fus

Re: Manually created queries,any limitations?

2002-07-25 Thread S . Isaac Dealey
You might try using a UNION statement which afaik is available both in a db query and in a CF5/MX query of query... SELECT column1 FROM TABLE1 UNION SELECT column2 AS column1 FROM TABLE2 etc... I've noticed that with QofQ and some other query manipulation I sometimes see errors related to data-

RE: Cold Fusion and imap

2002-07-25 Thread Margaret Fisk
Does anyone know if Cold Fusion can support getting mail from an imap connection instead of POP? Thanks in advance, Margaret __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFu

Transport port

2002-07-25 Thread Gianluca Pinelli
Hi, I'd like to know if there is a method to know the Transport port (es. 9080) and the Transport mode (es HTTP) in CFML. Thanks Gianluca Pinelli web developer - Speedlab e-business transforming http://www.speedlab.it [EMAIL PROTECTED] ___

RE: Manually created queries,any limitations?

2002-07-25 Thread Philip Arnold - ASP
> I'm trying to remember a while ago when I tried something > similar and I found some anomalies regarding datatypes. I > cant remember the details but think I had a query which > did something along the lines of: > > Select name from > Users where age < 6 > > Where users was actually another que

RE: Transport port

2002-07-25 Thread Philip Arnold - ASP
> I'd like to know if there is a method to know the Transport > port (es. 9080) and the Transport mode (es HTTP) in CFML. CGI.SERVER_PORT gives you the current Transport Port, so 80 for HTTP and 443 for HTTPS CGI.SERVER_PROTOCOL gives you the basic protocol and it's version (HTTP and HTTPS are b

RE: Microsoft Proxy Server 2.0?

2002-07-25 Thread Scott Brader
Ryan, Unless you can find someone who happens to have an old copy of it, you are probably out of luck. Microsoft pushes ISA anyway. I used Proxy Server at a former job and was mostly satisfied with it's performance. I would have preferred to use a router and firewall if the boss would have support

Re: Transport port

2002-07-25 Thread Gianluca Pinelli
> CGI.SERVER_PORT gives you the current Transport Port, so 80 for HTTP and > 443 for HTTPS No...this is the server port in audit for the http request. I want to know the effective transport port like http://localhost:9080 or http://localhost:9084 and so on. Thanks in advance. Gianluca Pinelli w

RE: Microsoft Proxy Server 2.0?

2002-07-25 Thread John Beynon
If you have access to the MSDN subscriber pack you'll find a copy in there - they've withdrawn it from the MSDN website but it will be on the CDs... > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 25 July 2002 14:36 > To: CF-Talk > Subject: RE: Microsoft

RE: Transport port

2002-07-25 Thread Dave Watts
> > CGI.SERVER_PORT gives you the current Transport Port, so 80 > > for HTTP and 443 for HTTPS > > No...this is the server port in audit for the http request. I > want to know the effective transport port like > http://localhost:9080 or http://localhost:9084 and so on. If you type in http://s

RE: Client Database question

2002-07-25 Thread Stacy Young
I was trying to point out that I find it easier to secure my applications when incorporating a framework like FB. All my operations are available at a glance...workflow easy to follow...and unit testing secured portions easier. It's really just an opinion...I'm not trying to campaign one way of d

RE: ColdFusion MX and Session Variables (Bug)

2002-07-25 Thread Stacy Young
We are and have been using session scope heavily. I can't say I've seen this problem yet...will let you know...we're about to QA our first MX project. Stace -Original Message- From: Nathan Stanford [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 8:56 AM To: CF-Talk Subject: RE:

RE: Transport port

2002-07-25 Thread John Beynon
You don't mean the client port on client PC that initiated the request? > -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECTED]] > Sent: 25 July 2002 14:51 > To: CF-Talk > Subject: RE: Transport port > > > > > CGI.SERVER_PORT gives you the current Transport Port, so 80 > > >

RE: Client Database question

2002-07-25 Thread Bud
On 7/25/02, Stacy Young penned: >Sorry Bud but I'm lost dude...restrict INSERT at the CFADMIN level on the >client datasource? Hi Stacy. Hey! A response to the actual thread. :) Yes. If you know the datasource name of a client storage database, it can be queried and updated just like any other

Real Estate Package

2002-07-25 Thread JLH All Turbo
I'm looking for a real estate package similiar to oceancityhomeguide.com Anyone have any reccomendations? J __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http:

RE: Transport port

2002-07-25 Thread Philip Arnold - ASP
> No...this is the server port in audit for the http request. I > want to know the effective transport port like > http://localhost:9080 or http://localhost:9084 and so on. As Dave says, CHI.SERVER_PORT gives you the port, so it would return 9080 or 9084 respectively on your requests If you want

RE: Client Database question

2002-07-25 Thread Stacy Young
Ah ok now I get it! ;-) As for whether you'd have any problems, not sure give it a whirl! Another suggestion might be to use a dedicated userid/pass for that datasource. Also I wouldn't necessarily keep users passwords in these tables...For most occasions I've found that the userid only would suf

RE: CFMX strange syntax required to output a query [crosspost]

2002-07-25 Thread Dan G. Switzer, II
It sounds like it may just be something strange w/the OpenBase ODBC driver--especially since it's working w/other dbs. Out of curiosity, does this work? #company# #mainPhone# -Dan > -Original Message- > From: Dick Applebaum [mailto:[EMAIL PROTECTED]] > Sent: Wednes

RE: Client Database question

2002-07-25 Thread S . Isaac Dealey
> Basically, this is why I've never set usernames and passwords as > client variables. However, not allowing SELECTs would stop anyone > from stealing them in this manner. I just always figured that > restricting SQL operations would also restrict CF from SELECTing, and > UPDATEing. But some testi

savecontent vs. bodycontent

2002-07-25 Thread Brook Davies
Can anyone tell me how much faster cfsaevcontent is over the cf_bodycontent tag? __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/

NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables (Bug)

2002-07-25 Thread Nathan Stanford
Ok Ok... Tested on ColdFusion MX on a Solaris 7 with Apache 1.3.26 Web Server ColdFusion 4.5 on Windows NT with IIS Web Server Both when hitting refresh after the page is already running the session.cartquantity becomes inaccurate at a different rate... if I hit refresh a short time the error is

RE: Client Database question

2002-07-25 Thread Stacy Young
One way hash on passwords definitely the way to go... -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 10:05 AM To: CF-Talk Subject: RE: Client Database question > Basically, this is why I've never set usernames and passwords as > client

RE: savecontent vs. bodycontent

2002-07-25 Thread John Beynon
CF5 and above it will be faster to use CFSAVECONTENT since it's inbuilt... Pre CF5, Savecontent didn't exist hence why Steve Nelson (I think) wrote Bodycontent, John. > -Original Message- > From: Brook Davies [mailto:[EMAIL PROTECTED]] > Sent: 25 July 2002 15:24 > To: CF-Talk > Subject

RE: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables (Bug)

2002-07-25 Thread Tangorre, Michael
try locking ALL session variables, reading AND writing. -Original Message- From: Nathan Stanford [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 10:10 AM To: CF-Talk Subject: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables (Bug) Ok Ok... Tested on ColdFusion MX o

Hashed passwords

2002-07-25 Thread Chris Lofback
Hashing passwords may be the way to go, but how does everyone handle emailing lost passwords to users? Just assign them a new password and force them to use it? But I guess big sites (like Amazon) don't hash because they send the current password. Chris Lofback Sr. Web Developer TRX Integratio

Re: savecontent vs. bodycontent

2002-07-25 Thread S . Isaac Dealey
> Can anyone tell me how much faster cfsaevcontent is over the > cf_bodycontent tag? Speeds may vary dependant upon your server OS and configuation. You can do rudimentary load testing fairly easily with something like this: cf_bodycontent avg. time: #ArrayAvg(c)#

RE: Image manipulation with CFMX and JAI

2002-07-25 Thread Mike Byers
You are quite the smart a## aren't you. Why don't you look at the link Matt supplied and the one you supplied. They are the same! Look before you leap! If you inspect the url you pasted into your browser, you will notice that you did not grab the line break and you will get only a partial link

Re: Transport port

2002-07-25 Thread Gianluca Pinelli
> If you type in http://servername:9080/, and the web server is listening on > that port, then on that server, CGI.SERVER_PORT will be "9080". I don't > understand what you mean by "transport" port. When I request a page from the server, the port 80 answers from the HTTP_Server. But in reality th

Re: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables (Bug)

2002-07-25 Thread Jochem van Dieten
Nathan Stanford wrote: > Ok Ok... > Tested on > ColdFusion MX on a Solaris 7 with Apache 1.3.26 Web Server > ColdFusion 4.5 on Windows NT with IIS Web Server > > Both when hitting refresh after the page is already running the > session.cartquantity becomes inaccurate at a different rate... if I

RE: Manually created queries,any limitations?

2002-07-25 Thread Kola Oyedeji
Thanks That would explain it. I was weary of using it for this recent project but as its all text its fine, thanks for the heads up regarding dates I'll stay clear of em... Kola -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: 25 July 2002 14:29 To: CF-Tal

Re: savecontent vs. bodycontent

2002-07-25 Thread Critter
oi Brook!! one is a custom tag and the other is a custom tag that has been incorporated... ? -- Critz Macromedia Certified Advanced ColdFusion Developer Thursday, July 25, 2002, 10:24:19 AM, you wrote: BD> Can anyone tell me how much faster cfsaevc

Re: Hashed passwords

2002-07-25 Thread S . Isaac Dealey
> Hashing passwords may be the way to go, but how does everyone handle > emailing lost passwords to users? Just assign them a new password and > force them to use it? > > But I guess big sites (like Amazon) don't hash because they send the > current password. If you assign them a new password, y

Re: savecontent vs. bodycontent

2002-07-25 Thread Critter
oi Brook!! doh. ignore last i'd assume savecontent would be a tad quicker besides I'd rather use an incorporated tag if need be -- Critz Macromedia Certified Advanced ColdFusion Developer Thursday, July 25, 2002, 10:24:19 AM, you wrote: BD

RE: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables ( Bug)

2002-07-25 Thread Stacy Young
I'll try your sample this afternoon on our environment ! -Original Message- From: Nathan Stanford [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 10:10 AM To: CF-Talk Subject: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables (Bug) Ok Ok... Tested on ColdFusion MX o

RE: Hashed passwords

2002-07-25 Thread Stacy Young
If someone loses their password you can ask them to provide their email address. Send an authorizing link to their email account in the form of a URL that passes a generated password as a parameter. Let's say for a FB app for instance: http://www.mydomain.com/index.cfm?fuseaction=security.author

RE: Hashed passwords

2002-07-25 Thread cameronc
> Hashing passwords may be the way to go, but how does everyone handle > emailing lost passwords to users? Just assign them a new > password and force them to use it? Email them a random new password, and then make them change it the very first time the login with it. -Cameron

RE: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables ( Bug)

2002-07-25 Thread Nathan Stanford
Well... in one way I think it is ran from the top due to the setting it to zero and yet when it gets to the output of the area marked bad the number is ok if I hit the page once but if I hit refresh while it is loading then the number is incorrect. Code at bottom of page with LOCKS around ALL SES

RE: Hashed passwords

2002-07-25 Thread Mark A. Kruger - CFG
This depends on the over all security of your data - and especially on the value of the "members only" data you are trying to protect. There's a difference between an E-commerce profile with CC's and contact information and an email address tied to a stock portfolio. -mk -Original Message--

Re: Hashed passwords

2002-07-25 Thread Jochem van Dieten
Chris Lofback wrote: > Hashing passwords may be the way to go, but how does everyone handle > emailing lost passwords to users? Just assign them a new password and force > them to use it? > > But I guess big sites (like Amazon) don't hash because they send the current > password. We send users

OTL Javascript Iframe refresh?

2002-07-25 Thread Kris Pilles
Anyone know how to do a javascript iframe refresh in script? __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Re: CFMX strange syntax required to output a query [crosspost]

2002-07-25 Thread Dick Applebaum
No, Dan, that just gives an Invalid Tag Attribute error. I have emailed the OpenBase people -- they are in silicon valley, so no response yet. Dick On Thursday, July 25, 2002, at 07:03 AM, Dan G. Switzer, II wrote: > It sounds like it may just be something strange w/the OpenBase ODBC > driver

RE: Client Database question

2002-07-25 Thread Bud
On 7/25/02, Stacy Young penned: >Ah ok now I get it! ;-) > >As for whether you'd have any problems, not sure give it a whirl! Another >suggestion might be to use a dedicated userid/pass for that datasource. Also >I wouldn't necessarily keep users passwords in these tables...For most >occasions I'v

Re: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables ( Bug)

2002-07-25 Thread Jochem van Dieten
Nathan Stanford wrote: > Well... in one way I think it is ran from the top due to the setting it to > zero and yet when it gets to the output of the area marked bad the number is > ok if I hit the page once but if I hit refresh while it is loading then the > number is incorrect. > > Code at botto

RE: Backward compatibility

2002-07-25 Thread Mike Byers
Anyone had any wddx errors with the code analyzer? -Original Message- From: Phil Costa [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 8:03 AM To: CF-Talk Subject: RE: Backward compatibility I don't want to be testy, but in what way have we not covered it: -- we provide a book

[OT - Again] - NutScape and CF

2002-07-25 Thread Critter
oi CF-Talk,!! I've got some CF errors that are being dumped to a page, but when I click view frame source in Nutscrape, it seems to pull a fresh copy of the page from the server, and then shows me the source of that. also. NS keeps displaying header information on the pages an

RE: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables ( Bug)

2002-07-25 Thread Nathan Stanford
> -Original Message- > From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 25, 2002 9:54 AM > To: CF-Talk > Subject: Re: NEW (ColdFusion MX or ColdFusion 4.5) and > Session Variables > ( Bug) > > > Nathan Stanford wrote: > > Well... in one way I think it is ran fro

Feature Request for CFCs

2002-07-25 Thread Stacy Young
I put this into MM, would like to hear opinions on whether or not I'm on crack or if these idea is feasible. I'm no Java expert! Snip: How about adding asynchronous messaging to CFCs functionality? Perhaps access="message" which would essentially wrap the cffunction logic as a message dri

RE: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables ( Bug)

2002-07-25 Thread Stacy Young
Sorry if u already answered this but, are you using J2EE session variables? -Original Message- From: Nathan Stanford [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 11:01 AM To: CF-Talk Subject: RE: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables ( Bug) > -Ori

RE: Backward compatibility

2002-07-25 Thread Andy Ewings
Phil Yeh I'm not disagreeing that you haven't clearly explained the depreciated tags etcmy argument is that if I'm upgrading from one product version to the next with only 1 step in the jump all of my code should be supported - hence backward compatibility - just good practice I would have sa

OT: Regex List?

2002-07-25 Thread Kevin O' Leary
Can anyone point me to a regular expression mailing list (or perhaps a decent javascript one that may deal with regex)? Thanks! -Kevin __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.t

RE: CFLOGIN Problems

2002-07-25 Thread Ryan Kime
Hey Frank, I see two possible problems. Not sure if this was just a copy mistake, but your is not closed properly in the included code. Rule that out first. Second, I'm not sure but cflocation could be causing some problems. If the user doesn't pass the authentication process, I use for the log

Re: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables ( Bug)

2002-07-25 Thread Jochem van Dieten
Nathan Stanford wrote: >>-Original Message- >>From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] >>Sent: Thursday, July 25, 2002 9:54 AM >>To: CF-Talk >>Subject: Re: NEW (ColdFusion MX or ColdFusion 4.5) and >>Session Variables >>( Bug) >> >> >>We have 2 instances of this template running

Re: [OT - Again] - NutScape and CF

2002-07-25 Thread Jochem van Dieten
Critter wrote: > oi CF-Talk,!! > > I've got some CF errors that are being dumped to a page, but when I click view >frame source in > Nutscrape, it seems to pull a fresh copy of the page from the server, and then >shows me the source > of that. > > > also. NS keeps displaying heade

RE: Backward compatibility

2002-07-25 Thread Jerry Johnson
Just to be clear, your statement that: > I'm not disagreeing that you haven't clearly explained reduces to I'm disagreeing that you have clearly explained. I had to read it four times to get your meaning. Jerry Johnson >>> [EMAIL PROTECTED] 07/25/02 11:09AM >>> Phil Yeh I'm not disagree

CFPROCPARAM behavior change with MX+Oracle?

2002-07-25 Thread smith
Hey all, I'm wondering if anybody else has noticed that CFStoredProc and CFProcParam behavior has changed (with Oracle) from Pre-MX to MX with respect to 'Named Notation' no longer working for Oracle in MX? Or was everybody just smart and have their CFProcParams in the right order before? In Pr

RE: Backward compatibility

2002-07-25 Thread Andy Ewings
Oops - double negative sorry - yep - I should have said "..have clearly explained" I guess -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED]] Sent: 25 July 2002 16:36 To: CF-Talk Subject: RE: Backward compatibility Just to be clear, your statement that: > I'm not

RE: Backward compatibility

2002-07-25 Thread Venable, John
But then how does any change come about? If it's backward compatible for any one version step, wouldn't it then never be any different? If 3.0 = 4 AND 4 = 4.5 AND 4.5 = 5 AND 5 = 6 THEN 3 = 6 Personally I'm surprised at how much doesn't break when you consider the magnitude of the update to t

RE: CFPROCPARAM behavior change with MX+Oracle?

2002-07-25 Thread Andy Ewings
With SQL server you had to specify the proc params in order regardless of CF version. Led me to wonder why you had to specify a dbvarname attribute at all if it didn't appear to be used. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 25 July 2002 16:2

RE: Backward compatibility

2002-07-25 Thread Andy Ewings
No - I think you need to provide support for both methods. e.g style sheets and font tags are both supported in latest version of browsers but officially the font tag is depreciated - granted eventually it won't be supported but to give a jump like that will put off people from upgrading. If I'm

Quick Help

2002-07-25 Thread Kris Pilles
I know I asked yesturday and got the answer but all of our emails have been purged so Can someone quick tell me how to grab just the page name from the browser... For example I want to set pagename = index.cfm How do I get the index.cfm -Original Message- From: Nathan Stanford

RE: Quick Help

2002-07-25 Thread Chris Lofback
GetFileFromPath(CGI.SCRIPT_NAME) Chris Lofback Sr. Web Developer TRX Integration 28051 US 19 N., Ste. C Clearwater, FL 33761 www.trxi.com > -Original Message- > From: Kris Pilles [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 25, 2002 11:35 AM > To: CF-Talk > Subject: Quick Help >

RE: local vs. request

2002-07-25 Thread Matt Liotta
You can easily do recursion with you just need to manage a stack. This was discussion on BACFUG recently, see http://mail.vfive.com/cgi-bin/ezmlm-cgi?1:mss:8970:200207:lkhpedlenceoek dnajco. Matt Liotta President & CEO Montara Software, Inc. http://www.montarasoftware.com/ V: 415-577-8070 F: 415

Re: Quick Help

2002-07-25 Thread todd
On Thu, 25 Jul 2002, Kris Pilles wrote: > I know I asked yesturday and got the answer but all of our emails have > been purged so > > Can someone quick tell me how to grab just the page name from the > browser... > > For example I want to set pagename = index.cfm > > How do I get the in

Re: OTL Javascript Iframe refresh?

2002-07-25 Thread Jon Hall
Try this... document.getElementById('iframename').location.reload(); -- Jon mailto:[EMAIL PROTECTED] Thursday, July 25, 2002, 10:39:45 AM, you wrote: KP> Anyone know how to do a javascript iframe refresh in script? __ Get th

Re[2]: [OT - Again] - NutScape and CF

2002-07-25 Thread Critter
oi Jochem!! well the header info being shown seems to be sorted. but not being able to view proper source on a page is killin me ;( -- Critz Macromedia Certified Advanced ColdFusion Developer Thursday, July 25, 2002, 11:20:43 AM, you wrote: JvD

RE: Quick Help

2002-07-25 Thread Jillian Carroll
If all you want is the index.html part of the path, I use this: ListLast(cgi.script_name,"/") -Original Message- From: Chris Lofback [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 9:31 AM To: CF-Talk Subject: RE: Quick Help GetFileFromPath(CGI.SCRIPT_NAME) Chris Lofback Sr.

RE: Quick Help

2002-07-25 Thread Christopher Olive
Believe it's ListLast(CGI.script_name, "/"). this is OTC, so you might want to check the name of the CGI variable. -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 11:35 AM To: CF-Talk Subject: Quick Help I know I asked yesturday and got the

Measuring session scope impact on memory?

2002-07-25 Thread Andre Turrettini
Hi, I've never read anything about this so this q is for the gurus! Please read completely and thanks for your attention. Let me describe the issue then I'll ask my question. I've pretty much stuck to client vars to avoid ugly locking code. However now, I have a use for them. I need to store

RE: Maximum value of column in cfoutput

2002-07-25 Thread Andrew Tyrone
I'm a couple of days late, but you can simply do this: ArrayMax(queryname["ColumnName"]) Thanks to Ray Camden for showing this trick in another list posting, even though it was using a different array function on a query. Note, you cannot do ArrayMax(queryname.ColumnName), but it DOES work if

cfimage

2002-07-25 Thread JLH All Turbo
What do you folks use to allow users to upload an image and have cf process it into a thumbnail and a fullsize version and compress it? thanks, jacob. __ Signup for the Fusion Authority news alert and keep up with the latest ne

New to SPROCs...

2002-07-25 Thread Jamie Jackson
I've got an MSSQL 2000 sproc that has a lot of repetition that can probably be abstracted. Please let me know if there's a good way to do this: ALTER PROC sp_DAexport AS SELECT ID, cast((round(cast(q7years as decimal) + (cast(q7months as decimal)/12), 1)) as decimal(18,1)) as q7, cast((round(

RE: Quick Help

2002-07-25 Thread Cornillon, Matthieu
Kris, Just for future reference: you can also take a look at the archives, a link to which should appear at the bottom of just about every message on the list. Since one can often find multiple discussion threads on a topic, I've found these archives to be a tremendous resource. Hope this is he

RE: Quick Help

2002-07-25 Thread Kris Pilles
THANKS~!! -Original Message- From: Cornillon, Matthieu [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 12:00 PM To: CF-Talk Subject: RE: Quick Help Kris, Just for future reference: you can also take a look at the archives, a link to which should appear at the bottom of just a

Re: cfimage

2002-07-25 Thread Charlie
www.efflare.com cfx_imagecr tag works great for us.are one obstacle for awhile was the quality of re-sized jpegs and efflare's product shows no reduction in the quality of the uploaded images - Original Message - From: "JLH All Turbo" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTE

Re: cfimage

2002-07-25 Thread Ewok
This is the best image tag I've used by far. These guys did a great job. once you try the demo you will want it : ) http://efflare.com/products/cfx_imagecr/documentation/?install_demo - Original Message - From: "JLH All Turbo" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: T

RE: cfimage

2002-07-25 Thread Matt Liotta
Just wrote an article on how to do this. You can find it here, http://www.evolt.org/article/Image_Manipulation_with_CFMX_and_JAI/18/339 07/index.html. (watch out for the wrapped URL) Matt Liotta President & CEO Montara Software, Inc. http://www.montarasoftware.com/ V: 415-577-8070 F: 415-341-8906

Re: cfimage

2002-07-25 Thread Ewok
Just a comment on cfx_imagecr I had an image I was trying to stretch but photoshop just couldnt clear it upI ran it through cfx_imagecr and it came out perfect .mixed with forta's zip tag these two make a GREAT image management admin tool - Original Message - From: "Charlie" <[EMA

RE: cfimage

2002-07-25 Thread Benjamin S. Rogers
We call the command line image editor, ImageMagick, using CFExecute. It isn't exactly the most elegant solution, and you won't be able to run it on a lot of hosts, but it is cheap. :) http://www.imagemagick.org Here's an example. This call fills a rectangular area of an image and then crops th

RE: Transport port

2002-07-25 Thread Philip Arnold - ASP
> When I request a page from the server, the port 80 answers from the > HTTP_Server. But in reality the plugin comunicate with the Application > server trough the port 9080. > I want to know if is possible to know this transport port. Is the plug-in talking to CF? If not, then CF can't return th

Re: Client Database question

2002-07-25 Thread Joe Eugene
I agree totally... i think Application Flow / Roles / Access levels should be driven by UNIQUE (USERID NUMBER) rather than USERNAME/LOGON ID/ PASSWORDS etc Joe - Original Message - From: "S. Isaac Dealey" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, July 25, 2002

  1   2   3   4   >