Re: CF 8 Upgrade Cycle: What's yours?

2006-10-05 Thread Trey Rouse
On 10/3/06, John C. Bland II [EMAIL PROTECTED] wrote: How soon, after release of CF 8, will you upgrade to CF 8? Note: This is for research, not just a curious question. Honestly, it is too early to make such a judgement call. What I mean is the decision will be largely based upon the

Re: js problem in safari

2006-10-05 Thread Trey Rouse
Be aware, that there is a known bug with getElementById in safari. If you loop over it enough itterations, it will go flakey on you. Trey On 10/3/06, Dave Lyons [EMAIL PROTECTED] wrote: The code actually came from an old dw extension that i had from dwfaq, i just changed some names around

Re: OT: CFEclipse Installation Woes

2006-10-04 Thread Trey Rouse
On 10/3/06, Justin Holzer [EMAIL PROTECTED] wrote: I had a similar problem with Eclipse a while back. For me, I had the Oracle 9i client tools installed, which comes packaged with JRE 1.3, and even though I had the JDK 1.5 directory in my path, the directory for 1.3 was in my path before

OT: CFEclipse Installation Woes

2006-10-03 Thread Trey Rouse
I've installed in the past with no problem, but I'm having absolutely nothing but trouble now. 1. Installed Eclipse 3.2.1 2. Try clicking eclipse.exe - I get and error Version 1.3.1_01 of the JVM is not suitable for this product. Version 1.4.1 or greater is required. - This is cute, as I'm

Re: Send CF Page to Printer

2006-09-27 Thread Trey Rouse
I've never approached this problem from a windows platform, its one of those things that was easy to script in linux. We did this for Invoices, warehouse pick lists, and shipping manifest / label printing from a CF app. However there exists some utilities for windows that you can configure to

Re: OT: Anyone know a good authorize.net reseller?

2006-09-27 Thread Trey Rouse
I have always used Global Payments for this. I've never had an issue with them over the past 8 years or so. http://www.globalpaymentsinc.com/ -Trey On 9/27/06, Matt Robertson [EMAIL PROTECTED] wrote: I am trying to get an ecommerce site up and I'm getting answering machines and voice mail.

Re: how can query input to DB 4 times in 1 second

2006-09-27 Thread Trey Rouse
Might also want to trim those form values before comparing them. That's certainly caused issues for me in the past. However, I think you've got a bot spamming those posts. Adding the lock, or expanding the transaction to include the email check might solve your problem. There are also plenty

Re: Session Scope in Multi-Server Env

2006-09-26 Thread Trey Rouse
Sounds to me like your persisting some fairly static data. If you just need user data available to these different sets of pages, I think session is fine. A simple solution I've done is set a client var to the userid hash or something similar that uniquely identifies the user. On the off chance

Re: Boatload of cfmail files

2006-09-26 Thread Trey Rouse
be checking the validity of the from address, or it could be doing an MX lookup on the target domain before accepting them, etc. You would need to talk to the admin of the smtp box to know for sure. Good Luck! Trey Rouse On 9/26/06, Les Mizzell [EMAIL PROTECTED] wrote: For one reason or another, I've

Re: Send CF Page to Printer

2006-09-26 Thread Trey Rouse
I assume your looking to do this on some sort of closed environment? In the past I accomplished this by using a perl script that listened for post data and built print jobs for specific queue's as I needed. I'm not aware of an elegant CF solution to this, as your looking to save a rendered page

Re: SESSION won''t save on user''s computer

2006-09-25 Thread Trey Rouse
, isp, or some other piece of defender-ware. My advice is to isolate what you do know first. Good Luck, Trey Rouse On 9/22/06, Terry Schmitt [EMAIL PROTECTED] wrote: You may have trouble finding an answer to this, but maybe the company network is using a proxy for all web traffic? Blue Coat

Re: credit cards

2006-09-25 Thread Trey Rouse
In every case I've done the research, using your non-web credit card processing equipment for web transactions is a clear violation of their transaction agreement. Generally pointing this out to said client, and explaining his potential loss of not being able to process cards for several weeks if

Re: Posting variables

2006-09-25 Thread Trey Rouse
. I've not tested, but I bet the pre-processing in CF is more expensive than the additional fields in the insert. However, as I said before, the number of tables your updating would impact this significantly. Trey Rouse On 9/25/06, Teddy Payne [EMAIL PROTECTED] wrote: The red and green aspect

Re: OT: Software to Start/Stop Groups of Services.

2006-09-25 Thread Trey Rouse
I've always handled this by just making them dependent services. So stopping one forces stopping of what is dependent, etc. Maybe not the best sollution, but worked for my needs. Trey Rouse On 9/25/06, Che Vilnonis [EMAIL PROTECTED] wrote: Does anyone know of any software that allows you

Can 6.1 and 7.0.2 co-exist?

2006-09-21 Thread Trey Rouse
me to any documentation of your solution? Trey Rouse ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year

Re: Can 6.1 and 7.0.2 co-exist?

2006-09-21 Thread Trey Rouse
Dan, Did you run into any problems running the 7.0.2 updater? My understanding is this is when the jvm gets rev'd? Trey On 9/21/06, Dan G. Switzer, II [EMAIL PROTECTED] wrote: Tony, Up until now, I've been lucky enough to work in mostly heterogeneous environments and not had reason to

Re: OT: Security Cert, transferable?

2006-08-01 Thread Trey Rouse
It is possible to export / import certificates between like servers. Meaning you can export from IIS6 and import into another IIS6 server with little difficulty. I know its possible in Apache versions as well. This might be a starting point for you:

Not not() = function; not() = valid syntax?

2005-08-15 Thread Trey Rouse
with invalid parser contruct. Since I can't locate documentation of not() in any authoritative source, I'm apt to lump it as an undocumented function and refuse to accept code that uses it (sustainability concerns). Opinions? or can someone point me to this ellusive refference? Trey Rouse

RE: Locking a DB record while editing

2005-05-09 Thread Trey Rouse
into contention frequently, I suppose I might consider it. Trey Rouse Web Systems Manager - Rice University [EMAIL PROTECTED] - 713.348.4799 -Original Message- From: Jeff Langevin [mailto:[EMAIL PROTECTED] Sent: Monday, May 09, 2005 11:01 AM To: CF-Talk Subject: Locking a DB record while

RE: Locking a DB record while editing

2005-05-09 Thread Trey Rouse
things worse... --Jeff On 5/9/2005 12:15 PM, Trey Rouse wrote: I take a different approach. I record in the users session the id timestamp of the record when they open it to edit. I then check this timestamp when I go to update the record. If the timestamps are the same, then I allow

ColdFusion 5 and Windows 2k Latest Patch set incompatability

2005-04-19 Thread Trey Rouse
I'm surprised I've not seen chatter on this, but let me describe what we observed. We have a cf5 cluster running on window 2000 advanced server. This cluster connects to a 3rd windows 2000 server for the actual web root. We've configured our CF5 and IIS5 to run under named domain accounts

RE: ColdFusion 5 and Windows 2k Latest Patch set incompatability

2005-04-19 Thread Trey Rouse
to try to isolate it, and really, I'm not sure if I will then. Problem is once it happened, uninstalling the patch had no effect, so if I do incremental patch and find the culprit, I'm back to having to reload from the ground up (roughly 11 hours worth of work). Trey Rouse Web Systems Manager

Firefox Saced Passwords bug Idea's for coding around it.

2005-03-30 Thread Trey Rouse
For those not familiar with this, firefox will replace username and password fields that have default values declared from a form (edit forms), with usernames and passwords that it believes are correct. I'm not sure how well known this problem is, but let me detail it. A standard install

RE: a tricky situation

2004-06-16 Thread Trey Rouse
and developers). Trey Rouse Web Systems Manager - Rice University 713.348.4799 -Original Message- From: Joshua O'Connor-Rose [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 11:24 AM To: CF-Talk Subject: a tricky situation My worst contract ever. ok so I'm about to loose my

RE: Alternative QYSIWYG editors

2003-09-15 Thread Trey Rouse
ActiveEdit lacks compatibility in most browsers and platforms. If you want something robust check out http://www.ephox.com/ If you can say all the world is PC/IE then use activeEdit. Trey Rouse Data Application Architect Web Services - Rice University -Original Message- From: Matt

RE: ?id=23

2003-09-15 Thread Trey Rouse
ID's using these long unique hashes. Trey Rouse Data Application Architect Web Services - Rice University -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 4:53 PM To: CF-Talk Subject: ?id=23 All, I have

Courseware for Coldfusion

2003-09-12 Thread Trey Rouse
this might be had? I ask, as putting all that together ones self is no small undertaking. Thanks, Trey Rouse Data Applications Architect Rice University ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription

RE: CFMX performance issue

2003-08-14 Thread Trey Rouse
the p-code. BAD!!! This will create what appears to be stuck threads, threads that time out because of the maximum processing time has been reached, etc. And in a windows environment, how much do you trust M$ to handle that much multitasking ;). $0.02 Trey Rouse Data Application Architect Web

RE: DB Design

2003-07-29 Thread Trey Rouse
a GUID PK its only for binding the PK to FK constraints uniquely. _Most importantly_, I still include an identity not in the key as a row counter in addition to the GUID. Typically, in your app code, it's just easier to deal with a logical sequence in a result set. $0.02 Trey Rouse Data Application

RE: active edit alternatives

2003-06-11 Thread Trey Rouse
have designated as core requirements of any TTW WYSIWYG solution. Good luck, Trey Rouse Data Application Architect Web Services - Rice University -Original Message- From: joe hobson [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 10:18 AM To: CF-Talk Subject: active edit

RE: CFFILE upload max. file size?

2003-06-11 Thread Trey Rouse
it to their ASP developers and directs them to use a com object for the transfer in lou of a form post. This works of course for CF as well, but it means you can not use CFFILE for user uploads on top of IIS. Well, unless you like having your server crash. Trey Rouse Data Application Architect Web Services

RE: CFMX for J2EE on Oracle 9iAS

2003-02-10 Thread Trey Rouse
There was some effort toward this during the last beta testing of CFMX for J2EE. I received an invitation to participate, but when I tried following up with MM, I got a deaf ear. I have no idea what the results of the beta testing was. Trey Rouse Data Applications Architect Rice University

RE: CFserver Timesout when uploading a 13mb file

2003-02-10 Thread Trey Rouse
as long as they are patient. However, when they have a 100mbit connection to the webserver, good luck!. Trey Rouse Data Application Architect Web Services - Rice University -Original Message- From: Michael E. Carluen [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 1:40 PM To: CF

RE: Clustering, distributed CF and other assorted nonsense

2003-02-10 Thread Trey Rouse
recommendations are based solely on personal experience, testing, and retesting. If this matter is of high concern, I would recommend bringing in a specialist to give you some consultation regarding your environment. Trey Rouse Data Applications Architect Web Services - Rice University -Original

RE: XML and CF and SOXML

2003-01-29 Thread Trey Rouse
If you follow enough links you can find this tag... I will save you the pain: http://devex.macromedia.com/developer/gallery/info.cfm?ID=A28467B5-F7B9- 11D6-840E00508B94F85Amethod=Download Happy xmling, Trey -Original Message- From: Owens, Howard [mailto:[EMAIL PROTECTED]] Sent:

RE: XML and CF

2003-01-29 Thread Trey Rouse
directly for copies of the source. Trey Rouse Data Application Architect Rice University -Original Message- From: Owens, Howard [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 5:37 PM To: CF-Talk Subject: RE: XML and CF Too bad ... it's a great little tool. H

Problem Tracking Systems

2002-12-20 Thread Trey Rouse
I'm sure this has been asked before, but. Does anyone recommend any CF based Problem Tracking Systems? Key Features being: Unlimited users. Unlimited queues. Automatic Queue assignment and escalation rules Reporting Email integration. And, Source purchasable.

RE: Problem Tracking Systems

2002-12-20 Thread Trey Rouse
.tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, Inc. Mobile workforce monitoring, mapping reporting www.navtrak.net 410.548.2337 -Original Message- From: Trey Rouse [mailto:[EMAIL PROTECTED]] Sent: Friday, December

RE: Verity and PDF

2002-10-28 Thread Trey Rouse
Afraid not. The full verity server has some help for this, but they handle it by converting the pdf to html. Other than that, you have to use the built in PDF search. Trey -Original Message- From: charlie griefer [mailto:charlie;griefer.com] Sent: Friday, October 25, 2002 1:10 PM

RE: CFIndex for Verity quit working - Needs Attention by Macromedia!

2002-10-21 Thread Trey Rouse
they used to offer a pay as you go solution. .01 cents per query, etc. For a smaller load site this could often also be a viable alternative considering the entry cost of a K2 server. Good luck, Trey Rouse Data Architect Developer Rice University -Original Message- From: Mark Leder

RE: is my redundancy solution a violation of licensing terms?

2002-10-21 Thread Trey Rouse
that ;). Trey Rouse -Original Message- From: Josh Trefethen [mailto:jtnewsletters;exciteworks.com] Sent: Saturday, October 19, 2002 1:22 PM To: CF-Talk Subject: RE: is my redundancy solution a violation of licensing terms? Switch to PostgreSQL! http://postgresql.org I made

RE: is my redundancy solution a violation of licensing terms?

2002-10-19 Thread Trey Rouse
Macromedia should consider allowing this when installed on OS enforced passive clusters as well ;). Trey Rouse -Original Message- From: John Innit [mailto:harmony;mtv.net] Sent: Thursday, October 17, 2002 8:22 PM To: CF-Talk Subject: is my redundancy solution a violation of licensing terms

RE: Verity Expertise? Macromedia?

2002-10-19 Thread Trey Rouse
. Trey Rouse -Original Message- From: Gaulin, Mark [mailto:mgaulin;globalspec.com] Sent: Friday, October 18, 2002 1:24 PM To: CF-Talk Subject: RE: Verity Expertise? Macromedia? I don't know about that... Verity for CF is free. Have you checked out the price of actually buying Verity

RE: Verity Expertise? Macromedia?

2002-10-19 Thread Trey Rouse
' the collections just for good measure ;). Trey Rouse Rice University -Original Message- From: Adam Reynolds [mailto:adam;craze.co.uk] Sent: Friday, October 18, 2002 1:41 AM To: CF-Talk Subject: RE: Verity Expertise? Macromedia? Have you also found that cfindex action=delete does

RE: Pro v Enterprise? (was: The Hidden CF factor was RE: How Good is the Job Market for ColdFusion?

2002-10-18 Thread Trey Rouse
and over. /rant Trey Rouse -Original Message- From: Greg Bullough [mailto:gwb;outofchaos.com] Sent: Thursday, October 17, 2002 6:00 AM To: CF-Talk Subject: Re: Pro v Enterprise? (was: The Hidden CF factor was RE: How Good is the Job Market for ColdFusion? At 05:04 PM 10/16/02 -0700

RE: Collaborative Works Solutions - Slightly OT

2002-10-16 Thread Trey Rouse
Oops, I should have precluded that since this is for .edu land the solution MUST be cross platform compatible. =) Groove.net does look really cool though. Trey -Original Message- From: Adam Reynolds [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 3:06 AM To: CF-Talk

RE: How Good is the Job Market for ColdFusion?

2002-10-16 Thread Trey Rouse
running j2ee, the fact that cf is more rapid begins not to hold as much water. Trey Rouse Rice University -Original Message- From: Haggerty, Mike [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 3:30 PM To: CF-Talk Subject: RE: How Good is the Job Market for ColdFusion? I

RE: How Good is the Job Market for ColdFusion?

2002-10-16 Thread Trey Rouse
expect us to believe this PR dribble, I think some more supporting information is needed. At least a basis from where these numbers are coming from? Trey Rouse -Original Message- From: Vernon Viehe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 6:25 PM To: CF-Talk

CFMX for j2ee: Is it a solution? Was: How Good is the Job Market for ColdFusion?

2002-10-16 Thread Trey Rouse
folks, we are not alone in this conclusion. Believe me, I had hoped all along from the first incarnation I heard about Neo/cfmx j2ee solutions that it would maintain CFML as a RAD solution for our enterprise, but the delivered product is far shy of that expectation. Trey Rouse Rice University

RE: How Good is the Job Market for ColdFusion?

2002-10-16 Thread Trey Rouse
studies I'm fairly sure will scuttle its future here. Add on top of that our experience with other 'emulators' like Chili!Soft, and I doubt I wont get laughed at for even bringing it forward ;). Trey Rouse Rice University -Original Message- From: Mike Brunt [mailto:[EMAIL PROTECTED

RE: The Hidden CF factor was RE: How Good is the Job Market for ColdFusion?

2002-10-16 Thread Trey Rouse
are some samples of what I can do... *click* *click*. For resume's I speak in the abstract and indicate I can share a portfolio at an interview. Trey Rouse -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 2:18 PM To: CF-Talk Subject: RE

RE: The Hidden CF factor was RE: How Good is the Job Market for ColdFusion?

2002-10-16 Thread Trey Rouse
show anything I have done internally because it is all protected by strict NDA and copyright. Screen shots and descriptions that are too detailed are technically forbidden by some NDAs. It is a very delicate topic, easy to get yourself sued. -Original Message- From: Trey Rouse

RE: The Hidden CF factor was RE: How Good is the Job Market for ColdFusion?

2002-10-16 Thread Trey Rouse
. And granted I've retained at least partial ownership of about 70% of the apps I've worked with. Trey Rouse -Original Message- From: Greg Luce [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 3:40 PM To: CF-Talk Subject: RE: The Hidden CF factor was RE: How Good is the Job

Collaborative Works Solutions

2002-10-15 Thread Trey Rouse
A little off thread, but I'm curious if anyone out here in CF-Talk land has had much experience with online collaborative tools solutions. Specifically Collaborative Works like document creation, and sharing. Looking to evaluate some packages before we decide to just create it ourselves. Trey

RE: Collaborative Works Solutions - Slightly OT

2002-10-15 Thread Trey Rouse
for discussion. I understand that MS Sharepoint should do all this, but I haven't seen a working example of its features. Plus, I was curious what other products are out there, and if any of them would tie in with CF. Trey Rouse Internet Project Supervisor Rice University -Original Message

RE: How Good is the Job Market for ColdFusion?

2002-10-15 Thread Trey Rouse
with what we already own. Talking with industry piers, we are by no means the only large shop doing this. My advice, if you want to maintain your marketability, you better ramp up on other application server languages. Trey Rouse Rice University -Original Message- From: Casey C Cook

RE: Urgent - Multiple CF Applications with common sessions?

2002-09-25 Thread Trey Rouse
idea. The basic approach was to create a custom tag that can be called by any application to query the users authentication status and information. Hope that at least begins to shed some light on a different way to approach this. Trey Rouse Internet Project Supervisor Rice University

RE: WYSIWYG html editor applet?

2002-09-25 Thread Trey Rouse
info I see on the web indicates it still requires a windows platform? Trey Rouse Internet Project Supervisor Web Services - Rice University -Original Message- From: Pete Freitag [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 3:56 PM To: CF-Talk Subject: RE: WYSIWYG html

RE: Filemaker faults to win a bid for using CF

2002-09-25 Thread Trey Rouse
It better be a fairly small application cause it doesn't scale well at all. -Original Message- From: Kodjo Ackah [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 9:00 AM To: CF-Talk Subject: Filemaker faults to win a bid for using CF I need some strong points on the

RE: IRC or chat room where CF'rs hang out

2002-09-25 Thread Trey Rouse
#coldfusion on efnet tends to have the most experienced crew of the three networks I've checked out. -Original Message- From: Stevens, Jason [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 11:58 AM To: CF-Talk Subject: IRC or chat room where CF'rs hang out Is

RE: Long text fields

2002-09-24 Thread Trey Rouse
Varchar2(4000) Using 8i 4000 is your limit, using 7 2000 is your limit. Your next option would be to use a LOB like a CLOB which has I believe a 2 or possible a 4 gig limit. -Original Message- From: Cornillon, Matthieu [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002

RE: WYSIWYG html editor applet?

2002-09-23 Thread Trey Rouse
I don't think any of these 3 are Java based. I'm also looking to purchase a JAVA or Flash based WYSIWYG html editor if anyone has seen any actually available on the market. Trey Rouse -Original Message- From: Robertson-Ravo, Neil (REC) [mailto:Neil.Robertson- [EMAIL PROTECTED

RE: Big problem- session vars not saved in IE6 on CF5

2002-09-11 Thread Trey Rouse
This seems to be affecting anyone using IE6 with the latest round of patches. Does anyone know if M$ has recognized the problem and is there a decent thread anywhere about it? We are having issues enterprise wide and with more than just our cf servers. Trey -Original Message- From:

RE: CFMX beta volunteers needed

2002-07-16 Thread Trey Rouse
Are there no plans for CFMX for the Oracle9ias J2EE server? If so, I would volunteer as that is our choice in J2EE application serving Trey Rouse Internet Project Supervisor Web Services - Rice University MS 119 - 713.348.4799 -Original Message- From: Margaret Waters [mailto:[EMAIL

RE: Connecting CF5 to MS SQL

2002-07-11 Thread Trey Rouse
. You will also need to define a username/password for an account on the SQL server that has access to 'mydatabase'. Also, as good measure, make sure you have updated your MDAC on the CF machine. Trey Rouse Internet Project Supervisor Web Services - Rice University MS 119 - 713.348.4799

RE: WYSIWYG HTML editors (a'la soEditor) for Macs ?

2002-06-12 Thread Trey Rouse
. And this was the only solution that could be delivered TODAY. We will likely move to ektron's java tool when it is released, but the rumor mill indicates it will only support osx. Our current solution is 8.6 stable. Trey Rouse Internet Project Coordinator Web Services - Rice University MS 119

RE: Ways of securing email?

2002-05-17 Thread Trey Rouse
well with CF. Trey Rouse Internet Project Coordinator Web Services - Rice University MS 119 - 713.348.4799 -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 12:33 PM To: CF-Talk Subject: Re: Ways of securing email? what part of the email process do

RE: Ways of securing email?

2002-05-17 Thread Trey Rouse
know of). I want to authenticate if the user passes pop auth on any of them. I don't believe this is possible unless we find a different tag that supports a secure pop standard. Trey Rouse Internet Project Coordinator Web Services - Rice University MS 119 - 713.348.4799 -Original Message

RE: Multiple CFMail Problem

2002-04-08 Thread Trey Rouse
these same errors (bugs?) in CF 5. Perhaps it has been corrected, but honestly, if past performance of eliminating mail bugs between revisions is any indication, I would suspect they only added new and more exciting problems ;) Trey Rouse Internet Project Coordinator Web Services - Rice University

RE: Documentation - Application Documentation

2002-02-25 Thread Trey Rouse
picture of the application use and function. Trey Rouse Internet Project Coordinator Web Services - Rice University -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 1:54 PM To: CF-Talk Subject: RE: Documentation Write good comments and if necessary

RE: cfserver 4.5.2 unable to fufill request

2002-02-25 Thread Trey Rouse
This was common behavior on our machines running Orrielly's Website. Abandoning that product and using IIS and Apache stopped the behavior. We also could not stop and start the web server service when this happene d. We did find that sometimes restarting the web service, then the CF servic es

RE: IP Address Locator

2002-02-25 Thread Trey Rouse
www.arin.net whois by ip -Original Message- From: Jeff Green [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 24, 2002 4:03 PM To: CF-Talk Subject: IP Address Locator Hi all, I have a client that would like to deny any order placed from Indonesia. Is there an easy way to do this?

RE: IP Address Locator

2002-02-25 Thread Trey Rouse
They have 90 days to 'dispute' a charge. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 8:20 PM To: CF-Talk Subject: Re: IP Address Locator How can you reverse a credit card transaction once it's been processed already?

Documentation

2002-02-22 Thread Trey Rouse
, but hard application documentation. Thanks, Trey Rouse Internet Project Coordinator Web Services - Rice University __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant

RE: CFhttp problems between 4.5.1 and 5.0 AND working with PayPal IPN

2002-02-13 Thread Trey Rouse
for cfhttp... 255 char? 1k, 4k? Anyone have any idea what this limit would be? Trey Rouse -Original Message- From: Plane, Nathaniel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 2:36 PM To: CF-Talk Subject: RE: CFhttp problems between 4.5.1 and 5.0 AND working with PayPal IPN Try

CFhttp problems between 4.5.1 and 5.0 AND working with PayPal IPN

2002-02-12 Thread Trey Rouse
server that interfaces with the paypal instant payment notification process? Thanks Trey Rouse __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free

PAYPAL IPN PROCESSING for Paypal Subscriptions

2002-02-08 Thread Trey Rouse
, and if you would mind sharring a little info? Trey Rouse __ 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

RE: Secure POP

2001-12-19 Thread Trey Rouse
resources available to achieve SLA POP or IMAP authentication via web. Trey Rouse -Original Message- From: Trey Rouse [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 3:04 PM To: CF-Talk Subject: Secure POP I have an application that is going to require the ability to use SLA POP

Secure POP

2001-12-18 Thread Trey Rouse
I have an application that is going to require the ability to use SLA POP to authenticate users. I can see that CFPOP is not that feature enabled. Is anyone aware of any other tag, function, script, tool, etc that is capable of performing this function? Trey Rouse Internet Project Coordinator

RE: Trouble with ClusterCats

2001-09-13 Thread Trey Rouse
where to look for cfprobe.cfm is not clear to me, and if it can't get it for any reason it decides that the server is busy. Look in your IIS (or whatever) logs for requests to cfprobe.cfm and see if they are being denied for some reason. -Original Message- From: Trey Rouse [mailto:[EMAIL

Trouble with ClusterCats

2001-09-12 Thread Trey Rouse
around and found no related issues reported in support forums or addressed in a knowledge base article (go figure) so I thought I would see if anyone has any ideas here... Trey Rouse [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get

RE: (OT) Activeedit 2.5 - Subthread Ektron

2001-08-30 Thread Trey Rouse
Advanced ColdFusion 5 Developer http://www.Alexandermark.com (+44)020-8429-7300 -Original Message- From: Trey Rouse [mailto:[EMAIL PROTECTED]] Sent: 29 August 2001 17:32 To: CF-Talk Subject: RE: Activeedit 2.5 - Subthread Ektron Neither product from ektron works with Netscape

RE: Activeedit 2.5 - Subthread Ektron

2001-08-29 Thread Trey Rouse
of IE. This should be obvious as it utilizes activeX, but not everyone seems to get that. Trey Rouse -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 10:51 AM To: CF-Talk Subject: RE: Activeedit 2.5 Ektron's eWebEdit claims Netscape

RE: SQL INSERTS - return ID

2001-04-24 Thread Trey Rouse
If you are using SQL server there are much more elegant and reliable ways to return the new ID. At 08:46 PM 4/23/2001 -0400, you wrote: Well, there's always the good old: SELECT MAX(ID) from MyTableName right after your insert... though there maybe a more efficient way of doing things, that

Re: cfinclude security

2001-03-16 Thread Trey Rouse
Run CF as a user other than LocalSystem. In this manner you can the specifically allow and deny CF's ability to read from a given directory. Basic systems security stuff here, set up an account for the service and lock it down to only those items and permissions it needs to interact with.

Re: Cold Fusion - Web site Monitor

2001-03-16 Thread Trey Rouse
Most services of this nature simply look at the file size of the page being requested on the webhost without actually reviewing the content. The best services of this nature allow the user to specify keywords to be found in the document off the webhost. This is nice cause it notifies the

Re: SQL 2000 (enterprise manager)

2001-03-16 Thread Trey Rouse
Actually I have no problem doing ANY function using Enterprise Manager 2000 on a sql 7.0 box. *shrug* At 10:32 AM 3/16/2001 -0700, you wrote: Acually i just got off the phone with an SQL Administrator at interland and they say that SQL 2000 (Enterprise Manager) will connect to SQL 7.0 Server

Re: Form Fields cleared on Back

2001-03-13 Thread Trey Rouse
My understanding this is a function of client side caching. Basically, you don't have any control over it. What we do is submit the form back to itself, run the validation, if it fails we skip the DB work and just redisplay the form using value=#form.whatever#. The only trick to this is you

Re: OT: cffile and mapped or UNC drives

2001-03-12 Thread Trey Rouse
The user that CF is running as must have access to the unc path. By default CF uses the localsystem account that wont have access to those shares. A common problem when your webserver doesn't have your actual web content on it. Actually causes the CF installer to bomb with a disk space

RE: CFMAIL problems on 4.51 SP 2

2001-03-08 Thread Trey Rouse
Glad to hear it worked for you. We were still able to predictably recreate the error after the smtp patch. Be sure and place a proper load on it before you have complete confidence in the patch ;). Trey At 08:44 AM 3/8/2001 -0500, you wrote: On 3/8/01, Trey Rouse penned: It was our

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

2001-03-08 Thread Trey Rouse
I'm no DBA, but I've listen to DBA's I trust hammer on MySQL being used in a web production environment. Something about threading and performance issues. If I remember correctly its much the same argument against ACCESS. The DB can only process one thread at a time, the rest are queued.

RE: CFMAIL problems on 4.51 SP 2

2001-03-07 Thread Trey Rouse
Actually there was a bug with the mail spooler in 4.5, that I am told was fixed in SP2, that caused this behavior. It would only happen when you had a single template that executed more than one cfmail in the same template, via a loop or just more than one instance of the tag. Our experience