Statistical Functions and Boxplots

2005-06-08 Thread Ryan Edgar
I have a client who wants some data represented by boxplots. I've been unable to find software for CF which will automatically calculate and graph the required information (upper quartile, lower quartile, median) from raw data passed, so I need to find a way of performing these calculations

Re: Statistical Functions and Boxplots

2005-06-08 Thread Ryan Edgar
it, as long as he doesn't have to do any work! Thanks, Ryan On 6/8/05, Jochem van Dieten [EMAIL PROTECTED] wrote: Ryan Edgar wrote: I have a client who wants some data represented by boxplots. I've been unable to find software for CF which will automatically calculate and graph

RE: CFGRAPH -- 2nd Posting

2004-01-27 Thread Ryan Edgar
with similar options... have a look at their demos. I'm not a salesman but I reckon the software is great :-) Cheers, Ryan Edgar Web Applications Developer nga.net Pty Ltd. Level 2, 17 Raglan St South Melbourne 3205 t. 03 9694 5414 f. 03 9686 4611 Searching for best-fit e-recruitment software

RE: isDefined question

2004-01-13 Thread Ryan Edgar
You need quotes in the IsDefined function... cfif not isDefined(client.pods) HTH Ryan -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Wednesday, 14 January 2004 2:11 PM To: CF-Talk Subject: isDefined question cfif not isDefined(client.pods) cfset

RE: Regex Help

2004-01-06 Thread Ryan Edgar
Ryan Edgar wrote: I've written a simple Regex to remove all the whitespace from my templates: CFSET PageSource = REReplace(PageScource, [[:space:]]{2,}, , ALL) The problem I'm having is if there is _javascript_ on a page and there are inline comments, the _javascript_ won't work. alert

Regex Help

2004-01-05 Thread Ryan Edgar
to keep text formatting in place. I've looked through the archives high and low but haven't been able to find anything, so any help at all would be greatly appreciated. TIA, Ryan Edgar Developer nga.net Pty Ltd. Level 2, 17 Raglan St South Melbourne 3205 t. +61 (0)3 9694 5415 f. +61 (0)3 9686 4611

QueryNew() Filtering Problems

2002-09-24 Thread Ryan Edgar
a temporary table in SQL Server and dumping the data in there to interrogate it properly. Does anyone know of a better solution, or even better, a fix for my code? This is an integral part of my application. Many thanks, Ryan Edgar Web Applications Developer BizNet biznet-solutions.com

RE: QueryNew() Filtering Problems

2002-09-24 Thread Ryan Edgar
knows how to set the type correctly to begin with (even though there ain't no type in cf g). -mk -Original Message- From: Ryan Edgar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 8:18 AM To: CF-Talk Subject: QueryNew() Filtering Problems I have created a query using

RE:Stored Procedure problem (was Stored Process)

2002-04-16 Thread Ryan Edgar
'SELECT tables_colVScell.tables_cell_id FROM tables_colVScell, tables_rows WHERE tables_colVScell.tables_row_id IN (' to a column of data type int Any help on this matter would be greatly appreciated as we are fairly stumped. TIA Ryan Edgar -Original Message- From: Jerry Staple Sent: 16

RE: String Magic: Extract initial character of words in a string

2002-03-21 Thread Ryan Edgar
cfset myString=This is a Cold Fusion Article cfset initials= cfloop from=1 to=#listlen(myString, )# index=word cfset initials=initials left(listgetat(myString, word, ), 1) /cfloop cfoutput#initials#/cfoutput HTH Ryan Edgar -Original Message- From: Edward McDermott [mailto

OT: Netscape VS IE

2002-03-12 Thread Ryan Edgar
Sorry for the off topic post. Does anyone know where I can find a definitive description of the differences (i.e. what will and won't work / html display differences etc...) between IE 5+ and Netscape 4.7 + TIA Ryan Edgar Certified Coldfusion 5 Developer www.biznet-solutions.com

RE: cfmail within a custom tag being run twice

2002-02-18 Thread Ryan Edgar
whether you are at the start or end tag I would do something along the following lines: cfif ThisTag.ExecutionMode IS end Your custom tag code here. /cfif Hope this helps, Ryan Edgar Certified Coldfusion 5.0 Developer -Original Message- From: Stephen Adams [mailto:[EMAIL

Problem with Merchant Bank and CF

2002-01-15 Thread Ryan Edgar
receive the callback information correctly again. We are using CF 4.5 on the affected servers. Any help or advice would be very much appreciated. TIA, Ryan Edgar Coldfusion Certified Developer BizNet Solutions, Macromedia Premier Partner (Ireland), 133 - 137 Lisburn Road, Belfast, BT9 7AG

CFID CFTOKEN

2001-11-14 Thread Ryan Edgar
session. Is there any way I can stop this from happening (for example log them out if their CFID or TOKEN changes)? 2) Does anyone know any JavaScript that will stop a user from clicking the Close button on their browser, and bring up an alert telling them they must log out? TIA Ryan Edgar Web

OT - Javascript question

2001-10-18 Thread Ryan Edgar
I have a dynamically generated form and I wish to do validation on some of the fields using Javascript. Basically I am ensuring that numeric data is entered - simple enough to validate, but the problem occurs when there are units such as currency that need to be submitted along with the value.

OT - Javascript question

2001-10-18 Thread Ryan Edgar
I have a dynamically generated form and I wish to do validation on some of the fields using Javascript. Basically I am ensuring that numeric data is entered - simple enough to validate, but the problem occurs when there are units such as currency that need to be submitted along with the value.

RE: Newbie question

2001-07-31 Thread Ryan Edgar
In your query, get rid of the single quotes. it should look like this cfquery name=Datos datasource=SGBD_SIPLA dbtype=ODBC username=podsd password=23524 Select C01010, C01015 from SIG00010 where C01010 =7327720 /cfquery Ryan Edgar Web Applications Developer Biznet Solutions 133 - 137

RE: Newbie question

2001-07-31 Thread Ryan Edgar
Sorry, ignore that!! Didnt read the mail properly. DOH! -Original Message- From: Ryan Edgar Sent: 31 July 2001 11:57 To: CF-Talk Subject: RE: Newbie question In your query, get rid of the single quotes. it should look like this cfquery name=Datos datasource=SGBD_SIPLA dbtype

RE: cfmail

2001-07-31 Thread Ryan Edgar
You have to use type=html. Ryan Edgar Web Applications Developer Biznet Solutions 133 - 137 Lisburn Road Belfast BT9 7AG www.biznet-solutions.com Tel: +44 (0)28 9022 3224 Fax: +44 (0)28 9022 3223 -Original Message- From: Jones, Becky [mailto:[EMAIL PROTECTED]] Sent: 31 July