Re: Typing test for programming?

2005-06-01 Thread Fred T. Sanders
On June 1, 2005 11:16 am, Ian Skinner scribbled: such a game on my first TSR80. Was that the big grey one or were you lucky enough to get a second generation white one? ~| Find out how CFTicket can increase your company's

Re: Where are all the mid-level CF developers?

2005-05-02 Thread Fred T. Sanders
That's crazy, the cost of running one of those vessels just can't be cost effective. Fred On Friday 29 April 2005 16:10, Aaron Rouse wrote: Maybe they could put a ship out off the coast near NYC http://www.sea-code.com/ On 4/29/05, Kristopher Pilles [EMAIL PROTECTED] wrote: You could

Re: Non Disclosure Agreements

2005-03-29 Thread Fred T. Sanders
I've never actually worked for a programming shop that didn't require one. To me at least its actually an assumed job requirement. Of course lately it seems that NDA's now have traditional Employment Agreements combined together, (those are the ones that tend to sound like your selling your

Re: Stupid Question - Regular Expressions?

2001-03-12 Thread Fred T. Sanders
yes, but in a relatively limited sense. Some functions that use regular expressions. rereplace() rereplacenocase() refind() refindnocase() An ugly example that will remove doubleclick adds from the content of a page (along with everything between them, text, images, line breaks, whatever

Re: Stupid Question - Regular Expressions?

2001-03-12 Thread Fred T. Sanders
Not a problem. http://adhostnt.adhost.com/cfdocs/lang/lr040007.htm#I2 http://www.builder.com/Programming/Kahn/050698/toolrei.html http://www.dc.turkuamk.fi/docs/gnu/rx/rx_toc.html http://www.cfcomet.com/?ArticleID=F0A14065-EF7A-4A9E-AED5F28EF8C19D65

Re: OT: Javascript: I can't reference input type=image... HELP!

2001-03-07 Thread Fred T. Sanders
you can use the onClick= event of an img to submit a form. whateverform.submit() or you could even enclose the image within a href and have that run a whateverform.submit() Fred - Original Message - From: "David Cummins" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent:

Re: W2K vs. NT

2001-02-08 Thread Fred T. Sanders
So what's your commision? - Original Message - From: "Michael Buffington" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, February 07, 2001 2:21 PM Subject: RE: W2K vs. NT I've found Win 2K to be very stable. I use it for my workstations, as well as a CF/IIS

Re: hal's wireframe

2001-02-06 Thread Fred T. Sanders
correct. - Original Message - From: "Jason Egan" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, February 06, 2001 3:59 PM Subject: hal's wireframe I've just been looking at Hal's wireframe - this is for development correct? This isn't intended for use in the actual

Re: Is there a way to run a server side executable through CF?

2001-02-06 Thread Fred T. Sanders
only 4.5 or 4.5.1. there is a cfx tag 4.0 if you can run them - Original Message - From: "Paul Begovich" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, February 06, 2001 5:06 PM Subject: Re: Is there a way to run a server side executable through CF? Is CFEXECUTE

Re: Syntax error....

2001-02-06 Thread Fred T. Sanders
take your quotes off numeric fields, ODBC treats values surounded by single quotes as text fields. Also if you didn't take it out for security reasons, you need a valid datasource name. Fred - Original Message - From: "Jay Patton" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent:

Re: Request Scope

2001-02-01 Thread Fred T. Sanders
I think it was only available from 4.0.1. - Original Message - From: "Joseph Thompson" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, February 01, 2001 1:25 PM Subject: Request Scope The "Request" scope was available in CF 4.0 wasn't it?

Re: Dynamic variable construction and it's use

2001-01-25 Thread Fred T. Sanders
actually if its within quotes then yes you do. and to answer the question if you want countvar to equal the value of your dynamic variable then its: cfset countvar=evaluate(session.application_view_list[i].name "_red" Fred - Original Message - From: "Tim Fields" [EMAIL PROTECTED] To:

Re: !-#include file=cfFile.cfm -

2001-01-05 Thread Fred T. Sanders
True at least with the cfinclude tag. However (yes I know it has some overhead attached, you can cfhttp the other pages in. - Original Message - From: "Norman Elton" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, January 04, 2001 6:46 PM Subject: RE: !-#include

Re: session variable problem

2000-12-12 Thread Fred T. Sanders
check to see if they've got both cookies and in memory cookies turned on or off. - Original Message - From: "S R" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, December 12, 2000 1:02 PM Subject: session variable problem htmlDIVHi,/DIV DIVnbsp;/DIV DIVI am having

Re: 2 instances of Studio

2000-11-15 Thread Fred T. Sanders
Think that's annoying, you can't even have say JRun Studio and CF Studio open at the same time either. - Original Message - From: "Philip Arnold - ASP" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, November 15, 2000 9:53 AM Subject: RE: 2 instances of Studio ~~~

Re: 2 instances of Studio [Its a Registry Setting]

2000-11-15 Thread Fred T. Sanders
That only works if the value is 0 not "No" :) Fred - Original Message - From: "Philip Arnold - ASP" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, November 15, 2000 10:56 AM Subject: RE: 2 instances of Studio [Its a Registry Setting]

Re: List Delimiter Question

2000-11-14 Thread Fred T. Sanders
it would be easier to give it a different delimiter instead of the comma - Original Message - From: "Craig A. Zingerline" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, November 14, 2000 4:12 PM Subject: List Delimiter Question Hello, We have an application where we

Re: fusebox

2000-11-13 Thread Fred T. Sanders
Not to say anything bad about switch-box but it looks like someone wanted to brand they're own "technique" that looks more like a fusebox styled with url differences and nested cfswitch statements - Original Message - From: "Todd Ashworth" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED]

Re: Suppressing the Output in a Custom Tag

2000-11-09 Thread Fred T. Sanders
I would suggest taking a look at the custom tag cf_bodycontent from the fusebox.org tag galleries. It uses a tag and an addition app_layout.cfm to do what your trying to do. Its open source so you can see what its doing and modify it further if necessary. Fred - Original Message -

Re: fusebox

2000-11-09 Thread Fred T. Sanders
wouldn't that depend on where their mouth happened to be while there was a greased up mad scotsman on the loose. - Original Message - From: "Kevin Langevin" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, November 09, 2000 11:20 AM Subject: RE: fusebox Mike,

Re: FormURL2Attributes problem

2000-11-02 Thread Fred T. Sanders
instead of .htm use .cfm - Original Message - From: "Max Paperno" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, November 02, 2000 2:24 PM Subject: Re: FormURL2Attributes problem Robert, NT4 SP6a with IIS have a bug (feature?) that makes it behave like you see. I

Re: FreeLance Work websites?

2000-10-14 Thread Fred T. Sanders
PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL: http://www.fusioneers.com ICQ: 346566 -- -Original Message- From: Fred T. Sanders [mailto:[EMAIL PROTECTED]] Sent: Friday, Octo

Re: How do I change from DW3 to DW-UD

2000-10-13 Thread Fred T. Sanders
in the registry, HKCU/Software/Allaire/Studio4 (or Studio45)/FileLocations find the one for dreamweaver and change the path and filename extention to what you want... Fred - Original Message - From: "Kronenberger, Douglas" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent:

Re: CFHEADER vs. META

2000-10-13 Thread Fred T. Sanders
also I think it would be relatively easy to do a view source and check which value took in the generated html page. At least I bet it would take less time than it did to post the question to the list. Fred - Original Message - From: "Dave Watts" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL

Re: CFHEADER vs. META

2000-10-13 Thread Fred T. Sanders
not as much fun though - Original Message - From: "pan" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, October 13, 2000 5:04 PM Subject: Re: CFHEADER vs. META From: "Fred T. Sanders" [EMAIL PROTECTED] also I think it would be relat

Re: FreeLance Work websites?

2000-10-13 Thread Fred T. Sanders
fusioneer.com fieldworks.net Fred T. Sanders Charlottesville, VA --- There's no such thing as idiot-proof software. Idiots are just too clever for that. - Original Message - From: "Robert Everland III" [EMAIL PROTECTED] To: "

Re: cfm-resources??

2000-10-12 Thread Fred T. Sanders
why not throw a junk template in with the following cfoutput#GetDirectoryFromPath(GetTemplatePath())#/cfoutput and see what it is? Fred T. Sanders Charlottesville, VA --- You guys start programming... I'll go see what they want. - Original Message

Re: Bugged Out CFERROR - CFMLInterpreterImp::process

2000-10-02 Thread Fred T. Sanders
get rid of the ,sortorder it should just be a space and either ASC or DES - Original Message - From: "Jerry Tolentino" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, October 02, 2000 9:54 AM Subject: Bugged Out CFERROR - CFMLInterpreterImp::process I got the following

Re: Bugged Out CFERROR - CFMLInterpreterImp::process

2000-10-02 Thread Fred T. Sanders
and they don't always like you ordering by the alias, do it by the original name instead. - Original Message - From: "Jerry Tolentino" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, October 02, 2000 9:54 AM Subject: Bugged Out CFERROR - CFMLInterpreterImp::process I

Re: Bugged Out CFERROR - CFMLInterpreterImp::process

2000-10-02 Thread Fred T. Sanders
r the record I tried what you suggested and nothing happened. Jerry T. "Fred T. Sanders" [EMAIL PROTECTED] on 10/02/2000 09:59:45 AM Please respond to [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] cc:(bcc: Jerry Tolentino/SIAC) Subject: Re: Bugged Out CFERROR - CFMLIn

Re: ASP or Coldfusion?

2000-09-22 Thread Fred T. Sanders
What did someone decide we weren't getting enough messages on this board? Fred T. Sanders Charlottesville, VA --- I'm going to go write some angry code now! -- Archives: http

Re: AOL and interactive sites [CF-Talk]

2000-09-21 Thread Fred T. Sanders
using cfcontent with your images might allow you to do this, don't have time to check though. - Original Message - From: [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, September 21, 2000 11:25 AM Subject: RE: AOL and interactive sites [CF-Talk] I am trying this

Re:

2000-09-12 Thread Fred T. Sanders
change the ip to the one you need? Actually fill out the title of your messages? Fred T. Sanders Charlottesville, VA --- There's no such thing as idiot-proof software. Idiots are just too clever for that. - Original Message - From

Re:

2000-09-12 Thread Fred T. Sanders
another thought make sure your webserver is running, and proper mappings/permissions are in place - Original Message - From: "AustralianAccommodation.com Pty. Ltd." [EMAIL PROTECTED] To: [EMAIL PROTECTED]; "Cold Fusion User Group" [EMAIL PROTECTED] Sent: Tuesday, September 12, 2000 11:14

Re: fusebox stats

2000-09-08 Thread Fred T. Sanders
What stat's program are you using? - Original Message - From: "Jason Egan" [EMAIL PROTECTED] To: "Cf-Talk" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, September 07, 2000 4:28 PM Subject: fusebox stats I think fusebox is cool, but I've gotten myself in some hot water here... I

Re: OT: Java Script Question

2000-09-08 Thread Fred T. Sanders
Courtney, I hope your not suggesting they run a query of usernames and passwords, or even just the user names for that matter. They would be viewable in source. You might say "well its just usernames big deal". Okay I've now got a list of user names I know are on the system, I fire up my

Re: CFObjects v FuseBox

2000-09-04 Thread Fred T. Sanders
.) To summarize go with what you like and what your comfortable with. My rule of thumb is do what feels good and has the least overhead. If I can't get it out fast and correct one way, then I won't do it that way again. Fred T. Sanders Charlottesville, VA

Re: CF Holding On To DSN

2000-09-02 Thread Fred T. Sanders
put cflock tags around the query. you might even try cftransaction. Fred - Original Message - From: "Miriam Hirschman" [EMAIL PROTECTED] To: "CF Forum" [EMAIL PROTECTED] Sent: Saturday, September 02, 2000 11:55 PM Subject: CF Holding On To DSN I have a page that links to one DSN, but

Re: Has the Apocalypse cometh? (Was RE: CF vs. ASP)

2000-08-30 Thread Fred T. Sanders
DEDICATED, DEDICATED, DEDICATD! MOTIVATED, MOTIVATED, MOTIVATD! and FIREDUP LOL, next stupid question? Fred I'm going to go write some angry code now - Original Message - From: "Owens, Howard" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: Download Code

2000-08-29 Thread Fred T. Sanders
sure if the patch hasn't been applied to the server you append +.htr (IIS only). and then "view source" i.e.: http://www1.sys-con.com/forums/index.cfm+.htr I'm only using them as an example because they did an article about it an issue or two ago and it still works on their boxes. -

Re: HELP! - Cyber Cash AVS and Apartments

2000-08-29 Thread Fred T. Sanders
there should be two address line fields for them, the apt #345 goes in the address2 or you could just apend it to the end of the first address field - Original Message - From: "Russel Madere" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 29, 2000 1:21 PM Subject: HELP! -

Re: multiple update

2000-08-27 Thread Fred T. Sanders
His New URL is: http://www.nateweiss.com/cf/ - Original Message - From: "Erika Foster" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 26, 2000 8:58 PM Subject: Re: multiple update Nate Weis has a custom tag called "cf_queryrepeater" that I've used for that reason

Re: Odd bug/feature?

2000-08-27 Thread Fred T. Sanders
well nothing new about it. any filename with application.cfm at the end of it will not get processed. You just need to rename it - Original Message - From: "Dana Larose" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, August 27, 2000 9:10 PM Subject: Odd bug/feature? I just

Re: Accuweather 3 Tag fails...

2000-08-26 Thread Fred T. Sanders
Yes email me off list and I'll send it to you. Allaire managed to loose my login name and password to update the tag entry. fred - Original Message - From: "Chris" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 26, 2000 8:41 PM Subject: Accuweather 3 Tag fails...

Re: Standard Source Documentation System: A new thread

2000-08-26 Thread Fred T. Sanders
mark items as inactive if I'm asked to delete one of them. || File Author: Fred T. Sanders || File Status: Under Review || Assigned To: || Edits: || Notes: || -- attributes.item {Product ID for a catalog item} -- attributes.qnty {Product Quantity} -- attributes.price {Product's Cos

Re: Standard Source Documentation System: A new thread

2000-08-26 Thread Fred T. Sanders
I'd personally like to apologize for the cross post when I hit reply I didn't pay attention (its late) to the TO: field. This was not supposed to come to this particular list. Sorry guys Fred -- Archives:

Re: Cannot assign result to symbol

2000-08-25 Thread Fred T. Sanders
try this instead: cfset application.qsupplierlist = qsupplier.supplier either that or just rename the query appplication.qsupplierlist and trash the set statement. Fred - Original Message - From: "Eric Gilbert" [EMAIL PROTECTED] To: "CF-TALK" [EMAIL PROTECTED] Sent: Thursday, August

Re: SourceBrowser, FusionDoc, SoftwareMetrics !!!

2000-08-25 Thread Fred T. Sanders
Nifty security hole there Lee, I was able to place it in a directory on a customers site and have my way (viewing anyway) with the entire box. All 100+ websites, and even other drive partitions. This one was nicer than the one I had previously for this type of thing. Good work - Original

Re: Cookies

2000-08-25 Thread Fred T. Sanders
Its per browser, and it varies between 16-24 if memory serves me correctly depending which browswer version. I also believe its 4K per cookie or there abouts. Fred - Original Message - From: "Bud" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 24, 2000 10:38 PM Subject:

Re: CGI problem, I think

2000-08-05 Thread Fred T. Sanders
- Original Message - From: "Tammy Schilling" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 05, 2000 12:16 PM Subject: CGI problem, I think Hi everyone. I've got an application.cfm file that I'm trying to make work (learning session variables) from the CF dummies

Re: CGI problem, I think

2000-08-05 Thread Fred T. Sanders
ooops, sorry bout the empty post. The problem is with the CFIF statement and your "/login.cfm" "/login_do.cfm" change it to: CFIF session.LoggedIn EQ FALSE CFIF NOT (ListLast(CGI.PATH_INFO,"/") EQ "login.cfm") OR (ListLast(CGI.PATH_INFO,"/") EQ "login_do.cfm") CFLOCATION

Re: CFContent MIME Types

2000-07-28 Thread Fred T. Sanders
too many quotes. - Original Message - From: "Dave Hannum" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 28, 2000 8:21 AM Subject: Re: CFContent MIME Types Hi Justin, This throws an error. It does not like the "FILENAME" attribute. It says it's unknown. Any

Re: Job Titles

2000-07-27 Thread Fred T. Sanders
be sure to keep the mispelling in there just to be cool. I was going to suggest. B.B.O.T.B. but your CEO probably has dibs on that one. Fred - Original Message - From: "Angél Stewart" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 27, 2000 2:20 PM Subject: Re: Job

Re: Fool ColdFusion Upgrade

2000-07-27 Thread Fred T. Sanders
tried typing in CF45PorE- (random numbers there) sometimes it works, not that I'd know or anything. - Original Message - From: "Robert Everland" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 27, 2000 2:25 PM Subject: Fool ColdFusion Upgrade I am about to

Re: You know what would be really cool?

2000-07-12 Thread Fred T. Sanders
- Original Message - From: "Philip Arnold - ASP" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 12, 2000 12:27 PM Subject: RE: You know what would be really cool? It may seem innocent enough but from this error message you know: 1) Using IIS 2) .. therefore,

Re: Why won't this work?

2000-07-10 Thread Fred T. Sanders
Sounds like maybe either it isn't really an access database or its an access 2K database and he doesn't have the latest MDACs installed on that machine - Original Message - From: "Joel Blanchette" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 10, 2000 9:02 PM Subject: Re: Why

Re: Please Help me for my interview

2000-07-09 Thread Fred T. Sanders
http://www.teamallaire.com/hal/cfquiz.cfm This exact quiz has been asked on almost every single interview I've ever been on. Fred - Original Message - From: "Shally Kon" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 09, 2000 7:23 AM Subject: Please Help me for my interview

Re: Update Accuweather Tag

2000-06-26 Thread Fred T. Sanders
actually I let them keep their adds and just changed my code to forgive them. figured they were nice enough not to take measures to no longer make it work, they could keep their little text ads in there. Guess I should update the tag gallery one day. - Original Message - From: "WBB"

Re: HTML Text Editor

2000-06-26 Thread Fred T. Sanders
Well if I had to guess it would have to be because of the little note about them fixing to release a newer version. Fred - Original Message - From: "Parker, Kevin" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 26, 2000 7:32 PM Subject: RE: HTML Text Editor You're right -

Re: Cisco Local Director other load balancing hardware

2000-06-19 Thread Fred T. Sanders
g hardware Thanks a lot, but I can't seem to open itsays it's not a valid zip archive.is anyone else on the list able to open this? J - Original Message - From: "Fred T. Sanders" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 19, 2000 12:57 PM Subj

Re: Cisco Local Director other load balancing hardware

2000-06-19 Thread Fred T. Sanders
MAIL PROTECTED] Sent: Monday, June 19, 2000 1:06 AM Subject: Re: Cisco Local Director other load balancing hardware Thanks a lot, but I can't seem to open itsays it's not a valid zip archive.is anyone else on the list able to open this? J - Original Message ----- From: &quo

Re: How to stop an infinite CF loop?

2000-06-19 Thread Fred T. Sanders
have you isolated the tag? If so why not just fix it. - Original Message - From: "Lon Lentz" [EMAIL PROTECTED] To: "cftalk" [EMAIL PROTECTED] Sent: Monday, June 12, 2000 8:33 AM Subject: How to stop an infinite CF loop? I had posted this question, in a slightly more vague way, a

Re: Source Control

2000-06-19 Thread Fred T. Sanders
Don't forget the service packs as well. - Original Message - From: "Craig M. Rosenblum" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 19, 2000 10:26 AM Subject: RE: Source Control This is a good program, but it has to be used right and configured right. It took me

Re: Test

2000-06-18 Thread Fred T. Sanders
Say it with more authority! - Original Message - From: "Phil Labonte" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, June 18, 2000 8:27 PM Subject: Test Test? -- Archives:

Re: I am blowing up, what is this crazy error?

2000-06-08 Thread Fred T. Sanders
you wouldn't happen to have CFTry CFCatch going, that would shorten your error down a bit, at least possibly to the point where you can't get a decent description of it. Fred - Original Message - From: "Sean Renet" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 05, 2000

Re: Dynamically populating a CFINCLUDE

2000-06-04 Thread Fred T. Sanders
Why not just use a cfswitchcfset group and bring up whatever cfinclude you need. cfparam name="url.dspaction" type="string" default="mydefault" cfswitch expression = "#url.dspaction" cfcase value="mydefault" cfinclude template="mydefault.cfm" /cfcase cfcase

Re: SQL7 + CF studio pb !

2000-06-03 Thread Fred T. Sanders
yep I think your right, I think Francis should go in and make sure that the login name and password for the DSN are actually entered in. or include the username and password options in the cfquery Fred - Original Message - From: "Lee Moore" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: Tracking Clients without Cookies...

2000-05-31 Thread Fred T. Sanders
ColdFusion Web Application Construction Kit (for version 4) - Original Message - From: "Steve Pierce" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 31, 2000 3:06 AM Subject: RE: Tracking Clients without Cookies... I feel dumb, what is CFWACK4 -Original

Re: CFINPUT required??

2000-05-29 Thread Fred T. Sanders
hmm, care to elaborate a little more? or better yet try and paraphrase exactly what you want I think I know but I wanna be sure. Fred - Original Message - From: "Deva Ramesh" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 29, 2000 2:05 AM Subject: CFINPUT required?? hi

Re: calling a custom tag from another custom tag?

2000-05-15 Thread Fred T. Sanders
cfassociate tag will do it for ya. - Original Message - From: "AKBAR" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 15, 2000 5:21 AM Subject: calling a custom tag from another custom tag? hello all, is there a way to invoke another customtag from one custom tag?? i

Re: Slightly OT: Lighten things up a little

2000-05-14 Thread Fred T. Sanders
I'm not sure I want a MS branded Fridge... what happens if it locks up, or a glitch makes it decide to re-adjust the temperature to oh say 80 degrees?/ Fred - Original Message - From: "Rob Sherman" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, May 14, 2000 8:44 AM Subject: RE:

Re: HELP to Browse CF locally without an internet connection ???

2000-05-14 Thread Fred T. Sanders
More information would be nice, like what kind of webserver your running on the box (i.e PWS, IIS, Apache, etc). Did you check to see if it was running, little things like that make helping you easier for us to do. Fred - Original Message - From: "AustralianAccommodation.com Pty. Ltd."

Re: Slightly OT: Lighten things up a little

2000-05-13 Thread Fred T. Sanders
things up a little I said that friday fred, and here am I saturday afternoon at work codeing away, some life i have :)) -Original Message- From: Fred T. Sanders [SMTP:[EMAIL PROTECTED]] Sent: 12 May 2000 18:48 To: [EMAIL PROTECTED] Subject: Re: Slightly OT: Lighten things u

Re: cfoutput#lots_of_stuff$/cfoutput

2000-05-13 Thread Fred T. Sanders
Yes. - Original Message - From: "Todd Ashworth" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, May 13, 2000 11:12 AM Subject: cfoutput#lots_of_stuff$/cfoutput I was just curious. Does the amount of stuff between cfoutput tags affect the speed at which a page is processed?

Re: Slightly OT: Lighten things up a little

2000-05-12 Thread Fred T. Sanders
na, that would mean I'd have to go out and get a life, and I hear those are expensive. Fred - Original Message - From: "Stewart McGowan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 12, 2000 12:37 PM Subject: RE: Slightly OT: Lighten things up a little You boys (and

Re: unsubscribe

2000-05-11 Thread Fred T. Sanders
it would be so much more effective if you sent it to the proper email address with the proper line: [EMAIL PROTECTED] use the line: unsubscribe [EMAIL PROTECTED] in the body of the message. - Original Message - From: "Jon Hall" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday,

Re: Slightly OT: Lighten things up a little

2000-05-11 Thread Fred T. Sanders
Well if you really want to know: http://www.galvestongetaway.com/index.cfm/fuseaction/seefred - Original Message - From: "Steve Reich" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 11, 2000 11:09 PM Subject: Re: Slightly OT: Lighten things up a little Since we're off the

Re: Slightly OT: Lighten things up a little

2000-05-11 Thread Fred T. Sanders
eve Pierce -Original Message----- From: Fred T. Sanders [mailto:[EMAIL PROTECTED]] Sent: Friday, May 12, 2000 12:53 AM To: [EMAIL PROTECTED] Subject: Re: Slightly OT: Lighten things up a little Well if you really want to know: http://www.galvestongetaway.com/index.cfm/fuseacti

Re: CFHTTP

2000-05-10 Thread Fred T. Sanders
Just because the sites don't complain about it, doesn't mean its okay. Your taking their content and supplying it on your site as if you were generating the content yourself, even with a link to their site, especially if you don't ask nicely (some sites want you to ask for permission to even

Re: Nesting CFoutput's

2000-05-09 Thread Fred T. Sanders
enclose the whole form within a cfoutput/cfoutput then cfloop through the query. Fred - Original Message - From: "Erika Foster" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 09, 2000 12:55 PM Subject: Nesting CFoutput's I need an input form driven from a loop - up to 52

Re: cfgrid, how many can see it???

2000-05-09 Thread Fred T. Sanders
no problems viewing here. Fred - Original Message - From: "Jeff Fongemie" [EMAIL PROTECTED] To: "Cf-Talk" [EMAIL PROTECTED] Sent: Tuesday, May 09, 2000 12:53 PM Subject: cfgrid, how many can see it??? CFGRID. I set it up on a page, and on the server I can see it fine, yet so far no

Re: Order by a field with multiple keywords

2000-05-09 Thread Fred T. Sanders
I resemble that search! LOL Fred - Original Message - From: "Olive, Christopher M Mr USACHPPM" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 09, 2000 3:14 PM Subject: RE: Order by a field with multiple keywords you're subject line is close to the actual solution. :)

Re: Anyone using ASP in a CFM file???

2000-05-09 Thread Fred T. Sanders
Let me guess when you blinked driving through it. I've been to Cut n' Shoot. :) - Original Message - From: "earwicker" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 09, 2000 7:33 PM Subject: RE: Anyone using ASP in a CFM file??? My understanding is that you can't do it.

Re: CF Newbie and Syntax Error

2000-05-08 Thread Fred T. Sanders
No quotes or #s around actual table column names as well. Fred - Original Message - From: "Tim Cavins" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 08, 2000 9:32 AM Subject: RE: CF Newbie and Syntax Error WHERE '#TodaysDate#' = '#EndDate#' and '#ShowDate#' =

Re: session variable blues

2000-05-08 Thread Fred T. Sanders
if your going to store the form. variables as session variables for this one form then you need to change the attribute for them, a quick albeit dirty way to do it: cfloop list="#form.fieldlist#" index="field" cfset "session["#trim(field)#"] = "#evaluate("form.#trim(field)#")#" /cfloop Fred

Re: Imp Atten: New Virus Info

2000-05-08 Thread Fred T. Sanders
*sigh*.. anytime I see AOL, IBM, and Compaq mentioned in a virus alert I think "oh great another virus hoax" and I'm usually right. This one is no different: http://www.symantec.com/avcenter/venc/data/win.a.holiday.htm l I know with all the nifty new WORMS that have recently plagued the

Re: Imp Atten: New Virus Info

2000-05-08 Thread Fred T. Sanders
Good point, never thought of a virus hoax as an actual virus almost in its own right, duplication through operator fear. Fred - Original Message - From: "Brian Grant" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 08, 2000 10:37 AM Subject: Re: Imp Atten: New Virus Info

Re: Changing default date in Access Database

2000-05-07 Thread Fred T. Sanders
In the default value on the database for your date/time field change from now() to DateAdd("m",1,Now()) - Original Message - From: "WL" [EMAIL PROTECTED] To: "Cold Fusion Talk" [EMAIL PROTECTED] Sent: Sunday, May 07, 2000 2:36 PM Subject: Changing default date in Access Database Hi,

Re: Changing default date in Access Database

2000-05-07 Thread Fred T. Sanders
- Original Message - From: "Fred T. Sanders" [EMAIL PROTECTED] Newsgroups: cf-talk Sent: Sunday, May 07, 2000 9:25 PM Subject: Re: Changing default date in Access Database yes you said that already in a previous post. He'll use your way if he needs exactly 30 days from the time its

Re: Changing default date in Access Database

2000-05-07 Thread Fred T. Sanders
e, can I do this? So is it possible for me to override the default 30 days and change it to 15,60 or 90 - or can't the default be over-ridden? Thanks, Will Lukrative Media Ltd - Berkshire, UK - Original Message - From: "Fred T. Sanders" [EMAIL P

Re: The CF Studio default template

2000-05-06 Thread Fred T. Sanders
Best thing would be to store your default in the wizards folder then go to settings/ options f8 and tell it to use the new template. You might want the old default back one day. Fred - Original Message - From: "Hubert Earl" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, May

Re: The CF Studio default template

2000-05-06 Thread Fred T. Sanders
under "Locations" in options, bottom of the applet window entitled: "Default Template" - Original Message - From: "Hubert Earl" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, May 06, 2000 8:31 AM Subject: Re: The CF Studio default template Hi Fred,

Re: How to debug a CF program

2000-05-05 Thread Fred T. Sanders
think you could use good ol' UUENCODED format if your going to send attachments. Those will probably get past the MIME restrictions. - Original Message - From: "Bill Plummer" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 05, 2000 9:34 AM Subject: RE: How to debug a CF program

Re: Opportunity

2000-05-05 Thread Fred T. Sanders
- Original Message - In need of Cold Fusion Developers for a planned IPO in the fall. Okay Cool. Platform is PC, language is Cold Fusion. Even Cooler. Now when I read the statements below. Mandatory requirement is "Advanced Cold Fusion training". Experience Needed: At least two

Re: latest virus

2000-05-04 Thread Fred T. Sanders
I think that was just his anti-virus software kicking in. - Original Message - From: "Larry W. Virden" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 04, 2000 9:09 AM Subject: Re: latest virus P.S. Note that a co-worker was infected this morning by this virus arriving

Re: application and session variables together

2000-05-04 Thread Fred T. Sanders
Use the request scope, you don't need to lock those. cfset request.dsn = application.dsn cfset request.userid = session.userid cfquery name="example" datasource="#request.dsn#" SELECT * FROMusers WHEREusers.userid = #request.userid# /cfquery - Original Message - From:

Re: ILOVEYOU

2000-05-04 Thread Fred T. Sanders
Not to pin this on Craig, but I'm really starting to hate the phrase ILOVEYOU even more than my natural male tendencies to hate saying it. Fred - Original Message - From: "Craig M. Rosenblum" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 04, 2000 2:51 PM Subject: RE:

Re: Who Has The Virus???

2000-05-04 Thread Fred T. Sanders
Get a life. - Original Message - From: "Dave Hannum" [EMAIL PROTECTED] To: "[EMAIL PROTECTED]" [EMAIL PROTECTED] Sent: Thursday, May 04, 2000 4:27 PM Subject: Who Has The Virus??? == Antigen for Exchange found LOVE-LETTER-FOR-YOU.TXT.vbs infected with

Re: data truncation??

2000-05-04 Thread Fred T. Sanders
You'll need to show the query code as well. - Original Message - From: "AKBAR" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, May 04, 2000 8:25 PM Subject: data truncation?? hello everybody, can anyone plzz tell me wat this error stands for?? i am not

Re: data truncation??

2000-05-04 Thread Fred T. Sanders
t; The error occurred while processing an element with a general identifier of (CFQUERY), occupying document position (3:1) to (3:67) in the template file C:\PROGRAM FILES\ALLAIRE\SPECTRA\CUSTOMTAGS\SYSTEM\COAPI\UTILS\_RECORDI NSERT_BP.CFM. -Original Message- From: Fred T. Sanders [m

  1   2   >