RE: Connecting to PayPal

2004-10-12 Thread Mosh Teitelbaum
They're having some technical issues.Check out slashdot: http://slashdot.org/articles/04/10/12/0255227.shtml?tid=95tid=1 -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ Jordan Michaels wrote: I'm having trouble

RE: Wish for CFpop

2004-10-06 Thread Mosh Teitelbaum
or MESSAGENUMBER attribute.For example: CFPOP ACTION="" UID=1,2,3,4 -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Wish for CFpop

2004-10-06 Thread Mosh Teitelbaum
type ='pop' | 'imap' ... A single tag for both protocols would probably be more confusing then keeping them separate.IMAP supports a boat-load more functionality than POP so combining them in a single tag would likely not make sense. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933

RE: debug question

2004-09-22 Thread Mosh Teitelbaum
Jay: Does it have to be a function?Why not just do something like: CFMAIL ... Here's the SESSION debug data: CFDEBUG VAR=#SESSION# /CFMAIL -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ Jason Reichenbach wrote

Regular Expressions: Extract code between BODY tags

2004-09-14 Thread Mosh Teitelbaum
remain.Can anyone provide the RE to accomplish this? TIA -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Regular Expressions: Extract code between BODY tags

2004-09-14 Thread Mosh Teitelbaum
You, sir, are a saint.Thank you. Here's the code I ended up using: REReplaceNoCase(contents, '.+body[^]*(.+)/body.+', \1) As it was, it removed the BODY tags but not the contents before and after them. Again, thanks. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email

RE: Regular Expressions: Extract code between BODY tags

2004-09-14 Thread Mosh Teitelbaum
Cool.Again, thanks. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ Michael Dinowitz wrote: The additions are correct. I was a bit hasty in my posting. [Todays Threads] [This Message] [Subscription] [Fast

RE: Top-level variables?

2004-08-27 Thread Mosh Teitelbaum
Damien: Depending on your application you may also want to include URL, SESSION, CLIENT, SERVER, COOKIE, etc. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ Damien McKenna wrote: I've written a simple master cftry

RE: Top-level variables?

2004-08-27 Thread Mosh Teitelbaum
I would say that you should include any scope that is used in your application.So, like I said, depending on your application you may or may not want to include those other scopes.If you don't use SESSION vars in your app, don't bother including the SESSION scope... -- Mosh Teitelbaum evoch, LLC

RE: Top-level variables?

2004-08-27 Thread Mosh Teitelbaum
Brett: Basically, something like the following: CFDUMP VAR=#SESSION# CFDUMP VAR=#CLIENT# ... -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ Brett Barnhart wrote: Could someone post the script to do this? I could

RE: Is the web broken?

2004-08-27 Thread Mosh Teitelbaum
That whole terrorist thing was officially disregarded as hooey.See http://slashdot.org/article.pl?sid=04/08/26/1544233tid=172tid=1tid=218 for the Slashdot take on the whole thing. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: Using both Plain Text and HTML in cfmail

2004-08-26 Thread Mosh Teitelbaum
and CFMAIL (slides 32 33 specifically) for more info: http://www.cfug-md.org/meetings/CF-SMTP/CF-SMTP.ppt -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe

RE: Using both Plain Text and HTML in cfmail

2004-08-26 Thread Mosh Teitelbaum
Ray: That's exactly what slides 32 33 say to do (with sample code) 8^) -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ simmyana a wrote: i want to send both plain text and HTML in a mail. I searche dthe web

RE: Inserting a query string into a text field

2004-08-17 Thread Mosh Teitelbaum
)#' ) /CFQUERY or, using CFQueryParam: ... CFQUERYPARAM CFSQLTYPE=CF_SQL_VARCHAR VALUE=#sql# ... -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ Scott Stewart wrote: Here's kind of a weird one folks. I'm trying to insert

RE: Unusual behaviour with CFHEADER

2004-07-13 Thread Mosh Teitelbaum
a thought. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ James Smith [mailto:[EMAIL PROTECTED] wrote: I am exporting stock information to a csv file then using the following to lines to deliver the file to the user

RE: Unusual behaviour with CFHEADER

2004-07-13 Thread Mosh Teitelbaum
, it is that party's responsibility to also specify the content's Mime-Type.For more information on HTTP take a look at the preso I gave last year: http://www.cfug-md.org/meetings/ColdFusionFoundationsHTTP_09-09-03.ppt -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL

RE: CGI.HTTP_REFERER is blank!

2004-07-12 Thread Mosh Teitelbaum
before it reaches your server.In short, don't rely on the HTTP_REFERER value. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Donnie Carvajal [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004

RE: CGI.HTTP_REFERER is blank!

2004-07-12 Thread Mosh Teitelbaum
to your site is your own form and not someone else's. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ Donnie Carvajal [mailto:[EMAIL PROTECTED] wrote: So, any ideas on the best way to keep outside sites from submitting my

RE: cfcontent - what am I missing?

2004-07-08 Thread Mosh Teitelbaum
; filename=#variables.attach#.Note the addition of the filename= portion.And, you didn't say it in your email, but I'm assuming that the variables.attach variable contains the filename that you would like the user to see. HTH -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email

RE: Looking for small images(icons) to replace folders in a tree menu

2004-07-07 Thread Mosh Teitelbaum
icons in it.Hopefully, some of them would work for you. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Email Regex with weird results

2004-07-01 Thread Mosh Teitelbaum
the dash from the domain, the address validates.However, the dash should be valid. Looking at the regex, doesn't the ([[:alnum:]\-_]+\.) portion after the @ symbol allow for dashes? TIA -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: Email Regex with weird results

2004-07-01 Thread Mosh Teitelbaum
Jerry (and everyone else): Thanks. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ Jerry Johnson [mailto:[EMAIL PROTECTED] wrote: The - needs to be the very last character in the class. This is because the - in any

Email Regex with weird results

2004-07-01 Thread Mosh Teitelbaum
the dash from the domain, the address validates.However, the dash should be valid. Looking at the regex, doesn't the ([[:alnum:]\-_]+\.) portion after the @ symbol allow for dashes? TIA -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: Email Regex with weird results

2004-07-01 Thread Mosh Teitelbaum
Stephen Milligan [mailto:[EMAIL PROTECTED] wrote: I think you just need to modify the domain check a little bit... [snip] Thanks. Actually, this message got posted twice and I already received an answer. Basically the same as yours. 8^) Thanks again. -- Mosh Teitelbaum evoch, LLC Tel: (301

RE: The infamous LIST again!

2004-06-30 Thread Mosh Teitelbaum
] and replace it with an actual empty string. Note that the above code only replaces empty list elements that are in the middle of the list.It does not catch empty elements at the very beginning or end of the list. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL

RE: allow access to database

2004-06-30 Thread Mosh Teitelbaum
without including any of the data. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Phill B [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 11:18 AM To: CF-Talk Subject: OT: allow

RE: nbsp; added on top of page

2004-06-30 Thread Mosh Teitelbaum
Emmet: Look for an Application.cfm file somewhere up the path.This may be what is inserting the non-breaking space into your content. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Emmet

RE: JavaScript confirm delete

2004-06-14 Thread Mosh Teitelbaum
st, it should likely specify an ID of the object that is to be deleted, etc. ColdFusion can do this too but it requires an extra trip to the server, i.e., deleteForm.cfm - deleteConfirm.cfm - deleteAction.cfm -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECT

RE: CFmail and Spam

2004-05-17 Thread Mosh Teitelbaum
Actually, don't use CFMAILPARAM for this.Using CFMAILPARAM this way causes there to be 2 X-Mailer headers.Instead, use the MAILERID attribute of the CFMAIL tag to set the X-Mailer header like the following: CFMAIL TO=.. MAILERID=Microsoft Outlook, Build 10.0.3416 ... /CFMAIL -- Mosh

Invalid Parameter Type Error message - When is a number not a number?

2004-04-05 Thread Mosh Teitelbaum
with a CFSQLTYPE of CF_SQL_NUMERIC. I put some code before the CFPARAM to email me the current value of OrganizationID and it came back as a number (332).Any ideas? Thanks in advance. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: Invalid Parameter Type Error message - When is a number not a number?

2004-04-05 Thread Mosh Teitelbaum
YES.So, CF is seeing it as numeric until it gets to the CFPARAM tag which is on the very next line.I'm stumped.Anyone? -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Cameron Childress [mailto

RE: Invalid Parameter Type Error message - When is a number not a number?

2004-04-05 Thread Mosh Teitelbaum
, 1D array, or 2D array, the problem does not occur. So I'm thinking the problem may have to do with either the database or ODBC. Any thoughts? Again, thanks in advance. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: accessing variables received from POST

2004-03-26 Thread Mosh Teitelbaum
Daniel: Use the FORM scope as in FORM.varName -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Daniel Kessler [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 2:36 PM To: CF-Talk

RE: accessing variables received from POST

2004-03-26 Thread Mosh Teitelbaum
their values are. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: daniel kessler [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 2:02 PM To: CF-Talk Subject: Re: accessing variables

RE: ERROR Attributes

2004-03-26 Thread Mosh Teitelbaum
Mario: I gave a preso in February about CF Error Handling.You can download it from http://www.cfug-md.org/meetings/AdvancedColdfusionError_Handling.ppt Different ERROR variables exist depending on the type of error.See the preso for details. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax

RE: Verbal or Written Estimates

2004-03-25 Thread Mosh Teitelbaum
very high. HTH -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 6:36 AM To: CF-Jobs-Talk Subject: Verbal or Written

RE: OT: Website hijacking

2004-03-09 Thread Mosh Teitelbaum
Or you could use some kind of anti-spyware tool.PC Magazine just recently had an article on spyware and reviewed some anti-spyware apps.See http://www.pcmag.com/article2/0,1759,1523357,00.asp for the article.See the TOC to the right of the article for individual reviews. -- Mosh Teitelbaum evoch

RE: easy question

2004-03-09 Thread Mosh Teitelbaum
Tony: Use the ListFind() function as in: CFSET theList = 7,67,6,16,26,20,31,1,2 CFIF ListFind(theList, 6) NEQ 0 Found CFELSE Not Found /CFIF -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message

RE: Display images inside a form select tag

2004-03-01 Thread Mosh Teitelbaum
Mark: SELECT lists only support text options.What with CSS you can style the text a bit, but you can't put images in there. However, you can roll your own drop-down control via DHTML or use any number of canned DHTML menu scripts.A bunch of them support images. -- Mosh Teitelbaum evoch, LLC Tel

RE: Protect action pages

2004-02-27 Thread Mosh Teitelbaum
about people auto-submitting to your action page without coming through your form page, build in a check that verifies they visited the form page such as those systems that ask you to type in the string shown in the associated image. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933

RE: What is a Factory?

2004-02-26 Thread Mosh Teitelbaum
Isaac: A lot of times, a Factory is used to not only create but also to manage the creation of objects.For example, in a situation where you want to support database connection pooling, you would use a Factory to manage the creation an/or reuse of connections. -- Mosh Teitelbaum evoch, LLC Tel

RE: Flash detect

2004-02-26 Thread Mosh Teitelbaum
-shockwave-flash) { flash_flag = 1; } } // -- /SCRIPT Then you could set a hidden field with the value of flash_flag to submit to the next page. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message

RE: IsDefined(CGI.foo) always returns YES

2004-02-25 Thread Mosh Teitelbaum
No problem, I know how it goes 8^). Thanks for the help though. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 24, 2004

RE: IsDefined(CGI.foo) always returns YES

2004-02-25 Thread Mosh Teitelbaum
Well then I'm confused too because running that exact same code, I get the opposite result: using StructKeyExists(), foo exists in CGI using IsDefined(), foo exists in CGI Running ColdFusion 5.0.0.0 Enterprise. Anyone? -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651

IsDefined(CGI.foo) always returns YES

2004-02-24 Thread Mosh Teitelbaum
a kludge I'd rather not use. Has anyone else ever run into this?Know of a way to resolve it? TIA -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

RE: IsDefined(CGI.foo) always returns YES

2004-02-24 Thread Mosh Teitelbaum
the browser supports the variable. I'm not sure I agree with the justification but such is life.It looks like I'll have to go with the kludge. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From

RE: IsDefined(CGI.foo) always returns YES

2004-02-24 Thread Mosh Teitelbaum
Jamie: Thanks but that won't actually work for me.Even though it's suggested in the documentation. I'm trying to test for existence.I don't care if the variable has a value, just whether or not it exists.Some CGI variables are empty, so that test won't work. -- Mosh Teitelbaum evoch, LLC Tel

RE: IsDefined(CGI.foo) always returns YES

2004-02-24 Thread Mosh Teitelbaum
Jeff: Thanks, that's what I'm using as a work around: As a work around, I'm using StructKeyList() to get a list of variables in the CGI scope, but it's a kludge I'd rather not use. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: cfhttp tag failed

2004-02-12 Thread Mosh Teitelbaum
In what way did the CFHTTP fail?What was the error message, what does the code look like, and what are you trying to have it do? -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Chunshen

RE: cfhttp tag failed

2004-02-12 Thread Mosh Teitelbaum
... -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Chunshen (Don) Li [mailto:[EMAIL PROTECTED] Sent: Thursday, February 12, 2004 9:21 AM To: CF-Talk Subject: Re:cfhttp tag failed Thanks

RE: Determine url relativity between two points?

2004-02-10 Thread Mosh Teitelbaum
Matt: Check out CFLib: http://www.cflib.org/udf.cfm?ID=841 -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 4:44 PM

RE: Page Cache..

2004-02-09 Thread Mosh Teitelbaum
(usability) no-no.People have come to recognize, expect, and rely on the back button as a vehicle for navigating through a series of web pages.Disabling it removes a commonly expected tool from the user's browsing arsenal. Better you should code to accept and support the back button. -- Mosh

RE: CFHTTP Help needed

2004-01-29 Thread Mosh Teitelbaum
e.If you want the value to be dynamic (or partially dynamic), you would use code like: attr = value attr = variable attr = value #variable# value Note the pound signs in the last example.The CFOUTPUT tag is not needed, nor is it valid in this context. -- Mosh Teitelbaum evoch, LLC Tel: (301)

RE: variables inside CFX_ZIP

2004-01-28 Thread Mosh Teitelbaum
Mike: You can definitely use variables inside CFX_ZIP, just as you can within any custom tag.The code, as you have it (without the CFOUTPUT tag), should work fine assuming that variables.zipfile contains the proper value. What error message are you getting? -- Mosh Teitelbaum evoch, LLC Tel

RE: variables inside CFX_ZIP

2004-01-28 Thread Mosh Teitelbaum
Also, change the FROM value of your CFMAIL tag to a valid email address. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28

RE: Fast AV Code

2004-01-27 Thread Mosh Teitelbaum
Michael: Just a heads-up, I received a few emails today with a ZIP attachment.The ZIP file contained a PIF file that included the virus. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From

RE: CF Client Cookies

2004-01-26 Thread Mosh Teitelbaum
but are reset to only apply to the appropriate application/subdirectory. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 6:10 PM

RE: CF Client Cookies

2004-01-23 Thread Mosh Teitelbaum
Jim: The path attribute specifies the URL within a domain to which the cookie applies.It's a means of saying something like this cookie only applies to resources located in/under the following directory. In your case, it means that the cookies apply to the entire site. -- Mosh Teitelbaum evoch

RE: Help with CFHTTP

2004-01-22 Thread Mosh Teitelbaum
fug.org/talks/ColdFusionFoundationsHTTP_09-09-03.zip -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Hassan Arteaga Rodriguez [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 4:18 PM To: CF-Talk

RE: Hey Mosh more Help with CFHTTP

2004-01-22 Thread Mosh Teitelbaum
Rino: I would think your best bet would be to have the admin site just directly query the individual databases of each other site (since they are all separate). Since, with this setup, the admin site won't be recording information from the other sites, there's no need to use CFHTTP. -- Mosh

CFID, CFTOKEN contains invalid characters

2004-01-21 Thread Mosh Teitelbaum
could find about it doesn't seem to apply here. TIA -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CFID, CFTOKEN contains invalid characters

2004-01-21 Thread Mosh Teitelbaum
To follow up on this, we've now figured out that all of the bad requests are coming from a single source, the WiseNut search engine crawler.So, we can work towards clearing up the problem but it would still be nice to know what, exactly, is happening here. Thanks. -- Mosh Teitelbaum evoch, LLC

RE: CFID, CFTOKEN contains invalid characters

2004-01-21 Thread Mosh Teitelbaum
Thanks Dave.I'll look into that. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 5:11 PM To: CF-Talk Subject: RE: CFID

RE: Storing URL's

2004-01-20 Thread Mosh Teitelbaum
(especially when the user enters an IP Address instead of a domain name).And if you really want to verify the URL, validate that it works by making a CFHTTP call to the URL.Make sure to set the Request Timeout to something reasonably small so the user doesn't sit around waiting for 5 minutes. HTH -- Mosh

RE: HTTP Response codes

2004-01-05 Thread Mosh Teitelbaum
gave on CF and HTTP.The PPT is available for d/l from http://www.mdcfug.org/talks/ColdFusionFoundationsHTTP_09-09-03.ppt and code samples are available from http://www.mdcfug.org/talks/ColdFusionFoundationsHTTP_09-09-03.zip . -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651

RE: Password Logic

2004-01-05 Thread Mosh Teitelbaum
security numbers, mother's maiden names, etc.All of my neighbors and many of my coworkers (past and present) know my pet's name. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Matt Robertson

RE: Scrambling Data

2003-12-15 Thread Mosh Teitelbaum
ColdFusion doesn't have any built-in hashing functions but there are some good CustomTags available at the Dev Exchange that do hashing. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: C

RE: Scrambling Data

2003-12-15 Thread Mosh Teitelbaum
Sonofa Learn something new every day.Jeez. Thanks Tom. OK, so let me change that... if you'd like to hash using a different (non-MD5) algorithm, check out the Dev Exchange 8^). -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: CF and strange HTTP 500 error

2003-11-17 Thread Mosh Teitelbaum
, etc). Or you could post the code here (login.cfm, application.cfm, onRequestEnd.cfm and any other applicable code) and let us have a look see. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From

RE: CFCONTENT/CFHEADER woes

2003-11-13 Thread Mosh Teitelbaum
[EMAIL PROTECTED] wrote: CFHEADER NAME=content-disposition VALUE=attachment; filename=new.doc CFCONTENT TYPE=application/octet-stream FILE=E:\path\new.doc DELETEFILE=NO This should cause the browser to prompt to download the file rather then try to open it, yes? But I can't seem to get it to

RE: JavaScript question

2003-11-12 Thread Mosh Teitelbaum
Eric: Instead of using location.href you should be using location.hash as in: function goTo(url) { location.hash = document.SearchForm.cbSearchSelect.options[number].value; } -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: JavaScript question

2003-11-12 Thread Mosh Teitelbaum
^). -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 3:36 PM To: CF-Talk Subject: RE: _javascript_ question Thanks

RE: queryNew question...

2003-11-10 Thread Mosh Teitelbaum
Che: You can use Query of Query to filter the dynamically built query. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Monday, November 10

RE: Deleteing a directory

2003-11-10 Thread Mosh Teitelbaum
CFDIRECTORY can't delete a directory unless there are no files or subdirectories.You'll have to use a combination of CFFILE and CFDIRECTORY to make sure the top-level directory is empty before deleting it. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL

RE: input boxes ande double quotes

2003-11-10 Thread Mosh Teitelbaum
Bryan: I usually just replace the double-quotes with quot; (the double-quote entity) using the following code: Replace(myValue, '', quot;, ALL) However, a lot of people tend to just go with the JSStringFormat() function. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651

RE: Dynamic SQL

2003-11-10 Thread Mosh Teitelbaum
First off, standard security warnings about letting people type in SQL free-form: BAD PROGRAMMER [whack!]BAD PROGRAMMER [whack! whack!] That said, how about posting the exact error message so we can get a better idea of what's going on. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax

RE: Non-Stick Session Variables?

2003-10-30 Thread Mosh Teitelbaum
requests. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Nick Baker [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 1:59 PM To: CF-Talk Subject: Non-Stick Session Variables

RE: ColdFusion Contribute - How well do they play together?

2003-10-29 Thread Mosh Teitelbaum
for the heads-up. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Mike Brunt [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 6:28 PM To: CF-Talk Subject: RE: RE: ColdFusion Contribute

RE: To MAXLENGTH or not that is the question?

2003-10-29 Thread Mosh Teitelbaum
Using MAXLENGTH traps the error *before* sending all of the data over the network to the DB.It's simply a more efficient way of catching such an error. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message

RE: CFHTTP Issues

2003-10-29 Thread Mosh Teitelbaum
are not able to connect with a regular web browser, then you know that the problem is not with CF but with the network setup. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Bruce Sorge [mailto

RE: OT multiple submits and the ENTER key

2003-10-29 Thread Mosh Teitelbaum
ET /FORM And setup your action.cfm like: CFIF (NOT isDefined(FORM.Action)) OR (NOT CompareNoCase(FORM.Action, CANCEL)) !--- Cancel --- CFELSE !--- Submit, because the reset button doesn't submit to the server --- /CFIF -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Ema

RE: OT multiple submits and the ENTER key

2003-10-29 Thread Mosh Teitelbaum
But that doesn't stop anyone from hitting enter to submit the form.And it means that JS is required to submit a simple form. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Tangorre

RE: OT multiple submits and the ENTER key

2003-10-29 Thread Mosh Teitelbaum
Sure it does.At least, it did when I just tried it in MSIE 6.0 Win. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Heald, Tim [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 4

RE: OT multiple submits and the ENTER key

2003-10-29 Thread Mosh Teitelbaum
Sorry, missed the onKeyPress function.But, like I said, it still relies on _javascript_.The method I described in one of my other emails is straight HTML. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original

ColdFusion Contribute - How well do they play together?

2003-10-28 Thread Mosh Teitelbaum
use an include for display of a global header, including specification of a CSS file, will Contribute know to grab the included CSS file? Thanks in advance for your help with this. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: ColdFusion Contribute - How well do they play together?

2003-10-28 Thread Mosh Teitelbaum
Thanks everyone for the information.I'll give it some more thought, but my first reaction given your answers is to lean away from Contribute. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From

RE: cfloop question

2003-10-27 Thread Mosh Teitelbaum
Tony: Put pound signs around your queryName.recordCount in the CFLOOP tag as in: CFLOOP ... TO=#queryName.recordCount# ... -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Tony Weeg

RE: cfloop question

2003-10-27 Thread Mosh Teitelbaum
Hey, you never know, right?8^) -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 4:36 PM To: CF-Talk Subject: RE: cfloop

RE: cfoutput within cfmail

2003-10-22 Thread Mosh Teitelbaum
Try replacing the CFOUTPUT with a CFLOOP tag. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 12:20 PM To: CF-Talk

RE: Bots / spiders finding unlinked pages... How?

2003-10-08 Thread Mosh Teitelbaum
you're willing to let people see it. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Mark W. Breneman [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 12:42 PM To: CF-Talk Subject

RE: CFContent and PDF problems

2003-10-08 Thread Mosh Teitelbaum
. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 12:52 PM To: CF-Talk Subject: CFContent and PDF problems We're using

RE: CFContent and PDF problems

2003-10-08 Thread Mosh Teitelbaum
/pdf FILE=C:\Temp\foo.pdf DELETEFILE=No CFSETTING ENABLECFOUTPUTONLY=No 2) Try appending the desired filename onto the URL.For example: http://www.foo.com/downloadFile.cfm/foo.pdf?fileID=5 -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: Tried the other fix and it did not work either

2003-10-07 Thread Mosh Teitelbaum
Bruce: It looks as if you're not closing the tags in the code generated by JS, e.g..: document.write('param name=movie value=loading.swf\n'); should be: document.write('param name=movie value=loading.swf\n'); ^^^ -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email

RE: CFFILE MIME Types

2003-10-03 Thread Mosh Teitelbaum
of accepted Mime-Types. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW:http://www.evoch.com/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: SQL Question

2003-09-26 Thread Mosh Teitelbaum
Cutter (CF-Talk) wrote: I've got two tables, tblDates and tblEnt. tblEnt uses the intDateID field of tblDates. I am trying to pull the next 7 days where there is entertainment scheduled. tblEnt has a row for each day, but each day does not necessarily have entertainment. How can I go about this?

RE: HTML format list

2003-09-23 Thread Mosh Teitelbaum
Thomas Chiverton wrote: > waits for slew of messages from new subscribers asking how to get rid of > all the blank lines How do I get rid of all the blank lines? [blink] [blink] -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW

RE: ICANN asks VeriSign to pull redirect service

2003-09-23 Thread Mosh Teitelbaum
ewis-to-twomey-21sep03.htm -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ ~| [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Editing Files In-Line

2003-09-23 Thread Mosh Teitelbaum
place holder text --- CFSET fileContents = Replace(fileContents, ***REPLACE THIS***, Hi Mom!) !--- Overwrite file with new contents --- CFFILE ACTION=Write FILE=C:\Temp\myFile.html OUTPUT=#fileContents# The above code would replace the place holder text with Hi Mom. -- Mosh

RE: ICANN asks VeriSign to pull redirect service

2003-09-23 Thread Mosh Teitelbaum
http://www.wired.com/news/technology/0,1282,60473,00.html for details. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ ~| Message: http

RE: Previous/Next with Files

2003-09-22 Thread Mosh Teitelbaum
in the APPLICATION scope and read from the cache to dynamically create the previous/next links at each page request. HTH -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Paul Giesenhagen

<    1   2   3   4   5   6   >