RE: Testing Assignment

2000-07-10 Thread Dan Haley
10, 2000 10:11 AM To: [EMAIL PROTECTED] Subject: Testing Assignment Just for fun and keeping on the topic of testing and such, I'm assigning a test to the CF community. Lets say you have an IP address. (207.31.122.141) This IP address can also be seen as a long binary number using dotless IP

Re: Testing Assignment

2000-07-10 Thread Michael Dinowitz
PROTECTED] Subject: Testing Assignment Just for fun and keeping on the topic of testing and such, I'm assigning a test to the CF community. Lets say you have an IP address. (207.31.122.141) This IP address can also be seen as a long binary number using dotless IP addressing (3474946701). The way

Re: Testing Assignment

2000-07-10 Thread Howie Hamlin
While you're at it some additional functions would be neat. For example, testing whether a given IP address is within a range. For example, is 123.123.123.123 in the set of *.1??.???.* Regards, Howie - Original Message - From: Michael Dinowitz [EMAIL PROTECTED] To: [EMAIL PROTECTED

RE: Testing Assignment

2000-07-10 Thread Jeremy Allen
Me and a co worker *cough* cam *cough* were discussing this and it would be a lot easier to write the range checking code using the array converted to hex. The InputBaseN tag would work well. Okay ill write my version of how I would do it :P Okay here goes some code, forgive the formatting

RE: Testing Assignment

2000-07-10 Thread Judah McAuley
Looks good, although I have one thought to throw in... At 05:47 PM 7/10/00 -0400, you wrote: sniped !--- Can convert multiple IP's using large dim arrays?? *shrug* --- CFLOOP LIST="#ipAddress1#" DELIMITERS="." INDEX="i" CFSET ipAddress1Arr[loopCnt] = i CFSET loopCnt = loopCnt

Re: Testing Assignment

2000-07-10 Thread Michael Dinowitz
Only problem is that formatbasen will fail if the number is to high. It overloads what CF sees as an integer. Me and a co worker *cough* cam *cough* were discussing this and it would be a lot easier to write the range checking code using the array converted to hex. The InputBaseN tag would

RE: Testing Assignment

2000-07-10 Thread Mike Sheldon
arithmetic. Michael J. Sheldon Internet Applications Developer Phone: 480.699.1084 http://www.desertraven.com/ PGP Key Available on Request -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Monday, July 10, 2000 15:30 To: [EMAIL PROTECTED] Subject: Re: Testing Assignment

RE: Testing Assignment

2000-07-10 Thread Dan Haley
: Testing Assignment True, it will fail for all IPs in the 128.XXX.XXX.XXX range or higher. Worse yet, the behavior changed from CF 4.0 to 4.5 I had several functions from a year ago that had to be hacked badly in order to keep them working. The moral of the story? CF sucks giant rocks when it comes

RE: testing for existence of table

2000-06-28 Thread Philip Arnold - ASP
I have a temporary table that needs to be deleted after processing has completed. But, if the user bails and doesn't complete the transaction, the temporary table doesn't get deleted, which causes an error message when CF attempts to create the table later on. So I put in some code to

testing for existence of table

2000-06-27 Thread S.E.Fling
Hi all, I have a temporary table that needs to be deleted after processing has completed. But, if the user bails and doesn't complete the transaction, the temporary table doesn't get deleted, which causes an error message when CF attempts to create the table later on. So I put in some code to

RE: testing for existence of table

2000-06-27 Thread Mark Warrick
: Tuesday, June 27, 2000 2:40 PM To: [EMAIL PROTECTED] Subject: testing for existence of table Hi all, I have a temporary table that needs to be deleted after processing has completed. But, if the user bails and doesn't complete the transaction, the temporary table doesn't get deleted

Coding and Testing Process

2000-06-20 Thread Craig M. Rosenblum
Has anyone developed these for Cold Fusion? Any forms or tools do you use to help this process work? I'm trying to develop the start-up Development Manual for my company... And I need ideas specific towards Cold Fusion Development...

TESTing bounce.

2000-06-19 Thread Bob Smith
test Thanks, Bob Get free email and a permanent address at http://www.amexmail.com/?A=1 -- Archives: http://www.eGroups.com/list/cf-talk To

Testing - Delete Me!!

2000-06-01 Thread Kevin Queen
Last one did not make it this is a test Sorry ;-} -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a message to [EMAIL

OT: as the server grows. load testing?

2000-05-31 Thread Paul Ihrig
Good Morning All! Lately over the past few month i have noticed a huge surge of new web apps of varying degrees here at work being thrown on the web server. Tons of Marketing, accounting misc. stuff just keeps getting thrown up there 'Tested!' on a live server. What i need is a way to bench

Sorry - Testing...

2000-05-30 Thread Stephen Moretti
Sorry folks - Never do this normally, but had a feeling that I might have been automatically unsubscribed from the list, cos my mail server wasn't responding. This was the only way I could think to check... :o( Sorry... Stephen

testing for a cookie

2000-05-15 Thread Ben Lowndes
Hello, I'd like to be able to test for the existence of a cookie so that I can use CFLOCATION if the cookie is set. The problem is the code cfif IsDefined(Cookie.CartID) is throwing up an error The code I'd like to use is something like: code here that writes a cookie . CFIF

Testing

2000-04-23 Thread Gregory Harris
Testing please ignore Gregory Harris (tekiegreg) [EMAIL PROTECTED] -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk

Re: Load Testing

2000-04-05 Thread Cary Gordon
Unless you are planning on going into the load testing business, hire an expert. The software costs a fortune and takes a ton of training. I am speaking specifically about SilkPerformer, but I think that it applies pretty much across the board. In the local talent department, I think

RE: Load Testing

2000-04-04 Thread Dave Watts
... I agree that Silk Performer is a good tool. It just felt a bit clunky to use compared to RSW E-Suite's interface and I wanted to see if anyone had any other opinions about the other tools out there. I'd love a feature breakdown between the two but can't seem to find one anywhere. Like

Testing only, do not respond

2000-04-03 Thread mirza baig
__ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Load Testing

2000-04-03 Thread Scott Rowe
Can anyone recommend, tell experience with etc, load testing software such as RSW E-suite, Segue SilkPerformer, and Mercury's LoadTest? ___ Scott Rowe [EMAIL PROTECTED] Webmaster 212.208.0644 Fenics Software

RE: Load Testing

2000-04-03 Thread Olive, Christopher M Mr USACHPPM
;real simulated users" that you have to purchase/rent). Chris Olive DOHRS Website Administrator [EMAIL PROTECTED] -Original Message- From: Scott Rowe [mailto:[EMAIL PROTECTED]] Sent: Monday, April 03, 2000 2:08 PM To: CF-Talk Subject: Load Testing Can anyone recommend, tell experience with

RE: Load Testing

2000-04-03 Thread Steve Bernard
plan on doing intensive tests. If you don't need your own copy, Allaire, Fig Leaf, and several other companies offer load/performance testing consulting with these same tools. But hey, you work for a multi-national development company so what's a hundred grand here or there, right? :) Steve

Testing only, do not respond

2000-03-27 Thread mirza baig
testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing

<    5   6   7   8   9   10