RE: Help with Regular expression

2004-05-20 Thread Thanh Nguyen
h,7th,8th,9th,10th,&", " ,first,second,third,fourth,fifth,sixth,seventh,eighth,ninth,tenth, and ") then str = reReplaceNoCase(str, "^The[[:space:]]", "") then str = reReplace(str, "[^[:alnum:][:space:]]", "", "all")   _   F

Help with Regular expression

2004-05-19 Thread Thanh Nguyen
eated as though spelled out. 4. the string '1st' through '10th' are treated as if spelled out (e.g first, second..) 5. Ampersands are treated as  though spelled out as "and" and put spaces between the words and ampersands. 6. Remove nonalphanumeric characters. T

Repost: Recommendation for Job Posting system

2003-08-18 Thread Thanh Nguyen
I'm looking for a career center, or job posting application. Anybody have a recommendation? Thanks. Thanh Nguyen -Original Message- From: Thanh Nguyen [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2003 3:20 PM To: CF-Talk Subject: Recommendation for Job Posting system A

Recommendation for Job Posting system

2003-08-16 Thread Thanh Nguyen
Anyone have a recommendation for jobs posting, jobs search system? Thanh Nguyen ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http

Regex help

2003-08-15 Thread Thanh Nguyen
Can someone assist me in writing a regex to remove all common words such as inc., corp., llc., ltd. from a company name field. Thanks Thanh Nguyen ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http

Webtrends and fusebox

2002-12-03 Thread Thanh Nguyen
Can someone point me to an article/webpage that shows how to set up webtrends with fusebox applications? Thanks. Thanh Nguyen Ext: 590 ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription

RE: Reset CFMX Admin Password

2002-11-08 Thread Thanh Nguyen
Thanks a lot. Thanh -Original Message- From: Jeffry Houser [mailto:jeff@;farcryfly.com] Sent: Friday, November 08, 2002 12:01 PM To: CF-Talk Subject: Re: Reset CFMX Admin Password Open up the neo-security.xml file. Look for the line (something like this): Change true t

Reset CFMX Admin Password

2002-11-08 Thread Thanh Nguyen
Hi all, How do I reset the Admin Password for CFMX? Thanks. Thanh ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid

RE: Inserting Unique Values

2002-10-18 Thread Thanh Nguyen
You can do this in Access. right click on table 2, click on copy. now right click anywhere within the table tab. then click on paste. type in the name of your table1. and select append data to existing table. if you set the email field in table1 as primary key. this will take of of the duplicat

RE: CF 5 not starting

2002-10-09 Thread Thanh Nguyen
I got the same problem at home. I gave me this error "cannot Init xmlparser.dll." when I tried to start CF 5 Service manually. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 1:47 PM To: CF-Talk Subject: CF 5 not starting

RE: Macromedia - oops!

2002-10-02 Thread Thanh Nguyen
I sometimes got this error on my site. Anybody knows how to fix it? -Original Message- From: SFN Development [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 7:42 PM To: CF-Talk Subject: Macromedia - oops! Error Diagnostic Information ODBC Error Code = 08001 (Unable to connec

How to prevent multiple logins?

2002-09-30 Thread Thanh Nguyen
How do I prevent multiple users loggin in a a same time using the same account? I'm using session variables to track auth users. Thanks. Thanh __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ

RE: Can't use UNION

2002-09-24 Thread Thanh Nguyen
remove "order by". -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 2:55 PM To: CF-Talk Subject: OT: Can't use UNION I am putting together an application and I canot use UNION, here is my query that I have used in the past, does anyo

Recall: Can't use UNION

2002-09-24 Thread Thanh Nguyen
Thanh Nguyen would like to recall the message, "Can't use UNION". __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com

RE: Wierd Form Error

2002-09-17 Thread Thanh Nguyen
can you see it using form variable? form.due_date -Original Message- From: John Gedeon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 2:27 PM To: CF-Talk Subject: Wierd Form Error i am using cf_formurl2attributs call I have a javascript function: function mkdate()

RE: CF encrypt() and SQL

2002-09-11 Thread Thanh Nguyen
What are the parameters of the key? Min/max length? characters? -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 1:30 PM To: CF-Talk Subject: Re: CF encrypt() and SQL I don't remember where I got this... some generous person on this

RE: Coldfusion Training IN SoCal

2002-08-28 Thread Thanh Nguyen
eas. Douglas Brown Email: [EMAIL PROTECTED] - Original Message ----- From: "Thanh Nguyen" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, August 27, 2002 11:02 AM Subject: OT: Coldfusion Training IN SoCal > Are there any Cold

OT: Coldfusion Training IN SoCal

2002-08-27 Thread Thanh Nguyen
Are there any ColdFusion training schools in Southern California? Thanh __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/

RE: Error message in logs

2002-08-13 Thread Thanh Nguyen
I also get this error. "ODBC Error Code = 01000 (General warning) [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]ConnectionWrite (send()) Thanks, Thanh Nguyen -Original Message- From: Ben Densmore [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 28, 2002 5:17 AM To: CF-Talk Su

RE: Large file uploads

2002-08-12 Thread Thanh Nguyen
Check the archive for answer. I asked this questions before. Basically. It has to do with How much RAM you have on the server. The more RAM you have the larger files you can upload. Thanh. -Original Message- From: chris.alvarado [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2

using cf_stockdata, is this legal?

2002-07-10 Thread Thanh Nguyen
ahoo.com/help/us/fin/fin-03.html> Thanh Nguyen __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/sign

OT: MDAC version

2002-07-03 Thread Thanh Nguyen
Just wondering what version of MDAC should I be using? What's the latest version. Thanks, Thanh Nguyen __ Your ad could be here. Monies from ads go to support these lists and provide more resources fo

RE: File Size limit with CFFile?

2002-07-03 Thread Thanh Nguyen
the file is too large. > > Tony Gruen > > -Original Message- > From: Thanh Nguyen [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 02, 2002 3:18 PM > To: CF-Talk > Subject: File Size limit with CFFile? > > > Is there a limit on the file size using CFFILE? &

RE: ODBC Error Code = 08001

2002-07-03 Thread Thanh Nguyen
r sql logs just to see if sql is screaming something. -Original Message----- From: Thanh Nguyen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 8:44 PM To: CF-Talk Subject: RE: ODBC Error Code = 08001 Could it be a network problem? I have another website connecting to the same serv

RE: ODBC Error Code = 08001

2002-07-03 Thread Thanh Nguyen
age- > From: Thanh Nguyen [mailto:[EMAIL PROTECTED]] > Sent: mercredi 3 juillet 2002 12:44 > To: CF-Talk > Subject: RE: ODBC Error Code = 08001 > > > Could it be a network problem? > > I have another website connecting to the same server with no problems. > > Tha

RE: ODBC Error Code = 08001

2002-07-02 Thread Thanh Nguyen
CTED] - Macromedia Associate Partner www.macromedia.com - Vancouver Island ColdFusion Users Group Founder & Director www.cfug-vancouverisland.com - Original Message - From: "Thanh Ng

ODBC Error Code = 08001

2002-07-02 Thread Thanh Nguyen
ata source) [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]SQL Server does not exist or access denied. The error occurred while processing an element with a general identifier of (CFQUERY), occupying document position (74:2) to (74:51). Thanks, Th

File Size limit with CFFile?

2002-07-02 Thread Thanh Nguyen
Is there a limit on the file size using CFFILE? I have a simple program that helps clients upload files to our server, but they can't upload files that's over 30 MB. Is this a browser issue or server issue? Thanks, Th

setup an odbc connection from a webserver on the DMZ

2002-06-14 Thread Thanh Nguyen
I'm trying to setup an odbc connection from a webserver on the DMZ to one of our SQL servers(2kSP1) but cant, I can ping and telnet into SQL Server from the webserver. Please help... Thanks, Thanh Nguyen __ Yo

Page cannot be display

2002-06-14 Thread Thanh Nguyen
Hi, For last 2 days, my website is getting the "page canot be display" error every time a user goes to a new page. but when they click on refresh, or go back and click on the link again, the page got loaded correctly. Does Anybody know what might have caused this error? Thank

FW: Repost: CFFTP 500 Invalid PORT Command.

2002-05-28 Thread Thanh Nguyen
My setting are very basic. The Web server is IIS on Win2k The FTP server is the built-in FTP Server of IIS. I keep all the default settings. (didn't change anything). I was able to connect to the server but when trying to list all files/directories, I got that error. any advice? thanks ---

Repost: CFFTP 500 Invalid PORT Command.

2002-05-23 Thread Thanh Nguyen
Does anybody know what causes Error 500 invalid port Command using CFFTP? Thanks. Thanh __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thene

CFFTP 500 Invalid PORT Command.

2002-05-17 Thread Thanh Nguyen
Does anybody knows what this error mean? I'ved searched the Allaire forum already but couldnot find solution for this error. It worked fine on our Dev server. but does not work on the Prod server. and I'm using CF 5.0 on Win2k Can someone help please? Thanks Thanh __

RE: list of items with quotes

2002-05-06 Thread Thanh Nguyen
'ListQualify' function. Look in the help references. Jared Clinton NEC Australia -Original Message----- From: Thanh Nguyen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 7 May 2002 10:11 AM To: CF-Talk Subject: list of items with quotes Help Please How can I convert a list

RE: list of items with quotes

2002-05-06 Thread Thanh Nguyen
Thanks, Critz. ;) Thanh -Original Message- From: Critz [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 5:13 PM To: CF-Talk Subject: Re: list of items with quotes oi Thanh!! // function to quote a List function quoteList(lst){ var retList = "

list of items with quotes

2002-05-06 Thread Thanh Nguyen
Help Please How can I convert a list like this list1 = 'CA, NV, AZ, OR, UT'; TO list2 = ' 'CA', 'NV', 'AZ', 'OR', 'UT' ' Thanks __ Get the mailserver that powers this list at http://www.coolfusion.com FA

File Upload using CFFTP

2002-04-30 Thread Thanh Nguyen
One quick question about CFFTP. How do I get the local file name in the tag so that the uploaded file will the same name as the local file? Thanks. __ Your ad could be here. Monies from ads go to support thes

RE: Javascript: onKeydown event

2002-04-18 Thread Thanh Nguyen
worked great !!! thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 2:14 PM To: CF-Talk Subject: Re: Javascript: onKeydown event http://developer.irt.org/script/1214.htm - Original Message - From: Thanh Nguyen

RE: Javascript: onKeydown event

2002-04-18 Thread Thanh Nguyen
ww.sbc.com| +--+---+ -Original Message----- From: Thanh Nguyen [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 1:39 PM To: CF-Talk Subject: Javascript: onKeydown event Hi all, Anybody know if Netscape 4.X support onKeydown event? I have the following script, It works in IE and Netsca

Javascript: onKeydown event

2002-04-18 Thread Thanh Nguyen
Hi all, Anybody know if Netscape 4.X support onKeydown event? I have the following script, It works in IE and Netscape 6.2 but it doesn't seem to work in Netscape 4.7