Re: CFTRANSACTION - proper usage

2001-01-17 Thread Michael Thomas
No what your looking for is this: CFTRANSACTION ACTION="BEGIN" CFTRY !--- All your insert queries here --- CFCATCH TYPE="Database" CFTRANSACTION ACTION="ROLLBACK"/ /CFCATCH CFCATCH TYPE="Any" CFTRANSACTION ACTION="ROLLBACK"/ /CFCATCH /CFTRY /CFTRANSACTION Sincerely, Mike Lakes [EMAIL

RE: Slightly OT: CSS Help Needed!

2001-01-17 Thread Michael Thomas
This should help you do the trick is Ben's examples havent already. http://www.snazzydev.com/css/tut/position/ If that doesnt help then feel free to contact me directly. Sincerely, Mike Lakes [EMAIL PROTECTED] http://www.snazzydev.com -- Coding for the future. Date: Tue, 16 Jan 2001 13:56:55

RE: Slightly OT: CSS Help Needed!

2001-01-17 Thread Michael Thomas
Error handling within Cold Fusion uses lil' to no I/O overhead, this includes CFTRY/CATCH blocks. If your more interested on this other things in CF error handling, everything you ever wanted to know is right here: http://www.snazzydev.com/cf/tut/error_system/ Sincerely, Mike Lakes [EMAIL

RE: Semi-OT - Zip code dbs/dist. formulas?

2001-01-15 Thread Michael Thomas
I just used mapquest.com to get any zip codes I would like to calculate the long/lat for. You can get all that info there. Also below is your mystical formula ;) CFSET City1="Los Angeles" CFSET City2="New York City" CFSET State1="California" CFSET State2="New York" CFSET Latitude1="34.0522"

Re: Jacascript

2001-01-07 Thread Michael Thomas
history.back(2); will do it. From: Ryan [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Jacascript Date: Thu, 04 Jan 2001 08:17:07 -0600 Why even set the location property? Can't you just say window.history.back(-2); right after the alert? Oh, another

SQL aggregate functions within queries.....

2001-01-07 Thread Michael Thomas
I keep running into this same problem within my queries. The problem seems to be using SQL aggregate functions with some fields but not all fields that Im referencing in my queries. I've seen plenty of source code for other queries where they work fine with that combination but mine never seem

Re: Server at 100% problem

2001-01-03 Thread Michael Thomas
Im no server administrator by any means but if the code is exactly the same on all three servers then Id look elsewhere to locate the problem. Are you positive you've tracked the source down to this code or is there the possibility the problem may lie elsewhere??? Im sure you've went through

RE: The +.htr bug strikes again

2000-12-26 Thread Michael Thomas
I 2nd that. Just when I think I know a good deal on a given subject Mr. Dave watts always comes through with another side of things or other ways in which I learn a great deal. I always find his posts to be very knowledgeable helpful in many ways. He should be commended not belittled. Mike

RE: Undo Delete

2000-12-18 Thread Michael Thomas
Views??? From: Dave Watts [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Undo Delete Date: Sun, 17 Dec 2000 22:58:36 -0500 I'm thinking of changing my typical "Delete" button so that it doesn't actually delete a record, but rather flags it as a

Re: OT: Undo Delete

2000-12-16 Thread Michael Thomas
Just like an audit trail. From: Michael She [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: OT: Undo Delete Date: Sun, 17 Dec 2000 02:04:33 -0500 Hello, I do this for my message forum where I flag deleted posts. This way, I can recover the posts if

RE: SQL: Aliases in where clauses.

2000-12-16 Thread Michael Thomas
eble a.k.a. Wizaerd Wizaerd's Realm Canvas, 3D, Graphics, ColdFusion, PHP, and mySQL http://www.wizaerd.com = -Original Message- From: Michael Thomas [mailto:[EMAIL PROTECTED]] Sent: Friday, December 15, 2000 6:30 PM To: CF-Talk Subject: Re: SQL: Aliase

RE: Beware the imposter

2000-12-15 Thread Michael Thomas
He's not a smart cookie thats how the cookie crumbles. From: "Ben Forta" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Beware the imposter Date: Fri, 15 Dec 2000 06:51:05 -0500 Yes, IP address is a node at the Prescott, AZ campus of Embry-Riddle

Re: SQL: Aliases in where clauses.

2000-12-15 Thread Michael Thomas
They've worked for me numerous times. From: Joe Sheble aka Wizaerd [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: SQL: Aliases in where clauses. Date: Fri, 15 Dec 2000 13:19:54 -0700 Unfortunately, aliases are not available in a WHERE clause.. I've

Re: Beware the imposter

2000-12-14 Thread Michael Thomas
Yeah hotmail still does that. This only happens after a reply to a reply though, at least as far as Ive ever noticed having used it for about 2 years now. HTH, Mike From: "Todd Ashworth" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Beware the

RE: Inserting line breaks

2000-12-14 Thread Michael Thomas
Not sure if you ever solved this problem or not but Ive done similar types of apps that involve forcing line breaks into formatted form results from textarea's. Ill grab a snippet or 2. CF_Snippet cfset break="#code#" !--- Replace all line breaks with br / so the message is formatted

Re: Netscape refresh problem w/cf page

2000-12-14 Thread Michael Thomas
Thats a clasic netscape problem. It has nothing to do with Cold Fusion or your CF code. Id look directly into the javascript your using on the page. HTH, Mike From: "Robert Orlini" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Netscape refresh problem

Re: Alternative or Workaround to IsDefined

2000-12-14 Thread Michael Thomas
I guess you could just encode escape the strings yourself. As you can see you cannot use ' as part of a variable name nor can you use -, % etc. etc. This might be a lil' bit time consuming but you can do something like this: cfset temp=Replace(temp,"'","_1","ALL") That would intially take

Re: Is this even possible?

2000-12-14 Thread Michael Thomas
I'd say easily enough if you started this project from scratch. Lets say all your items fall into certain categories like: Stereos Lawn Garden equipment Sports equipment Antiques Etc. Etc. Now lets say you have shortened the names down added a column within your database that holds the

RE: TextArea for IE vs Netscape

2000-12-14 Thread Michael Thomas
Could you be more specific add some additional code samples??? Mike From: "Bob Silverberg" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: TextArea for IE vs Netscape Date: Thu, 14 Dec 2000 19:07:04 -0500 The readonly attribute is only supported in IE

Re: cfcatch.tagcontext

2000-12-14 Thread Michael Thomas
cfif IsDefined("CFCATCH.TagContext") cfif #ArrayLen(CFCATCH.TagContext)# IS NOT "0" The tag stack is as follows: CFLOOP INDEX="x" FROM="1" TO="#ArrayLen(CFCATCH.TagContext)#" CFSET context=#CFCATCH.TagContext[x]# #x# #context["ID"]# (#context["LINE"]#,#context["COLUMN"]#) #context["TEMPLATE"]#br

RE: Amazon using CF

2000-12-14 Thread Michael Thomas
Its just a mapping, once removed the vulnerability is gone. From: Dave Watts [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Amazon using CF Date: Thu, 14 Dec 2000 21:12:21 -0500 Yep. One bug recently found in IIS+CF give source code of any *.cfm.

Re: Browsers cache

2000-12-14 Thread Michael Thomas
You could try cfobjectcache action="clear" but no promises. ~Mike From: Dian Oktosoma [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Browsers cache Date: Fri, 15 Dec 2000 09:05:22 +0700 I create a page to view database rows, then I create a button to

Re: OT: Remote Printing

2000-12-14 Thread Michael Thomas
There is this one thing, called email ;) From: Eron Cohen [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: OT: Remote Printing Date: Thu, 14 Dec 2000 19:05:57 -0800 (PST) Hi Everyone, I am trying to figure out an alternative to faxing, and I am wondering if

Re: Oracle and SQL

2000-12-14 Thread Michael Thomas
Lmao... I think that was Mcfarland??? From: Peter Theobald [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Oracle and SQL Date: Thu, 14 Dec 2000 21:47:00 -0500 Can't you use Cold Fusion's startrow= and maxrows= to do the same thing? cfoutput

Re: TextArea for IE vs Netscape

2000-12-14 Thread Michael Thomas
Hmmm I hadnt thought of that one thats most likely. I just ran into this problem again very recently too, so its fresh in my head. I was using a stand alone button with an onclick event, so it never occured to me that I needed the form element wrapped around it. Looked in netscape, boom was

RE: CGI.HTTP variables.....

2000-12-13 Thread Michael Thomas
cfoutputcgi.#i# has value of : #cgi[i]#br/cfoutput /cfloop Bernd VanSkiver [EMAIL PROTECTED] ICQ #: 916324 -----Original Message- From: Michael Thomas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 12, 2000 11:07 PM To: CF-Talk Subject: CGI.HTTP variables. Is there anyway I can snag

RE: Watts/Forta XHTML CF form variables....

2000-12-12 Thread Michael Thomas
My point exactly... perhaps this question is better pointed more towards XForms. I havent paid particular attention to the progress of XForms over at the W3C. Maybe the old style of forms will be deprecated for use with XHTML in favor of XForms. In that case maybe this wont be an issue.

CGI.HTTP variables.....

2000-12-12 Thread Michael Thomas
Is there anyway I can snag all the CG.HTTP variables all in one shot, like loop over a collection if they are stored inside a structure??? Sincerely, Mike ~~ Structure your ColdFusion code with Fusebox. Get the official book at

CGI.HTTP variables.....

2000-12-12 Thread Michael Thomas
Is there anyway I can snag all the CGI.HTTP variables all in one shot, like loop over a collection if they are stored inside a structure??? Sincerely, Mike ~~ Structure your ColdFusion code with Fusebox. Get the official book at

if/else CFSCRIPT...

2000-12-08 Thread Michael Thomas
Can anyone show me a working example of an if/else statement in cfscript??? I do understand its just like working with javascript, however my use for it is a lil' bit trickier as it involves RegEx. The most Ive done with CFSCRIPT before is just setting variables. TIA, Mike

Done (if/else CFSCRIPT)...

2000-12-08 Thread Michael Thomas
Hmm maybe I should of tried this myself before I asked the question. ^_^ I got it everything that I wanted done. Thanx anyways. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: coldfusion bug

2000-12-07 Thread Michael Thomas
Sounds like someone else was making changes to that document at the same time that you were. When they saved it you went to make changes it prompted you to see if you would like to refresh the page to make sure it is the current template. From: kwasi [EMAIL PROTECTED] Reply-To: [EMAIL

Assembler.....

2000-12-05 Thread Michael Thomas
Lately I wuz thinking of picking up an extra language to add to my long list of the ones I currently know ;) As most people know you can develop custom COM, CORBA, CFX other types of add-ons using alot of different languages like C++, VB, Java etc. etc. What I am wondering is if anyone out

Just remembered....

2000-12-05 Thread Michael Thomas
I just remembered I had some troublesome code from a small lil' thing I wuz making while bored one night about 2 months ago. I had forgotten all about this page till I just found it ;). I called the code dynamicxygen.cfm planned to use it as an include. Basically what it does is this: It'll

RE: Assembler.....

2000-12-05 Thread Michael Thomas
OM objects in assembler. COM is a language-independent binary standard. But I wouldn't do that if I were you. C++ is pretty efficient too you know. Nick -Original Message----- From: Michael Thomas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 05, 2000 8:26 AM To: CF-Talk Subject: Assembler.

Re: Big companies using CF

2000-12-05 Thread Michael Thomas
Well if your into football The St. Louis Rams website is powered by Cold Fusion. Also there is a big cellular phone distributor out of Miami that my friend runs, its powered by Cold Fusion, the site is http://www.brightcell.com They are also the first mobile phone dealer listed on amazon.com

RE: Just remembered....

2000-12-05 Thread Michael Thomas
to do a step -1 on your first loop and increment y after your cfset temparray[y] line - array then good but not sure links are! Chris. -Original Message- From: Michael Thomas [mailto:[EMAIL PROTECTED]] Sent: 05 December 2000 11:21 To: CF-Talk Subject: Just remembered I

Re: Sending e-mail in a batch

2000-12-05 Thread Michael Thomas
Has anyone ever heard of SMTP Express??? If you did a search on those words you can find the web site where its at, sorry cant remember the URL. Basically its an add-on to an existing mail server, not a replacement to one. Its essentially made just for Bulk mail purposes. It queues up all

Re: IP Logging DB Data Type???

2000-12-04 Thread Michael Thomas
use. ----- Original Message - From: "Michael Thomas" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Saturday, December 02, 2000 4:04 AM Subject: IP Logging DB Data Type??? I have a quick question about IP logging. I want to log an IP address into a da

Re: Web cam and CFHTTP problem

2000-12-04 Thread Michael Thomas
You could throw it inside an IFRAME, Inline frame. They are treated as part of the HTML flow but you can additionally use CSS styles to position control all aspects of how they are rendered. Contrary to what some people said on this list a while back IFRAME's are supported by netscape 6.

RE: OT Layers

2000-12-04 Thread Michael Thomas
Also keep in mind, filters are IE specific. Only Internet Explorer will render them. From: Stewart McGowan [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: OT Layers Date: Mon, 04 Dec 2000 20:01:56 - cheers andrew saved me bacon -Original

RE: Changing colors in a list box.

2000-12-04 Thread Michael Thomas
option class="blah1"These styles/option option class="blah2"These other styles/option Thats as best as your going to get it. From: Patricia Lee [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Changing colors in a list box. Date: Mon, 04 Dec 2000

Re: OT: Who's hacking around ???

2000-12-03 Thread Michael Thomas
Can you post the code for that ASP file eeyerulez??? Im assuming that page is connecting to the exe file by the same name eeyehack.exe. Perhaps its grabbing any information posted to your CGI programs then reporting this information back through the ASP page somehow. If indeed its doing

Re: count a value from string

2000-12-03 Thread Michael Thomas
How about looping through the var def as a collection storing each occurence of the words your looking for into an array. Then you can find out how many times it occured using the ArrayLen() function. HTH, Mike From: Eric Fickes [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk

Re: [follow up] count a value from string

2000-12-03 Thread Michael Thomas
Maybe a better way would be to use findnocase then count how many times you find it. From: Eric Fickes [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: count a value from string Date: Sun, 03 Dec 2000 17:50:05 -0500 Hello all, I'm trying to count the

Re: OT: Who's hacking around ???

2000-12-03 Thread Michael Thomas
Yeah could you send it to this email addy in a zip file. [EMAIL PROTECTED] From: "Brian L. Wolfsohn" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: OT: Who's hacking around ??? Date: Sun, 03 Dec 2000 17:50:38 -0500 At 04:00 PM 12/3/00 , you wrote:

Re: Advanced Queries (take 2)

2000-12-03 Thread Michael Thomas
I cant say that ive used LIKE in a table join either but its always been common practice to encase the parameters in single quotes like bob just said. From: Bud [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Advanced Queries (take 2) Date: Sun, 03 Dec

IP Logging DB Data Type???

2000-12-02 Thread Michael Thomas
I have a quick question about IP logging. I want to log an IP address into a database but Im not sure which is the correct data type to use. Will Float do it or Double Precision??? BTW Im going to have to do this for MS Access SQL Server 7.0 so I'll need the correct data type for each one.

CreateUUID Algorythm.....

2000-12-02 Thread Michael Thomas
Does anyone have any knowledge in how the CreateUUID is generated when using the CreateUUID() function. I know its usage the like. I would like to know more about the algorythm that the CF Server uses to generate it. Any answers would be a great help. TIA, Mike

Re: [parsing shtml files]

2000-12-02 Thread Michael Thomas
M'bad... I havent been following this thread, Ive only read Larry's last post here Rob's last post. Based on what Im reading here in Larry's post the topic name, Im going to assume your grabbing an shtml page through HTTP with a GET method trying to parse it. In this case wouldnt the

Re: Really Dumb question help??

2000-12-02 Thread Michael Thomas
CFPARAM NAME="Checked" DEFAULT="FALSE" TYPE="boolean" CFSET Checked="TRUE" CFIF #Checked# IS "TRUE" input type="checkbox" checked CFELSE input type="checkbox" /CFIF Sincerely, Mike From: "ibtoad" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Really Dumb

Re: [Follow up] Really Dumb question help??

2000-12-02 Thread Michael Thomas
Ive only ever used that method when posting a form to a processing page having the page throw one of my server-side validation routine errors. When an error is encountered I include the original form below my validation routines, on the validating page. To preserve what the user already

Re: CF admin problem

2000-12-01 Thread Michael Thomas
Very strange. I have everything setup just about the same way you have it everything works great. I only allow localhost (127.0.0.1) me to see the variable output from the debug settings it works just fine. Im thinking maybe it is the re-installs but who knows. Good luck with that one.

Caching Queries......

2000-11-24 Thread Michael Thomas
Does anyone have any experience with caching queries??? I am looking for some pros cons from others experiences with caching queries. TIA Sincerely, Mike _ Get more from the Web. FREE MSN Explorer download :

CF History.....

2000-11-24 Thread Michael Thomas
Within my web development site I have a small page for each section that deals with that specific languages history. For example in the HTML section there is a page that consists of a couple paragraphs that deal with the history of HTML. I am of the newer genre of Cold Fusion users as Ive

Re: Caching Queries......

2000-11-24 Thread Michael Thomas
You guys on this list never fail to come through with the answers people need. Much thanks to everyone. Sincerely, Mike From: "Ken Wilson" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Caching Queries.. Date: Fri, 24 Nov 2000 16:10:38 -0500 I

Re: CFINCLUDE woes

2000-11-24 Thread Michael Thomas
At quick glance it looks like you've done everything right to me. Im guessing here but do your links look like this: a href="thispage.cfm"The page/a Instead of the full absolute path from root like this: a href="/main/submain/thispage.cfm"This page/a Doesnt matter with or without the domain

Re: Netscape 6 woes

2000-11-23 Thread Michael Thomas
Ill start off by saying Ive never been fond of netscrap. This comes from being around some die hard netscapers as well. I think in terms of the future of web development, this might prove to be the best solution. In years to come we will have 6.0, 7.0, 8.0 etc. etc. browsers our 4.0

RE: Use End of Line Char as Delimiter?

2000-11-22 Thread Michael Thomas
CHR(10) is indeed a line break I do believe the line feed your speaking of is CHR(9) Sincerely, Mike From: Eric Fickes [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Use End of Line Char as Delimiter? Date: Wed, 22 Nov 2000 16:16:21 -0500 This

RE: Use End of Line Char as Delimiter?

2000-11-22 Thread Michael Thomas
M'bad, your right. I wuz referring to my own ASCII chart overlooked CHR(13), also mis-enterpreted a line feed for a tab. Since we're on the subject the difference between a line feed carriage return??? Sincerely, Mike From: "Walker, Matthew" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To:

RE: Use End of Line Char as Delimiter?

2000-11-22 Thread Michael Thomas
Thanx for yours robs posts. They proved to be very knowledgable. Sincerely, Mike From: "Walker, Matthew" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Use End of Line Char as Delimiter? Date: Thu, 23 Nov 2000 16:26:12 +1300 Since we're on the

Re: A CF limitation in building a spider?

2000-11-22 Thread Michael Thomas
Ive noticed one huge limitation that makes CF not a great choice in building a spider. CFHTTP doesnt like the use of URL pointers to another domain, like http://www.thisdomain.com redirects to http://www.thisotherdomain.com... In testing whether a domain is valid or not, an url pointer will be

Re: Slightly OT HTML question

2000-11-21 Thread Michael Thomas
I saw something about this once. It pertained to downloading executable files but the concept wuz the same. I think the way it wuz done wuz by using cfobject but im not totally sure. Ill see if I can dig up the link for you. Mike From: Jeffry Houser [EMAIL PROTECTED] Reply-To: [EMAIL

cferror.....

2000-11-21 Thread Michael Thomas
Does anyone have anything notable to mention in regards to cferror its use??? perhaps a tip or trick of the trade when using cferror??? TIA, Mike _ Get more from the Web. FREE MSN Explorer download :

Re: Printing mailing labels in a browser -- Joy... :-O

2000-11-21 Thread Michael Thomas
Hmm cant say Ive ever had a job like this BUT CSS 2.0 dedicated a good part of the spec towards printing. I think its worth a look into at the very least. Heres a couple styles to get you started: Marks: Orphans: Page: Page-Break-After: Page-Break-Before: Page-Break-Inside: Size: Widows: Hope

RE: A book about debugging applications' ?

2000-11-20 Thread Michael Thomas
Sure I can post a heads up on it. In fact the site only goes live on January 1st, I could in actuality have those pages up before that. Once I get the account setup I will post the heads up with links to those articles before January 1st. Best Regards, Mike From: Aidan Whitehall [EMAIL

Re: Weird Error

2000-11-20 Thread Michael Thomas
Yeah lol I wuz jus playing around with some stuff one day ran across this error. I happened to think it wuz retty funny when I got it. I wuz creating my Complete CSS Generator had to do some complex variations of cf code forms. Well anyone who has done any CSS before knows the syntax for

Re: Kooky Form Field/List question.

2000-11-20 Thread Michael Thomas
don't get the other's replies fast enough. Good bye. Scott M. Berry :: [Staff Developer] annex.com, Inc. - http://www.annex.com/ - Original Message ----- From: "Michael Thomas" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, November 20, 2000 9:10 AM Subj

Re: Kooky Form Field/List question.

2000-11-20 Thread Michael Thomas
don't get the other's replies fast enough. Good bye. Scott M. Berry :: [Staff Developer] annex.com, Inc. - http://www.annex.com/ - Original Message ----- From: "Michael Thomas" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, November 20, 2000 9:10 AM Subj

Re: Finding an Odd Number

2000-11-20 Thread Michael Thomas
Theres 2 methods for doing it. !--- Method #1 --- cfloop index="count" from="1" to="6" step="1" #count# /cfloop !--- Method #2 --- cfset x="1" cfloop index="count" from="1" to="6" step="1" #x# cfset x=x+1 /cfloop Now just add a condition in there. It makes it easy since you know that you

RE: Kooky Form Field/List question.

2000-11-20 Thread Michael Thomas
Jeff just brought up a really interesting point about "namespaces" that made me think of another important thing, validation!!! In a previous post someone mentioned some weird error they got, email titled "Weird Error". If you check my reply to that you'll find an instance of how the variable

Re: Kooky Form Field/List question.

2000-11-20 Thread Michael Thomas
cfloop index="test" list="#FORM.fieldnames#" delimiters="," #test# : #Evaluate("FORM.#test#")# br /cfloop That'll work. Best Regards, Mike From: "Willy Ray" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Kooky Form Field/List question. Date: Mon, 20

OT: CF-Talk Undelivered Mail.....

2000-11-19 Thread Michael Thomas
I just got several messages from the mailer daemon informing of mail being undelivered to the list. I got one for every recent post from the last 3 days. Strangely enough every single post DID go through as expected, some of you guys replied to many of them. Did anyone else have the same thing

OT: CF Web Dev.....

2000-11-19 Thread Michael Thomas
Sorry for the off topic post. I hope I dont get flamed beyond recognition over this but I have a web development site that Ive been working on the last 6/7 months that is about to launch January 1st. One of the sections covers the Cold Fusion language. I have about 18 CF related

RE: Real Life Math Computations....

2000-11-19 Thread Michael Thomas
Sorry I cant help but laugh cuz that is damn hilirious!!! I know the creatures may get pissed off but I hope you get that breeding thing taken care of. ^_^ Once I get done with reformatting my computer at home Im going to install another WAP browser as I also do some CF coding with WML for

Re: CF-Talk Undelivered Mail.....

2000-11-19 Thread Michael Thomas
I noticed my post wuz a lil' vague. All of the posts that came back were all my own, I didnt want it to seem like it wuz everyones as my last post might of suggested. The posts did in fact go through tho so I dont know why they came back as undelivered. The mailer daemon was in fact the lists

CFINCLUDE Cache.....

2000-11-19 Thread Michael Thomas
I am wondering if cfinclude files are cached??? For example if I include a nav column within a site via cfinclude it is going to be cached for the life of the site here or will it just be the processed page that is cached once the cfinclude is processed sent back to the server???

CF functions list.....

2000-11-19 Thread Michael Thomas
: JAVACAST From: "Michael Thomas" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: OT: CF Web Dev. Date: Sun, 19 Nov 2000 12:38:41 GMT Sorry for the off topic post. I hope I dont get flamed beyond recognition over this but I have a web development sit

Re: CF functions list.....

2000-11-19 Thread Michael Thomas
these work??? hehe BTW All of the other functions listed were listed the exact same way. All uppercase missing the parenthesis like those above. Sincerely, Mike P.S. After quick glance I found another one below: JAVACAST From: "Michael Thomas" [EMAIL PROTECTE

Re: CF functions list.....

2000-11-19 Thread Michael Thomas
One I found is cfobjectcache it takes a property of "action". This can be used to force or delete the caching of a query. Dont know if anyone else has seen thisor not =) From: [EMAIL PROTECTED] (Michael Dinowitz) Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: CF

Re: CF functions list.....

2000-11-19 Thread Michael Thomas
m/exploits/Patch_Available_for_the_Undocumented_CFML _Tags_vulnerability.html - Original Message ----- From: "Michael Thomas" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, November 19, 2000 6:54 PM Subject: Re: CF functions list. Not only are

Re: CF functions list.....

2000-11-19 Thread Michael Thomas
The reason they are undocumented is that they are CFServer related used by allaire in perfomring administrational tasks duties. They are not really potentially dangerous unless the CFREGISTRY tag is enabled you have access to the host computer in question. Mike From: "Todd Ashworth"

Re: CF functions list.....

2000-11-19 Thread Michael Thomas
al Message ----- From: "Michael Thomas" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, November 19, 2000 7:22 PM Subject: Re: CF functions list. This link covers alot but not all... Ive found a surplus of ones other than that already. From: "Joh

Re: CF functions list.....

2000-11-19 Thread Michael Thomas
500 Could these be of any use to developers though? Especially in providing in-house maintenance and support for secure intranets? Todd Ashworth - Original Message ----- From: "Michael Thomas" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, November 19

Re: CFincludes and SQL Queries -SIMPLE QUESTION! (update to last q)

2000-11-18 Thread Michael Thomas
Sorry as I havent been reading into this topic of the list, With that in mind why cant you just put the entire query inside the cfinclude file??? From: Michael She [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: CFincludes and SQL Queries -SIMPLE QUESTION!

Re: append variable to a variable??

2000-11-17 Thread Michael Thomas
Excellent question that I wouldnt mind knowing an answer to myself. Anyone? From: Rob Keniger [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: append variable to a variable?? Date: Fri, 17 Nov 2000 14:31:52 +1000 on 17/11/00 10:19 AM, BORKMAN Lee at

Re: javascript to submit a form

2000-11-17 Thread Michael Thomas
OnClick="document.form.submit(); return true;" Thats the simple version. From: [EMAIL PROTECTED] (Rick Lamb) Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: javascript to submit a form Date: Thu, 16 Nov 2000 21:16:37 -0600 This is a multi-part message in MIME format.

RE: Automatically Terminating Sessions

2000-11-17 Thread Michael Thomas
1 thing comes to mind thats the OnUnLoad event handler in javascript. This usually goes into the body tag specified iwthin your HTML pages. You could have this setup to open a new window on Unload like you've probably seen a thousand sites do. In this case the popup window/page would only

Re: weird error

2000-11-17 Thread Michael Thomas
Only thing I can say is to perhaps incorporate a default parameter within the page like so: cfparam name="Month" default="blah" type="date" At least this would stop the error from happening on those rare occassions as you say. From: "Jon Hall" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED]

Re: How To Determine Logged In Users

2000-11-17 Thread Michael Thomas
Indeed encrypting decrypting your cookies data is the way to go if indeed you use cookies for storing sensative information. Creating an algorithm of your own means would be preferred. From: "Justin Scott" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject:

Real Life Math Computations....

2000-11-17 Thread Michael Thomas
There are a couple of built-in functions within Cold Fusion as well as other languages like Javascript etc. etc. that Im curious about. My question is does anyone have any real world experience with any or all of the following functions and if so where would I use these: Abs() ACos() ASin()

Re: PCodeDocumentNodeImp::validateSelf

2000-11-17 Thread Michael Thomas
As far as PCode goes, I have ran into my own lil scraps with that. It happened within a custom tag that manages my links database. Restarting the server (which is 4.5.1) did the trick, but on occasion that ugly error does rare its head. I once had this task scheduled but for that very reason

RE: Real Life Math Computations....

2000-11-17 Thread Michael Thomas
Excellent post!!! This is exactly what I wanted to know. Between this the last post I can get a good grasp on Abs(), now for the other ones. Thanks. ^_^ From: "DeVoil, Nick" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Real Life Math

Bad Coding Ethic.....

2000-11-17 Thread Michael Thomas
Ive heard numerous times that it is bad coding ethic to reference a variable that has been set multiple times depending on certain conditions, per se in the setting of a message. This why they have created SWITCH/CASE. My question is if any one can give me an explanation of "why is this bad

Re: Dumb question

2000-11-17 Thread Michael Thomas
The list is right in using the URLEncodeFormat() function. Furthermore no one mentioned the POSIX reference to a space. This doesnt necessarily have to be used for anything regarding urls but you can use [[:space:]] to reference a space through the use of the REReplace() function. From:

Re: A book about debugging applications' ?

2000-11-17 Thread Michael Thomas
I have written 3 full blown tutorials on debugging your cold fusion applications. IMHO they cover nearly every aspect of doing so. The only drawback here is my site is scheduled to launch on January 1st 2001, so they wont be any help to anyone till after that date. From: "Laure Lunot" [EMAIL

RE: A book about debugging applications' ?

2000-11-17 Thread Michael Thomas
Original Message- From: Michael Thomas [mailto:[EMAIL PROTECTED]] Sent: Friday, November 17, 2000 8:46 AM To: CF-Talk Subject: Re: A book about "debugging applications' ? I have written 3 full blown tutorials on debugging your cold fusion applications. IMHO they cover nearly every asp

RE: Certification Exam

2000-11-17 Thread Michael Thomas
Excellent post Simon, I agree with much that you have stated here. Especially in the fact that even though you pass the test, it doesnt mean that a given person can write efficient code (which is a huge issue). It doesnt mean that they can solve real life problems when confronted with them.

RE: PCodeDocumentNodeImp::validateSelf

2000-11-17 Thread Michael Thomas
lidateSelf Date: Fri, 17 Nov 2000 11:31:19 -0800 Was that custom tag calling cfhttp alot? -Original Message----- From: Michael Thomas [mailto:[EMAIL PROTECTED]] Sent: Friday, November 17, 2000 3:02 AM To: CF-Talk Subject: Re: PCodeDocumentNodeImp::validateSelf As far as PCode goes, I have r

RE: PCodeDocumentNodeImp::validateSelf

2000-11-17 Thread Michael Thomas
datamining. It would crash alot, often bringing down the server with it. Our solution was to use a Java servlet for the task instead of CF, it worked great. -Original Message----- From: Michael Thomas [mailto:[EMAIL PROTECTED]] Sent: Friday, November 17, 2000 11:47 AM To: CF-Talk S

  1   2   >