Re: Development Environment Setup

2006-08-10 Thread Jochem van Dieten
Douglas Knudsen wrote: and who is to audit and ensure the developer is doing this? The security department. If they have such a large network to monitor I am sure they run regular Nessus scans and automatically quarantaine problems anyway. Further more shouldn't this config be something

Re: Development Environment Setup

2006-08-10 Thread Jochem van Dieten
Neil Middleton wrote: I have seen mentions of people having devs running their own instances of CF/SQL, but how the hell do you keep these up to date without creating a logistical nightmare (i.e making sure every developer is in sync with both code and external requirements such as IIS

Re: site that can't be copied

2006-08-10 Thread Robertson-Ravo, Neil (RX)
This kind of approach is so pointless. There is no way to stop someone copying content. This has no doubt been asked for by some marketing muppet. Idiots. If you don't want people to copy content online, don't put it online. This e-mail is from Reed Exhibitions (Oriel House, 26 The

Re: Development Environment Setup

2006-08-10 Thread Robertson-Ravo, Neil (RX)
In most large organisations worth their sale they will have a rock solid security models and patch rollout / awarenes (multiple firewalls, bluecoat, direct MSPSS acess etc). For teams who need admin access, they just hive off from the main network and connect via another level of security - so no

Re: site that can't be copied

2006-08-10 Thread Robertson-Ravo, Neil (RX)
I doubt it would qualify - without even knowing the criteria. This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and

Re: OT Why we are VERY careful about our Computer Systems WAS: Sharing Sessions between a .Net machine and a CF machine

2006-08-10 Thread Jochem van Dieten
Bryan Stevenson wrote: I guess the tides may be turning. I've always considered open source with caution because: 1) The projects are in constant flux so you just don't know what you'll get until you dig in I have to disagree with that. Most projects I know have very well defined

Re: Development Environment Setup

2006-08-10 Thread Robertson-Ravo, Neil (RX)
Probably not idiots, just not aware of what needs to be done or maybe a cost issue. This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information

OT Validate eMail in Postgresql SQL

2006-08-10 Thread Daniel Hikel
Hello, I know a litte OFF, but may be there is also a CF solution to validate email. I tried select XXX FROM YYY where email LIKE '[EMAIL PROTECTED]' but this regression does noot work for emails like [EMAIL PROTECTED] also I want to check on the top-level (max. 3 letters). Could anybody help ?

Am I losing it?

2006-08-10 Thread Neil Middleton
I have a number of applications (including the one you are looking at) running in production on various servers all over the place. Some are CFMX7, some are CFMX, some are 4.5. Of those, they are hosted on a variety of platforms: Windows 2003, Win 2K, RedHat etc etc. However, something is common

Re: OT Validate eMail in Postgresql SQL

2006-08-10 Thread Jochem van Dieten
Daniel Hikel wrote: I know a litte OFF, but may be there is also a CF solution to validate email. I tried select XXX FROM YYY where email LIKE '[EMAIL PROTECTED]' but this regression does noot work for emails like [EMAIL PROTECTED] also The root of the problem is that this regex is way too

Re: Fedora vs. RedHat

2006-08-10 Thread Tom Chiverton
On Wednesday 09 August 2006 21:14, Rick Root wrote: Of course you still can't call up Adobe and get help unless you just tell them you're using RHEL ;) Indeed. I've only ever come close to calling Macrodobe once, and offering my own card never mind a corporate one, due to a massive performance

Re: check for unvared variables in a cfc

2006-08-10 Thread Tom Chiverton
On Wednesday 09 August 2006 23:18, Munson, Jacob wrote: If you have another variable with the same name as a CFC variable in the same scope, your CFC's variable values could 'bleed' into your other scope variable. That's about it - typical things that happen are that query results or loop

Re: OT: site that can't be copied

2006-08-10 Thread Tom Chiverton
On Wednesday 09 August 2006 23:22, Bryan Stevenson wrote: Comments on this? Pointless to non-normal users, and likely to confuse normal users, so why bother ? There's always ctrl-alt-print screen :-) -- Tom Chiverton This email is sent

Re: Am I losing it?

2006-08-10 Thread Tom Chiverton
On Thursday 10 August 2006 09:06, Neil Middleton wrote: In a nutshell, I have a piece of code which uses an URL or FORM variable for one thing or another, but occasionally (like less that 0.001%) of hits result in an error. The error being symptomatic of the variable not being supplied in the

Re: Am I losing it?

2006-08-10 Thread Neil Middleton
Yeah, I think I remember seeing mentions of that. But I have also seen this happening in CF4.5, but never really thought it might be disappearing variables.. Neil On 8/10/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 10 August 2006 09:06, Neil Middleton wrote: In a nutshell, I have

framework poll

2006-08-10 Thread Nick Tong - TalkWebSolutions.co.uk
I meant to send this a while back but the cfFrameworks list has a poll which is intesting: - Enter your vote today! A new poll has been created for the cfFrameworks group: What framework would you use if you had to do your project over again? o Fusebox o Mach II o Model Glue o Plum o

Re: OT Validate eMail in Postgresql SQL

2006-08-10 Thread Tom Chiverton
On Thursday 10 August 2006 09:11, Jochem van Dieten wrote: I want to check on the top-level (max. 3 letters). So my .info address is not allowed? Indeed. I haven't had to email any brain dead sites about .info for a while though, maybe the message is getting through. -- Tom Chiverton

Re: framework poll

2006-08-10 Thread Tom Chiverton
On Thursday 10 August 2006 10:25, Nick Tong - TalkWebSolutions.co.uk wrote: I meant to send this a while back but the cfFrameworks list has a poll which is intesting: Looks like the whole* world* is ColdSpring/Reactor based :-) -- Tom Chiverton

Re: framework poll

2006-08-10 Thread Cutter (CFRelated)
Model-Glue Nick Tong - TalkWebSolutions.co.uk wrote: I meant to send this a while back but the cfFrameworks list has a poll which is intesting: - Enter your vote today! A new poll has been created for the cfFrameworks group: What framework would you use if you had to do your

Re: framework poll

2006-08-10 Thread Casey Dougall
The question was, if you started your project over... I would like a coldfusion colspring managed reactor on a hot summer day - Casey On 8/10/06, Tom Chiverton [EMAIL PROTECTED] wrote: Looks like the whole* world* is ColdSpring/Reactor based :-)

Re: check for unvared variables in a cfc

2006-08-10 Thread Denny Valliant
Yeah, where it totally kills you is recursive functions. You /gotta/ var those! :D On 8/10/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 09 August 2006 23:18, Munson, Jacob wrote: If you have another variable with the same name as a CFC variable in the same scope, your CFC's

Re: SOT: Canvas Wiki

2006-08-10 Thread Raymond Camden
Got it, thanks! On 8/10/06, Denny Valliant [EMAIL PROTECTED] wrote: Hey Ray, you mispelt it: http://ray.camdenfamily.com/projects/canvas/ And the link to the demo is mispelt too. (camdenfamly). ** That's looking really slick man. Thanks for sharing! :Den On 8/9/06, Raymond Camden

Re: Fedora vs. RedHat

2006-08-10 Thread Rick Root
Tom Chiverton wrote: I've only ever come close to calling Macrodobe once, and offering my own card never mind a corporate one, due to a massive performance problem. In the end I did fix it myself (dump error), but it was nice to know I could have just phone an expert up, given them the SSH

CF5 on windows 2003

2006-08-10 Thread Kevin Roche
One of my customers wanys to run CF5 on windows 2003. Anyone know what exactly is meant by the statement on the Adsobe website: ColdFusion Application Management components are not supported on this platform. Kevin Roche Technical Director Objective Internet Ltd

RE: check for unvared variables in a cfc

2006-08-10 Thread Russ
We are not avoiding varing variables... Just some variables might be unvared and I want to know which ones, so that I can var them. -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 6:11 PM To: CF-Talk Subject: RE: check for unvared

Re: CF5 on windows 2003

2006-08-10 Thread Andy Allan
It definately works. At my last job we had CF5 running on Win2K3, although to be fair I never set it up. On 10/08/06, Kevin Roche [EMAIL PROTECTED] wrote: One of my customers wanys to run CF5 on windows 2003. Anyone know what exactly is meant by the statement on the Adsobe website:

Re: CF5 on windows 2003

2006-08-10 Thread Robertson-Ravo, Neil (RX)
I would assume it is down to the .dll's used are not compatible with the Win2K3 system, I am sure it can run though (albeit not supported). This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,

RE: framework poll

2006-08-10 Thread Russ
What is CFonRails and what happened to CFonWheels? -Original Message- From: Nick Tong - TalkWebSolutions.co.uk [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 5:25 AM To: CF-Talk Subject: framework poll I meant to send this a while back but the cfFrameworks list has a

RE: Development Environment Setup

2006-08-10 Thread Russ
SQL 2005 comes pretty secure out of the box (no external connections). Apache/IIS can be configured to listen only on 127.0.0.1, and so can ColdFusion (with a little xml editing). Best not to use IIS, use apache, keep apache config in svn, so that changes to the config can be sent over to other

RE: check for unvared variables in a cfc

2006-08-10 Thread Russ
Well most of us know why we should var the local variables inside a cfc function, but my question was, are there tools that help you find unvared variables? I though I saw something somewhere at one point but can't seem to find it. Russ -Original Message- From: Denny Valliant

RE: check for unvared variables in a cfc

2006-08-10 Thread Sean Coyne
http://www.schierberl.com/varScoper/ -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 9:14 AM To: CF-Talk Subject: RE: check for unvared variables in a cfc Well most of us know why we should var the local variables inside a cfc function, but my

Re: check for unvared variables in a cfc

2006-08-10 Thread Robertson-Ravo, Neil (RX)
Yes, as noted - Ray blogged about this kind of tool yesterday. I also like the using your eyes approach. This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It

RE: site that can't be copied

2006-08-10 Thread Andy Matthews
I don't think it's a big deal that you can't view source. What I do find silly is that you can't copy and paste from the site itself. That's a VERY common way for people to pass information along via email, or if you're a journalist. Taking it away is a bad idea. !//-- andy

Re: OT: site that can't be copied

2006-08-10 Thread Rey Bango
You're right Bryan. You did ask that and I kind of digressed. :o) Back to your original question, I agree that going through all of that trouble to lock down the site really makes no sense but I imagine that someone in management was a bit too paranoid about losing their content and made it a

RE: check for unvared variables in a cfc

2006-08-10 Thread Russ
Thank you, this is perfect. -Original Message- From: Sean Coyne [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 9:21 AM To: CF-Talk Subject: RE: check for unvared variables in a cfc http://www.schierberl.com/varScoper/ -Original Message- From: Russ

Re: OT: site that can't be copied

2006-08-10 Thread Claude Schneegans
a BAD idea to take control of a users computer like that. Absolutely. For the same reason, I HATE Acrobat or Flash documents from which I can't copy content. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm

RE: site that can't be copied

2006-08-10 Thread Ken Ferguson
First off, I personally hate it when people do this kind of crap. However, I certainly do understand where it comes from. I've had tons of clients want to this kind of thing to protect their content. I agree that this approach is pointless when the people looking at the screen are experienced

Re: site that can't be copied

2006-08-10 Thread Claude Schneegans
I heard just this week that Google may start flagging search results for sites with malicious software on them to help protect the unwashed masses from themselves. That would be a pretty good thing. I wish they also refuse to send any HTML to browsers with disabled Javascript, since these may

Re: All Adobe ColdFusion products to be discontinued

2006-08-10 Thread Damien McKenna
On Aug 6, 2006, at 4:35 PM, [EMAIL PROTECTED] wrote: I can absolutely confirm that ColdFusion, Flex and LiveCycle are all alive and well at Adobe [snip] and we have some kick-ass stuff in store Such as? :o) -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company -

Re: check for unvared variables in a cfc

2006-08-10 Thread Tom Chiverton
On Thursday 10 August 2006 14:13, Russ wrote: I though I saw something somewhere at one point but can't seem to find it. Umm, yeah, Charlies post about 2 minutes after the start of the thread :-) -- Tom Chiverton This email is sent for and

Re: site that can't be copied

2006-08-10 Thread Claude Schneegans
I don't know if it's malicious, but it's certainly very rude. Actually, it is more than malicious, it is terorism. It is even a security breach, since when this page is open, ALL copy'n paste operation is crippled in ALL applications in your PC! -- ___

Re: OT: site that can't be copied

2006-08-10 Thread Claude Schneegans
a bit too paranoid about losing their content Yeah, and quite a bit too stupid not considering loosing their visitors ;-/ -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address:

Re: check for unvared variables in a cfc

2006-08-10 Thread Charlie Griefer
w00t! i wasn't just imagining that i made that post after all :) On 8/10/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 10 August 2006 14:13, Russ wrote: I though I saw something somewhere at one point but can't seem to find it. Umm, yeah, Charlies post about 2 minutes after the

Re: All Adobe ColdFusion products to be discontinued

2006-08-10 Thread Andy Allan
CF8 will make toast and bring you coffee at regular intervals On 10/08/06, Damien McKenna [EMAIL PROTECTED] wrote: On Aug 6, 2006, at 4:35 PM, [EMAIL PROTECTED] wrote: I can absolutely confirm that ColdFusion, Flex and LiveCycle are all alive and well at Adobe [snip] and we have some

Re: site that can't be copied

2006-08-10 Thread Claude Schneegans
they are copying a blank space to your clipboard every 300 ms IMHO, this is some kind of security issue: no script should have access to the clipboard unless its container has focus. -- ___ REUSE CODE! Use custom tags; See

Re: All Adobe ColdFusion products to be discontinued

2006-08-10 Thread Andy Allan
Nice :) I believe there is also a CFLAPDANCE / with an attribute gender whose values are male|female On 10/08/06, Andy Matthews [EMAIL PROTECTED] wrote: Using CFSCHEDULE I assume? !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc.

RE: check for unvared variables in a cfc

2006-08-10 Thread Russ
Sorry... totally missed that post... -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 9:49 AM To: CF-Talk Subject: Re: check for unvared variables in a cfc On Thursday 10 August 2006 14:13, Russ wrote: I though I saw something

Re: check for unvared variables in a cfc

2006-08-10 Thread Tom Chiverton
On Thursday 10 August 2006 14:56, Charlie Griefer wrote: w00t! i wasn't just imagining that i made that post after all :) Bless keeping email for longer than a day :-) -- Tom Chiverton This email is sent for and on behalf of Halliwells

RE: OT - Nice site I will recommend you to all my friends.

2006-08-10 Thread Russ
Wonder if they're trying to see if they can use it to send spam to other people... Are there any funky headers or anything like that? -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 9:52 AM To: CF-Talk Subject: OT - Nice site I will

Re: site that can't be copied

2006-08-10 Thread Tom Chiverton
On Thursday 10 August 2006 15:11, Claude Schneegans wrote: IMHO, this is some kind of security issue: no script should have access to the clipboard unless its container has focus. Which it will have if you are trying to c+p from the page :-) Thankfully tools like Klipper (even windows has more

Re: OT - Nice site I will recommend you to all my friends.

2006-08-10 Thread Tom Chiverton
On Thursday 10 August 2006 14:52, Les Mizzell wrote: Nice site I will recommend you to all my friends. guess It's a test to find vulnerable sites without bothering to wait for a POST of a form to come back - just submit the request and check back at some future point. -- Tom Chiverton

getMetricData function not work on CF 7 multiserver installation ?

2006-08-10 Thread Hua Wei
Hello, For some reason, I can't get metrics running on our coldfusion 7.0.2 servers (Enterprise Multiserver Version on windows 2003, window 2000). I got The metrics service is not available error when calling getMetricData function. I followed the instruction of TechNote ColdFusion MX:

RE: OT - Nice site I will recommend you to all my friends.

2006-08-10 Thread Andy Matthews
What would they be waiting for? !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: Thursday,

Re: site that can't be copied

2006-08-10 Thread Claude Schneegans
Which it will have if you are trying to c+p from the page Exact, but this way at least, ONLY text copied from the page will be erased, or text copied from another window will be erased when the malicious page gets focus. If this is the way they want to behave with their visitors, it is their

Re: framework poll

2006-08-10 Thread Claude Schneegans
What framework would you use if you had to do your project over again? At least two options are missing: o My own framework o I hate frameworks -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any

RE: Development Environment Setup

2006-08-10 Thread Everett, Al \(NIH/NIGMS\) [C]
Then your security team is full of idiots. No comment. I wish to remain gainfully employed so I just deal with it. I have pointed out several times that this prevents from using some of the power of source versioning, like branching, and interferes with unit testing, among other issues.

RE: site that can't be copied

2006-08-10 Thread Munson, Jacob
IMHO, this is some kind of security issue: no script should have access to the clipboard unless its container has focus. While you can write to the clipboard from JS, you can't read the clipboard's contents. /That/ would be a security issue. -- This transmission may contain

RE: All Adobe ColdFusion products to be discontinued

2006-08-10 Thread Ken Ferguson
A timer? I'm sticking that one squarely in an infinite loop! --Ferg -Original Message- From: Jake Churchill [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 9:24 AM To: CF-Talk Subject: RE: All Adobe ColdFusion products to be discontinued Set that one on a timer :)

Re: site that can't be copied

2006-08-10 Thread Bryan Stevenson
In Firefox, and I just noticed in Opera (v9) with JS enabled I can still right click as well as copy and paste like any normal website. Interesting. The code that prevents this is IE specific...that's why ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems

Re: site that can't be copied

2006-08-10 Thread Tom Chiverton
On Thursday 10 August 2006 15:52, Claude Schneegans wrote: By the way, I sent a best-of some comments in this thread to the site administrators, and here is their answer: Ejits. -- Tom Chiverton This email is sent for and on behalf of

Re: OT - Nice site I will recommend you to all my friends.

2006-08-10 Thread Tom Chiverton
On Thursday 10 August 2006 15:44, Andy Matthews wrote: What would they be waiting for? Google to reindex the site. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership

Re: OT: site that can't be copied

2006-08-10 Thread Bryan Stevenson
Pointless to non-normal users, and likely to confuse normal users, so why bother ? There's always ctrl-alt-print screen :-) -- Tom Chiverton Yep...except ctrl-alt-preint screen doesn't work in IEbut there are other ways just as simple for IE ;-) Bryan Stevenson B.Comm. VP Director

Re: OT: site that can't be copied

2006-08-10 Thread Bryan Stevenson
You're right Bryan. You did ask that and I kind of digressed. :o) Back to your original question, I agree that going through all of that trouble to lock down the site really makes no sense but I imagine that someone in management was a bit too paranoid about losing their content and made it

Re: All Adobe ColdFusion products to be discontinued

2006-08-10 Thread Rick Root
Andy Allan wrote: I believe there is also a CFLAPDANCE / with an attribute gender whose values are male|female If yu're going to be politically correct and include both male and female options, which we all know is just sily, then you must also include she-male for the deviants.

Re: OT: site that can't be copied

2006-08-10 Thread Bryan Stevenson
Absolutely. For the same reason, I HATE Acrobat or Flash documents from which I can't copy content. Do you mean PDfs in that statement above Claude? If so...you sure can copy text from themjust press the select text button in the toolbar and away you go ;-) Cheers Bryan Stevenson

Re: All Adobe ColdFusion products to be discontinued

2006-08-10 Thread Michael Dinowitz
Can we please kill this thread so I don't have to do so in the list processing code? Thanks ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers,

Re: cfdocument and combining multiple docs into a PDF

2006-08-10 Thread Bryan Stevenson
Lez you may need to dig into iText itself to do thatCFDOCUMENT may not be sophisticated enough Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web:

Re: site that can't be copied

2006-08-10 Thread Bryan Stevenson
Hmmm, this was not very hard? I didn't say actually getting the content was hard Ianthe point was what they are up to and asking the list if they think it's a bad idea. That was my point. If it took less then 5 seconds for me to get around the purpose of the annoying software, can it

Re: site that can't be copied

2006-08-10 Thread Bryan Stevenson
Wow Claude you actually got a response from them!! I still haven't heard back ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com

Re: framework poll

2006-08-10 Thread James Holmes
BTW, you'll be able to add those two options to the ColdFusion Community Consensus page on frameworks when I get the site finished :-) On 8/10/06, Claude Schneegans [EMAIL PROTECTED] wrote: What framework would you use if you had to do your project over again? At least two options are

Re: site that can't be copied

2006-08-10 Thread Bryan Stevenson
Claude you should reply to them again and mention that none of their protectioin works in browsers other than IE ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED]

Re: OT: site that can't be copied

2006-08-10 Thread Claude Schneegans
PDfs in that statement above Claude? Yeap. just press the select text button in the toolbar and away you go This is what I mean: the standard way to do it under Windows does not work. I hate things that make my PC behave like a Mac or any other oddity ;-) --

cf_accelerate

2006-08-10 Thread ktetterton
Is there an update to the cf_accelerate tag we should be using for CFMX7 and was the accelerate admin ever non-beta? We have 6 load balanced CF servers running cf_accelerate and after a recent change to the site, the cache is growing huge to the point that all VM is used before the machine

RE: getMetricData function not work on CF 7 multiserver installation ?

2006-08-10 Thread Ryan, Terrence
From what I remember, getMetricData doesn't work at all on a Multiserver configuration. What I think that technote does is tell you how to get equivalent metric data out of Jrun and into a log file, which you can't consume in ColdFusion (without using cffile.) Terrence Ryan Senior Systems

Re: OT: site that can't be copied

2006-08-10 Thread Tom Chiverton
On Thursday 10 August 2006 16:28, Bryan Stevenson wrote: another IP you get banned!!! Don't see how that works for the general public with dynamic IPs!!! guess It's limited to one IP per login session - after it expires you can come back from another IP. This prevents people sharing accounts,

Re: site that can't be copied

2006-08-10 Thread Claude Schneegans
I still haven't heard back May be also they are trying to cut and paste your message into their answer, and they are wondering why it does not work? ;-)) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please

Path of a cfc important?

2006-08-10 Thread Brent Shaub
Hello all, I have a bunch of .cfcs in the same folder whose init() function creates application-level instances of the cfc object. I make reference to one of these objects as a parameter when initializing another cfc. It works fine when everything is in the same folder. When I pass in an

Re: site that can't be copied

2006-08-10 Thread Claude Schneegans
that none of their protectioin works in browsers other than IE It works for Firefox, at least. Not anymore my problem anyway ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this

RE: getMetricData function not work on CF 7 multiserver installation ?

2006-08-10 Thread Hua Wei
Thanks Terrence. Too bad getMetricData doesn't work on Multiserver installations. Any other way to programmably get perfomance metics like what getMetricData does? Hua -Original Message- From: Ryan, Terrence [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 11:52 AM To:

RE: Path of a cfc important?

2006-08-10 Thread Russ
Well your cfc is called mailServ, but you're saying the type is mailserver. Everything is based on the file name, not what you put in cfcomponent name. Russ -Original Message- From: Brent Shaub [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 11:47 AM To: CF-Talk Subject:

Re: Path of a cfc important?

2006-08-10 Thread James Holmes
The type also needs to be the full path if your CFCs are going to be in different folders. cfargument name=mailserv type=cfcs.mailserv.mailserv required=true / This assumes that CF can find these from the webroot of your site or that you have a mapping /cfcs that points to the right place. On

Re: OT: site that can't be copied

2006-08-10 Thread Bryan Stevenson
guess It's limited to one IP per login session - after it expires you can come back from another IP. This prevents people sharing accounts, nearly :-) 'Course, if your ISP round-robins your outbound requests between several proxies each with their own IP, your screwed :-) -- Tom

Re: site that can't be copied

2006-08-10 Thread Bryan Stevenson
They are probably busy modifying their script as I suggested ;-) Yes that would be a good idea which I will bring up to the web master. Your right. Good idea. Thanks for bringing it to my attention. a...musta missed that part ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce

decrypting a string...using CF 6.1

2006-08-10 Thread Andy Matthews
I'm checking our error logs and have found this one error that crops up often enough that I'd like to fix it right away. But I'm getting an error that I don't know how to fix. The error -- 15 null The error occurred on line 11. The line in question -- cfset email =

Re: Am I losing it?

2006-08-10 Thread Neil Middleton
Now America's waking up, I'd be interested to see if anyone else replies... nudge nudge Neil On 8/10/06, Neil Middleton [EMAIL PROTECTED] wrote: Yeah, I think I remember seeing mentions of that. But I have also seen this happening in CF4.5, but never really thought it might be disappearing

Re: coldfusion scam site

2006-08-10 Thread John Dowdell
Michael Dinowitz wrote: Does anyone know who owns coldfusionjobs.com? It's a scam site that only shows advertising and actually is showing ads in a way that is in total violation of the Google terms of service. I can't block my ads from showing on it due to the way that they've hijacked the

CFGrid

2006-08-10 Thread Chad McCue
I am running coldfusion 6 MX and trying to use CFGrid, I have it running fine on my betasite but when I go live and try to use the https url the cfgrid never loads. I get the following error in the java console. Java(TM) Plug-in: Version 1.4.2_04 Using JRE version 1.4.2_04 Java HotSpot(TM)

Best method to store Information in FuseBox

2006-08-10 Thread Dorian Puerta
I'm in the process of re-creating a membership application in a fusebox framework. Currently the application has the ability to navigate back and forth between pages to update information (i.e from page 5 to page 2). In the current app I stored information using form variables which dynamically

Re: Paymentech

2006-08-10 Thread Jacqueline Olexa
Oh. I'm just a lowly programmer who makes no business decisions. :) I was just handed the problem of creating the script to connect to the gateway. The client had picked them out before we even got involved. Sorry. Adkins, Randy wrote:

Re: Paymentech

2006-08-10 Thread Jacqueline Olexa
As one lowly programmer to another, may I ask how you connected to Paymentech? I'm trying to POST to Paymentech's NetConnect product using CFHTTP and something has gone awry. They have verified that our test account is working, but I get a connection failure every time. I'm curious how

Re: Paymentech

2006-08-10 Thread Ray Champagne
Not sure who you were talking to, Jacqueline, but I have a script that I am handing out that worked up until my client changed to Auth.NET earlier this year. I'll email it to you off-list, if you'd like. Ray Jacqueline Olexa wrote: As one lowly programmer to another, may I ask how you

Coldfusion and Flex: What am I doing wrong?

2006-08-10 Thread Christy Hall
I've tried 4 Flex demo apps and I can't get any of them to work. I'm running the latest and greatest CFMX7 (7.0.2 I believe). Specifically, I'm trying to get this app running: http://www.asfusion.com/projects/my-to-do-list/ I'm wondering if it has something to do with my CF setup. We don't have

Re: getMetricData function not work on CF 7 multiserver installation ?

2006-08-10 Thread Douglas Knudsen
Wei, look at http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19120 http://tutorial351.easycfm.com/ http://www.robisen.com/index.cfm/2006/5/26/Monitoring-performance-on-ColdFusion-for-J2EE-Multiserver--Outputting-metrics-to-CVS http://www.bpurcell.org/blog/index.cfm?mode=entryentry=991

Storing hard coded data - advice?

2006-08-10 Thread Peterson, Chris
I have about 12 excel pages of GL Accounts that I have been asked to build reports on. I have separate GL lists for 4 different companies, and each company's data is grouped into categories (Fuel, Property Taxes, Payroll, etc), and have a variable number of GL's per category. Each account is

RE: Storing hard coded data - advice?

2006-08-10 Thread Nick Han
I wouldn't reply on cf to do any kind of data mappings other than select data back to display. Look into data warehousing database modeling (star schema) if you have extensive amounts of historical data. -Original Message- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent:

Re: Coldfusion and Flex: What am I doing wrong?

2006-08-10 Thread Christy Hall
Found it. Apparently had to convert booleans to int with int(true); and int(false); ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to

RE: Storing hard coded data - advice?

2006-08-10 Thread Everett, Al \(NIH/NIGMS\) [C]
Simplest, to me anyway, would be a config.ini file with the data needed. Second choice would be XML. Third choice a database table. Option 3 really requires a front-end, as letting people directly edit in the database gives me the heebie-jeebies. The other two, not so much, although it's do-able.

RE: Storing hard coded data - advice?

2006-08-10 Thread Peterson, Chris
I think you mis-understood Nick. My database has tons of data to query, the only thing it does not have is data-categories (or, they are inaccurate and the accounting group does not want to fix them across 4 companies) I have an excel list from the accounting group they want me to create reports

Re: Coldfusion and Flex: What am I doing wrong?

2006-08-10 Thread Christy Hall
ok at least now it is coming up. But I am getting the following errors: TypeError: Error #1009: Cannot access a property or method of a null object reference. at mytodolist/::taskSaved() at mytodolist/___Operation2_result() at

Re: Coldfusion and Flex: What am I doing wrong?

2006-08-10 Thread Christy Hall
TypeError: Error #1009: Cannot access a property or method of a null object reference. at mytodolist/::comparePriorities() at mx.collections::Sort/findItem() at mx.collections::ListCollectionView/getItemIndex() at

  1   2   >