RE: Anyone know Perl AND CF?

2001-09-23 Thread Andrew Scott
Look for identifying patterns, then use a script to pull the info out same as the line of code is doing. If you have the ability to see the final output then you can see what it is pulling out of this file, otherwise you are going to have to guess or ask the client what it is supposed to look

Search Engines

2001-09-23 Thread Heidi Belal
Hi All, this may be a bit off topic, but i need/advise on where and how i can register a site in the top search engines. I know there are all these sites where you can do it but do you have recommendations? My other question is, why do we have to pay for this, or what does paying provide from

RE: cf and apache

2001-09-23 Thread Justin Greene
Which version of apache are you running and what platform? I have found that SSL on win32 with 1.3.20 apache required an EAPI Cold Fusion module and MM has not yet made it available (though they said that they would after the discussions on the list and some back and forth with their support

RE: Search Engines

2001-09-23 Thread Mike Kear
You don't have to pay. Do it yourself. I do. Just go to each of the search engines, and register a site with them. .. Capture the form you submit, and put that code into a CF template yourself. I have made one where I put in the keywords, description, basic information enough to fill in all

RE: cf and apache

2001-09-23 Thread Tony Schreiber
Actually, now that you mention it, I forgot about that EAPI thing going on. I get the error on startup (only when using the OpenSSL compiled version) about the module, but it's been running fine and we've been hitting it pretty hard. What's the latest on the replacement module? Which version

RE: Verity: Can I search just on the TITLE of a document?

2001-09-23 Thread David Grabbe
Thanks, Raymond. Actually, what I described/asked about would only be a side feature -- not the full extent of Verity's use. I am planning on using as much of Verity's searching capabilities as possible, and this would just be one of the options available for display. You mentioned using

ezEdit

2001-09-23 Thread Lenny Sorey
Anyone have any examples (that you wouldn't mind sharing) of saving the HTMLsource field via WYSIWYG to an SQL database field using ezEdit as the WYSIWYG editor? Any help would be greatly appreciated. Regards, Lenny R. Sorey FatDot.com [EMAIL PROTECTED] 601-856-1736

RE: ezEdit

2001-09-23 Thread Ken Wilson
What kind of info are you looking for? ezEdit functions as a form field. When you submit it you're free to insert/update a database, if desired, just as you would any other form submission. Ken -Original Message- From: Lenny Sorey [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 23,

Studio 5.0

2001-09-23 Thread Mike Tangorre
Does anyone know the email to get in contact with Allaire to betatest studio 5.0.. is it still in beta? I am a student here at Alfred University and we use CF down in the Web department, and we were considering beta testing. When I goto Beta.Allaire.com, I cannot find an email or number to

RE: Studio 5.0

2001-09-23 Thread John Wilker
I think the beta may be over, I think I remember seeing Release Candidates now. You can Email [EMAIL PROTECTED] I couldn't login, due to a query error on the site :-) But I know that people are on the other side of the email because I have had to write them before. J. John Wilker Web

Re: Javascript HierMenus

2001-09-23 Thread Matt Robertson
CF_HierMenus, available in the Developers Exchange, is specifically designed to wrap around the Hiermenus script and let you plug in dynamic content. To be honest I haven't used it myself as I've always used static menus so far. Here's the link:

RE: cf and apache

2001-09-23 Thread Dave Watts
Any suggestions for a decent apache for dummies kind of book? I'm not looking for an all-encompassing tome, but rather one of those quickie books where you get up and going quickly and then can delve into a larger tome later if you wish ... Fortunately, Apache is so simple to work with,

RE: Incredible growing SQL Log File - Help!

2001-09-23 Thread Dave Watts
We have a sql server 2000 database. Client variables are enabled and are currently being saved to a database called CRDB. The log file for CRDB is over 10gig!!! Not doing anything special, just letting CF handle the client variables to the database. Any ideas why this would be? We

MODIFY sql command

2001-09-23 Thread W Luke
Hi, I need to modify a table on one of my Databases - to add 2 Yes/No fields. The DB is Access, and the table name Pending. I really don't want to have to download, modify and upload the DB because it's over 8MB - having not really used the MODIFY statement before, can anyone advise what my

RE: MS Personal Web server, NIMBA and others

2001-09-23 Thread Dave Watts
For our development platform we're running MS Personal Web Server on Win NT 4.00 with our CF Studio. Are these installations of PWS vulnerable to NIMBA and other viruses/worms/trojans? If yes, how do we protect them? I don't think PWS is vulnerable to all of the IIS exploits, simply

Re: MODIFY sql command

2001-09-23 Thread W Luke
Sorry - I meant ALTER not modify... Thanks in advance. Will - Original Message - From: W Luke [EMAIL PROTECTED] Newsgroups: cf-talk Sent: Sunday, September 23, 2001 11:48 PM Subject: MODIFY sql command Hi, I need to modify a table on one of my Databases - to add 2 Yes/No fields.

once upon a time...

2001-09-23 Thread Michael Vinson
.. a large hypothetical company in a hypothetical land on an imaginary planet issued the following memo... [begin hypothetical quote] What is a Control Environment and DMZ? Many of you have received a number of internal memos on the importance of a control environment. This environment

Re: once upon a time...

2001-09-23 Thread Michael Dinowitz
This sounds like marketing BS to me. A properly installed ColdFusion serv er is more secure than the webserver its installed on. I've done work for th e federal reserve and they had no problem at all using ColdFusion to move literally billions of dollars. CF is certified secure for use within

SQL Development and VSS (or other SCM)

2001-09-23 Thread Matt Wisdom
Does anyone have any suggestions for integrating VSS or some other SCM into SQL development, particularly SQL 2K? We occasionally copy all of our database structure over to VSS, but this is not integrated into the workflow like normal CF/C++ development. It'd be really nice if we could depend on

RE: SQL Development and VSS (or other SCM)

2001-09-23 Thread Andrew Scott
Maybe it might pay to include the SP's as part of your daily DB backup! Regards, Andrew Scott -Original Message- From: Matt Wisdom [mailto:[EMAIL PROTECTED]] Sent: Monday, 24 September 2001 13:24 PM To: CF-Talk Subject: SQL Development and VSS (or other SCM) Does anyone have any

Re: once upon a time...

2001-09-23 Thread Jim McAtee
From the tone of the memo, my guess is that someone rolled out of bed one day and suspected that their internal network was pretty much open to the public. So they brought in security consultants who have erected a firewall and placed publicly accessible servers in a DMZ (pretty standard network

Carriage Returns with CFFILE

2001-09-23 Thread Chris Jensen
Hi, I'm having some difficulty writing a simple DOS text file with CFFILE ACTION=write I'm creating the file in a variable ie CFSCRIPT outputtext = line1 chr(13) line2 ...etc; /CFSCRIPT But cold fusion seems to be interpreting the carriage returns and/or line feeds. I need to get a regular DOS