RE: CFFile Issue

2004-11-04 Thread Mosh Teitelbaum
n one shot. Something like: -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ ~| Special thanks to the CF Community Suite G

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=95&tid=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'

RE: Wish for CFpop

2004-10-06 Thread Mosh Teitelbaum
with key attribute 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

RE: Wish for CFpop

2004-10-06 Thread Mosh Teitelbaum
elimited list to the UID or MESSAGENUMBER attribute.  For example: -- 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: debug question

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

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] [F

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, '.+]*>(.+).+', "\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-53

Regular Expressions: Extract code between BODY tags

2004-09-14 Thread Mosh Teitelbaum
hould 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: 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/1544233&tid=172&tid=1&tid=218 for the Slashdot take on the whole thing. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTE

RE: Top-level variables?

2004-08-27 Thread Mosh Teitelbaum
Brett: Basically, something like the following: ... -- 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 figure it out if I > spent som

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 Teitel

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 mast

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 se

RE: Using both Plain Text and HTML in cfmail

2004-08-26 Thread Mosh Teitelbaum
eso on SMTP 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] [Subscr

RE: Inserting a query string into a text field

2004-08-17 Thread Mosh Teitelbaum
So long as the query is enclosed in quotes and properly escaped, you shouldn't have any problems.  Something like: INSERT INTO foo ( sqlCode ) VALUES ( '#Replace(sql, "'", "''", "ALL")#' ) or, using CFQueryPar

RE: Unusual behaviour with CFHEADER

2004-07-13 Thread Mosh Teitelbaum
chever party to the connection is sending the content, 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 Teitel

RE: Unusual behaviour with CFHEADER

2004-07-13 Thread Mosh Teitelbaum
d that *nix servers don't. Just 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 > l

RE: CGI.HTTP_REFERER is blank!

2004-07-12 Thread Mosh Teitelbaum
rm used to submit 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

RE: CGI.HTTP_REFERER is blank!

2004-07-12 Thread Mosh Teitelbaum
strip the header 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] Sen

RE: cfcontent - what am I missing?

2004-07-08 Thread Mosh Teitelbaum
bles.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) 94

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

2004-07-07 Thread Mosh Teitelbaum
id=86&Itemid=63 ).  It has about 15,000 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] [

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

Email Regex with weird results

2004-07-01 Thread Mosh Teitelbaum
I remove 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]

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 -

Email Regex with weird results

2004-07-01 Thread Mosh Teitelbaum
I remove 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]

RE:   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

RE: allow access to database

2004-06-30 Thread Mosh Teitelbaum
abase structure 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:

RE: The infamous LIST again!

2004-06-30 Thread Mosh Teitelbaum
y 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 PROTECTED] WWW: http://www.evoch.com/

RE: JavaScript confirm delete

2004-06-14 Thread Mosh Teitelbaum
sted.  Also, the above form is incomplete.  At the least, 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 Te

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: ... -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651

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

2004-04-05 Thread Mosh Teitelbaum
ved from a struct, 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:

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

2004-04-05 Thread Mosh Teitelbaum
uot;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: Ca

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

2004-04-05 Thread Mosh Teitelbaum
C". 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/ [Todays Thre

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

RE: accessing variables received from POST

2004-03-26 Thread Mosh Teitelbaum
ope and what 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: accessin

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: easy question

2004-03-09 Thread Mosh Teitelbaum
Tony: Use the ListFind() function as in: Found Not Found -- 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: Tuesday, March 09, 2004 3

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

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

RE: Protect action pages

2004-02-27 Thread Mosh Teitelbaum
mple, if you're concerned 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

RE: Flash detect

2004-02-26 Thread Mosh Teitelbaum
igator.mimeTypes[i].type == "application/x-shockwave-flash")<br> {<br> flash_flag = 1;<br> }<br> }<br> // --><br> Then you could set a hidden field with the value of flash_flag to submit to the next page. -- Mosh Teitelbaum evoch, LLC

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: 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

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-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-36

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. -- M

RE: IsDefined("CGI.foo") always returns YES

2004-02-24 Thread Mosh Teitelbaum
ether 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/ -

IsDefined("CGI.foo") always returns YES

2004-02-24 Thread Mosh Teitelbaum
in the CGI scope, but it's 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 Settings]

RE: cfhttp tag failed

2004-02-12 Thread Mosh Teitelbaum
come in over port 443.  Try adding PORT="443" to your CFHTTP tag. And, finally, in case the data you passed along is exactly the same as you're using, you might want/have to change your username and or password with ebay: don9876 * ... -- Mosh Teitelbaum evoch, LLC Tel:

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: 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
ode to accept and support the back button. -- 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: CFHTTP Help needed

2004-01-29 Thread Mosh Teitelbaum
alue" 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) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Eric Creese [mailto:[EMAIL

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: 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: 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
to change the value of the PATH attribute for each of your sites. The above code essentially rewrites the cookies set by ColdFusion so that they retain the same value but are reset to only apply to the appropriate application/subdirectory. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fa

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. --

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

RE: Help with CFHTTP

2004-01-22 Thread Mosh Teitelbaum
fug.org/talks/ColdFusionFoundationsHTTP_09-09-03.ppt and the associated code samples at http://www.mdcfug.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: H

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 Subjec

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

CFID, CFTOKEN contains invalid characters

2004-01-21 Thread Mosh Teitelbaum
reslashes in the value? BTW, I've already checked the archives about this and the only thing I 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: Storing URL's

2004-01-20 Thread Mosh Teitelbaum
't sit around waiting for 5 minutes. HTH -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Deanna Schneider [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 3:28 PM To: CF-Talk

RE: Password Logic

2004-01-05 Thread Mosh Teitelbaum
7;s social 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-

RE: HTTP Response codes

2004-01-05 Thread Mosh Teitelbaum
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 Email: [EMAIL PROTECTED] WWW: http://www.evoc

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:

RE: Scrambling Data

2003-12-15 Thread Mosh Teitelbaum
/default.aspx 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- Fr

RE: CF and strange HTTP 500 error

2003-11-17 Thread Mosh Teitelbaum
Address, 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

RE: CFCONTENT/CFHEADER woes

2003-11-13 Thread Mosh Teitelbaum
[EMAIL PROTECTED] wrote: > > 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 work.  It just displays the unformatted contents of > the document, like this kind of stuff: > > ÐÏࡱ [Todays Thread

RE: JavaScript question

2003-11-12 Thread Mosh Teitelbaum
ion.  The above code corrects these problems. Then, change your select list's OPTION code to only include the anchor name and not the filename as in: #UCase(tablename)# Hopefully this will work for you.  If not, let me know what the next error message is and we'll take it from

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: 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-537

RE: input boxes ande double quotes

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

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 Ema

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: Non-Stick Session Variables?

2003-10-30 Thread Mosh Teitelbaum
later 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? Is

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

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

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: Tan

RE: OT multiple submits and the ENTER key

2003-10-29 Thread Mosh Teitelbaum
... And setup your action.cfm like: "CANCEL"))> -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: W

RE: CFHTTP Issues

2003-10-29 Thread Mosh Teitelbaum
e still able to connect.  If you 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--

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/ -Ori

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

2003-10-29 Thread Mosh Teitelbaum
hanks 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: ColdF

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 Me

ColdFusion & Contribute - How well do they play together?

2003-10-28 Thread Mosh Teitelbaum
al 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://www.evoch.com/ [Todays Thre

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: cfloop question

2003-10-27 Thread Mosh Teitelbaum
Tony: Put pound signs around your queryName.recordCount in the CFLOOP tag as in: -- 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

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: CFContent and PDF problems

2003-10-08 Thread Mosh Teitelbaum
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://www.evoch.com/ -Original Message- From: Shawn Grover [mailto

RE: CFContent and PDF problems

2003-10-08 Thread Mosh Teitelbaum
Shawn: Your CFHEADER is missing a value.  The VALUE for the Content-Disposition header should begin with either "inline;" or "attachment;" as in: VALUE="inline; filename=#oFTS.OriginalName#"> See RFC1806 ( http://www.faqs.org/rfcs/rfc1806.html ) for more d

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

2003-10-08 Thread Mosh Teitelbaum
e, don't put anything on a web server unless 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: Wed

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(' should be: document.write('\n');       ^^^ -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Ema

RE: CFFILE & MIME Types

2003-10-03 Thread Mosh Teitelbaum
gnments/media-types/media-types for a list 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: ICANN asks VeriSign to pull redirect service

2003-09-23 Thread Mosh Teitelbaum
ch for BIND to block SiteFinder. See 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/ ~

RE: Editing Files In-Line

2003-09-23 Thread Mosh Teitelbaum
mple, that I have a file "myfile.html" which contains > the string "***REPLACE_THIS***". How can I have Cold Fusion replace > that string in the file? Your code would look something like: The above code would replace the pl

RE: ICANN asks VeriSign to pull redirect service

2003-09-23 Thread Mosh Teitelbaum
pondence/lewis-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: 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: Previous/Next with Files

2003-09-22 Thread Mosh Teitelbaum
lete (3). Again, this assumes that the files were auto-generated to begin with. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ ~| Message: http://www.hous

<    1   2   3   4   5   6   >