Re: Coldspring error: what does this mean please?

2007-10-24 Thread Sean Corfield
On 10/23/07, Mike Kear [EMAIL PROTECTED] wrote: what shoud it be set to and are there any security or performance implicatoins for a shared hosting operatoin ? My understanding is that most shared hosts will use this new setting to disable access to Java objects to improve security. Mark Mandel

Re: Coldspring error: what does this mean please?

2007-10-24 Thread Sean Corfield
On 10/23/07, Andrew Scott [EMAIL PROTECTED] wrote: However that does mystify me though, cfdump I would not have taken as an internal java tag? I think this is simply an oversight by the CF team - cfdump does not work properly when you turn Java object access off with this new setting. But

Re: Coldspring error: what does this mean please?

2007-10-24 Thread Mike Kear
Well I am really pissed off to learn that i might not be able to use CFDUMP. That's one of the best debugging tools there is, and to not have it will make a great many things more difficult. Yes, you have to do most of your development on a dev machine, but after uploading your app to

Re: Coldspring error: what does this mean please?

2007-10-24 Thread Andrew Scott
Ok as a test I did what Mike is trying to do here locally. cfdump works fine with the setting of Disable access to internal ColdFusion Java components. So that is not Mikes problem... On 10/24/07, Mike Kear [EMAIL PROTECTED] wrote: Well I am really pissed off to learn that i might not be

Re: Coldspring error: what does this mean please?

2007-10-24 Thread Mark Mandel
On a side note - This is one of the reasons why I suggested to you Mike to simply upload your App onto the hosting server, rather than trying to test is piecemeal. If the whole application is uploaded, you can test and fix issues that are relevant *to your application*, and not spend several

Re: Coldspring error: what does this mean please?

2007-10-24 Thread Mark Mandel
I wish I had kept an eye on this thread! Apologies to Mike - when working around the 'Disable Access to ColdFusion Java Objects' setting in CF8, I ran into the issue that you can't use cfdump on many things. On some things you can, and on other things you can't. The reason is this - by turning

Re: Coldspring error: what does this mean please?

2007-10-24 Thread Tom Chiverton
On Wednesday 24 Oct 2007, [EMAIL PROTECTED] wrote: As for my 3 month after launch statement, this could happen, if that dump was added in by someone unknowing and you didn't know what or where and the line looks perfectly valid. You have your site down for a day tracking down this issue.

RE: Coldspring error: what does this mean please?

2007-10-24 Thread Dale Fraser
: Coldspring error: what does this mean please? On Wednesday 24 Oct 2007, [EMAIL PROTECTED] wrote: As for my 3 month after launch statement, this could happen, if that dump was added in by someone unknowing and you didn't know what or where and the line looks perfectly valid. You have your site down

Re: Coldspring error: what does this mean please?

2007-10-24 Thread Tom Chiverton
On Wednesday 24 Oct 2007, [EMAIL PROTECTED] wrote: Yep we occasionally have code that goes onto production and causes problems. I guess im the only one. Oh no, it does happen to everyone :-) But if we change something, we'd check it, so we'd know that the cfdump we added caused an explosion.

Re: Coldspring error: what does this mean please?

2007-10-24 Thread Brian Kotek
does this mean please? AH!!! Slaps the forehead moment I removed the CFDUMP line and the error went away so whats the matter with the line cfdump var=#BeanFactory# label=Beanfactory - reset line 34 then?? can't CF8 dump out a component like CF7?? Cheers Mike Kear Windsor, NSW

Re: Coldspring error: what does this mean please?

2007-10-24 Thread Brian Kotek
Agreed, especially if the same dump works fine locally. In that case it has to be some configuration issue on the server (you might try dumping various other things to see if you can find a pattern in what will dump and what won't). On 10/24/07, James Holmes [EMAIL PROTECTED] wrote: This might

Re: Coldspring error: what does this mean please?

2007-10-24 Thread Brian Kotek
If you mean you put code in production, then months later someone changes something without telling anyone else, and it breaks something? And then you try to say that the fault lies with anyone except the person who made the change and didn't tell anyone? Yes, I'd say you're the only one. Totally

Re: Coldspring error: what does this mean please?

2007-10-24 Thread Sean Corfield
On 10/24/07, Andrew Scott [EMAIL PROTECTED] wrote: Ok as a test I did what Mike is trying to do here locally. cfdump works fine with the setting of Disable access to internal ColdFusion Java components. You didn't test thoroughly enough. See Mark Mandel's comment: you can cfdump *some*

RE: Coldspring error: what does this mean please?

2007-10-24 Thread Andrew Scott
 8676 4223 Mobile: 0404 998 273 -Original Message- From: Mark Mandel [mailto:[EMAIL PROTECTED] Sent: Wednesday, 24 October 2007 5:11 PM To: CF-Talk Subject: Re: Coldspring error: what does this mean please? I wish I had kept an eye on this thread! Apologies to Mike - when working around

RE: Coldspring error: what does this mean please?

2007-10-24 Thread Andrew Scott
To: CF-Talk Subject: Re: Coldspring error: what does this mean please? On 10/24/07, Andrew Scott [EMAIL PROTECTED] wrote: Ok as a test I did what Mike is trying to do here locally. cfdump works fine with the setting of Disable access to internal ColdFusion Java components. You didn't test

Coldspring error: what does this mean please?

2007-10-23 Thread Mike Kear
My first app using Coldspring the coldspring installation works on my dev server, but when i upload it to the (shared) production server, i get the following error when i try to instantiate the DefaultXmlBeanFactory cfc: [quote] The method getClass was not found in component

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Tom Chiverton
On Tuesday 23 Oct 2007, [EMAIL PROTECTED] wrote: cfset BeanFactory = createObject(component,coldspring.beans.DefaultXmlBeanFactory).init()/ Well, that certainly should work, I'm sorry to say. What CF version is your host ? -- Tom Chiverton. Are you a great ColdFusion programmer, who knows

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Mike Kear
G'day Tom, Thanks for you reassurance. At least it means (if i've uploaded the code correctly) that it OUGHT to work. The host is CF8 while my Dev machine (on which the code does work) is CF7. Does that make a difference? In the mean time i'll upload the code again, just to make sure all the

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Tom Chiverton
On Tuesday 23 Oct 2007, [EMAIL PROTECTED] wrote: The host is CF8 while my Dev machine (on which the code does work) is CF7. Does that make a difference? Nope, ColdSpring runs fine on both of those. -- Tom Chiverton. Are you a great ColdFusion programmer, who knows Reactor and ColdSpring,

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Mike Kear
I've uploaded the coldspring core code again , with no change. I posted this same question to the Coldspring mailing list too but after 6 hours now it stlil hasn't appeared. I guess the coldspring list is dead. I guess i'll just have to give this idea away and go back to my own home-grown

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Tom Chiverton
On Tuesday 23 Oct 2007, [EMAIL PROTECTED] wrote: Pity, For sure. Things to try when you get the chance include createObject() without the init(), and cfdump the result. -- Tom Chiverton. Are you a great ColdFusion programmer, who knows Reactor and ColdSpring, and has done some Flex work ?

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Brian Kotek
I'd wager that the problem has to do with the fact that this is a shared host. Something clearly isn't correct since obviously many people (including myself) are using ColdSpring on shared hosts. You might ensure that the cfc dot paths are resolving correctly (it looks like you might be using

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Mike Kear
Thanks for you interest Brian. No the ybunp9 is the directory above the root. It's what is added by the expandpath() part of the path to coldspring. is that not what i should do? here's the line i am using in the code: cfset BeanFactory =

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Mike Kear
I had a chat to the support guy at teh hosting company. and now i have a stack trace for this error. It's apparently looking for something in a folder that doesnt exist. There is no E:\cf8_final\cfusion\wwwroot\WEB-INF\cftags\dump.cfm there's the stack trace: at

RE: Coldspring error: what does this mean please?

2007-10-23 Thread Dave Watts
I had a chat to the support guy at teh hosting company. and now i have a stack trace for this error. It's apparently looking for something in a folder that doesnt exist. There is no E:\cf8_final\cfusion\wwwroot\WEB-INF\cftags\dump.cfm That doesn't matter, actually. The CFDUMP tag is

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Mike Kear
Thanks Dave.That call is coming from the coldspring core files. THe installation instructions for coldspring say to unpack the zip file into a folder called /coldspring then run them . thats what i did. No changes to any of the core files, and i checked i havent got any of the known

Re: Coldspring error: what does this mean please?

2007-10-23 Thread James Holmes
I'll bet the host has sandboxed out the core java calls (of which getClass() is an example, afaik) - this is now an option in CF8. On 10/24/07, Mike Kear [EMAIL PROTECTED] wrote: Thanks Dave.That call is coming from the coldspring core files. THe installation instructions for coldspring

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Mike Kear
Thanks for your suggestion James. What do i ask them to look for, and if they have , what do i ask them to do? CHeers MIke Kear On 10/24/07, James Holmes [EMAIL PROTECTED] wrote: I'll bet the host has sandboxed out the core java calls (of which getClass() is an example, afaik) - this is

Re: Coldspring error: what does this mean please?

2007-10-23 Thread James Holmes
In the CF8 administrator, Disable access to internal ColdFusion Java components under settings is one place to check and in the sandbox for your account also have them see if they've disabled createobject() java, in case these restrict the operation you're trying to perform. I could be completely

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Andrew Scott
One thing Mike can do first is emulate these settings on his dev machine first to see if that is indeed the problem. I am unware that coldspring uses any internal java objects, otherwise it would not run on BlueDragon or Railo. But worth testing on the dev machine before ringing the hosting

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Mike Kear
i used createobject() so thats ok i asked about the disable java thing and got an ambiguous reply so i'm not sure i'll ask again that has to be UNCHECKED, right? Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Brian Kotek
Still no idea, because there is no method called getClass() in the bean factory (and there's not supposed to be). Further, a full text search of the entire ColdSpring repository shows no files with getClass in them. So there's nothing in the core that would be calling such a method. It has to be

RE: Coldspring error: what does this mean please?

2007-10-23 Thread Dale Fraser
October 2007 12:59 PM To: CF-Talk Subject: Re: Coldspring error: what does this mean please? Still no idea, because there is no method called getClass() in the bean factory (and there's not supposed to be). Further, a full text search of the entire ColdSpring repository shows no files with getClass

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Brian Kotek
Nonsense. ColdSpring is a very well supported framework. I have no idea what you are talking about when you reference the obvious lack of support. Further, a great many people are and have been using ColdSpring with incredible success. It's the one framework I would absolutely never omit from any

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Sean Corfield
On 10/23/07, Sean Corfield [EMAIL PROTECTED] wrote: You have a cfdump on line 477 of admin/tryResetCFCFactory.cfm, yes? Line *47*... -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ If you're not annoying somebody, you're not really alive. -- Margaret Atwood

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Mike Kear
Dale i have to say i am considerably less enthusiastic about it than i was at the outset! Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month On 10/24/07, Dale Fraser

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Sean Corfield
This tells us where the problem is: at cftryResetCFCFactory2ecfm749101480.runPage(C:\websites\ybunp9\admin\tryResetCFCFactory.cfm:47) You have a cfdump on line 477 of admin/tryResetCFCFactory.cfm, yes? Could you show us that code? The problem is there, not in ColdSpring. -- Sean A

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Andrew Scott
I will agree, have been using Coldspring for over 12 months and has saved me hours of work, and the support has been great. however I have never used it on its own, have always used it with MG:U another excellent framework with huge support. And Dale, to coin the phrase of calling the kettle

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Mike Kear
AH!!! Slaps the forehead moment I removed the CFDUMP line and the error went away so whats the matter with the line cfdump var=#BeanFactory# label=Beanfactory - reset line 34 then?? can't CF8 dump out a component like CF7?? Cheers Mike Kear Windsor, NSW, Australia Adobe Certified

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Mike Kear
Thanks for your interest Sean, i feel a lot better now you and Brian are involved. on line 47 is the line i'm using to check it's been creating a bean correctly. it says cfdump var=#BeanFactory# label=Beanfactory - reset line 34 But i get the error even if the only bit of code on the page is

Re: Coldspring error: what does this mean please?

2007-10-23 Thread James Holmes
This might get us back to the internal Java method setting I was talking about. On 10/24/07, Mike Kear [EMAIL PROTECTED] wrote: AH!!! Slaps the forehead moment I removed the CFDUMP line and the error went away so whats the matter with the line cfdump var=#BeanFactory#

RE: Coldspring error: what does this mean please?

2007-10-23 Thread Dale Fraser
: Wednesday, 24 October 2007 3:19 PM To: CF-Talk Subject: Re: Coldspring error: what does this mean please? AH!!! Slaps the forehead moment I removed the CFDUMP line and the error went away so whats the matter with the line cfdump var=#BeanFactory# label=Beanfactory - reset line 34 then?? can't

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Sean Corfield
On 10/23/07, Mike Kear [EMAIL PROTECTED] wrote: AH!!! Slaps the forehead moment I removed the CFDUMP line and the error went away so whats the matter with the line cfdump var=#BeanFactory# label=Beanfactory - reset line 34 then?? can't CF8 dump out a component like CF7?? Not if

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Mike Kear
James gets a prize Sean send him a voucher for CF8-enterprise and put it on my bill . I'll pay yo uafter i win the lotto! i asked the support guy if they had that java thign disabled and his answer was confusing - ambiguous - so i'll revisit that now ... what shoud it be set to and are

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Andrew Scott
Which is why I also said that it might pay to try those settings on the dev machine, it would have confirmed it even more. However that does mystify me though, cfdump I would not have taken as an internal java tag? But what doed also worry me is that the file cfdump.cfm is missing as Mike also

What does this mean

2006-06-06 Thread Bruce Sorge
I am getting this error: Execution Time No top level page was found. Exceptions 08:00:28.028 - java.io.IOException - in : line -1 The parameter is incorrect This happens on EVERY page. I am using CF

RE: What does this mean

2006-06-06 Thread Andy Matthews
certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 8:02 AM To: CF-Talk Subject: What does this mean I am getting this error

Request timed out - what does this mean?

2003-12-16 Thread Earl, George
When CF terminates a request based on the timeout parameter set in the CF Admin, and when the request being terminated is an SQL query or a request to a stored procedure (i.e., the error message in the log includes the SQL or the name of the stored procedure), is it safe to assume that the request

RE: Request timed out - what does this mean?

2003-12-16 Thread Hagan, Ryan Mr (Contractor ACI)
until it's finished, but by that time, the result has no place to go to. -Original Message- From: Earl, George [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 1:34 PM To: CF-Talk Subject: Request timed out - what does this mean? When CF terminates a request based on the timeout

RE: Request timed out - what does this mean?

2003-12-16 Thread Smith, Matthew P -CONT(CSC)
] Sent: Tuesday, December 16, 2003 12:39 PM To: CF-Talk Subject: RE: Request timed out - what does this mean? Usually when I see this happen is when I've written a poor query and the database server is taking longer to process said query than the CF Admin allows.In this case, the CF request

What does this mean?

2003-01-09 Thread Kennerly, Rick H CIV
This is the CF log entry from the scheduler. I find it a little ambiguous. Was the Verity reindex successful...or merely rescheduled? Information,scheduler-3,01/09/03,07:12:00,,[Index Instructions] Executing at Thu Jan 09 07:12:00 EST 2003 Information,scheduler-3,01/09/03,07:12:00,,[Index

Re: What does this mean?

2002-08-27 Thread Jann VanOver
I'm guessing that the problem is in the stored proc and that you're doing something not supported by the Merant JDBC drivers. If you can post the actual stored procedure, maybe someone will see the problem for you. On 8/3/02 8:48 AM, Bruce Sorge [EMAIL PROTECTED] wrote: I searched the

RE: What does this mean?

2002-08-27 Thread James Ang
, 2002 9:51 AM To: CF-Talk Subject: Re: What does this mean? I'm guessing that the problem is in the stored proc and that you're doing something not supported by the Merant JDBC drivers. If you can post the actual stored procedure, maybe someone will see the problem for you. On 8/3/02 8:48 AM

What does this mean?

2002-08-03 Thread Bruce Sorge
I searched the on-line docs and the MM site and I cannot find out why I am receiving this error. MERANT][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC SQL Server Driver]Optional feature not implemented The Error Occurred in C:\Web\WME\voucher\step_2_Insert.cfm: line 51 49 :

Re: What does this mean?

2002-08-03 Thread Jeffry Houser
The error seems to be being returned from the JDBC driver, not ColdFusion. Did this it work in previous version of ColdFusion? When you use the dbvarname attribute, I didn't think you need to put the symbol in front of it. At 10:48 AM 8/3/2002 -0500, you wrote: I searched the on-line

RE: What does this mean?

2002-08-03 Thread Bruce Sorge
Subject: Re: What does this mean? The error seems to be being returned from the JDBC driver, not ColdFusion. Did this it work in previous version of ColdFusion? When you use the dbvarname attribute, I didn't think you need to put the @ symbol in front of it. At 10:48 AM 8/3/2002 -0500, you

What does this mean?

2002-06-20 Thread Wallick, Mike
I am setting a client variable with a random number ( RandRange(0, 9) ) and I get this: CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode1223335654321 What the hell does that mean? Mike Wallick * Web Application Developer * mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] *

Re: What does this mean?

2002-06-20 Thread Bryan Stevenson
[EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 20, 2002 2:51 PM Subject: What does this mean? I am setting a client variable with a random number ( RandRange(0, 9) ) and I get this: CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode1223335654321 What

Re: What does this mean?

2002-06-20 Thread S . Isaac Dealey
I am setting a client variable with a random number ( RandRange(0, 9) ) and I get this: CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode1223 335654321 What the hell does that mean? This error message is intended to indicate that the CF Server doesn't like the name

RE: What does this mean?

2002-06-20 Thread Dave Watts
I am setting a client variable with a random number ( RandRange(0, 9) ) and I get this: CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode12233344 445654321 What the hell does that mean? I believe that CF uses this name internally when it creates a new variable. I've

RE: What does DigExt mean ?

2002-04-14 Thread Dave Watts
We are logging all our application level errors to a database using the error collection. When I look at the values of the error.browser field, it sometimes shows 'DigExt' in the description. For example : Browser: Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt) Does anyone

What does like '%%' mean

2001-11-29 Thread Richard Colman
The studio drill-down wizard is generating SQL code that has a where clause like: Members.First LIKE '%%' AND Members.Last LIKE '%#lastname#%' AND Members.Company LIKE '%%' AND Members.City LIKE '%%' AND Members.State LIKE '%%' AND Members.Country LIKE '%%' AND Members.MemberType LIKE '%%' I am

Re: What does like '%%' mean

2001-11-29 Thread Douglas L. Brown
PROTECTED] Sent: Thursday, November 29, 2001 8:34 PM Subject: What does like '%%' mean The studio drill-down wizard is generating SQL code that has a where clause like: Members.First LIKE '%%' AND Members.Last LIKE '%#lastname#%' AND Members.Company LIKE '%%' AND Members.City LIKE

RE: What does like '%%' mean

2001-11-29 Thread Richard Colman
PROTECTED]] Sent: Thursday, November 29, 2001 9:12 PM To: CF-Talk Subject: Re: What does like '%%' mean It is keying on the fact that you left a field blank on the request. If you have that in there it will pull all records with your search criteria and disregard the fact that a field is empty

RE: What does like '%%' mean

2001-11-29 Thread Jared Clinton
Null values may not be treated the same as empty strings. Jared Clinton. -Original Message- From: Richard Colman [mailto:[EMAIL PROTECTED]] Sent: Friday, 30 November 2001 3:12 PM To: CF-Talk Subject: RE: What does like '%%' mean It is not actually working that way, and I cannot figure

Re: What does like '%%' mean

2001-11-29 Thread Don Vawter
My guess is that you have nulls which won't satisfiy any condition - Original Message - From: Richard Colman [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, November 29, 2001 10:11 PM Subject: RE: What does like '%%' mean It is not actually working that way, and I

RE: what does this mean...

2001-04-24 Thread Toby Tremayne
P +61 3 9245 1247 F +61 3 9646 9814 ICQ UIN 13107913 -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 24 April 2001 9:01 AM To: CF-Talk Subject: what does this mean... Error Diagnostic Information Just in time compilation error unknown parser error The last

what does this mean...

2001-04-23 Thread Jay Patton
Error Diagnostic Information Just in time compilation error unknown parser error The last successfully parsed CFML construct was the CFML template beginning occupying document position (1:1) to (1:1). The specific sequence of files included or processed is:

RE: What does OT mean?

2001-03-02 Thread Richard Banks
Occupational Therapist -Original Message- From: Kelly Matthews [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 4:21 PM To: CF-Talk Subject: RE: What does OT mean? OFF TOPIC! :) -Original Message- From: Paul Ihrig [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 01

What does OT mean?

2001-03-01 Thread Phoeun Pha
Other things?? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

RE: What does OT mean?

2001-03-01 Thread Allan Pichler
Off Topic -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 11, 2000 2:17 AM To: CF-Talk Subject: What does OT mean? Other things?? ~~ Structure your ColdFusion code with Fusebox. Get the official

RE: What does OT mean?

2001-03-01 Thread Javed Mushtaq
No, off topic -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: 11 November 2000 10:17 To: CF-Talk Subject: What does OT mean? Other things?? ~~ Structure your ColdFusion code with Fusebox. Get the official book

RE: What does OT mean?

2001-03-01 Thread Philip Arnold - ASP
Other things?? Off Topic - just like this message Philip Arnold Director Certified ColdFusion Developer ASP Multimedia Limited T: +44 (0)20 8680 1133 "Websites for the real world" ** This email and any files transmitted with

Re: What does OT mean?

2001-03-01 Thread Len Conrad
Other things?? That's a very good and workable guess, but http://www.acronymfinder.com/af-query.asp?String=exactAcronym=otFind=Find Len http://BIND8NT.MEIway.com : Binary for ISC BIND 8.2.3 for NT4 W2K http://IMGate.MEIway.com : Build free, hi-perf, anti-spam mail gateways

RE: What does OT mean?

2001-03-01 Thread Paul Ihrig
To: CF-Talk Subject: What does OT mean? Other things?? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com

RE: What does OT mean?

2001-03-01 Thread Christian N. Abad
Off Topic. -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 3:40 PM To: CF-Talk Subject: RE: What does OT mean? Off Track Betting. -paul Web Developer, NBBJ Work: [EMAIL PROTECTED] 614 241-3534 fax:614 485-5534 Home

RE: What does OT mean?

2001-03-01 Thread Kelly Matthews
OFF TOPIC! :) -Original Message- From: Paul Ihrig [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 3:40 PM To: CF-Talk Subject: RE: What does OT mean? Off Track Betting. -paul Web Developer, NBBJ Work: [EMAIL PROTECTED] 614 241-3534 fax: 614

Re: What does OT mean?

2001-03-01 Thread Nathan Chen
I believe it is Off Topic, something that is not related to CF topics directly. Phoeun Pha wrote: Other things?? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: