Tool that uses cfusion_encrypt?

2002-09-06 Thread Brian J. LeRoux
I need a tool to encrypt a website, as strongly as possable, but leaving the files in working condition. I've found a few, but none use the little known function cfusion_encrypt; Hoping that somone else has written an app for this. If not, I guess I'll have to do so. Any help is greatly

cfmx client vars as cookies do not persist.

2002-07-31 Thread Brian J. LeRoux
We're not happy about this one. heres a thread as a heads up to anyone thinking about migrating. http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=7threadid= 384991highlight_key=ykeyword1=cfmxkeyword2=client%20variables Any ideas to circumvent this? Move to db storage of client

RE: cfmx client vars as cookies do not persist.

2002-07-31 Thread Brian J. LeRoux
And it appears they aren't persisting even when set to store in the db. This totally sucks. I'm really really really really really disappointed with mm. -Original Message- From: Brian J. LeRoux [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 2:39 PM To: CF-Talk Subject

RE: Outlook and Cfmail

2002-07-26 Thread Brian J. LeRoux
Check out cf_advanced mail in the devex. It makes up for a lot of the shortcomings of cfmail. -Original Message- From: Tipton Josh (orl1jdt) [mailto:[EMAIL PROTECTED]] Sent: Friday, July 26, 2002 6:53 AM To: CF-Talk Subject: Outlook and Cfmail Is there anyway to send an email so

RE: RE: Stupid number format problem

2002-07-24 Thread Brian J. LeRoux
zero's wont be displayed. Phillip Broussard Tracker Marine Group 417-873-5957 - Original Message - From: Brian J. LeRoux [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 23, 2002 9:13 PM Subject: RE: Stupid number format problem Check out the functions

where is search.cfm in cfmx??

2002-07-24 Thread Brian J. LeRoux
I used to go to: localhost/cfdocs/search.cfm if I wanted to know somthing... where did this go in cfmx?? __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ:

RE: RE: Stupid number format problem

2002-07-24 Thread Brian J. LeRoux
Broussard Tracker Marine Group 417-873-5957 - Original Message - From: Brian J. LeRoux [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 24, 2002 11:53 AM Subject: RE: RE: Stupid number format problem the problem is that function returns a string. Which is kinda sloppy

RE: Project Management

2002-07-24 Thread Brian J. LeRoux
Definately check out fusebox:developing coldfusion applications published by New Riders Press. Its loaded with project management goodies in a cf, fusebox, context. Beware anything coming from the marketing dept.! Especially navigation scemes!! -Original Message- From: G [mailto:[EMAIL

RE: Mass Email Solution

2002-07-23 Thread Brian J. LeRoux
I'd like to back up matt's idea of using cffile for writing to the que of qmail directly. Much more efficient than most methods I've explored and the cheapest too. The most recent cfdj has an artical about this technique. If you didn't find anything via google then I wouldn't be so fast to

RE: Mass Email Solution

2002-07-23 Thread Brian J. LeRoux
write an article and put it up somewhere. Otherwise, I and my company do offer professional services. Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ V: 415-577-8070 F: 415-341-8906 P: [EMAIL PROTECTED] -Original Message- From: Brian J. LeRoux [mailto

RE: Stupid number format problem

2002-07-23 Thread Brian J. LeRoux
Check out the functions: numberFormat() and decimalFormat() in http://localhost/CFDOCS/CFML_Reference/Functions2.html or the machine where you have cf installed. When all else fails, type in your question at http://localhost/CFDOCS/search.cfm and inevidably cf has a function to answer.

RE: MX inSite Magazine

2002-07-23 Thread Brian J. LeRoux
Do you *really* care? At the end of the day, all these serverside technologies do the EXACT same thing. I'm more dissappointed there's no 'rich' content delivery/capture. They could've at least used flash for the forms. -Original Message- From: Joe Eugene [mailto:[EMAIL PROTECTED]] Sent:

RE: com question in cfmx

2002-07-09 Thread Brian J. LeRoux
-Original Message- From: Brian J. LeRoux [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 12:41 AM To: CF-Talk Subject: com question in cfmx I've been hearing rhetoric tossed around about cfmx having poor support for com and one of our clients is about to migrate hosts, who to my

com question in cfmx

2002-07-08 Thread Brian J. LeRoux
I've been hearing rhetoric tossed around about cfmx having poor support for com and one of our clients is about to migrate hosts, who to my surprise are running cfmx. We use cfobject quite a bit to drive the credit card transaction processing and I wanted to hear everyones experiences. Thanks in

Migrating sqlservers

2002-07-05 Thread Brian J. LeRoux
We're moving a client to a new hosting facility and they have a rather large sqlserver db that needs to be copyed over. I'm just reading up on it but I'd like to hear some advice from the pros. Method I should use? Pitfalls? Any advice is muchos appreciated! Thanks in advance, Brian

RE: Migrating sqlservers

2002-07-05 Thread Brian J. LeRoux
that server have that also sent to you. First try to restore the full backup if the does not work then use sp_attachdb on the new server. Joshua Tipton -Original Message- From: Brian J. LeRoux [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 3:36 PM To: CF-Talk Subject: Migrating

cfmx migration error / help w/ syntax

2002-07-05 Thread Brian J. LeRoux
Code Excerpt .. 49: CFSET nextblock = / 50: CFSET equals = / 51: CFSET blocks = / What the hell is wrong with that?! __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

RE: OT: Good Flash Mailing List?

2002-07-02 Thread Brian J. LeRoux
Another wicked resource/ mailing list can be found at flashcfm.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 12:15 PM To: CF-Talk Subject: Re: OT: Good Flash Mailing List? http://www.flashcfm.com/ - Forums Mailing List

help writing a stored proc

2002-06-26 Thread Brian J. LeRoux
I want to turn the following into a simple stored procedure: CFLOCK TIMEOUT=60 NAME=stopDuplicates TYPE=EXCLUSIVE cfquery name=setNewUser datasource=#request.dsn# username=#request.username# password=#request.pwd# INSERT INTO dbo.user_index (username, password, access_level,

RE: help writing a stored proc

2002-06-26 Thread Brian J. LeRoux
:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 12:20 PM To: CF-Talk Subject: RE: help writing a stored proc After the insert SELECT @@IDENTITY AS @newUserKey -Original Message- From: Brian J. LeRoux [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 1:55 PM To: CF-Talk Subject

locking com objs

2002-06-24 Thread Brian J. LeRoux
Is it in my best interest to lock a cfobject call to a com obj? I am to play things safe but if its not neccessary... __ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Shopping Carts

2002-06-13 Thread Brian J. LeRoux
cf_shoppingcart in the custom tag gallery at mm works fine. -Original Message- From: James Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 10:39 AM To: CF-Talk Subject: Re: Shopping Carts lol, certainly falls well into the cheep category, not sure how net ready they are

RE: cf and web farms

2002-06-05 Thread Brian J. LeRoux
I use a modified version of the udf from cflib.org called deleteClientVariables. Pretty self explanitory. As for time-out check out the custom tag clienttimeout.cfm in the macromedia devex by Brian Kotek. Works like a charm. Client variables are far more flexable and safer than the dirty