RE: Previous/Next with Files

2003-09-22 Thread Mosh Teitelbaum
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.houseoffusion.com/lists.cfm?link=i:4

RE: Opera's handling of radio buttons

2003-09-18 Thread Mosh Teitelbaum
). If the user selected that button and submitted the form, the browser should send back that form element as: ele1=val1mybutton=ele3=val3 ^ that is, the form element mybutton with a blank value. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email

RE: Opera's handling of radio buttons

2003-09-18 Thread Mosh Teitelbaum
(FORM.mybutton) ... /CFIF -- 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: Thursday, September 18, 2003 12:25 PM To: CF

RE: Opera's handling of radio buttons

2003-09-18 Thread Mosh Teitelbaum
the appropriate specs from ISO, I'm going to leave it with a this is my opinion, do with it what you will. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Kevin Graeme [mailto:[EMAIL PROTECTED

RE: Can anyone explain why this code is behaving like it is?

2003-09-18 Thread Mosh Teitelbaum
SESSION.cart.amount variable is really equal to: CFOUTPUT11.85/CFOUTPUT and when that string gets spat out to the browser in the error message, your browser is hiding the CFOUTPUT tags because it assumes they are HTML tags that it is unfamiliar with. Check the HTML source code. -- Mosh

RE: (Admin) List upgrades

2003-09-16 Thread Mosh Teitelbaum
Mosh Teitelbaum wrote: There have been standard conventions for emphasizing text in email/usenet for ages. Claude Schneegans wrote: As you say quite judiciously, they have been there for ages. It's about time we use something not so obsolete. I wouldn't call them obsolete. Old maybe

RE: (Admin) List upgrades

2003-09-16 Thread Mosh Teitelbaum
Mosh Teitelbaum wrote: Plain text certainly does *NOT* have to be like speaking in a monotone. ^ Claude Schneegans wrote: That funny: you used exactly 35 extra characters to do this,... compared to only 7 in HTML. Should we conclude that HTML would save

RE: cflocation problem

2003-09-16 Thread Mosh Teitelbaum
Try sticking file: in front of that URL as in: CFLOCATION URL=file:\\machine\share\directory\ IE is probably assuming that it should try using HTTP to access a remote site instead of just grabbing a local resource. The file: bit tells IE that the URL indicates a local resource. -- Mosh

RE: (Admin) List upgrades

2003-09-15 Thread Mosh Teitelbaum
Plain text certainly does *NOT* have to be like speaking in a monotone. ^ There have been standard conventions for emphasizing text in email/usenet for ages. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: (Admin) List upgrades

2003-09-15 Thread Mosh Teitelbaum
As little an interface enhancement as it is, that may be the coolest thing I've heard of in some time. I'm still not switching from Outlook grumble, but Thunderbird keeps looking better and better. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW

RE: (Admin) List upgrades

2003-09-15 Thread Mosh Teitelbaum
I was actually using 3 forms of emphasis on that one word: 1) ALL-CAPS 2) *Asterisks* 3) Underline ^ Others have pointed out using _underscores_ as a fourth means of emphasis. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: urlSessionFormat

2003-09-04 Thread Mosh Teitelbaum
Yeah, IIS doesn't support URL parameters in that format. Your mileage may vary with other web servers though. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Brad Roberts [mailto:[EMAIL

Have Apache? Can I try something on your server?

2003-09-04 Thread Mosh Teitelbaum
All: I'm doing some research and wanted to try a short piece of code out on a non-IIS server. If you have a non-IIS server and are willing to let me test out a small piece of (non-destructive) code, please contact me offlist. Thanks in advance. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378

RE: Referer with cfhttp?

2003-09-03 Thread Mosh Teitelbaum
Matt: Add another CFHTTPPARAM to specify the referer as in: CFHTTPPARAM TYPE=CGI NAME=referer VALUE=#CGI.HTTP_REFERER# This code tells CFHTTP to use the same referer as was sent to the page containing this code. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651

RE: Referer with cfhttp?

2003-09-03 Thread Mosh Teitelbaum
. Not that this will break anyone's code (prolly) but it's kind of interesting. -- 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: Wednesday, September

RE: SUBMIT button

2003-09-02 Thread Mosh Teitelbaum
the value 50. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 10:35 AM To: CF-Talk Subject: SUBMIT button Any reason

RE: SUBMIT button

2003-09-02 Thread Mosh Teitelbaum
Isn't that what I said? -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Critz [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 11:20 AM To: CF-Talk Subject: Re: SUBMIT

RE: SUBMIT button

2003-09-02 Thread Mosh Teitelbaum
No problem 8^). -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Critz [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 11:53 AM To: CF-Talk Subject: Re: SUBMIT button oi

RE: Pound sign question

2003-09-02 Thread Mosh Teitelbaum
Eric: Use two pound signs as in: CFOUTPUTA HREF=foo.html##fragtop/A/CFOUTPUT Double pound signs within a CFOUTPUT means output a single pound sign. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: URL string format

2003-08-27 Thread Mosh Teitelbaum
such a reason. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 2:30 PM To: CF-Talk Subject: URL string format I have

RE: Caller access to query

2003-08-14 Thread Mosh Teitelbaum
John: You should be able to access the data via CALLER.QueryName as in: CFOUTPUT QUERY=CALLER.QueryName or #CALLER.QueryName.ColumnName# -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original

RE: SQL problem using the IN function

2003-08-14 Thread Mosh Teitelbaum
: WHERE myField IN (1,2,3) -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Brian Ferrigno [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 1:04 PM To: CF-Talk Subject: SQL problem

RE: Passing results from input to another template via URL

2003-08-10 Thread Mosh Teitelbaum
Change the FORM METHOD attribute from post to get. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 11:11 AM To: CF-Talk

RE: Just Plain Dumb HTML/JS Question

2003-08-06 Thread Mosh Teitelbaum
You almost had it. Use: frames[0].window.location.hash = anchorName; -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Alexander Sherwood

RE: Giving a Presentation

2003-07-30 Thread Mosh Teitelbaum
sentence. Woo-hoo! -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 4:10 PM To: CF-Talk Subject: OT: Giving

RE: Search engine safe urls

2003-07-28 Thread Mosh Teitelbaum
to access your SES variables via the standard URL scope. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2003 4:55 PM

RE: cfquery question???

2003-07-28 Thread Mosh Teitelbaum
Best bet is to activate debugging and see what the actual query being executed is. That'll let you know for sure what each variable is equal to at the time of query execution. Also, are you sure that the table name is correct? -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933

RE: cfinclude url=foobar.rtf

2003-07-25 Thread Mosh Teitelbaum
If the only content being displayed is the RTF content, use CFCONTENT to set the appropriate Mime-Type, then include the file. If you want mixed media in a single page, you'll need some kind of RTF renderer (Flash, Java Applet, etc.). -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301

RE: File Synchronization, Asynchronously?

2003-07-22 Thread Mosh Teitelbaum
the other server via standard drive letter conventions. -- 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: Tuesday, July 22, 2003 12:35 PM To: CF-Talk

RE: File Synchronization, Asynchronously?

2003-07-22 Thread Mosh Teitelbaum
A uses CFFILE to copy the uploaded file to the trusted share You get the one time bandwidth hit of having to make a remote copy of the file. But after that, all bandwidth hits are localized to the server to which the request is made. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933

RE: Cons to Fusebox

2003-07-21 Thread Mosh Teitelbaum
Mosh Teitelbaum wrote: Are the changes made by one person or three? If three, have you found it difficult to coordinate everyone's time and effort? Jamie Jackson wrote: I can't think a time when this has been an issue (yet). If necessary, I could always go into their fuse and make the mod

RE: Cons to Fusebox

2003-07-21 Thread Mosh Teitelbaum
for any problem occurs rather than having to wait on a single resource becoming available. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED

RE: Cons to Fusebox

2003-07-21 Thread Mosh Teitelbaum
is in control of any particular file...we just ensure that when people do work on individual files : they can always be pieced together without error., -Original Message- From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED] Sent: 21 July 2003 16:27 To: CF-Talk Subject: RE: Cons

RE: Secure File Manager

2003-07-21 Thread Mosh Teitelbaum
If the files are located outside of any web-accessible directory, you'll have to use CFCONTENT to allow people to download them. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Jillian

RE: cfapplication Error or what?

2003-07-21 Thread Mosh Teitelbaum
settings specified in the Administrator). -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: John Ho [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 5:11 PM To: CF-Talk Subject

RE: ergonomics

2003-07-21 Thread Mosh Teitelbaum
I've never tried one of these but, with the arthritis in my knees (damn sports injuries), I'm not allowed to sit with my legs anywhere under my butt. My legs have to be extended out in front of me or I risk further screwing up my knees. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301

RE: Cons to Fusebox

2003-07-20 Thread Mosh Teitelbaum
that should never have found its way into our lexicon but no matter what you use, or even if you don't use anything at all, if you don't have a solid pre- and post- coding process, you're still not going to produce a successful product. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651

RE: Cons to Fusebox

2003-07-20 Thread Mosh Teitelbaum
Mosh Teitelbaum wrote: 4) Fusebox does have a learning curve (IMO, a pretty steep one if you want to truly and properly use all that FB offers) but once learned, you're in pretty good company (until the next release and then there usually seems to be another learning curve). GL drew

RE: Pros/Cons of Hub Spoke (Was: Cons to Fusebox)

2003-07-18 Thread Mosh Teitelbaum
Thanks Sean, Brian, everyone else. Lot's of stuff to think on. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Sean A Corfield [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 1

RE: Cons to Fusebox

2003-07-18 Thread Mosh Teitelbaum
Mosh Teitelbaum wrote: Concerning the points you mentioned, other than point (a), all of this can be accomplished via constructive use of Application.cfm and OnRequestEnd.cfm. Sean A Corfield wrote: True, and for some folks, that will be the right choice. In general, I hear folks saying

RE: Cons to Fusebox

2003-07-18 Thread Mosh Teitelbaum
does. I wasn't actually interested in talking about Fusebox, but this thread has been fairly educational and entertaining to boot 8^). -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: Cons to Fusebox

2003-07-18 Thread Mosh Teitelbaum
will restrict to some extent how you do what you do, but I find FB's restrictions to be too restrictive/impractical. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Brian Kotek [mailto:[EMAIL

RE: Cons to Fusebox

2003-07-18 Thread Mosh Teitelbaum
just that. I wouldn't go so far as to say it spoiled it. The thread was well worth reading. Heck Sean found it interesting enough to stick in his blog 8^). So... anyone want to explain to me the pros/cons of... eh, nevermind 8^). -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933

RE: Cons to Fusebox

2003-07-18 Thread Mosh Teitelbaum
person or three? If three, have you found it difficult to coordinate everyone's time and effort? -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Jamie Jackson [mailto:[EMAIL PROTECTED

RE: Cons to Fusebox

2003-07-17 Thread Mosh Teitelbaum
? -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com

RE: Cons to Fusebox

2003-07-17 Thread Mosh Teitelbaum
at Fusebox. Nor was it meant to be any sort of swipe at FB. I'm just curious as what the practical and realized benefits and downsides are of using a central spine architecture. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

Pros/Cons of Hub Spoke (Was: Cons to Fusebox)

2003-07-17 Thread Mosh Teitelbaum
they prefer not to. Benefits and downsides. Pros and cons. Too much typing... Thanks. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ ~| Archives: http

RE: Cons to Fusebox

2003-07-17 Thread Mosh Teitelbaum
Mosh Teitelbaum wrote: Concerning the benefit to team development, I'm not sure I see it. You're right, the members of your development team don't need to know that the store circuit is actually a directory called MungeMe but they still need to know that they are to use the circuit named store

RE: Fusebox list

2003-07-17 Thread Mosh Teitelbaum
Michael: From my end, I wasn't really asking about Fusebox so much as about a feature used in Fusebox (and other frameworks). Am I correct in believing that this is appropriate for CF-Talk? -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: Pros/Cons of Hub Spoke (Was: Cons to Fusebox)

2003-07-17 Thread Mosh Teitelbaum
in the Application.cfm or at the top of every file, so this is not a problem that is inherent in HS. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ ~| Archives

RE: Cons to Fusebox

2003-07-17 Thread Mosh Teitelbaum
Mosh Teitelbaum wrote: Since you bring it up, I was wondering what everyone else thought about all requests having to come in through an application spine? Sean A Corfield wrote: Well, it's an approach I've gradually drifted into even without Fusebox. MVC operates that way, for example

RE: Cons to Fusebox

2003-07-17 Thread Mosh Teitelbaum
Mosh Teitelbaum wrote: OK, so let me flip this around a bit (no pun intended): In your experience, how often do you have one developer working on the form and another working on the action file? Or, more generically, how often do you have developers working on individual files instead

RE: Cons to Fusebox

2003-07-17 Thread Mosh Teitelbaum
. This is true of action-level security but not of object-level security (in which a user can perform the action but only on certain objects). -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: Bulk CF Encryption App

2003-07-14 Thread Mosh Teitelbaum
What's wrong with the built-in encoder? It accepts wildcards in the file specification and can recursively encode files/directories. Something like: cfencode source\*.cfm target\ /r /v 2 -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW

RE: Endless Loops

2003-07-14 Thread Mosh Teitelbaum
You can either stop and restart the CF service or wait until the request times out on its own (I think the timeout default is 5 minutes). -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From

RE: approaching clients of (former) employer

2003-07-14 Thread Mosh Teitelbaum
is a noble one, it is also none of your concern as, technically, they were never *YOUR* clients. Even if you worked directly with them, you did so under the auspices of Companies A B. Anyway, I hope my rambling is of some help. I hope it all works out for you. -- Mosh Teitelbaum evoch, LLC Tel

RE: Usability

2003-07-11 Thread Mosh Teitelbaum
be a valid, non-negative number without fractions or decimals.) addresses points 2 3. Presumably it would begin with something like One or more errors have been found... etc. to address the 1st point. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED

RE: Usability

2003-07-11 Thread Mosh Teitelbaum
Good point 8^). -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 1:04 PM To: CF-Talk Subject: RE: Usability

RE: Usability

2003-07-11 Thread Mosh Teitelbaum
Your users would, hopefully, know their own capabilities. Just be forewarned that, even if they do understand their own capabilities, they may not be able to write very well. Not that we developers are necessarily such great writers, but... -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax

RE: Usability

2003-07-11 Thread Mosh Teitelbaum
need can easily find it and users who don't need it can easily ignore it. -- 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: Friday, July 11

RE: Recursive cfinclude

2003-07-10 Thread Mosh Teitelbaum
It's a feature. You can use it in cases where you require recursion but don't need/want scope separation like you'd get with a Custom Tag. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From

RE: Usability

2003-07-10 Thread Mosh Teitelbaum
, movies, etc. can help you sell a car, but if you can't find the link that let's you buy the car, than the site is not usable. OK, so there are some generalizations in there, but I think you get what I'm saying. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL

RE: Usability

2003-07-10 Thread Mosh Teitelbaum
How about something like: Foo must be a valid, non-negative number without fractions or decimals. -- 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

RE: Usability

2003-07-10 Thread Mosh Teitelbaum
Mosh Teitelbaum wrote: There is a certain aspect to usability that has to do with color schemes and control layouts. A design that uses light gray text on a white background will not be very usable. Likewise, a design that requires form field to be to the left of their labels may work

RE: Usability

2003-07-10 Thread Mosh Teitelbaum
you've instituted error handling throughout your application. -- 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: Thursday, July 10, 2003 3:41 PM

RE: Usability

2003-07-10 Thread Mosh Teitelbaum
messages. The former says there was an error and this is what the error is. The latter says there was an error... now do this. It's a slight difference, but I think that the former better conveys what the nature of the problem is. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651

RE: Usability

2003-07-10 Thread Mosh Teitelbaum
I tend to read what Nielsen says about usability and try to make that fit with good design principles. I think he knows plenty about usability and squat about design. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: Looking for a VERY inexpensive dedicated development server

2003-07-10 Thread Mosh Teitelbaum
eBay? 8^) -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 3:57 PM To: CF-Talk Subject: SOT: Looking for a VERY

RE: mail problem....

2003-07-10 Thread Mosh Teitelbaum
. This should help you figure out which message(s) are causing the problem (assuming this is, indeed, the problem). -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Buddy [mailto:[EMAIL

RE: CFFILE Input Filter?

2003-07-07 Thread Mosh Teitelbaum
suggested, is to use JavaScript to scan the value of the INPUT field (onChange) to check the last 4 characters of the filename. Just be sure to note the concerns mentioned in the other emails. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: Is there another way to write this???

2003-06-30 Thread Mosh Teitelbaum
I haven't tried it but couldn't you just go with the following? CFSET temp = 7/8 CFOUTPUTtemp = #temp#/CFOUTPUT -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Che

RE: cffile delete -- readonly HELP!

2003-06-30 Thread Mosh Teitelbaum
Have you tried changing the file so it is not read only? For example: CFFILE ACTION=Rename SOURCE=#workingDir#\test.txt DESTINATION=#workingDir#\test.txt ATTRIBUTES=Normal -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378

RE: error handling question

2003-06-27 Thread Mosh Teitelbaum
--- /CFCATCH /CFTRY /CFLOOP -- 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: Friday, June 27, 2003 1:03

RE: Storing Credit Card Info

2003-06-18 Thread Mosh Teitelbaum
than the above but actually requires that I have the credit card on hand (or memorize the CVV2). -- 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

RE: CF5 pegging at 100%

2003-06-18 Thread Mosh Teitelbaum
those messages. After moving them to a different directory, see if the 'puter calms down any. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Critz [mailto:[EMAIL PROTECTED] Sent: Wednesday

RE: phone numbers - update on previous problem

2003-06-13 Thread Mosh Teitelbaum
/index.jsp There's a list of telephone country codes with links to the city codes available at: http://kropla.com/dialcode.htm Good luck. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message

RE: Is there a good way to do this?

2003-06-10 Thread Mosh Teitelbaum
I haven't tried it, so take this with a grain or three of salt, but 2 things stand out: 1) Start x at 1, not 0, and 2) You probably have to use the Evaluate() function around the i[x] bit as in: replace(Evaluate(getreg.#i#[#x#]),', '',all) Again, untested. -- Mosh Teitelbaum evoch, LLC

RE: Is there a good way to do this?

2003-06-10 Thread Mosh Teitelbaum
Actually, either way would work. Both of the following produce the same result: QueryName.ColumnName[RowNumber] QueryName[ColumnName][RowNumber] I had forgotten about this second format which is a good way of getting around having to use Evaluate(). -- Mosh Teitelbaum evoch

RE: Is there a good way to do this?

2003-06-10 Thread Mosh Teitelbaum
Guess it needs to be taken with 4 grains of salt 8^). -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 4:28 PM

RE: Is there a good way to do this?

2003-06-10 Thread Mosh Teitelbaum
to use the result of the function later in your code, you can leave out the variable assignment as in: CFSET QuerySetCell(...) -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Mark

RE: CF and Mail Engines

2003-05-31 Thread Mosh Teitelbaum
Quite the opposite. Lyris is a major ListServ provider that requires double opt-in before signing someone onto a list. They also make a suite of tools for Spam blocking/filtering. They're one of the good guys 8^). http://www.lyris.com -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax

RE: Hiding JavaScript codes

2003-04-04 Thread Mosh Teitelbaum
. What follows is the high-tech security breaker: A HREF=temp.cfmclick here to d/l the JS file/A -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: Time Format Question

2003-04-04 Thread Mosh Teitelbaum
Either create a regex that checks what the user entered for correctness or, instead of letting the user enter the mask free form, let them choose from a predetermined number of masks via a SELECT list. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED

RE: i think im gettin hacked

2003-04-03 Thread Mosh Teitelbaum
Have you tried looking at the event log using Event Viewer? See if you can find any entries in the log(s) that appear regularly after a restart. Or, after backing them up if that's your policy, clear out the logs and restart. Then see what events appear in the log. -- Mosh Teitelbaum evoch, LLC

RE: OT-Online event registration

2003-03-28 Thread Mosh Teitelbaum
He was probably just curious to know if anyone knew of one. That's it. 8^) -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: Friday

RE: Scanning a Drivers License

2003-03-25 Thread Mosh Teitelbaum
individual letter: L - beep - A - beep - Z - beep - Y - beep How's that for government dollars at work? 8^) -- 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] [EMAIL

RE: JetNexus for IIS

2003-03-24 Thread Mosh Teitelbaum
for more info/options. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Bill Wheatley [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 8:42 AM To: CF-Talk Subject: JetNexus for IIS

RE: CFMX Webservices hangup

2003-03-24 Thread Mosh Teitelbaum
I'm assuming you've wrapped the cal in a try/catch block? You can always use CFHTTP to try to access the webservice and, on successful connect, use CFINVOKE to actually consume the service. It means making 2 hits to the web service tho... -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax

RE: CF_CEO_Dynamic_Pull_Down_Menus Client Management ???

2003-03-21 Thread Mosh Teitelbaum
Instead of putting the script at the end of the document, wrap the code in a function and call the function from the BODY's onLoad attribute. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message

RE: Just wondering Lookup Tables

2003-03-21 Thread Mosh Teitelbaum
(PK) |--xStateID (PK) Username | Abbreviation ... | State xStateID (FK)| ZipCode So, instead of storing the 2 character state abbreviation in your Users table, you store the numeric ID xStateID. -- Mosh Teitelbaum evoch

RE: Free SQL Server

2003-03-19 Thread Mosh Teitelbaum
that he might have heard of. Jeez. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 4:52 AM To: CF

RE: Free SQL Server

2003-03-19 Thread Mosh Teitelbaum
it to the person that asked to decide for herself how to use that information. That said, my apologies to the list for cluttering it up with this nonsense. If anyone wants to continue this offline, feel free to email me directly. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email

RE: Free SQL Server

2003-03-19 Thread Mosh Teitelbaum
Only a little offense taken I suppose 8^). No worries. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19

RE: Large Recordset Display Problem

2003-03-19 Thread Mosh Teitelbaum
#nextNum# Results ##62;/A /CFIF /CFIF HTH -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: admin [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 1:36 PM

RE: Large Recordset Display Problem

2003-03-19 Thread Mosh Teitelbaum
Couldn't be simpler... CFQUERY NAME=SESSION.myQuery -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: admin [mailto:[EMAIL PROTECTED] Sent

RE: Large Recordset Display Problem

2003-03-19 Thread Mosh Teitelbaum
Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 2:48 PM To: CF-Talk Subject: RE: Large Recordset Display Problem Couldn't

RE: Free SQL Server

2003-03-19 Thread Mosh Teitelbaum
Perhaps, but I think the real question is is MSDE available on Grokster? /me dons flame retardant suit 8^) -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Ryan Kime [mailto:[EMAIL

RE: [OT] RE: Free SQL Server

2003-03-19 Thread Mosh Teitelbaum
Wanna borrow my flame retardant suit? -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Jason Wagstaff [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 4:07 PM To: CF-Talk

RE: [OT] RE: Free SQL Server

2003-03-19 Thread Mosh Teitelbaum
, whatever). You never hear about its legitimate uses (like pr0n) 8^). Anyway, I think, as Bryan said, this thread is done. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Haggerty, Mike

RE: [OT] RE: Free SQL Server

2003-03-19 Thread Mosh Teitelbaum
Dave Watts wrote: They could decide tomorrow that any new SQL Server licensee would have to fly to Redmond and plant a wet one on Bill G's flabby ass, Maybe you should have ROT13-ed that one. Bleh. 8^) -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL

<    1   2   3   4   5   6   >