RE: SOT: Serv-U?

2003-01-31 Thread Bud
On 1/31/03, Russ penned: I don't mean to jump down your throat on that one, but do you have any statistics on that? I've used several hosts over the years, am using several now, and I can only honestly count 1 that has used them. Don't get me wrong, I've used it at home on a personal server, but

Re: cfqueryparam and unicode

2003-01-31 Thread Jochem van Dieten
Marius Milosav wrote: Paul I have tried you example and I have the same result as before. With N'#text#' is working (with or without cfprocessingDirective) with cfqueryparam is failing (with or without cfprocessingDirective) CFMX has updater 2 (version 6,0,0,55693) Which driver? Jochem

RE: SOT: Serv-U?

2003-01-31 Thread Kym Kovan
Hi all, Coming in a bit late to this discussion. We have evaluated Serv-U, Vermillion and Bulletproof in our hosting facility and while Serv-U appeared to be the best, and certainly was great to admin, including via CF, it had hassles as it was single threaded so heavy usage gave a bad

RE: SOT: Serv-U?

2003-01-31 Thread Jim Gurfein
We've used Serv-U for a number of years. Just a fantastic, robust, easy to use product that has never given us a moment's problem. You just can't go wrong with it. At 05:11 AM 1/31/2003 -0500, you wrote: On 1/31/03, Russ penned: I don't mean to jump down your throat on that one, but do you

CFMX Datasources

2003-01-31 Thread Mike Townend
Hi all, were having a small issue in attempting to create CFMX datasources programatically. Has anyone managed to do this? Were running Win2k Adv Server on MX with Updater 2 applied. Using the following code where. * sample_ds is the database used to clone a new database

RE: SOT: Serv-U?

2003-01-31 Thread Robertson-Ravo, Neil (RX)
I stand by BPFTP Server, awesome and so easy to set up, even for the non-techy. -Original Message- From: Jim Gurfein [mailto:[EMAIL PROTECTED]] Sent: 31 January 2003 10:35 To: CF-Talk Subject: RE: SOT: Serv-U? We've used Serv-U for a number of years. Just a fantastic, robust, easy to

Re: CFMX Datasources

2003-01-31 Thread Jochem van Dieten
Mike Townend wrote: Connection verification failed for data source: xl_ds_2119962272 []java.sql.SQLException: SQLException occurred in JDBCPool while attempting to connect, please check your username, password, URL, and other connectivity info. The root cause was that:

RE: CFMX Datasources

2003-01-31 Thread Mike Townend
No we are going to try the debug Java driver this morning. Yes we are creating the ODBC DSN on the fly with CFRegistry calls. When you do not change anything and click submit the same error message occurs.. -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent:

RE: CFMX Datasources

2003-01-31 Thread Mike Townend
With the debug driver, on clicking submit it returns * Connection verification failed for data source: xl_ds_797035751 * []java.sql.SQLException: SQLException occurred in JDBCPool while attempting to connect: java.sql.SQLException: [MERANT][SequeLink JDBC Driver][SequeLink Server]The

RE: [offtopic] Javascript to open a url in another frame

2003-01-31 Thread Darren Adams
Got it sorted now. I needed to escape some characters in ColdFusion when I was setting the url variable. Cheers anyway -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED]] Sent: 30 January 2003 14:38 To: CF-Talk Subject: RE: [offtopic] Javascript to open a url in

RE: [offtopic] Javascript to open a url in another frame

2003-01-31 Thread Darren Adams
That's ok, I was being a little dense not seeing that one. Got it sorted now, Thanks ! -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED]] Sent: 30 January 2003 15:29 To: CF-Talk Subject: RE: [offtopic] Javascript to open a url in another frame Right, the

RE: CFMX Datasources

2003-01-31 Thread Jeffry Houser
With CFMX, I thought all the data source entries were stored in an XML configuration file, not in a registry (Like it was with CF5 ). At 11:34 AM 1/31/2003 +, you wrote: No we are going to try the debug Java driver this morning. Yes we are creating the ODBC DSN on the fly with CFRegistry

Re: cfqueryparam and unicode

2003-01-31 Thread Marius Milosav
With Paul help I have the problem resolved. There is a check box in CF Admin, for a datasource where you can force to use unicode strings. Once that one was checked the cfqueryparam properly saved the info. Putting N in front of the string to be inserted is forcing the string to be unicode. I

RE: CFMX Datasources

2003-01-31 Thread Mike Townend
Yes but we are trying to connect to an XL Spreadsheet as a datasource, and so to do that we use CFRegistry to create an ODBC datasource pointing to the xls sheet, then we create an odbc socket connection in CF. The ODBC part works a dream (as its similar code that we were running on a CF5 box),

Re: cfqueryparam and unicode

2003-01-31 Thread Paul Hastings
Which driver? he missed the use unicode parameter for that dsn. if you force a N' hint/flag in a sql server statement the database knows what's unicode what's not unicode. when switching to cfqueryparam there's nothing to hint to the database that any chunk of text is unicode. so you need to

Secure Email

2003-01-31 Thread Andy Ewings
Anyone know if it is possible to pass a username and password to a mail server using the CFMAIL tag? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: SOT: Serv-U?

2003-01-31 Thread Rick Faircloth
Hi, Matt, et al... Now that I know its a great FTP server, which is used to actually administer FTP accounts... I want to make sure, before I install it, that it works well with Windows 2000 Server and that I'll be able to handle all FTP matters, including security, etc., from within Serv-U

Needed 3 Cold Fusion Developers in Northern NJ

2003-01-31 Thread S V
Greetings: My client is looking for 3 hourly contractors for a 6 month project in Northern NJ. Must have SQL server/Oracle, Stores Procedures, CF 5.0 and MX. Please provide MSDoc resume and recent URLs. Sam ___ Sent by ePrompter, the

ixltd@postone.com SqlSnake - is it shutdown ?

2003-01-31 Thread Mahmut
does anybody know if the SqlSnake email accounts are shutdowned ? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4

RE: CFC Question

2003-01-31 Thread Andy Ousterhout
Ok, so in your example, Invoice has-a Ordering Person, how do I set FirstName? Invoice.OrderingPerson.setFirst(Sean); ? Will this automatically go to Person.cfc and execute setFirst method? Andy -Original Message- From: Sean A Corfield [mailto:[EMAIL PROTECTED]] Sent: Friday,

Re: CFMX Datasources

2003-01-31 Thread Jochem van Dieten
Mike Townend wrote: With the debug driver, on clicking submit it returns * Connection verification failed for data source: xl_ds_797035751 * []java.sql.SQLException: SQLException occurred in JDBCPool while attempting to connect: java.sql.SQLException: [MERANT][SequeLink JDBC

RE: Needed 3 Cold Fusion Developers in Northern NJ

2003-01-31 Thread Kris Pilles
Resume attached. Please consider me for your opening. I am currently seeking a 6 month position prior to returning to school for my MBA. If you have any questions or if you would like to speak with me further, please feel free to contact me directly. Thank you. Kris Pilles 631-765-3724 Home

RE: Needed 3 Cold Fusion Developers in Northern NJ

2003-01-31 Thread Kris Pilles
I hate it when that happens -Original Message- From: Kris Pilles Sent: Friday, January 31, 2003 9:07 AM To: CF-Talk Subject: RE: Needed 3 Cold Fusion Developers in Northern NJ Resume attached. Please consider me for your opening. I am currently seeking a 6 month position prior to

RE: CFC Question - Found Answer

2003-01-31 Thread Andy Ousterhout
http://www.macromedia.com/desdev/mx/coldfusion/articles/supsub.html -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 7:53 AM To: CF-Talk Subject: RE: CFC Question Ok, so in your example, Invoice has-a Ordering Person, how do I set

RE: Needed 3 Cold Fusion Developers in Northern NJ

2003-01-31 Thread Jeffry Houser
Not completely your fault. They posted to the wrong list. cf-jobs automatically response to the author, not the list. At 09:08 AM 1/31/2003 -0500, you wrote: I hate it when that happens -Original Message- From: Kris Pilles Sent: Friday, January 31, 2003 9:07 AM To: CF-Talk

RE: CFCs - property access best practices

2003-01-31 Thread Raymond Camden
CFCs can go in 3 places: Webroot (and under web root) CF mappings folders Custom tag paths Where you put them depends on how you want to use them. If you plan on using Flash Remoting (or using the CFC as a web service), you need to put it under the webroot. p.s. You can also build a CFC to

Re: SOT: Serv-U?

2003-01-31 Thread samcfug
As one who has Been there, Done that with FTP account administration on my Win2k servers, I sincerely believe that by switching over to WU-FTP and eventually disabling the IIS version of FTP on your servers will make you wonder just how you have lived this long without it. The convenience for

Re: Needed 3 Cold Fusion Developers in Northern NJ

2003-01-31 Thread samcfug
This would be best posted in CF-JOBS = Douglas White group Manager mailto:[EMAIL PROTECTED] http://www.samcfug.org = - Original Message - From: S V [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday,

RE: Needed 3 Cold Fusion Developers in Northern NJ

2003-01-31 Thread Angel Stewart
Who reads CF-Jobs anyways? :) -Gel -Original Message- From: samcfug [mailto:[EMAIL PROTECTED]] This would be best posted in CF-JOBS = Original Message - From: S V [EMAIL PROTECTED] | Greetings: | | My client is looking for 3 hourly

RE: SOT: Serv-U?

2003-01-31 Thread Ryan Kime
Can it use an external database for user management? ODBC or JDBC? -Original Message- From: samcfug [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 8:22 AM To: CF-Talk Subject: Re: SOT: Serv-U? As one who has Been there, Done that with FTP account administration on my Win2k

Re: SOT: Serv-U?

2003-01-31 Thread Jochem van Dieten
samcfug wrote: As one who has Been there, Done that with FTP account administration on my Win2k servers, I sincerely believe that by switching over to WU-FTP and eventually disabling the IIS version of FTP on your servers will make you wonder just how you have lived this long without it. The

Re: ImageMagick and CFExecute

2003-01-31 Thread David Adams
Another thing when working with CFEXECUTE is to turnoff the output to screen of the outside process. I have been caught many times on this where I get the outside process to give me something back and it tries to return it to screen and it tries and tries until is timesout. Dave Adams CFUG

RE: CFCs - property access best practices

2003-01-31 Thread Andy Ousterhout
Thanks. I am so stoked about how easy this makes programming. I am even starting to understand OO programming, although I still don't get what a class is. For example, I thought that the Generic INVOICE was a class, while a specific Invoice was an object. Now I am just confused. Oh well.

RE: SOT: Serv-U? on Win2K=great

2003-01-31 Thread Rafael Alan Bleiweiss
We run Win2K Server and we've found that ServU is great Had to upgrade to the latest version because of our firewall settings (locked down the ports and our IP is now stealth and without the upgrade some (not all) Unix and Mac customers were getting intermittent connections, failed

OT: XML Scheme for Region/Location (tds)

2003-01-31 Thread powell
You might try doing a GOOGLE search on +GEDCOM +XML and checking out the documents that come up. GEDCOM is a genealogy software standard for interchanging data between applications. There was a big effort a few years ago to come up with an XML spec for it, which included among other things

RE: Deleting session variables

2003-01-31 Thread Steve Dworman
cfscript structdelete(session, varName); /cfscript -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 10:32 AM To: CF-Talk Subject: Deleting session variables Using CF5. I setup two session variables on one page, and on the

RE: Oracle and CF5

2003-01-31 Thread Steve Dworman
Exactly. -Original Message- From: Lincoln Milner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 12:35 PM To: CF-Talk Subject: RE: Oracle and CF5 The Administrator just verifies it can connect to the datasource. It's not until you actually try querying something that the

RE: Deleting session variables

2003-01-31 Thread Pascal Peters
You should check CFIF IsDefined(session.MissedQuestionID) MissedQuestionID Still Defined. /CFIF -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED]] Sent: vrijdag 31 januari 2003 16:32 To: CF-Talk Subject: Deleting session variables Using CF5. I setup two

Re: SOT: Serv-U?

2003-01-31 Thread samcfug
Pickey, pickey :-) = Douglas White group Manager mailto:[EMAIL PROTECTED] http://www.samcfug.org = - Original Message - From: Jochem van Dieten [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, January

Re: Deleting session variables

2003-01-31 Thread WebMaster
For one thing you should always scope your reference to a var. It is possible that somewhere on the page, or in the URL, or in a FORM var, you passed one with the same name as your session var. - Original Message - From: Thane Sherrington [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

RE: Deleting session variables

2003-01-31 Thread Thane Sherrington
At 04:55 PM 01/31/03 +0100, Pascal Peters wrote: You should check CFIF IsDefined(session.MissedQuestionID) MissedQuestionID Still Defined. /CFIF Of course. How stupid of me. :) Thanks. T ~| Archives:

RE: Deleting session variables

2003-01-31 Thread Robertson-Ravo, Neil (RX)
True, I do agree that you should scope everything but ColdFusion doesn't strictly enforce it so you dont have to (whos fault is that?), also with a good naming convention you really shouldn't have any naming conflicts - not a page by page level at least. -Original Message- From:

RE: Deleting session variables

2003-01-31 Thread Burcham, Steve
To delete the session vars use cfset StructDelete(Session, VarName) Steve Burcham -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 9:32 AM To: CF-Talk Subject: Deleting session variables Using CF5. I setup two session variables on

RE: SOT: Serv-U? on Win2K=great

2003-01-31 Thread Rick Faircloth
Hi, Rafael... Is it necessary to make any changes to Win2K server when using Serv-U? Do I have to disable IIS FTP management to use it, as someone mentioned with another FTP management tool? Or just install it and use it, leaving Win2K Server as is? Thanks for the info... Rick

RE: Deleting session variables

2003-01-31 Thread Thane Sherrington
At 04:05 PM 01/31/03 +, Robertson-Ravo, Neil (RX) wrote: True, I do agree that you should scope everything but ColdFusion doesn't strictly enforce it so you dont have to (whos fault is that?), also with a good naming convention you really shouldn't have any naming conflicts - not a page by

Re: Deleting session variables

2003-01-31 Thread Clint Tredway
use the variables scope for page vars.. Clint - Original Message - From: Thane Sherrington [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, January 31, 2003 10:16 AM Subject: RE: Deleting session variables At 04:05 PM 01/31/03 +, Robertson-Ravo, Neil (RX) wrote:

RE: SOT: Serv-U? on Win2K=great

2003-01-31 Thread Rafael Alan Bleiweiss
At 11:15 AM 1/31/03 -0500, you wrote: Do I have to disable IIS FTP management to use it, as someone mentioned with another FTP management tool? It's been over a year since I installed it on the Win2k server. Don't remember if we deactivated that or not. I do remember it being simple to set

Deleting session variables

2003-01-31 Thread Thane Sherrington
Using CF5. I setup two session variables on one page, and on the next, I check them and then at the end of the second page, I use this code to delete them. cflock timeout=10 scope=Session type=Exclusive cfset tempvar=StructDelete(Session, MissedQuestionID) cfset

RE: SOT: Serv-U? on Win2K=great

2003-01-31 Thread Dave Watts
Is it necessary to make any changes to Win2K server when using Serv-U? Do I have to disable IIS FTP management to use it, as someone mentioned with another FTP management tool? Or just install it and use it, leaving Win2K Server as is? If you're running any other FTP server on the

Re: SOT: Serv-U? on Win2K=great

2003-01-31 Thread Matt Robertson
You don't have to disable iis ftp, but you certainly should, since servu replaces it entirely. Only takes a few secs in the component services cpanel list. Cheers, --Matt Robertson-- MSB Designs, Inc. http://mysecretbase.com

CF: OOP, Custom Tags..

2003-01-31 Thread Rahmin Pavlovic
Ok - so I have several standards I use that I'd like to abstract into a more global format. Like, to always capitalize the first letter of a string I use this method frequently: #UCase(Left(LCase(str), 1))##Mid(LCase(str), 2, Len(LCase(str)))# I do LCase() the string before capitalizing the

RE: OOP, Custom Tags..

2003-01-31 Thread webguy
UDF = User Defined Functions with cffunction name= or cfscript function ... Check out cflib.org for examples (lots) including CapFirst(string) Returns the string with the first character of each word capitalized. http://www.cflib.org/udf.cfm?ID=9 Nice one RayC. WG -Original

Logging Slow pages probelm

2003-01-31 Thread UXBinfo
I have enabled logging of slow pages in our CF server to assist in tracking down some performance issues. However I get this on the log: Warning,TID=101,01/31/03,11:47:42,Template: /index.cfm, Ran: 66 seconds. Warning,TID=390,01/31/03,11:48:44,Template: /index.cfm, Ran: 85 seconds. Now we host

Missing CFMAGIC cookie??

2003-01-31 Thread Gaulin, Mark
Hi Folks You know the three cookies that CFAPPLICATION sets when you use session management... CFID, CFTOKEN, and CFMAGIC? (CFMAGIC is just CFID:CFTOKEN). Well we just noticed that one of our development servers is not setting CFMAGIC. I don't know when this happened, but it is weird. Anybody

CFMX on FreeBSD

2003-01-31 Thread Ben Arledge
Has anyone been able to get CFMX and FreeBSD working together? If so, have you experienced problems with this setup? Solutions? And for the folks at Macromedia, is there a possibility that you will support CF on this (superior) platform? Thanks :) Ben Arledge www.arledge.net

RE: Missing CFMAGIC cookie??

2003-01-31 Thread Barney Boisvert
CFMAGIC is only set if you have setDomainCookies set to true in your CFAPPLICATION tag. It's there to allow you to have multiple domains read the same cookies to tie together a session across them. I'd imagine that you (or someone) accidentally removed that line from the CFAPPLICATION tag on the

RE: CFMX on FreeBSD

2003-01-31 Thread Cantrell, Adam
Could you please update me on your findings if you find it through an alternate source - I'm interested in this combination as well. Adam. -Original Message- From: Ben Arledge [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 11:12 AM To: CF-Talk Subject: CFMX on FreeBSD

RE: CFMX on FreeBSD

2003-01-31 Thread Joshua Miller
May be a total shot in the dark, but since Mac OSX is BSD at the core, you could try the OSX CFMXJ2EE version on BSD. I would bet money BlueDragon J2EE runs on BSD. I don't claim any BSD knowledge though, just my first thought. Joshua Miller Head Programmer / IT Manager Garrison Enterprises Inc.

Re: CFC Question

2003-01-31 Thread Sean A Corfield
On Friday, Jan 31, 2003, at 05:52 US/Pacific, Andy Ousterhout wrote: Ok, so in your example, Invoice has-a Ordering Person, how do I set FirstName? Invoice.OrderingPerson.setFirst(Sean); ? Not quite - see below. !--- invoice.cfc --- cfcomponent cffunction

OT: CF Capability but not CF.

2003-01-31 Thread Bryan F. Hogan
Does anyone know where or how I can learn about writing my own application server such as Blue Dragon has. This really interests me. Not that I could compete I would just like to know how it is done. Bryan F. Hogan Director of Internet Development

OT: Flash example...

2003-01-31 Thread Mark A. Kruger - CFG
Any of you aussies out there know who did this site? Very cool. http://www.soh.nsw.gov.au/h/t_virtual_tour_fs1.html ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: CF Capability but not CF.

2003-01-31 Thread webguy
Well AFIAK Bluedragon is basically a J2ee App (as is CFMX) so you'll need to learn all about J2ee http://java.sun.com/j2ee/ Mostly servlets and Jsp/Tag libs/. You can write you own tag type snytax using Java Tag libs look here http://jakarta.apache.org/taglibs/index.html You can also use these

RE: CF Capability but not CF.

2003-01-31 Thread Matthew Small
Take a compiler class at a local university. It will be plenty of information. There are a few books to read as well - there is a classic one, The Dragon Book (Compilers: Principals, Techniques and Tools), which was originally written in the 70s as Principles of Compiler Design (has been updated

Re: OOP, Custom Tags..

2003-01-31 Thread Rahmin Pavlovic
why... have... I... not... seen... cfscript until.. now? How excellent - I - can't - wait I'll look into the syntax more, but can you tell me if I can include all my cfscripts in a separate doc? I can just make it a cfinclude, why not This is great - thank you so much - I feel like a

RE: SOT: Serv-U? on Win2K=great

2003-01-31 Thread Rick Faircloth
Thanks, Matt! I'll give it a try... Rick -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 11:55 AM To: CF-Talk Subject: Re: SOT: Serv-U? on Win2K=great You don't have to disable iis ftp, but

RE: OOP, Custom Tags..

2003-01-31 Thread Dave Watts
why... have... I... not... seen... cfscript until.. now? You ... haven't ... read ... the ... documentation? It's in there. If you're using CFMX, though, you might not even bother with it. Its popularity is largely based on the fact that it's the only way to write user-defined functions in CF

RE: SOT: Serv-U?

2003-01-31 Thread Dave Watts
Choosing to use Serv-U instead of Windows 2000 Server's regular means of FTP account management is desirable because it's simpler and easier and provides more feedback on usage, etc.? I think the answer to this will depend on what you're trying to accomplish. Personally, I usually find the

RE: CF Capability but not CF.

2003-01-31 Thread Barney Boisvert
If you want to use Java (which I'd recommend), baseically all you need to do is come up with a language specification (or use CFML's), and then create a system that will convert that language into Java source code, which can then be compiled as you would any other Java class. Along with that

RE: CFC Question

2003-01-31 Thread Andy Ousterhout
Thanks. I thought that you'd be able to hide the has-a relationship from the accessing programs and perform this in the Invoice Object Methods. I see from this and documentation at Macromedia that the accessing program such as the Invoice Form, create the relationship explicitly. Again, thanks

RE: CF Capability but not CF.

2003-01-31 Thread webguy
There are a few books to read as well - there is a classic one, The Dragon Book (Compilers: Principals, Techniques and Tools), which was originally written in the 70s as Principles of Compiler Design (has been updated since, mine was an '86 version) is by the gurus of compiler design. It's

RE: OOP, Custom Tags..

2003-01-31 Thread webguy
If you're using CFMX, though, you might not even bother with it. Its popularity is largely based on the fact that it's the only way to write user-defined functions in CF 5. You can do a lot more (and do it better) with the CFFUNCTION tag in CFMX. Really Dave ? I would say programmers coming

RE: Flash example...

2003-01-31 Thread Stephenie Hamilton
http://www.soh.nsw.gov.au/h/credits.html Gives you the site credits ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 12:35 PM To: CF-Talk Subject:

RE: CFMX on FreeBSD

2003-01-31 Thread Ben Arledge
Yes, I wondered if it might work now that MacOSX (limited) support has been added. Perhaps some Macromedia folks can shed some light on this? BlueDragon really isn't an option for me as I really don't see it going anywhere other than its small niche market. Thanks :) Ben Arledge www.arledge.net

Re: SOT: Serv-U?

2003-01-31 Thread Dimo Michailov
We have been considering using more and more FTP (and of course, replacing the IIS default FTP server). One thing I am not sure, however, is whether Serv-U can handle authentication with NT domain accounts - we don't want to recreate all NT user accounts for FTP. Anyone can throw something in

RE: OOP, Custom Tags..

2003-01-31 Thread Raymond Camden
I'll look into the syntax more, but can you tell me if I can include all my cfscripts in a separate doc? I can just make it a cfinclude, why not You can even put a function into application, session etc. scope. Which is NOT recommended by Macromedia. You would need a cflock tag

RE: CF Capability but not CF.

2003-01-31 Thread Matt Liotta
You have suggested an approach that is inline with ColdFusion MX, but not BlueDragon as BlueDragon doesn't compile CFML into Java; it is a Java based interpreter of CFML. This is a fundamental difference that creates a completely different performance profile among other things. Matt Liotta

RE: CF Capability but not CF.

2003-01-31 Thread Bryan F. Hogan
Makes perfect since. Thanks for your reply. I think I have seen on Macromedia where you can download something like an SDK for the SWF format, is there an equivalent to that for CF. Like a SDK, rather than relying on the Docs and experience only.

RE: CF Capability but not CF.

2003-01-31 Thread Matt Liotta
There is also JavaCC, which I have used successfully to create a CFML parser and basic interpreter. Further, I was able to port the code generated with JavaCC to .NET using J# without too much issue thus making a .NET CFML parser and interpreter. In fact, when I broke the story on J# I used my

RE: OOP, Custom Tags..

2003-01-31 Thread Barney Boisvert
I love CFSCRIPT. less typing, and supposedly faster execution that tag-based CF. It is a pain that there aren't 'real' operators in it, but such is life. If I'm not actively outputing text, or doing something that requires a tag (like queries), I'm usually in CFSCRIPT blocks. -Original

Re: OOP, Custom Tags..

2003-01-31 Thread Michael Dinowitz
In CFMX there is no evidence of CFSCRIPT processing faster than the tag version but I agree with you on its use. I use it for all my 'core' logic and for just about all my UDFs as well. There's something clean about it over tags while keeping much of the same read-ability. I love CFSCRIPT.

RE: CF Capability but not CF.

2003-01-31 Thread Matthew Small
You have an existing CFML parser for .NET? Explain more, I am very interested. Matthew Small IT Supervisor Showstopper National Dance Competitions 3660 Old Kings Hwy Murrells Inlet, SC 29576 843-357-1847 http://www.showstopperonline.com -Original Message- From: Matt Liotta

RE: CF Capability but not CF.

2003-01-31 Thread webguy
There is also JavaCC, which I have used successfully to create a CFML Cool, javaCC was that called Jack at some stage? WG ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: OOP, Custom Tags..

2003-01-31 Thread Dave Watts
If you're using CFMX, though, you might not even bother with it. Its popularity is largely based on the fact that it's the only way to write user-defined functions in CF 5. You can do a lot more (and do it better) with the CFFUNCTION tag in CFMX. Really Dave ? I would say

RE: SOT: Serv-U?

2003-01-31 Thread Rick Faircloth
I've done no FTP serving up to this point. I had a client yesterday who asked about being able to have a way to access documents on her PC at work and at home, and I thought of an FTP site on my server. (She's almost completely computer illiterate and doesn't want to spend much money.) That would

RE: CF Capability but not CF.

2003-01-31 Thread Matt Liotta
There is no SDK available and you can't rely on the docs because sometimes they are either incomplete or just wrong. Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]]

RE: CF Capability but not CF.

2003-01-31 Thread Matt Liotta
I do, what do you want to know? Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 -Original Message- From: Matthew Small [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 1:22 PM To: CF-Talk Subject: RE: CF Capability but not

RE: CF Capability but not CF.

2003-01-31 Thread Matt Liotta
I have no idea if it was ever called anything else. Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 -Original Message- From: webguy [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 1:28 PM To: CF-Talk Subject: RE: CF

RE: Missing CFMAGIC cookie??

2003-01-31 Thread Gaulin, Mark
Ah! Thanks! We don't set SetDomainCookie to true on our dev server because the cookies don't work if the host name has only one . in it. With SetDomainCookie = true... 1. host = staging, cookie domain is not set; this works. 2. host = test.staging.com, cookie domain = .staging.com; this works. 3.

RE: CF Capability but not CF.

2003-01-31 Thread Bryan F. Hogan
Yes, this is why I asked about the SDK. Thanks for your previous reply, I'll check it out. Thanks Bryan F. Hogan Director of Internet Development Macromedia Certified ColdFusion MX Developer Digital Bay Media, Inc. 1-877-72DIGITAL

RE: OOP, Custom Tags..

2003-01-31 Thread webguy
Dave said: I might prefer the syntax of CFSCRIPT too, but that's easily outweighed by the ability in CFFUNCTION to validate argument datatypes and requirements with the TYPE and REQUIRED attributes of CFARGUMENT, and specify the return datatype of the function using the RETURNTYPE attribute

RE: CF Capability but not CF.

2003-01-31 Thread Matthew Small
How does it compare (features) to CF5.0? CFMX? What is the price? Has there ever been any testing done against CFMX? Matthew Small IT Supervisor Showstopper National Dance Competitions 3660 Old Kings Hwy Murrells Inlet, SC 29576 843-357-1847 http://www.showstopperonline.com -Original

RE: OOP, Custom Tags..

2003-01-31 Thread Dave Watts
True, pity you can't do function myf (name string, o myobject) You would think it would very easy since cffunction has it . Sounds like a wishform request to me! Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444

RE: SOT: Serv-U?

2003-01-31 Thread Dave Watts
I've done no FTP serving up to this point. I had a client yesterday who asked about being able to have a way to access documents on her PC at work and at home, and I thought of an FTP site on my server. (She's almost completely computer illiterate and doesn't want to spend much money.)

RE: OOP, Custom Tags..

2003-01-31 Thread Dave Watts
You ... haven't ... read ... the ... documentation? It's in there. Nope - I'm not primarily a CF developer - my knowledge is mainly CF4 - but I never knew about cflib.org.. opens up a whole new world. I should start reading messages more - I just get so damn many.. While this

RE: CF Capability but not CF.

2003-01-31 Thread Matt Liotta
It doesn't compare at all. I wrote it as a proof of concept and nothing more. It is not a complete implementation of CFML or even a useable implementation of CFML. If you are looking for a full implementation of CFML I would check our BlueDragon, which is a very nice product indeed. In addition,

RE: OOP, Custom Tags..

2003-01-31 Thread webguy
True, pity you can't do function myf (name string, o myobject) You would think it would very easy since cffunction has it . Sounds like a wishform request to me! Dave Watts, CTO, Fig Leaf Software Good idea, done. Stuck function overloading in there too :-) WG

RE: OOP, Custom Tags..

2003-01-31 Thread webguy
Dave W: While this list is great and all, may I suggest that you spend more time reading the documentation instead? I'm being completely serious. I wouldn't want to learn a new programming language by reading a mailing list - you'll learn bits and pieces, but not the core concepts. Jezz

does CFPARAM have to be used at the beginning of a template?

2003-01-31 Thread ttran_18
Hi, I'm new to this mail list. Anyways, I was wondering if the CFPARAM tag has to go at the beginning of a template. I see most codes where CFPARAM is set at the top. Is this required? Can it be set at the middle or end of a template or does that cause problems or performance issues.

RE: does CFPARAM have to be used at the beginning of a template?

2003-01-31 Thread Tony Weeg
it doesn't HAVE TO BE anywhere. it just has to be right above where you would want to use it. its not something that has to be declared before any processing. ...tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, Inc. Mobile

Re: does CFPARAM have to be used at the beginning of a template?

2003-01-31 Thread Michael Dinowitz
CFPARAM can be used anywhere in a ColdFusion template but should be used before the variable that your checking. Hi, I'm new to this mail list. Anyways, I was wondering if the CFPARAM tag has to go at the beginning of a template. I see most codes where CFPARAM is set at the top. Is this

  1   2   >