Re: CF Licensing on a VMWARE Server instance?

2006-02-16 Thread Andy Allan
The point Kev is making is that you cannot realistically load test your applications with the developer edition because of the thread limits. And if you're running in a clustered environment, because of the IP restrictions on the developer edition, you'll run into problems there too. Therefore he

Re: burning the midnight oil on my chat room

2006-02-16 Thread Will Tomlinson
Due to a really nasty security risk I've just discovered, my chat room is no longer available I'm off to the AJAX list! Let me know when your security risk (the disruptor) has been resolved, and I'll join the chat room again. That thing is so cool! Thanks Rick, Will

Re: ot: site contracts

2006-02-16 Thread Will Tomlinson
Anyone have a decent contract for web development? I had a bunch and of course can't find them now and I told my attorney not to worry about it cause I had some. I have one if you want somethin' to work with. It covers alot of ground. And don't be attackin' me on this! You know I've gotcha

Verity problems - going nuts/need help

2006-02-16 Thread JoeT
Peter, Thanks for the suggestions. We set the permissions on the folder to match what they had been set to on the old NT machine but it didn't help. Joe Subject: Verity problems - going nuts/need help From: Peter Tilbrook [EMAIL PROTECTED] Date: Wed, 15 Feb 2006 23:07:00 -0400 Thread:

RE: Verity problems - going nuts/need help

2006-02-16 Thread Robertson-Ravo, Neil (RX)
If you put d:\Clients\firmname\www\TrusteeIntranet\Documents\ into Start Run - does it work? N -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 16 February 2006 11:08 To: CF-Talk Subject: Verity problems - going nuts/need help Peter,

Re: burning the midnight oil on my chat room

2006-02-16 Thread James Holmes
That wasn't the security risk. I'm looking at this issue too - it's a serious one and it seems to be in the core of CFAJAX. On 2/16/06, Will Tomlinson [EMAIL PROTECTED] wrote: Due to a really nasty security risk I've just discovered, my chat room is no longer available I'm off to the AJAX

RE: burning the midnight oil on my chat room

2006-02-16 Thread Robertson-Ravo, Neil (RX)
What is the security risk? Many hands make light work... -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: 16 February 2006 12:30 To: CF-Talk Subject: Re: burning the midnight oil on my chat room That wasn't the security risk. I'm looking at this issue too - it's a

Re: burning the midnight oil on my chat room

2006-02-16 Thread Martin Thorpe
So what is this Ajax security risk is it something we should all be aware of when working with AJAX. I have only done a little so far but intend to use it more in the future. Is it something I should be aware of? What is the security risk? Many hands make light work... -Original

Easy CFC question

2006-02-16 Thread Robert Everland III
I want to call one of the functions I have created in my cfc from another function in the same cfc. Do I need to createobject of the cfc in itself? Bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232428

Re: Easy CFC question

2006-02-16 Thread Joe Rinehart
Hey Bob, Nope. Silly example follows: cfcomponent cffunction name=add cfargument name=numOne cfargument name=numTwo cfreturn numOne + numTwo / /cffunction cffunction name=addTax cfargument name=amount cfargument name=rate cfreturn add(amount, amount * rate) / /cffunction

RE: burning the midnight oil on my chat room

2006-02-16 Thread Bobby Hartsfield
I'd like to hear this one too... off list of course. ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Martin Thorpe [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 7:11 AM To: CF-Talk Subject: Re: burning the midnight oil on my chat

Re: burning the midnight oil on my chat room

2006-02-16 Thread Martin Thorpe
See look you have started a scare now :-) would be nice to know. I'd like to hear this one too... off list of course. .:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Martin Thorpe [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006

Re: burning the midnight oil on my chat room

2006-02-16 Thread Ryan Guill
Yeah, why don't you just yell fire in a crowded theater! ;) On 2/16/06, Martin Thorpe [EMAIL PROTECTED] wrote: See look you have started a scare now :-) would be nice to know. I'd like to hear this one too... off list of course. .:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield

Re: burning the midnight oil on my chat room

2006-02-16 Thread Greg Morphis
Hey, a lot of us on the list us CFAJAX.. could you please shed the light on the security issue you discovered? Or blog about it and send out the link. I need to check my apps.. Thanks! On 2/15/06, Rick Root [EMAIL PROTECTED] wrote: Due to a really nasty security risk I've just discovered, my

tag to allow access to foxpro .dbf

2006-02-16 Thread Jeremy Bunton
Hello, I have a foxpro table that I can't open because its locked up by CF and its on a live server so I can't just stop the CF ODBC service. I was sure I heard of a tag that would break that connection so I can open that table and change what I need to. Its seems like I have used it in the past

Re: burning the midnight oil on my chat room

2006-02-16 Thread James Holmes
I've emailed the author and I need to check where it's happening so we can do something about it before we all get exploited - once I have a fix I'll explain it publicly. On 2/16/06, Greg Morphis [EMAIL PROTECTED] wrote: Hey, a lot of us on the list us CFAJAX.. could you please shed the light

Number formatting bugs

2006-02-16 Thread Snake
Erm can anyone tell me why this code cfset num = 123456789123456789.12 cfoutputnumberformat:#numberformat(num,'999,999,999,999,999,999,999.99')# br decimal format: #decimalformat(num)# /cfoutput Produces this result, which is obviously wrong ? numberformat: 123,456,789,123,456,784.00 decimal

Re: coldfusion and SQL2005

2006-02-16 Thread J W
So its a processor license then for SQL2005 when used in conjunction with Coldfusion as a web ap?? Even though you are connecting from ONE physical machine to the DB server using ONE account? There may be many concurrent connections/sessions, but technically its one account making those queries.

Re: burning the midnight oil on my chat room

2006-02-16 Thread James Holmes
Thanks for the fix too - I'm rolling that into my code right #now()# :-) On 2/16/06, Rick Root [EMAIL PROTECTED] wrote: Robertson-Ravo, Neil (RX) wrote: What is the security risk? Many hands make light work... Basically, in CFAJAX 1.3, if you pass a string argument to a function, and your

Re: burning the midnight oil on my chat room

2006-02-16 Thread Rick Root
Robertson-Ravo, Neil (RX) wrote: What is the security risk? Many hands make light work... Basically, in CFAJAX 1.3, if you pass a string argument to a function, and your string argument contains # escaped CFML code, the CFML executes on the server. in my example, if you typed #Now()# into the

Re: burning the midnight oil on my chat room

2006-02-16 Thread Rick Root
James Holmes wrote: Thanks for the fix too - I'm rolling that into my code right #now()# :-) hahaha ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232442 Archives:

Null Null Error?

2006-02-16 Thread Burns, John D
I've got a cferror tag in my application.cfm to catch errors and email me with the error information as well as display some text to the user. I've noticed lately that I've got a few errors happening where I get an email and the error diagnostics is something along the lines of :null null brThe

Re: tag to allow access to foxpro .dbf

2006-02-16 Thread Wayne Putterill
With access I used to run an illegal query - selecting a field that didn't exist for example, maybe that may work? On 2/16/06, Jeremy Bunton [EMAIL PROTECTED] wrote: Hello, I have a foxpro table that I can't open because its locked up by CF and its on a live server so I can't just stop the CF

RE: burning the midnight oil on my chat room

2006-02-16 Thread Snake
Have u seen http://cfchat.net/home/ -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 16 February 2006 14:54 To: CF-Talk Subject: Re: burning the midnight oil on my chat room Robertson-Ravo, Neil (RX) wrote: What is the security risk? Many hands make light work...

RE: problems installing 6.1 on windows 2003

2006-02-16 Thread Plunkett, Matthew
I ran into that DEP problem, and got past it. The installer ran successfully. It is failing in the administrator portion that configures the ODBC service. -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 11:12 AM To: CF-Talk Subject:

RE: Book Search: Java for Coldfusion Developers by Eben Hewitt

2006-02-16 Thread Brad Wood
My co-worker doesn't want to sell hers, but she said she got it used on Amozon.com. You might want to check there. ~Brad Does anyone have a copy of Java for ColdFusion Developers by Eben Hewitt that they wouldn't mind selling?

Re: CFC cftransaction

2006-02-16 Thread Aaron Roberson
Wasn't the ColdFusion MX Bible written by Charlie Arehart from New Atlanta (the makers of BlueDragon)? Mayby he will share with the list why he stated that omitting BEGIN, COMMIT, and ROLLBACK will bring CFMX to a slow crawl. -Aaron On 2/15/06, Stan Winchester [EMAIL PROTECTED] wrote: The

RE: Book Search: Java for Coldfusion Developers by Eben Hewitt

2006-02-16 Thread Plunkett, Matthew
I checked abebooks.com, none are currently for sale there. You may want to check there periodically though. This book is available on safari, also. -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 11:32 AM To: CF-Talk Subject: RE: Book

RE: CFC cftransaction

2006-02-16 Thread Dave Watts
Wasn't the ColdFusion MX Bible written by Charlie Arehart from New Atlanta (the makers of BlueDragon)? Mayby he will share with the list why he stated that omitting BEGIN, COMMIT, and ROLLBACK will bring CFMX to a slow crawl. I suspect that the portion in question was written by Adam

RE: burning the midnight oil on my chat room

2006-02-16 Thread Dave Watts
I hate python. Why? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit

Re: burning the midnight oil on my chat room

2006-02-16 Thread Rick Root
Dave Watts wrote: I hate python. Why? I'm just not a fan of it, that's all. I also hate ASP ;) Rick ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232462 Archives:

RE: Decimal places

2006-02-16 Thread Snake
In case anyone is interested, I worked out a solution. #Replace(DecimalFormat(number),'.00','')# Easy eh :-) Russ -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: 13 February 2006 13:12 To: CF-Talk Subject: RE: Decimal places I did consider the storing as varchar

RE: burning the midnight oil on my chat room

2006-02-16 Thread Andy Matthews
You hate tripod? She's always loved you! !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 10:58 AM To:

RE: problems installing 6.1 on windows 2003

2006-02-16 Thread Plunkett, Matthew
Found a solution, feels very kludgy though: http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18800 -Original Message- From: Plunkett, Matthew Sent: Thursday, February 16, 2006 11:30 AM To: CF-Talk Subject: RE: problems installing 6.1 on windows 2003 I ran into that DEP

RE: coldfusion and SQL2005

2006-02-16 Thread Dave Watts
So its a processor license then for SQL2005 when used in conjunction with Coldfusion as a web ap?? Even though you are connecting from ONE physical machine to the DB server using ONE account? There may be many concurrent connections/sessions, but technically its one account making

Re: Easy CFC question

2006-02-16 Thread Nathan Strutz
Ahh, file this one under gmail sending HOF emails to the spam folder. sorry folks -nathan strutz http://www.dopefly.com/ On 2/16/06, Nathan Strutz [EMAIL PROTECTED] wrote: I'm kind of surprised I didn't see anyone answer this yet... If another function is in the same scope as your current

Suggestion for the list

2006-02-16 Thread Claude Schneegans
Hi, I know, when one needs to start a new subject, it is much easier to reply any message and change the subject than start a new message and look for the list address in one's address book. The problem is that the reply still contains a reference to the message supposedly replied to, and

Re: tag to allow access to foxpro .dbf

2006-02-16 Thread Claude Schneegans
this function was never officially supported and has been removed from CFML with CF MX. I can beleive it, doesn't it flush ALL connections in ALL CF applications running? Something your provider will certainly not appreciate if you do it too aften ;-/ --

Re: CFC cftransaction

2006-02-16 Thread charles arehart
And you would be right, Dave. (As always! Ok, you'll say not always but it's close enough to the truth.) Aaron, while I did contribute to the book (published just before I joined New Atlanta), I didn't write that portion of the book. I'm guessing, too, that Adam or David did (Hal Helms also

Re: Suggestion for the list

2006-02-16 Thread Michael Dinowitz
That's the way I coded the list already. This is why you see a single thread that is started as ot: continued in some cases as a seperate thread without the ot. The reason is that some mail clients strip out anything before a colon (re:) and place their own re: after it. So the list order of

Email into database

2006-02-16 Thread Les Irvin
Can anyone give me an idea how to programmatically insert email into a database using cold fusion? I'd like to take a daily digest post from a mailing list and have it automatically inserted into a database. Possible? Thanks in advance, Les

Re: Book Search: Java for Coldfusion Developers by Eben Hewitt

2006-02-16 Thread Michael Dinowitz
The e-book version is a bootleg and I'd talk to the author before getting it. If the book is out of print, a small donation to him might be a polite thing to do before getting it. -Original Message- There is an e-book version floating around if you can't find a paper copy. Jim Davis

Re: Book Search: Java for Coldfusion Developers by Eben Hewitt

2006-02-16 Thread Aaron Roberson
It seems that this book is still in demand. Why is it out of print? Is a new edition needed to bring it up to speed or is it just Prentice Hall? -Aaron On 2/16/06, Aaron Roberson [EMAIL PROTECTED] wrote: Matthew, I will have to look into Safari. I have been checking Amazon, Half.com and

RE: Suggestion for the list

2006-02-16 Thread Munson, Jacob
I know, when one needs to start a new subject, it is much easier to reply any message and change the subject than start a new message and look for the list address in one's address book. If you use a client like Mozilla's Thunderbird (or Outlook 2003), you get auto-complete for email

Re: Suggestion for the list

2006-02-16 Thread Michael Dinowitz
Another list 'feature'. I rewrite the TO address for the list so no matter how you send it to CF-Talk, it will always be reformatted to the same name for display and sorting. This makes it easy to filter the list and avoids the need for a [list name] in brackets on each subject line (a waste of

RE: Book Search: Java for Coldfusion Developers by Eben Hewitt

2006-02-16 Thread Jim Davis
-Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 11:40 AM To: CF-Talk Subject: Re: Book Search: Java for Coldfusion Developers by Eben Hewitt The e-book version is a bootleg and I'd talk to the author before getting it. If the

Re: CFC cftransaction

2006-02-16 Thread Adam Churvis
Yep, I wrote that section, and there are two things worth noting about it: 1) At the time it was written, which was when 6.0 was still in Beta, calling CFTRANSACTION without explicitly declaring begin, commit, and rollback did bring performance to a crawl. I mean it was *really* bad. I believe

RE: burning the midnight oil on my chat room

2006-02-16 Thread Snake
OI!!! -- Snake -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 16 February 2006 16:44 To: CF-Talk Subject: RE: burning the midnight oil on my chat room I hate python. Why? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides

Re: coldfusion and SQL2005

2006-02-16 Thread J W
Dave, No Express won't cut it. Isn't this a grey area though??? Technically it is the coldfusion ap making the calls to the DB server, NOT the individual user. Each user of the website DOESN'T have seperate logins to the DB server. There may be concurrent connections/sessions from the same DB

Re: Book Search: Java for Coldfusion Developers by Eben Hewitt

2006-02-16 Thread Michael Dinowitz
It has to do with the ups and downs of the print industry. There were a number of CF books a few years ago and that kind of flooded the market and caused less of any specific book (other than ben's) to be bought. As a print run costs a nice chunk of change, once the current stock was out, a

Re: Suggestion for the list

2006-02-16 Thread Claude Schneegans
That's the way I coded the list already. Ok, then may be there is still room for some improvement in the algorithm; Take the thread burning the midnight oil on my chat room for instance, there are 2 new subjects started in it : tag to allow access to foxpro .dbf and Number formatting bugs

It doesn't always work though (WAS Re: Suggestion for the list)

2006-02-16 Thread Rick Root
the OT and other things don't always work... I saw a thread in the middle of my Burning the midnight oil thread with a totally different subject. Maybe it's just Mozilla organizing stuff by thread id or something. Rick ~|

test reply

2006-02-16 Thread Rick Root
test of a reply with a different subject. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232492 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription:

Re: Suggestion for the list

2006-02-16 Thread Claude Schneegans
If you use a client like Mozilla's Thunderbird I know, I have TB, and I always start a new thread whwn I have a question, the problem is caused by people not having TB ;-) -- ___ REUSE CODE! Use custom tags; See

lincense on a test server?

2006-02-16 Thread Joelle Tegwen
We're having trouble getting information from Adobe (since they apparently know nothing about ColdFusion.) We have a dual processor production server for which we will buy whatever appropriate license. Do we really need to buy a full additional license for our test server (which is only

RE: Null Null Error?

2006-02-16 Thread Burns, John D
Yeah, I didn't see anyone with a clear answer so I was curious. FYI, my configuration is: Windows 2003 IIS 6 CFMX 7 Updater 1 This is the only site on the server and the page the error seems to be generated from the most is one of the admin pages that is not hit very often. John Burns

Re: lincense on a test server?

2006-02-16 Thread Bryan Stevenson
yes you can use the developer edition for commercial development (not to run anything commercial in prod)...unless Adobe has changed the rules ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell:

Re: Book Search: Java for Coldfusion Developers by Eben Hewitt

2006-02-16 Thread Aaron Roberson
I suppose I should change my appeal: If anyone has a copy of the book they would like to sell, or if anyone could tell me how to get an e-book of this publication please do tell! Thanks, Aaron BTW, what does HOF stand for? I have seen it a few times... On 2/16/06, Jim Davis [EMAIL PROTECTED]

RE: coldfusion and SQL2005

2006-02-16 Thread Dave Watts
CALs are sometimes based on the number of machines accessing the server. So you can get 5 CALS for 5 machines, not 5 users. And since you only have 1 CF server accessing the SQL server, you should only need 1 CAL, theoretically. Unfortunately Microsoft doesn't see it that way. They

Re: It doesn't always work though (WAS Re: Suggestion for the list)

2006-02-16 Thread Michael Dinowitz
Ah, that is a bug. When I layed out how I handle threading, it's how I handle it for the list archives. When a message gets 'thrown' to a new subject, the code keeps the reply id rather than sets it to null. This causes the new thread to be part of the old one in some mail clients. I'll alter

RE: lincense on a test server?

2006-02-16 Thread Russ
I think the issue with this might be the limit on the # of ips that can access it. There are only 2 ips allowed, and if you have a large team, this can get problematic. -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 1:12 PM To:

RE: Book Search: Java for Coldfusion Developers by Eben Hewitt

2006-02-16 Thread Munson, Jacob
BTW, what does HOF stand for? I have seen it a few times... Look down at the bottom of any cf-talk email. ;) -- This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you

Re: Suggestion for the list

2006-02-16 Thread Michael Dinowitz
A bug in my thinking. I wrote the code for the archives rather than the mail client and even though a message might force a new thread in the archives, it keeps the old reply id. I'll have that fixed. That's the way I coded the list already. Ok, then may be there is still room for some

Re: lincense on a test server?

2006-02-16 Thread Rick Root
Joelle Tegwen wrote: We're having trouble getting information from Adobe (since they apparently know nothing about ColdFusion.) We have a dual processor production server for which we will buy whatever appropriate license. Do we really need to buy a full additional license for our test

Re: It doesn't always work though (WAS Re: Suggestion for the list)

2006-02-16 Thread Rick Root
Rick Root wrote: the OT and other things don't always work... I saw a thread in the middle of my Burning the midnight oil thread with a totally different subject. Maybe it's just Mozilla organizing stuff by thread id or something. note to Michael - this thread is organized within my

Re: Book Search: Java for Coldfusion Developers by Eben Hewitt

2006-02-16 Thread Ben Doom
Aaron Roberson wrote: BTW, what does HOF stand for? I have seen it a few times... House of Fusion? As in [EMAIL PROTECTED] :-) --Ben ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232504 Archives:

Re: Book Search: Java for Coldfusion Developers by Eben Hewitt

2006-02-16 Thread Michael Dinowitz
HoF = House of Fusion, the site that runs all of these lists and more. :) As for the e-book, I've contacted Eben about it and asked him how he wants to go forward with it. I suppose I should change my appeal: If anyone has a copy of the book they would like to sell, or if anyone could tell me

RE: Book Search: Java for Coldfusion Developers by Eben Hewitt

2006-02-16 Thread Brad Wood
It depends on what your definition of is is. (Can anyone tell me what CF stands for) :) ~Brad -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 12:18 PM To: CF-Talk Subject: RE: Book Search: Java for Coldfusion Developers by Eben Hewitt

RE: lincense on a test server?

2006-02-16 Thread Burns, John D
Obviously, you'd be limited to the 1 IP address to access the Testing server though. Not sure how you do testing, but it may not be the best way to do it. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer

RE: problems installing 6.1 on windows 2003

2006-02-16 Thread Burns, John D
That's right DEP. I knew mine looked funny. Yeah, sorry, I can't help you with the ODBC services since I haven't seen that error before. Any chance that maybe the ODBC service is already installed or something? John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web

Getting Distinct Values across multiple fields

2006-02-16 Thread Claremont, Timothy
I have a database that contains fields such as the following: Code1, Code2, Code3, Code4, Code5. Code25. I need to return the distinct codes from ALL columns. I don't care if a code only appeared in one of the columns, I need to see it in the distinct list. I know that I could return a

Re: It doesn't always work though (WAS Re: Suggestion for the list)

2006-02-16 Thread Claude Schneegans
the code keeps the reply id rather than sets it to null. Is it really reply-id ? I see a Reply-to, but this is different. I see a header References: which matches Message-ID: I think the References: header should be removed, not blanked, but removed. --

Re: It doesn't always work though (WAS Re: Suggestion for the list)

2006-02-16 Thread Michael Dinowitz
That's the plan Maybe it would be wise to check the subject and actually change or remove the References: header... rick ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232512 Archives:

Re: Suggestion for the list

2006-02-16 Thread Claude Schneegans
I'll have that fixed. Thanks, that will be greatly appreciated ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

Re: lincense on a test server?

2006-02-16 Thread Bryan Stevenson
I think the issue with this might be the limit on the # of ips that can access it. There are only 2 ips allowed, and if you have a large team, this can get problematic. True enough Russ...so setup the server on another network and connect to it via router where all connections through that

RE: lincense on a test server?

2006-02-16 Thread Russ
Well actually in CF7, it's restricted to localhost plus 2 other ips. But it's easy enough to get around :-P -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 1:20 PM To: CF-Talk Subject: Re: lincense on a test server? Joelle Tegwen

Re: lincense on a test server?

2006-02-16 Thread Bryan Stevenson
developer edition is IP restricted to localhost. so unless you're browser is running on the test server, that won't work. umm..no it's 2 IPs...not localhost..last time I checked anyway Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone:

Re: Book Search: Java for Coldfusion Developers by Eben Hewitt

2006-02-16 Thread Aaron Roberson
Doh! I feel like an idiot... -Aaron On 2/16/06, Brad Wood [EMAIL PROTECTED] wrote: It depends on what your definition of is is. (Can anyone tell me what CF stands for) :) ~Brad -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006

RE: coldfusion and SQL2005

2006-02-16 Thread Dave Watts
Isn't this a grey area though??? Technically it is the coldfusion ap making the calls to the DB server, NOT the individual user. Each user of the website DOESN'T have seperate logins to the DB server. There may be concurrent connections/sessions from the same DB user. So technically

RE: Email into database

2006-02-16 Thread Andy Matthews
Your FORM page form action=addemail.cfm method=POST name=myForm input type=text name=email input type=submit value=insert email /form email.cfm INSERT INTO table_name (email) VALUES ('#FORM.email#') This method has no error checking

Re: Book Search: Java for Coldfusion Developers by Eben Hewitt

2006-02-16 Thread Aaron Roberson
Michael, Awesome! Please advise as necessary. Thanks, Aaron On 2/16/06, Aaron Roberson [EMAIL PROTECTED] wrote: Doh! I feel like an idiot... -Aaron On 2/16/06, Brad Wood [EMAIL PROTECTED] wrote: It depends on what your definition of is is. (Can anyone tell me what CF stands for)

Re: It doesn't always work though (WAS Re: Suggestion for the list)

2006-02-16 Thread Michael Dinowitz
It's actually all 3. My code checks for each but when I talk, I just say reply id so as to not go into it. the code keeps the reply id rather than sets it to null. Is it really reply-id ? I see a Reply-to, but this is different. I see a header References: which matches Message-ID: I think

RE: lincense on a test server?

2006-02-16 Thread Russ
Or even better, use the built in server, and setup apache on the same box to proxy the requests to the built in server... That'll show em :-P -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 1:30 PM To: CF-Talk Subject: Re:

RE: lincense on a test server?

2006-02-16 Thread Dave Watts
True enough Russ...so setup the server on another network and connect to it via router where all connections through that router are from a single IP ;-) This would violate the license, of course. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the

RE: lincense on a test server?

2006-02-16 Thread Dave Watts
We have a dual processor production server for which we will buy whatever appropriate license. Do we really need to buy a full additional license for our test server (which is only accessible within our organization)? Can we use the developer edition somehow? If you only need to have

RE: CFC cftransaction

2006-02-16 Thread Andy Matthews
HAH. Churvii !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: charles arehart [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 10:27 AM To: CF-Talk Subject: Re: CFC

ArrayAppend oddity

2006-02-16 Thread Jeremy Bunton
I have the code below doing this where 01011 is a zip code. So I would like the output to be 01018 as the appended value in the array but right now I am getting 1018 (leading 0 getting cut off) I tried listappend and it does the same thing. Val() and tostring() didn't seem to do much either. Any

Email to database

2006-02-16 Thread Les Irvin
Can anyone give me an idea how to programmatically insert email into a database using cold fusion? I'd like to take a daily digest post from a mailing list and have it automatically inserted into a database. Possible? Thanks in advance, Les

RE: tag to allow access to foxpro .dbf

2006-02-16 Thread Jeremy Bunton
I ended up just restarting the odbc server service, it was the only way I could free it up. Jeremy -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 12:22 PM To: CF-Talk Subject: Re: tag to allow access to foxpro .dbf this function

RE: Email into database

2006-02-16 Thread Andy Matthews
Ooops... Misunderstood the question. You're wanting the contents of the email, not the address itself. Apologies. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Andy Matthews

RE: problems installing 6.1 on windows 2003

2006-02-16 Thread Jennifer Gavin-Wear
You need to add the 127.0.0.1 to allowed sites in IE security or it will just sit there. If you get stuck I've just done this install on a couple of 2003 boxes. Jenny -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: 16 February 2006 18:10 To: CF-Talk Subject: RE:

RE: lincense on a test server?

2006-02-16 Thread Dave Watts
Or even better, use the built in server, and setup apache on the same box to proxy the requests to the built in server... That'll show em :-P You may think I'm a prig for saying this, but I would strongly advise everyone not to discuss how to violate licenses on the list. Bad things can

samle gateway?

2006-02-16 Thread Rick Root
has anyone written a gateway that simply calls a cfc method every X seconds? I have something running as a scheduled task but it can only run - at most - once every minute, and I'd like it to run every 5-10 seconds. I thought about nabbing Ben's pop gateway example and ripping out a bunch of

Re: lincense on a test server?

2006-02-16 Thread Bryan Stevenson
This would violate the license, of course. how so Dave...it's just 1 IP and being used for development? Is there mention of router and othr devices in the licensing? TIA Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone:

RE: ArrayAppend oddity

2006-02-16 Thread Dave Watts
I have the code below doing this where 01011 is a zip code. So I would like the output to be 01018 as the appended value in the array but right now I am getting 1018 (leading 0 getting cut off) I tried listappend and it does the same thing. Val() and tostring() didn't seem to do much

Re: lincense on a test server?

2006-02-16 Thread Bryan Stevenson
You may think I'm a prig for saying this, but I would strongly advise everyone not to discuss how to violate licenses on the list. Bad things can happen (and have) as a result. not at all Dave...and my suggestion was only that...and you've since said it would be a violation...now I just want

Re: ArrayAppend oddity

2006-02-16 Thread Ryan Guill
arrayAppend(myArrayList2,01011) / The result of an addition statement is a numeric, so it will drop the leading 0. If you need the addition, its cfset mynewzip = 01011 + 7 / cfif len(mynewzip) LT 5 cfset mynewZip = 0 mynewzip / /cfif cfset arrayAppend(myArrayList2,myNewZip) / On 2/16/06,

RE: lincense on a test server?

2006-02-16 Thread Kevin Aebig
Not to mention, there are Coldfusion Engineers that watch this list. I don't know about you, but I would be insulted to hear these workarounds being openly discussed about one of my projects. Especially by a community that should be supporting CF... Kevin -Original Message- From: Dave

RE: samle gateway?

2006-02-16 Thread Brad Wood
Sounds like a lot of overhead. Instead of polling for changes, can the change simply trigger a listener? (Not sure of your specific use for this though). ~Brad -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 1:05 PM To: CF-Talk Subject:

Re: lincense on a test server?

2006-02-16 Thread Alan Rother
DevNet was cancelled a year ago. Here is the basic rule of thumb, if it is possible to see the dev server outside the building where it is housed, then yes you need at least the lowest posssible license. If it can only be accessed by developers in house on the local network then you might be able

  1   2   3   >