RE: Version Control

2001-01-15 Thread Benjamin S. Rogers
it. It is quite expensive, however, if you run it as a client/server application. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Bjørn Jensen [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 7:41 AM To: CF-Talk Subject

RE: Web Based SQL Manager

2001-01-13 Thread Benjamin S. Rogers
I think you missed the point. The point is to keep the box out of site of the Internet. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Adrian Cooper [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 6:26 PM To: CF-Talk

RE: Web Based SQL Manager

2001-01-12 Thread Benjamin S. Rogers
SQL Server to the outside world so that developers have access to it via Enterprise Manager, you could create a Web based Enterprise Manager on one of your already exposed Web servers. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From

RE: Complex Database System

2001-01-11 Thread Benjamin S. Rogers
towards ColdFusion. Ironically, the latter was written by a developer who now codes in Zope. http://www.houseoffusion.com/hof/body/asp.cfm http://www.swynk.com/friends/murphy/ironic_isnt_it.asp Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Benjamin S. Rogers
Keep in mind that though this eliminates most problems, the issue will still persist. The best way to solve the problem is to use the CFLOCK tag. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Chris Terrebonne [mailto:[EMAIL

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Benjamin S. Rogers
t touching the file in-between the write and delete operations, then the problem is elsewhere. Are you always enclosing the CFFILE tag in an exclusive lock using the CFLOCK tag? Not doing this would cause a whole host of issues, but I wouldn't really expect the ones you've described. Benjamin S.

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Benjamin S. Rogers
ersion of ColdFusion, etc. you are running, as well as the logic behind the application. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 12:43 PM To: CF-Talk

RE: CF_Activedit alternatives??

2001-01-09 Thread Benjamin S. Rogers
like most of the rest. It is free and Open Source. It lacks (and will probably always lack) features like the spell checker found in a few others because of the licensing fees associated with the spell checking databases and such. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Benjamin S. Rogers
and delete anything older than 1 hour or so. 3) Create your new CSV file with a unique name (either the CreateUUID() function or the RandRange() functions should work fine). Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 "Benja

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Benjamin S. Rogers
ce Duke Cold Fusion Application Developer i2 Technologies (469) 357-4729 Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 "Benjamin S. Rogers" To: CF-Talk [EMAIL PROTECTED]

RE: CF_Activedit alternatives??

2001-01-09 Thread Benjamin S. Rogers
with ezEdit because all we really cared about (besides the HTML Editor) was the custom tag and source code availability. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 Sincerely, Rob Sherman Allaire Certified Developer Instructor CFDude, Inc. http

RE: SESSION Timing out WAY before it's supposed to.

2001-01-09 Thread Benjamin S. Rogers
name="TRR_ADMIN" sessionmanagement="Yes" setclientcookies="Yes" sessiontimeout=#CreateTimeSpan(0,12,0,0)# In any case, right now they both mean the same thing so this is not the problem. What is the maximum session timeout for the server? This is set i

RE: SESSION Timing out WAY before it's supposed to.

2001-01-09 Thread Benjamin S. Rogers
What is the maximum session timeout for the server? Heh, just read the entire original message. :P The double zero looks suspicious. Have you tried that as a single zero yet? Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From

RE: datasource question

2001-01-08 Thread Benjamin S. Rogers
ssword="#Password#" /cfquery Some ColdFusion hosts will set it up in a manner that you will not need to provide the username/password in each of your CFQUERY tags. This is dependent on the ColdFusion host so you should check with them to see if this is the case. Benjamin S. Rogers Web Deve

RE: Slightly OT: CF in Europe

2001-01-08 Thread Benjamin S. Rogers
to nothing to do with the openness of the server itself. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: DeVoil, Nick [mailto:[EMAIL PROTECTED]] Sent: Monday, January 08, 2001 4:59 AM To: CF-Talk Subject: RE: Slightly OT: CF in Eur

RE: Query confusion - CF not recognising query name

2001-01-08 Thread Benjamin S. Rogers
unlikely that ColdFusion would behave this way. Any additional information would be useful. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Monday, January 08, 2001 1:49 PM To: CF

RE: CF vs. Lotus Domino App Server

2001-01-08 Thread Benjamin S. Rogers
BLOB? That's a new acronym for me. http://whatis.techtarget.com/WhatIs_Search_Results_Exact/1,282033,,00.html?q uery=blob Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 ~~ Structure your ColdFusion code

RE: Storing images in SQL

2001-01-08 Thread Benjamin S. Rogers
escription will give you a general idea of why developers always caution against storing image data directly in the database. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Rick Lamb [mailto:[EMAIL PROTECTED]] Sent: Monday,

RE: line breaks in cfmail

2001-01-05 Thread Benjamin S. Rogers
in the body of the message, just not in the headers. As a workaround, you have to start qmail with a switch that tells it to accept messages with bare LFs. Of course, that was almost a year ago now. :) Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original

RE: Slightly OT

2001-01-05 Thread Benjamin S. Rogers
Allaire is US centric, from their technical support offerings to their lack of Unicode support. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Allan Pichler [mailto:[EMAIL PROTECTED]] Sent: Friday, January 05, 2001 5:16 AM

RE: Those Pesky Pound Signs

2001-01-05 Thread Benjamin S. Rogers
#Chr(35)#bgcolor#Chr(35)# align=center", "ALL") Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Owens, Howard [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 2:52 PM To: CF-Talk Subject: Those Pesky Pound Sign

RE: Slightly OT

2001-01-05 Thread Benjamin S. Rogers
ColdFusion 6 will by virtue of it's complete rewrite in Java which supports Unicode. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: Friday, January 05, 2001 10:23 AM To: CF-Talk

RE: line breaks in cfmail

2001-01-04 Thread Benjamin S. Rogers
(or switch the way your IDE handles end of line ASCII characters). If your still having problems, please post back the answers to some of these questions as well as the results of these test. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message

RE: Request VS Application scope

2001-01-02 Thread Benjamin S. Rogers
, they have shuffled off this responsibility to ColdFusion developers. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com

RE: [RE: SNMP Tag?]

2000-12-29 Thread Benjamin S. Rogers
of SNMP would still be required. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Friday, December 29, 2000 12:31 PM To: CF-Talk Subject: Re: [RE: SNMP Tag?] http://www.mrtg.org [EMAIL

RE: MOD math function?

2000-12-27 Thread Benjamin S. Rogers
cfif 40 MOD 4 !--- Has remainder - evaluates to some --- positive numeric value (a.k.a. TRUE) --- cfelse !--- Does not have a remainder - evaluates --- to 0 (a.k.a. FALSE) --- /cfif -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent:

RE: Fusebox

2000-12-26 Thread Benjamin S. Rogers
t hurt that some very talented and experienced ColdFusion programmers have tackled these issues already. That, to me, is one of the greatest benefits of Fusebox. Although we don't need many aspects of the Fusebox standard, they already exist and are freely available for us to implement when and if we do

RE: CF Transactions

2000-12-26 Thread Benjamin S. Rogers
TRANS[ACTION] statements. However, I'd recommend just using the CFTRANSACTION statement because it works very well and is extremely easy to implement. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Scott Becker [mailto:[EMAIL

RE: Re: The +.htr bug strikes again

2000-12-26 Thread Benjamin S. Rogers
s that you would like to work with: a good part of what it takes to be on a team is trust and good natured comradery, things the script kiddies are more times than not lacking. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- Fr

RE: Fusebox

2000-12-22 Thread Benjamin S. Rogers
, both of these are commercial software. Actually, I can't think of a public or open source ColdFusion framework off the top of my head...something for the community to think about at any rate. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message

RE: Anonymous access failure in IIS NT4

2000-12-22 Thread Benjamin S. Rogers
to double check what account IIS is in fact using. Are you running Web sites in their own memory space or not? Are these ColdFusion sites, HTML, etc.? Do your security logs tell you anything? Any additionally information would be helpful. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240

RE: Shopping Cart

2000-12-21 Thread Benjamin S. Rogers
) shopping carts out there for much less money. If your boss has already chosen AbleCommerce, though, I wouldn't worry too much. Just try and stay out of the source as much as possible, and make use the AbleCommerce support staff. They're a good bunch. Benjamin S. Rogers Web Developer, c4.net voice:

RE: Netscape 6 out UGH!!!!

2000-11-16 Thread Benjamin S. Rogers
In case it helps anyone, this is the resource that I used to make my stuff work in N6 as well as the other two: Thanks. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057

RE: Mail Servers

2000-11-14 Thread Benjamin S. Rogers
because it checks the validity of the account specified in the RCPTTO command. Most relay checkers, including those used by ORBS, check for this vulnerability. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057

RE: [OT] Mail Servers

2000-11-14 Thread Benjamin S. Rogers
is itself a whole. That is why Vircom has not pursued it. To everyone else, my apologies for perpetuating an off topic discussion, but inaccurate information like this can leave servers open, making relay possible. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057

RE: Mail Servers

2000-11-14 Thread Benjamin S. Rogers
reported to the ORBS database. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 At 10:18 PM 11/13/00 -0500, you wrote: Our spam protection is basically not allowing any messages originating outside our network to be delivered to any domain not hosted

RE: Mail Servers

2000-11-13 Thread Benjamin S. Rogers
relay/anti-spam functionality: http://maps.vix.com/tsi/ar-fix.html#vopmail Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 Archives: http://www.mail-archive.c

RE: mail server

2000-10-30 Thread Benjamin S. Rogers
I second this one. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: Monday, October 30, 2000 3:05 PM To: CF-Talk Subject: Re: mail server Check out VOPMail at www.vircom.com. Great

RE: .htaccess for IIS?

2000-10-27 Thread Benjamin S. Rogers
Nothing built in. AuthentiX by Flicks (http://www.flicks.com) is probably your best bet. It's a COM object so you can talk to it with CFOBJECT. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Michel Vuijlsteke [mailto:[EMAIL

RE: Cybercash or Authorizenet

2000-10-27 Thread Benjamin S. Rogers
. When we used AuthorizeNet for the first few times, we couldn't believe how easy it was and how much more quickly transactions seemed to process. Of course, that was all a couple years ago. :) Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message

RE: HTML Editor

2000-10-27 Thread Benjamin S. Rogers
they haven't figured out their pricing yet so this may change). Not cross-platform (Windows only). Hope this helps. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Deepak Agarwal [mailto:[EMAIL PROTECTED]] Sent: Friday, October 27

RE: CF 5.0 Bug Vote is Now Open!

2000-10-25 Thread Benjamin S. Rogers
? Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 24, 2000 7:48 PM To: CF-Talk Subject: Re: CF 5.0 "Bug Vote" is Now Open! If you have known bugs in CF

RE: Moreover.com Categories List via WDDX

2000-10-10 Thread Benjamin S. Rogers
You need to CFHTTP the feed your after. Don't grab the WDDX version but the ColdFusion WDDX version. They've created a separate feed to "overcome a bug in ColdFusion." I'm not exactly sure to what they're referring, but oh well. Here's some code from a site I'm working on right now site. I had

RE: TO ALL: Request for ColdFusion SP2 Input - locking

2000-09-29 Thread Benjamin S. Rogers
shuffle the entire burden of locking off onto the developer because you're asking a single threaded application server to behave as a multi-threaded one. That's inexcusable. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Al

RE: O'Reilly Website

2000-09-25 Thread Benjamin S. Rogers
There are some sample .vbs utilities that are installed by default into the \winnt\system32\inetsrv\adminsamples\ directory. The command line utility mkw3site.vbs will do this. -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED]] Sent: Monday, September 25, 2000 11:19 AM To:

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread Benjamin S. Rogers
I believe he means "High-Level" in the programming sense (e.g. abstraction). In which case, FrontPage is about as high-level as you can get. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Mark Warrick [mailto:[EMAIL

RE: Web servers

2000-09-08 Thread Benjamin S. Rogers
alf ago. I can't even tell you what the server config was. But I can tell you that quickly became a believer in IIS. If you need some stats, here's the ZDNet tests someone else mentioned: http://www.zdnet.com/pcmag/stories/firstlooks/0,6763,305867,00.html Benjamin S. Rogers Web Developer, c4.net v

RE: Web servers

2000-09-07 Thread Benjamin S. Rogers
e industry. Sorry about the long winded answer. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe v

RE: Application in ASP [OT]

2000-09-07 Thread Benjamin S. Rogers
global.asa -Original Message- From: Marc Garrett [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 07, 2000 6:17 PM To: [EMAIL PROTECTED] Subject: Re: Application in ASP [OT] Global.asa Does anyone know if ASP has an application.cfm equivalent? Thanks, Geoff B

RE: Dynamic Dropdowns From Queries?

2000-09-01 Thread Benjamin S. Rogers
Just came across this: http://www.nsnd.com/CFTIPS_e-ZINE/00025/00025.cfm Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Benjamin S. Rogers [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 31, 2000 2:57 PM To: [EMAIL

RE: What I want in CF (was: Learning ASP)

2000-09-01 Thread Benjamin S. Rogers
the one that claims 100% compatibility and let everyone else worry about making theirs work with yours. Now, all that said, I wouldn't mind seeing a native XML parser built into ColdFusion if they fixed everything else first. :) Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508

RE: IIS Locking Files

2000-09-01 Thread Benjamin S. Rogers
errors from WebCam32. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: David E. Crawford [mailto:[EMAIL PROTECTED]] Sent: Friday, September 01, 2000 8:40 AM To: [EMAIL PROTECTED] Subject: RE: IIS "Locking" Files We

RE: cflocking.. new allaire article

2000-09-01 Thread Benjamin S. Rogers
as this is the exception and not the rule. After all, isn't this the way SQL functions? Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 In case someone here isn't subscribed to FusionAuthority News Alert: "Jim Schley, Premier Support, Allaire Corp., has come forth with this

RE: IIS Locking Files

2000-08-31 Thread Benjamin S. Rogers
\System\CurrentControlSet\Services\InetInfo\Parameters\MemoryCacheSize For information, search TechNet for these keys. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: David E. Crawford [mailto:[EMAIL PROTECTED]] Sent: Thursday, August

RE: What I want in CF (was: Learning ASP)

2000-08-31 Thread Benjamin S. Rogers
XML parser. Enough to check well-formedness with the option to validate against a DTD. It doesn't have to "execute" the XML. If you are on NT, what about the XML Parser that comes with Internet Explorer? Many people have been using this successfully from within ColdFusion Apps.

RE: UNC Path's for CFFILE Uploads

2000-08-31 Thread Benjamin S. Rogers
Does the account System have the necessary privileges, both to the share and to the directory/file in question? -Original Message- From: Jeremy Allen [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 31, 2000 11:11 AM To: [EMAIL PROTECTED] Subject: UNC Path's for CFFILE Uploads CF

RE: IIS Locking Files

2000-08-31 Thread Benjamin S. Rogers
well and degrades gracefully on slower connections. It also precludes the necessity of having to reload the entire page. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: David E. Crawford [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: Dynamic Dropdowns From Queries?

2000-08-31 Thread Benjamin S. Rogers
of the WDDX packets and populate the drop downs accordingly. You can write the content of the drop down dynamically with JavaScript. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Gina Shillitani [mailto:[EMAIL PROTECTED]] Sent

RE: Sequal sp?

2000-08-28 Thread Benjamin S. Rogers
SQL - Structured Query Language http://www.whatis.com/WhatIs_Definition_Page/0,4152,214230,00.html Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Chad [mailto:[EMAIL PROTECTED]] Sent: Monday, August 28, 2000 2:18 PM To: [EMAIL

RE: Parsing Email

2000-08-28 Thread Benjamin S. Rogers
n template. This method incurs quite a bit of overhead as we're talking about multiple servers, the network, the Web Server, etc. There may be other options depending on what exactly you're trying to do. If you post some more information, we may be able to help you out a little more. Benjamin S.

RE: Mail Servers?

2000-08-23 Thread Benjamin S. Rogers
For NT solutions, we've used VOPmail by Vircom with great success. http://www.vircom.com -Original Message- From: Kelly Matthews [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 23, 2000 9:59 AM To: '[EMAIL PROTECTED]' Subject: Mail Servers? Are there any GOOD yet not too expensive

RE: Fuzzy Logic Searches in SQL

2000-08-22 Thread Benjamin S. Rogers
We've sort of been looking for a reason to upgrade to SQL Server 7.0. I've used Verity before. I did not know, however, that Verity took care of stemming and sound matching. Good to know. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message

Fuzzy Logic Searches in SQL

2000-08-21 Thread Benjamin S. Rogers
be great. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm

RE: Stuck at the NT Login box

2000-08-19 Thread Benjamin S. Rogers
If the drive is NTFS, you can stick it in another computer running NT. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Steve Bernard [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 19, 2000 5:29 PM To: [EMAIL PROTECTED

RE: Stuck at the NT Login box

2000-08-19 Thread Benjamin S. Rogers
a cordless, Logitech mouse on a server? Logitech mice (and cordless mice in general) are very definitely bad mojo. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Philippe Varichon [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 19, 20

RE: CF's Redheaded Stepchild

2000-08-18 Thread Benjamin S. Rogers
e problems that have plagued the site, but nonetheless, ToysRUs.com has not been the marketing gold mine on which Allaire was banking. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -

RE: Airport Code Database

2000-08-17 Thread Benjamin S. Rogers
Just to warn you, it seems to only cover the largest (International?) airports. -Original Message- From: Scott J. Brader [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 17, 2000 12:24 PM To: [EMAIL PROTECTED] Subject: RE: Airport Code Database That was exactly what I was looking for.

RE: HELP: SQL Server Problems!

2000-08-11 Thread Benjamin S. Rogers
D in front of me right now. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Paul Johnston [mailto:[EMAIL PROTECTED]] Sent: Friday, August 11, 2000 8:21 AM To: Cf-Talk Subject: HELP: SQL Server Problems! I am trying to find

RE: VERY SAD (was CFGRID onvalidate=???)

2000-08-11 Thread Benjamin S. Rogers
How about.. http://www.dansteinman.com/dynduo/ For one such API :) And another: http://www.siteexperts.com/dhtmllib/page1.asp Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057

RE: VERY SAD (was CFGRID onvalidate=???)

2000-08-09 Thread Benjamin S. Rogers
Duane, We've used cftree and cfgrid in several relatively simple applications and haven't run into any problems. When you say "unstable," what do you mean? Is there something we should be watching for? What I think of when I hear "unstable" is, I imagine, probably not what yo

RE: VERY SAD (was CFGRID onvalidate=???)

2000-08-09 Thread Benjamin S. Rogers
We haven't tried the applets since early 4.01 so they may have been improved since. Heh, we haven't upgraded to 4.5 yet. Well, it's good to know other's have experienced problems. Thanks. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057

RE: Monitoring Telnet Connections

2000-08-08 Thread Benjamin S. Rogers
their telnet daemon for a couple years on many production servers and have had no problems. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Richard Ramos [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 08, 2000 12:26 PM To: [EMAIL

RE: Monitoring Telnet Connections

2000-08-08 Thread Benjamin S. Rogers
ur worries and certainly not the source of your problem. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Jeremy Allen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 08, 2000 3:07 PM To: [EMAIL PROTECTED] Subject: RE: Monitoring Telnet C

RE: Monitoring Telnet Connections

2000-08-08 Thread Benjamin S. Rogers
Excellent. That's probably the best suggestion yet as it doesn't require Richard to purchase a new telnet daemon. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Jeremy Allen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 08

Setting a Cookie and Redirecting the Browser

2000-08-08 Thread Benjamin S. Rogers
a HTTP "Refresh" header, and the "Location" header seems to negate the setting of the cookie. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -- Archives: http://www

RE: Setting a Cookie and Redirecting the Browser

2000-08-08 Thread Benjamin S. Rogers
To: [EMAIL PROTECTED] Subject: RE: Setting a Cookie and Redirecting the Browser Any reason why you don't want to use a META tag refresh to redirect? That's what I always use when I need the cookie to be set. CFUG-SFL Manager -Kev /CFUG-SFL Manager -Original Message- From: Benjamin S. Rogers

RE: Setting a Cookie and Redirecting the Browser

2000-08-08 Thread Benjamin S. Rogers
Were you able to do this with binary data (a.k.a an image)? We'd prefer not to place the burden of the transaction on ColdFusion, but if it works, then it's a solution. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Hinojosa

RE: [SNMP/MRTG Through ColdFusion]

2000-08-07 Thread Benjamin S. Rogers
Active Perl, at which point, we probably wouldn't even bother with the ColdFusion front end. It would be nice, however, to integrate MRTG or a similar app into everything else we're doing, especially if it involved one less server with one less application on running on it. Benjamin S. Rogers Web

RE: Upgrading SQL 6.5 - 7.0?

2000-08-07 Thread Benjamin S. Rogers
to transfer from SQL Server for whatever reason. I believe it pipes it out to a text file, if I remember correctly. In any case, go for it. In our collective opinion, SQL Server 7 is a vastly superior product. In our situation it solved far more problems than it caused. Benjamin S. Rogers Web Developer

SNMP/MRTG Through ColdFusion

2000-08-05 Thread Benjamin S. Rogers
Has anyone developed a tag/applet that talks SNMP? Better yet has anyone developed a ColdFusion app similar to MRTG (or even a ColdFusion MRTG wrapper)? Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057

Mimicing the CFHeader StatusCode and StatusText in ColdFusion 4.0

2000-08-03 Thread Benjamin S. Rogers
Is there any way to achieve the functionality of the CFHeader StatusCode and StatusText attributes in ColdFusion 4.01? We're looking to issue a HTTP Status-Code 302 or 305 to the browser, but there doesn't seem to be a way to accomplish this in ColdFusion 4.01. Benjamin S. Rogers Web Developer

RE: appropriate SQL 7 licensing for CF website

2000-08-01 Thread Benjamin S. Rogers
SQL Server w/ as many client licenses as servers/workstations will be connecting to it (including the server SQL Server is running on) and the Internet Connector License (about $3000). -Original Message- From: PC [mailto:[EMAIL PROTECTED]] Sent: Monday, July 31, 2000 6:05 PM To: [EMAIL

RE: appropriate SQL 7 licensing for CF website

2000-08-01 Thread Benjamin S. Rogers
they make this stuff any more complicated? Oh well, I guess it's still not as convoluted as the Oracle licensing scheme. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: JustinMacCarthy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 01,

RE: appropriate SQL 7 licensing for CF website

2000-08-01 Thread Benjamin S. Rogers
One thing to note when pricing these products is that Microsoft's site only lists the suggested retail price. I just saw a site that listed the Internet Connector for $1500. SQL Server itself (and its CAL packs) didn't have quite the same price reduction. -Original Message- From: Philip

OT: Rackmount Monitor/Keyboard/Mouse Switches

2000-08-01 Thread Benjamin S. Rogers
suggestions would be greatly appreciated. Thanks. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http

RE: Functions in Cold Fusion

2000-08-01 Thread Benjamin S. Rogers
mimic" the functionality of the aforementioned functions. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 01, 2000 1:10 PM To: [EMAIL PROTECTED] Subject: Re: Functio

RE: what is better varchar or char

2000-07-31 Thread Benjamin S. Rogers
etty right on. :) Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.c

RE: $1,000 servers (was: High-Powered Scaling)

2000-07-28 Thread Benjamin S. Rogers
pport. All in all, Dell is in my mind, the best of the brand name products, both for servers and for the desktops. And, to give the Devil his due, I really appreciated their online driver library: I found it very comprehensive, accurate and up-to-date. I'll stop ranting now. :) Benjamin S. Rogers Web

RE: How to call a javascript button

2000-07-26 Thread Benjamin S. Rogers
onClick="window.close()" input type="button" value="Cancel" onClick="window.location='SomeOtherPage.cfm'" /form Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 --

RE: How to call a javascript button

2000-07-26 Thread Benjamin S. Rogers
tton" that is only really supported in 4+ generation browsers. Sorry if I confused you. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -- Archives: http://www.mail-archive.com/cf-talk@hou

RE: How to call a javascript button

2000-07-26 Thread Benjamin S. Rogers
compatible. The down side to this method is that you may have to create some invalid nesting structures to try and lose the white space created by the various form tags, a particularly egregious design/display issue in the various browsers. Since most of my forms are tabled for layout purposes,

RE: CF on WebsitePro - Frequent hangs

2000-07-25 Thread Benjamin S. Rogers
in place, and they'll tell you what you need to get back up and running. They won't laugh at you if you're doing something stupid: well, at least they didn't laugh at us. :) Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Reed

RE: SQL Books

2000-07-25 Thread Benjamin S. Rogers
mming side: Beginners: The Practical SQL Handbook : Using Structured Query Language I believe this one is written by a bunch of ex-Sybase employees, but it is pretty universal. Advanced: Transact-SQL Programming by O'Reilly Covers Sybase and Microsoft SQL Server Both are excellent books. Benjamin S.

ODBC/SQL Server Errors

2000-07-24 Thread Benjamin S. Rogers
d. Thanks. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.c

RE: ODBC/SQL Server Errors

2000-07-24 Thread Benjamin S. Rogers
database, and transferred the data back. This seems to have fixed the problem. Apparently, the database had become corrupt, and SQL Server didn't realize it. I still don't know what caused the problem, but at least I know how to fix it. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax

RE: OT: mail transfer agents

2000-07-15 Thread Benjamin S. Rogers
piece of source code and discussed the best way to change the code so that the server could be recompiled without the bugs. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Judah McAuley [mailto:[EMAIL PROTECTED]] Sent: Friday, July

RE: What are you using instead of IDENTITY...Part II

2000-07-12 Thread Benjamin S. Rogers
with a couple minor exceptions. Although I understand the theory behind the arguments against IDENTITY fields, I maintain that real world applications do not support the theory in most situations. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057

RE: RE: What are you using instead of IDENTITY?

2000-07-11 Thread Benjamin S. Rogers
but in the lay sense) database design, layout and implementation. On the other hand, avoiding IDENTITY columns didn't fix any practical problems. For these reasons, I've reversed my position and include IDENTITY columns on most tables that require a primary key. Benjamin S. Rogers Web Developer, c4.

RE: Getting ahold of milliseconds?

2000-07-11 Thread Benjamin S. Rogers
Checkout the GetTickCount() function in ColdFusion 4+. -Original Message- From: Scott Weikert [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 11, 2000 2:18 PM To: '[EMAIL PROTECTED]' Subject: Getting ahold of milliseconds? Anyone out there in ColdFusionLand know of a way to grab ahold

<    1   2   3