RE: Google your business name lately?

2004-09-09 Thread Peter Theobald
You do realize that THIS discussion will also show up in Google in the very near future? If I were you I would be more worried about how I sound in THIS discussion. At 09:53 AM 9/9/2004, Louis Mezo wrote: So, you would read all that stuff and come away thinking that you'd like to do business with

Re: MVDB

2003-09-11 Thread Peter Theobald
At 04:41 PM 9/9/2003 -0400, Don wrote: Have you ever tried to import your RainingData PICK database into a RDBMS like MS SQL Server or MySQL then run querie against the RDBMS via ODBC driver or the like instead of going after the beast directly, from what you wrote the latter is no fun? Sure,

Re: MVDB

2003-09-09 Thread Peter Theobald
Yes, I am working on a project right now that uses a RainingData PICK database from a ColdFusion website. We had all sorts of problems and finally decided to run the website from a local database (MySQL, but it could be anything) and have the administrator upload data from PICK periodically.

CF, MySQL, LAST_INSERT_ID()

2003-08-29 Thread Peter Theobald
: cfquery name=insert insert 'a', 'b', 'c' into mytable; /cfquery cfquery name=getkey select LAST_INSERT_ID() as keyvalue; /cfquery (Note: if it matters, I am not using InnoDB tables for these) -Peter Theobald

RE: CF, MySQL, LAST_INSERT_ID()

2003-08-29 Thread Peter Theobald
you weren't using those. Honestly, I never understood how CFTRANSACTION differs from SQL 'begin transaction... commit' -Peter Theobald ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http

RE: check through all open sessions?

2003-08-14 Thread Peter Theobald
Darn! (CF5) Error Diagnostic Information Unhandled System exception ! java.lang.ClassNotFoundException: ClassFormatError for class coldfusion.runtime.SessionTracker. Java exception occurred in call to method. At 04:27 PM 8/7/2003 +0100, Tim Blair wrote: Just found this so thought I'd put it

RE: check through all open sessions?

2003-08-14 Thread Peter Theobald
THANK YOU TIM! This sounds like exactly what I need. At 04:27 PM 8/7/2003 +0100, Tim Blair wrote: Just found this so thought I'd put it out for those who are interested (from http://www.rewindlife.com/archives/46.cfm)... It's a way of using the underlying session handing of CFMX to grab a

RE: check through all open sessions?

2003-08-01 Thread Peter Theobald
This is a very good idea, but for my purposes (I didn't ask the original question) I need to know when the session is scheduled to time-out. How do I get that info for a session? In other words, when a page request runs a session's last-used-time is reset to NOW(). But as times goes on the

RE: check through all open sessions?

2003-08-01 Thread Peter Theobald
, Dave -Original Message- From: Peter Theobald [mailto:[EMAIL PROTECTED] Sent: 01 August 2003 16:40 To: CF-Talk Subject: RE: check through all open sessions? This is a very good idea, but for my purposes (I didn't ask the original question) I need to know when the session

Re: Host Headers vs. CGI vars (was IIS Domain Naming Question)

2003-07-31 Thread Peter Theobald
If you use the web server (IIS or Apache in my case) you can do a few extra tricks like remapping /images/ to /images/specificdir At 06:16 PM 7/31/2003 -0700, David Delbridge wrote: I'm sorry. In rereading my post, I see now that I really wasn't very clear at all. By host headers vs. CGI vars

Session timeouts too early

2003-07-29 Thread Peter Theobald
I am having a problem with Coldfusion sessions timing out too early. The session timeout in the cfapplication is set to 2 hours. The CF Administrator is set to a default of 20 minutes and a maximum of 2 hours. Users randomly get timed out in as little as 15 minutes or as much as the full 2

RE: Session timeouts too early

2003-07-29 Thread Peter Theobald
found that If the user accesses another Application of the same server, they get logged out of the current application they are in. I'm not sure if this helps or not Dave -Original Message- From: Peter Theobald [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 12:46 PM To: CF-Talk

Re: Session timeouts too early

2003-07-29 Thread Peter Theobald
right now. Somehow I need to figure out WHY sessions are disappearing! -Peter At 12:46 PM 7/29/2003 -0400, Peter Theobald wrote: I am having a problem with Coldfusion sessions timing out too early. The session timeout in the cfapplication is set to 2 hours. The CF Administrator is set to a default

Persistent Session variables

2003-07-25 Thread Peter Theobald
( session.insession='yes') and copy the client variable to a session variable. Think of the client variable as a 'backup' for the session variable. Slight speed hit on writes in return for persistence across reboots and restarts. -Peter Theobald

Re: writing to sendmail queue

2002-07-24 Thread Peter Theobald
At 12:13 PM 7/19/02 -0400, Chris Edwards wrote: any suggestions on how to write directly to sendmail's queue? You are supposed to send emails through a mail delivery program. On Unix/Linux you should submit emails through /usr/ucb/mail or even directly through sendmail. But if for some reason

Creating PowerPoint files on the CF Server?

2002-02-21 Thread Peter Theobald
of PowerPoint on the server? Thanks -Peter Theobald __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com

Query of Query cannot sort

2002-02-18 Thread Peter Theobald
Help! This should be simple. Have I found a bug in Queries of Queries? I have two queries to the database. Later I want to join the data and sort it by an INTEGER column called 'SEQ'. I use a query of a query to do the select in memory, but I get the following error: GETTHESE.SEQ is not a

RE: Query of Query cannot sort (SOLVED)

2002-02-18 Thread Peter Theobald
available at cfwebtools resources: http://www.cfwebtools.com/index_dev.cfm -Original Message- From: Peter Theobald [mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 11:14 AM To: CF-Talk Subject: Query of Query cannot sort Help! This should be simple. Have I found a bug in Queries

RE: Help: need to Evaluate() in Caller's context

2002-01-25 Thread Peter Theobald
changing all the values, but at least I wouldnt have to change any code that uses the custom tag. __ steve oliver cresco technologies, inc. http://www.crescotech.com -Original Message- From: Peter Theobald [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 23, 2002 11

Re: Is CF still relevant?

2001-04-24 Thread Peter Theobald
I seem to be the exception rather than the rule around here. I am NOT a graphic artist/webmaster learning his first programming language. I am a trained programmer with years of experience programming many different systems. I probably know more computer languages than many of you have heard

Re: Virus Software

2001-04-19 Thread Peter Theobald
We've had great results with McAffrey VirusScan for Linux. We call it with CFEXECUTE to scan the one file just uploaded. I don't know if they have a command-line version for NT (software is almost always made to be automated on Unix and rarely on NT IMHO). A "server anti-virus" solution won't

OT: HTML editor for idiots? recommendation?

2001-04-18 Thread Peter Theobald
Sorry for the OT post... I have a client who needs to be able to make simple text changes to static HTML pages. I tried having him use FrontPage but he managed to destroy the entire site, which I had to restore from backups. Can someone recommend an HTML editor that will simply download ONE

Re: OT: HTML editor for idiots? recommendation?

2001-04-18 Thread Peter Theobald
of a separate FTP program. At 10:09 AM 4/18/01 -0400, Peter Theobald wrote: Sorry for the OT post... I have a client who needs to be able to make simple text changes to static HTML pages. I tried having him use FrontPage but he managed to destroy the entire site, which I had to restore from

CFLOCATION: The document has moved HERE??

2001-04-17 Thread Peter Theobald
My app has a CFLOCATION that works on most browsers... however on a MAC running IE5 instead of being redirected to the new page, users are getting a page with the message: HTTP/1.1 302 Found Date: Sun, 18 Jun 2000 19:27:39 GMT Server: Apache/1.3.9 (Unix) (Red Hat/Linux) Location:

Re: Mail is spooled, but never sent

2001-03-29 Thread Peter Theobald
useoffusion.com//abr Unsubscribe: a href="http://www.houseoffusion.com/index.cfm?sidebar=lists" eudora="autourl"http://www.houseoffusion.com/index.cfm?sidebar=lists/a /font/blockquotebr font size=3-------br Pe

Re: cfschedule rerun if fails?

2001-03-27 Thread Peter Theobald
Schedule a wrapper page that calls your page and tests that it ran successfully, re-running it if necessary. At 07:36 PM 3/26/01 -0500, Jack Monteleagre wrote: Hi, I'm trying to come up with a solution where I can use cfschedule to execute a page. If the page fails then cfschedule runs again

Re: Studio on Linux??

2001-03-27 Thread Peter Theobald
Because we don't clone the bit about the system crashing several times a day. At 04:43 PM 3/26/01 -0800, zac wrote: Michael Rosario wrote: You may want to check out http://quanta.sourceforge.net/ Which begs the question: If Linux users hate Windows so much why do they clone windows apps and

RE: CFMAIL - not going out??

2001-03-27 Thread Peter Theobald
begin looking for why the mails are just sitting there? How can I "kick" the CF server to send them? I have looked in the logs and find no mention of these emails... (not in applica tion.log nor in mail.log) HELP! ------ -

RE: CFMAIL - not going out??

2001-03-27 Thread Peter Theobald
r the past few years and the symptoms you describe fit... Brian -Original Message- From: Peter Theobald [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 6:36 PM To: CF-Talk Subject: CFMAIL - not going out?? For three days now, all of the confirmation emails my CF app sends out are being pu

Re: CF rules!!!

2001-03-16 Thread Peter Theobald
Phoeun, are you aware that just about everybody who hires Cold Fusion programmers is on this list? Programmers are a surprisingly small community. We are all cultivating an image and reputation here. Sorry to be such a bummer... your typical rant caught me in a bad mood... If you worked with

Re: Project Mgmt for CF development?

2001-03-13 Thread Peter Theobald
Did you ever think that this information might be necessary to bill clients? Or to allocate resources to projects efficiently? Or to make accurate estimates of project completion dates? Or to forecast hiring needs? (I'm not saying your manager wasn't an asshole :-) I didn't know the guy. Just

Re: Linux/CF and MYSQL vs. Win2k/CF and SQL2k

2001-03-10 Thread Peter Theobald
Cold Fusion on Linux is great. We use it exclusively. We find NT to be less reliable, and difficult to remotely administer (especially a large server farm of them). We have no experience with Win2K. MySQL is very very fast, but is not a full featured RDBMs. For a heavily trafficked site or a

Re: CF Generator applications

2001-03-10 Thread Peter Theobald
I'm dying to try out CommerceBlocks but they don't support Sybase yet. Everyone who is using Sybase please send them a note asking them to make that first on their list! :-) At 05:40 AM 3/9/01 -0500, Tony Schreiber wrote: http://www.commerceblocks.com/ Anyone knows a program that generates CF

RE: M$ licensing has me at wits end

2001-03-05 Thread Peter Theobald
html font size=3You can run Sybase for Linux for FREE for development purposes only. It's a great deal if you want a bunch of developers building sites and testing things out. For production use it costs about the same as MSSQL and Oracle (and is just as confusingly priced).br I don't know a

Re: File upload vs. Virus protection

2001-02-28 Thread Peter Theobald
We installed McAfee VirusScan for Linux and call a script with CFEXECUTE that scans just the one file that was uploaded. Based on the results we can delete the file and display a warning. At 02:57 PM 2/28/01 -0800, [EMAIL PROTECTED] wrote: If I allow a web user to upload files (MSword docs)is

Re: Slightly OT: nycfug

2001-02-28 Thread Peter Theobald
They get a lot of interest. The meetings are usually packed - standing room only. This despite the fact that they often don't announce the next meeting until the day before :-( which really makes it difficult to attend. At 09:28 AM 2/27/01 -0500, Erika L Walker wrote: Does anyone here belong

Re: preventing hacked forms

2001-02-23 Thread Peter Theobald
If it's important enough you can pass a form variable with an encoded string that uniquely identifies THIS form that you handed out. When the form is submitted you validate that the encoded string is the same one you gave out, and you don't let them be used twice. At 02:54 PM 2/23/01 -0500,

Re: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread Peter Theobald
Umm.. I hate to jump in on this, but he wasn't being a smart-ass so much as being realistic. CF runs on the server. Javascript runs on the client. The only conversation they have is through URL requests and form submits. The only way to get information in Javascript variables is by submitting

Copy CFServer configuration by copying four files...

2001-02-21 Thread Peter Theobald
? --- Peter Theobald, Chief Technology Officer LiquidStreaming http://www.liquidstreaming.com [EMAIL PROTECTED] Phone 1.212.545.1232 x204 Fax 1.212.545.0938 ~~ Structure your ColdFusion code

Copy CFServer configuration by copying four files...

2001-02-21 Thread Peter Theobald
to the article?br /fontbr font size=3---br Peter Theobald, Chief Technology Officerbr LiquidStreaming a href="http://www.liquidstreaming.com/" eudora="autourl"http://www.liquidstreaming.com/abr [EMAIL PROTECTED]br

Re: Virus Scanning Uploaded Files

2001-02-19 Thread Peter Theobald
I'm doing this on Linux with McAffee. I simply use CFEXECUTE to call a shell script wrapper that calls McAffee's command line utility to scan a file. Write me off-list if you need more information ONLY if you need more info about doing this on Linux. At 11:25 AM 2/19/01 -0500, Lewis Steven

Re: Querying a db with all caps

2001-02-19 Thread Peter Theobald
You must configure your database to use a non-case-sensitive comparison order. On Sybase, I do this by selecting a 'character set' which defines the sort order and the comparison order. You didn't say which database you are using so I can't be more specific. At 12:15 PM 2/19/01 -0700, DSJ /

RE: Querying a db with all caps

2001-02-19 Thread Peter Theobald
Please note that using LIKE or upper() will be *MUCH* slower than configuring the database to use a non-case-sensitive comparison order. If you need to mix case-sensitive and non-case-sensitive comparisons then you must use LIKE or upper(), otherwise you would be much better off to configure

RE: Tag or function to import csv file to db

2001-02-16 Thread Peter Theobald
3/Third way: use CFHTTP to turn the file into a query and make a SQL statement to copy the data into your database 4/Fourth way: use CFEXECUTE to call a Perl script 5/Pull the data straight from Excel as an ODBC datasource We've used both methods 3 4. The Perl script is by far faster, more

Re: Tag or function to import csv file to db

2001-02-16 Thread Peter Theobald
I tried this tag but it is NT only. Not Unix or Linux :-( At 11:30 AM 2/16/01 -0500, Larry C. Lyons wrote: Paul, Have a look at Nate Weiss' custom CFX tag called CFX_CSVToQuery. You can get it from his website. Here's the direct URL:

Re: OT: hardware

2001-02-09 Thread Peter Theobald
APC MasterSwitch... works like a charm. TCP socket, Telnet, or Web (HTTP) control interface! At 08:08 AM 2/8/01 -0700, Nick Call wrote: O.T. warning. I am trying to find a remote power cycling switch that is IP based, not telephony based. Anyone have experience or a good source for these?

Re: Is there a way to run a server side executable through CF?

2001-02-06 Thread Peter Theobald
CFEXECUTE At 02:35 PM 2/6/01 -0600, Paul Begovich wrote: We have created several scripts written for NT Server that perform various server side tasks. What we want to do is execute these scripts using the CF scheduler. Is there a way to run a server side executable through CF? - Paul

Re: Scheduled Event (was: multiple queries tie up web server)

2001-02-06 Thread Peter Theobald
Wouldn't it be easier to use CFCACHE to mark the page as cached? CF will process the page once and write the HTML to a cache file, from then on it will use the cached HTML file and not reprocess the file until the cache expires. At 01:34 PM 2/6/01 -0600, Ricq Pattay wrote: To avoid running

Re: why use 3rd dimensional array??? You dont understand!

2001-02-05 Thread Peter Theobald
Like the definition of a 3 dimensional array says, a 3 dimensional array is useful for storing any information that has 3 independent variables. There are as many examples of this as there are problems in the world that need programs written. One example from my latest project: My client's web

Linux Sybase drivers single-threaded?

2001-02-04 Thread Peter Theobald
this? --- Peter Theobald, Chief Technology Officer LiquidStreaming http://www.liquidstreaming.com [EMAIL PROTECTED] Phone 1.212.545.1232 x204 Fax 1.212.545.0938 To put this contact information into your Palm device, click here: http://www.coola.com/cgi-bin

RE: Statistics on Toy R Us

2001-02-01 Thread Peter Theobald
Or thought of in a simpler way: The Cold Fusion parser takes the CFML tags OUT of the page, and replaces them with the HTML that the tags generated. The "NEWLINE" at the end of each CFML line is *NOT* considered part of the CFML tag (obviously, only the parts in are part of the tag) and the

Re: Coldfusion vs. Jsp

2001-02-01 Thread Peter Theobald
No, but Spiderman is much better than the Hulk. End of topic please. At 06:42 AM 1/31/01 -0800, Michael wrote: So do you mean jsp pages are better then cfm pages? "Rey Bango" [EMAIL PROTECTED] wrote in message

RE: Statistics on Toy R Us

2001-01-30 Thread Peter Theobald
Amazon (who hosts ToysRUs) does not use Cold Fusion. They mainly use their own home-grown stuff. Originally written in Perl, now lots of executables. At 01:02 PM 1/30/01 +1100, Scott, Andrew wrote: Thats very interesting, because doing a view source indicates that they are using CF:-) I mean

RE: stop reposting of form data

2001-01-29 Thread Peter Theobald
fuse, (act_xxx_post or something) and then cfinclude the action template and then cflocation to a success page or anywhere else.. -Original Message- From: Peter Theobald [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 20, 2001 1:35 AM To: CF-Talk Subject: Re: stop reposting of form data

Re: Statistics on Toy R Us

2001-01-29 Thread Peter Theobald
You must be talking about historical statistics because Toys R Us gave up the farm (literally) and now lists their inventory on Amazon.com instead of running their own web site. At 12:34 AM 1/30/01 +1100, Andrew Scott wrote: I was hoping someone might be able to help, sometime ago someone

Re: Setting a timeout on a page

2001-01-25 Thread Peter Theobald
Here's the catch: You can set the timeout for a page, but you can't set it ON THAT PAGE. You have to set it in a URL variable passed into the page request in the calling page. href=my_slow_page.cfm?RequestTimeout=500 At 10:30 AM 1/25/01 -0600, Ryan wrote: Ok, I've looked through my

Re: CF-Talk FAQ

2001-01-25 Thread Peter Theobald
That's a really good idea! I see the same questions pop up every month or so... At 08:34 PM 1/25/01 -0500, Jon Hall wrote: Is there such a thing? jon ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: case sensitivity in stored procedures

2001-01-24 Thread Peter Theobald
There's another reason you don't want case-sensitivity turned on for the whole server... the Merant database drivers have a bug in them: they have internal calls to a stored procedure named sp_SeRvEr_InFo when the actual stored procedure is named sp_server_info. With case sensitivity turned on

ClusterCATS vs. hardware

2001-01-23 Thread Peter Theobald
already have users being directed to the server with the least load. I already have dead servers being taken out of rotation. --- Peter Theobald, Chief Technology Officer LiquidStreaming http://www.liquidstreaming.com [EMAIL

Re: CFX_Cybercash Re-posted

2001-01-23 Thread Peter Theobald
When you say the install is an EXE, does this mean this tag is only available for Windows-NT, and not for Linux? At 10:08 AM 1/23/01 -0500, Sam Coe wrote: Yes, the original Allaire CFX_Cybercash component from Allaire was withdrawn about two weeks ago, and Cybercash has updated and re-posted it

Re: stop reposting of form data

2001-01-19 Thread Peter Theobald
I think this is how Fusebox gets around the problem of having all requests go to the same page (index.cfm) (dont quote me on that... I dont know much about Fusebox...) But the problem with this is you are causing another round-trip from the client to server and back again. Does anyone have a

Re: stop reposting of form data

2001-01-19 Thread Peter Theobald
html font size=3You should prevent this both on the client side (for a nicer interface) and on the server side (in case scripting is turned off, or a hacker wants to mess with you by submitting his own form to your scripts)br br Server side:br Have a hidden field set to a random string (use

Re: Adam, you got to be kidding?

2001-01-18 Thread Peter Theobald
I think what he was suggesting is that you use scripting to make your web site great. But you make sure a minimum functionality works without scripting. If a user doesn't get validation he can still use your site. If a use can't submit, your site is useless to him. At 08:14 AM 1/18/01 -0500,

RE: big translation

2001-01-17 Thread Peter Theobald
of memory in a one application varible. is that an important matter ? 2. How you check the user's current language? do you see the URL to make that decision ? isn't an session variable ? both ? again... muchas gracias. ~Juandres - Original Message - From: Peter Theobald [EMAIL PROTECTED

RE: big translation

2001-01-16 Thread Peter Theobald
General Information") where "labels" will be the name of the structure, can you help me understand how you accomplish this? Bismarck Perez -Original Message- From: Peter Theobald [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 10:30 AM To: CF-Talk Sub

Re: how to retrieve excel data and to put into DB

2001-01-13 Thread Peter Theobald
I run Cold Fusion on Linux, so I cannot connect to Excel as a datasource or use a CFX tag that uses OLE to remote control Excel. The way I do it (somewhat clumsy) is the user has to "Save As..." in Tab Delimited format. My page has a FILE UPLOAD form input, which uploads the file. Then I clean

RE: how to retrieve excel data and to put into DB

2001-01-13 Thread Peter Theobald
Nope. I don't even run WinNT or Win2K anywhere on the network. At 05:15 PM 1/13/01 +, Rif Kiamil wrote: Do u run MS SQL any where on the network ? -Original Message- From: Peter Theobald [mailto:[EMAIL PROTECTED]] Sent: 13 January 2001 15:44 To: CF-Talk Subject: Re: how to retrieve

Re: Scanning my www-server for security holes: 2 holes left

2001-01-13 Thread Peter Theobald
That's very "politically correct of you", but the fact remains that certain countries have larger hacker communities than others, and certain counties do not prosecute hacking. At 08:28 PM 1/13/01 -0800, Laszlo Nadai wrote: OK, I was trying to keep quiet. What's up with this "Korea" thing?

OT: What Does OT Stand For?

2001-01-12 Thread Peter Theobald
Off Topic Use it for a question or discussion that is not strictly about this mailing list's topic: Cold Fusion technical information. And use it to label a thread that has digressed away from a once-appropriate topic. This way, people who want to skip over off topic discussions can easily do

RE: Caching a Query: How To?

2001-01-12 Thread Peter Theobald
Shouldn't CachedAfter really be called CachedBefore? You are telling it to cache the query UNTIL a specified date/time, right? At 05:27 PM 1/12/01 +, Philip Arnold - ASP wrote: I have three different queries on page that the only difference among them is what the results are ordered by. I

high profile CF sites...

2001-01-09 Thread Peter Theobald
Hey, I just noticed that Mail Boxes, Etc. is a Cold Fusion site. http://www.mbe.com --- Peter Theobald, Chief Technology Officer LiquidStreaming http://www.liquidstreaming.com [EMAIL PROTECTED] Phone 1.212.545.1232 x204

CFEXECUTE return code?

2001-01-09 Thread Peter Theobald
How do I get the return code from a CFEXECUTE? This is on Unix... --- Peter Theobald, Chief Technology Officer LiquidStreaming http://www.liquidstreaming.com [EMAIL PROTECTED] Phone 1.212.545.1232 x204 Fax 1.212.545.0938

Re: CFEXECUTE return code?

2001-01-09 Thread Peter Theobald
of a CFEXECECUTE call. How do I get the return code from a CFEXECUTE? This is on Unix... -- - Peter Theobald, Chief Technology Officer LiquidStreaming http://www.liquidstreaming.com [EMAIL PROTECTED] Phone 1.212.545.1232

Re: CFEXECUTE return code?

2001-01-09 Thread Peter Theobald
the results of a CFEXECECUTE call. How do I get the return code from a CFEXECUTE? This is on Unix... - - - Peter Theobald, Chief Technology Officer LiquidStreaming http://www.liquidstreaming.com [EMAIL

Re: CFEXECUTE return code?

2001-01-09 Thread Peter Theobald
a file for viruses --- Peter Theobald, [EMAIL PROTECTED] --- (c) January 9, 2001 LiquidStreaming --- Usage: cf_virusscan file="filepath" return="variable" --- Returns: "OK", "VIRUS", "ERROR" in the caller variable specified --- --- If I could get the

Virus protection for upload/download files?

2001-01-08 Thread Peter Theobald
? --- Peter Theobald, Chief Technology Officer LiquidStreaming http://www.liquidstreaming.com [EMAIL PROTECTED] Phone 1.212.545.1232 x204 Fax 1.212.545.0938 To put this contact information into your Palm device, click here: http://www.coola.com/cgi-bin/addinfo.cgi?pid

RE: Automatic locking (was: Request VS Application scope)

2001-01-07 Thread Peter Theobald
is. In any case, we've got to write code that works on the servers that we have now. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 --- Peter Theobald, Chief

Re: And the award goes to ......

2001-01-06 Thread Peter Theobald
I'd like to thank the Academy... At 01:24 PM 1/5/01 -0500, Hoffman, Joe (CIT) wrote: CF-talk posts for the year 2000 total 48,444 [EMAIL PROTECTED] 1,644 others in the top 20 are : [EMAIL PROTECTED] 517 [EMAIL PROTECTED] 460 [EMAIL PROTECTED] 426 [EMAIL

Re: OT:Anybody using CF 4.5.1 sp2 on RedHat 7.0 with Sybase 11.9.2

2001-01-04 Thread Peter Theobald
We are using CF 4.5.1 SP2 on RedHat 6.2 with Sybase 11.9.2. I'd be happy to share... What would you like to know? So far it's been pretty smooth sailing. One little snag was we were running Sybase in the default, case sensitive mode. It caused some problems because the Cold Fusion drivers

RE: Custom Tag for creating Forms...

2001-01-04 Thread Peter Theobald
It would be helpful to allow as much of the formatting as possible to be defined by Style Sheets to make the forms customizable. At 12:30 PM 1/4/01 +, Paul Johnston wrote: Well, I am enjoying reading your responses. It's very good to get some kind of feedback (I'll have a look at

Re: Troubles with Tables

2001-01-04 Thread Peter Theobald
Have another table DocPermissions with two columns, a Client ID and a Document ID. Put a row in that table for any Document/Client combination that is allowed. At 03:34 PM 1/4/01 -0500, Peter Benoit wrote: Got a bit of a situation that I'm not so sure how to handle. It's something like this;

Re: Custom Tag for creating Forms...

2001-01-03 Thread Peter Theobald
I have looked for this for a long time. I started writing my own, but more important things (paying customers) came up... At 03:36 PM 1/3/01 +, Paul Johnston wrote: This may sound a little bit odd, but I am surprised that I can't find such a tool. At the moment I am in development of a

RE: Custom Tag for creating Forms...

2001-01-03 Thread Peter Theobald
So the real trick is making it extensible so you can use it to lay out a "basic default" form, but override certain things to customize it. The design I had worked out didn't assume you only had one field per row. It let you put as many fields as you liked in a row. It would add up the number

Re: Request VS Application scope

2001-01-02 Thread Peter Theobald
But as a recent thread discussed, proper coding requires that you should always lock every access to an Application variable, in which case automatic read locking on Application scope variables does not degrade performance any more than manual read locking of every read of an Application scope

RE: Request VS Application scope

2001-01-02 Thread Peter Theobald
html font size=3Here Here!!br Finally someone seems to understand/agree with my frustration on this point.br br The way Cold Fusion handles locking is just DUMB. It is ASKING for application instability, which in the long run will ruin the reputation of Cold Fusion as a web development

RE: Request VS Application scope

2001-01-02 Thread Peter Theobald
Here Here!! Finally someone seems to understand/agree with my frustration on this point. The way Cold Fusion handles locking is just DUMB. It is ASKING for application instability, which in the long run will ruin the reputation of Cold Fusion as a web development environment. It is especially

RE: figleaf.com

2000-12-28 Thread Peter Theobald
That's ridiculous. You don't have to enter every possible misspelling, but you should always set up www.mydomain.com and mydomain.com at the same time. It adds about 1 second of work and gains you perhaps 30% more visitors. Where DO you point mydomain.com? At your FTP server? At your firewall?

Re: LOST

2000-12-28 Thread Peter Theobald
Yeah, I agree totally! When I installed the new QUAKE III it is so different!! I would've appreciated a warning too. You *ARE* talking about QUAKE III, aren't you? :-) You didn't specify. At 09:58 PM 12/27/00 -0600, Mike Weaver wrote: Is it me or does anyone else not recognize the interface

RE: figleaf.com

2000-12-28 Thread Peter Theobald
1,500 domains x 10 seconds per domain (automate it down to 1 second per domain!) = approx. 4 hours of work $5,000,000/month x 30% more = $1,500,000/month more. I'll make the DNS changes for you if you give ME the extra money that comes in. Even though the numbers above are 'made up', if you

Re: Am I understanding locking via CF Server properly?

2000-12-26 Thread Peter Theobald
Your understanding is correct. Use CFLOCK EXCLUSIVE around writes. Do not use CFLOCK READONLY around reads because you have turned on automatic read locking. At 12:11 PM 12/26/00 -0500, Paul Sinclair wrote: I've been setting up a couple of CF apps and before I get too deep into them, I am

RE: Hosting Options

2000-12-24 Thread Peter Theobald
They were ASKED. They are just answering a subscribers request for hosting information. I see nothing wrong with that. This topic comes up twice a year or so. Even though I wasn't the one who asked, I have many hosted sites at with a couple of vendors, and I like to know what the latest

Re: OT Java letdown

2000-12-24 Thread Peter Theobald
I am excited about Java on the server side. I never really liked it for the client side unless I need to do something very sophisticated in the client. Javascript usually covers my client-side needs. But on the server side, it will be great to use CFML as a "glue" to put together the site,

RE: Fusebox

2000-12-23 Thread Peter Theobald
al Message----- From: Peter Theobald [mailto:[EMAIL PROTECTED]] Sent: Friday, December 22, 2000 9:53 AM To: CF-Talk Subject: RE: Fusebox Several people have thrown out the term 'CFObjects.' But if you good read up on CFObjects it is not really fleshed out and certainly not thoroughly tested by

RE: Fusebox

2000-12-22 Thread Peter Theobald
Several people have thrown out the term 'CFObjects.' But if you good read up on CFObjects it is not really fleshed out and certainly not thoroughly tested by different programmers on different types of projects. It is just a good starting point to make an object oriented methodology out of

RE: LOCKING revisited...

2000-12-21 Thread Peter Theobald
Now I *KNOW* that is not true! I've crashed my server enough to know Cold Fusion doesn't put it's own locks in. At 11:50 AM 12/21/00 +, Philip Arnold - ASP wrote: Actually the reverse is true. You should as a developer place your READ locks. The way that the code optimizer in CF works it

RE: LOCKING revisited...

2000-12-20 Thread Peter Theobald
ore anyone else enters, no matter how many people are queued at the door. Richard Kern -Original Message----- From: Peter Theobald [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 19, 2000 1:16 PM To: CF-Talk Subject: LOCKING revisited... Ok, given that we all agree: ** Access to shared

RE: [RE: WAY OT: C++]

2000-12-20 Thread Peter Theobald
They are similar, but definitely not the same. Java implements "Object Oriented Programming" in a very clean way. C++ has a lot of idiosyncrasies in order to blend compatibility with C, a very low level language with access to the bits and pointers directly into memory, with Object Oriented

RE: LOCKING revisited...

2000-12-20 Thread Peter Theobald
locking any more. Is this not the case?!? Thanks, Evan -Original Message- From: Peter Theobald [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 20, 2000 10:21 AM To: CF-Talk Subject: RE: LOCKING revisited... No offense, but that is nonsense. My Cold Fusion server is still multi-th

Re: WAY OT: C++ now Java

2000-12-20 Thread Peter Theobald
And don't forget sometime next year we will have to ability to write Java code that interacts seamlessly with our CFML code in the new Cold Fusion server. That makes Java an important thing to know (among other reasons). At 12:03 PM 12/20/00 -0500, dave fauth wrote: Beginning Java2 looks like

RE: LOCKING revisited...

2000-12-20 Thread Peter Theobald
h of one? Hal Helms == See www.ColdFusionTraining.com for info on "Best Practices with ColdFusion Fusebox" training, Jan 22-25 == -----Original Message- From: Peter Theobald [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 20, 2000 11:05 AM To: CF-Talk Subject: RE: LOCKING re

  1   2   3   4   5   >