RE: cfscript performance (was cfscript book)

2002-11-12 Thread Tony Weeg
it certainly helpsthanks for the infoalthough I am sure there will be a flood of opinions on this, so that's really why I started the thread should any of us who don't already know, bother learning that way of coding for cf? ..tony Tony Weeg Senior Web Developer Information System

RE: cfscript performance (was cfscript book)

2002-11-12 Thread Ben Forta
, November 12, 2002 4:29 PM To: CF-Talk Subject: RE: cfscript performance (was cfscript book) it certainly helpsthanks for the infoalthough I am sure there will be a flood of opinions on this, so that's really why I started the thread should any of us who don't already know, bother learning

RE: cfscript performance (was cfscript book)

2002-11-12 Thread Ben Doom
. :-) --Ben Doom Programmer General Lackey Moonbow Software : -Original Message- : From: Tony Weeg [mailto:tony;navtrak.net] : Sent: Tuesday, November 12, 2002 4:29 PM : To: CF-Talk : Subject: RE: cfscript performance (was cfscript book) : : : it certainly helpsthanks for the info

RE: cfscript performance (was cfscript book)

2002-11-12 Thread Rob Rohan
can think of. -Original Message- From: Tony Weeg [mailto:tony;navtrak.net] Sent: Tuesday, November 12, 2002 1:29 PM To: CF-Talk Subject: RE: cfscript performance (was cfscript book) it certainly helpsthanks for the infoalthough I am sure there will be a flood of opinions

RE: cfscript performance (was cfscript book)

2002-11-12 Thread Tony Weeg
] Sent: Tuesday, November 12, 2002 4:39 PM To: CF-Talk Subject: RE: cfscript performance (was cfscript book) I would tend to argue that you should at least know the basics so that you can create quick UDFs for things you do often -- that's saved me hours and hours of coding time. They are easy

RE: cfscript performance (was cfscript book)

2002-11-12 Thread Tony Weeg
that I can think of. -Original Message- From: Tony Weeg [mailto:tony;navtrak.net] Sent: Tuesday, November 12, 2002 1:29 PM To: CF-Talk Subject: RE: cfscript performance (was cfscript book) it certainly helpsthanks for the infoalthough I am sure there will be a flood of opinions

RE: cfscript performance (was cfscript book)

2002-11-12 Thread Matthew Walker
[mailto:tony;navtrak.net] Sent: Wednesday, 13 November 2002 10:53 a.m. To: CF-Talk Subject: RE: cfscript performance (was cfscript book) but isnt an included file, with some reusable code in it just as fast as a UDF? I guess maybe the only reason not would be the time to access the file

RE: cfscript performance (was cfscript book)

2002-11-12 Thread Ben Doom
, 2002 4:53 PM : To: CF-Talk : Subject: RE: cfscript performance (was cfscript book) : : : but isnt an included file, : with some reusable code in it : just as fast as a UDF? I guess maybe the only : reason not would be the time to access the file : referenced in the cfinclude tagright