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 P

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: CFTRANSACTION - proper usage

2001-01-17 Thread Michael Thomas
No what your looking for is this: Sincerely, Mike Lakes [EMAIL PROTECTED] http://www.snazzydev.com -- Coding for the future. Date: Tue, 16 Jan 2001 15:08:39 -0500 From: "Marius Milosav" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: CFTRANSACTION - proper usage Message-ID: <

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 ;) Temp value: #Temp# It is #Mileage# miles from #City1#, #State1# to #City2#, #State2# --

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

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 th

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

Anyone used virtualscape hosting before???

2000-12-23 Thread Michael Thomas
I was about to snag an account at virtualscape.com tommorow. Kinda a merry christmas to myself kinda thing. That post about the host services got me wondering. Has anyone used virtualscape before & if so do you have any comments/sugestions about its service & everything else??? TIA, Mike ~

RE: The +.htr bug strikes again

2000-12-22 Thread Michael Thomas
Alright everyone & their mother know of the .htr bug, furthermore half of those people know how to exploit it. What I dont know & would like to know is what is the .htr extension used for (besides rippin peoples source code)??? It obviously has a purpose for something, otherwise it wouldnt be

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 flag

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

RE: SQL: Aliases in where clauses.

2000-12-16 Thread Michael Thomas
ossible to use them in a HAVING >clause, but not a WHERE clause... > >Joseph E. Sheble >a.k.a. Wizaerd >Wizaerd's Realm >Canvas, 3D, Graphics, >ColdFusion, PHP, and mySQL >http://www.wizaerd.com >= > > > -Original Messa

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

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-

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: 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? > > >P.S.

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

Re: Browsers cache

2000-12-14 Thread Michael Thomas
You could try 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 delete >selected recor

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

Re: cfcatch.tagcontext

2000-12-14 Thread Michael Thomas
The tag stack is as follows: #x# #context["ID"]# (#context["LINE"]#,#context["COLUMN"]#) #context["TEMPLATE"]# That should do it for you, run this inside the tags . When an exeption is caught it'll work. Mike >From: "Rob Sherman" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: C

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 supp

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 val

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: That would intially take care of the ' in the variable name & repl

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 pro

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. ", "All")> " & chr(13) & "" & chr(13) & "" & chr(13),"","All")> There #code# would be the value from

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 th

RE: CGI.HTTP variables.....

2000-12-13 Thread Michael Thomas
# has value of : #cgi[i]# > > >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. > > &

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 http://www

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 http://www.

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

Watts/Forta XHTML & CF form variables....

2000-12-12 Thread Michael Thomas
Not sure if any of you have any experience with XHTML or not but I have a question that concerns XHTML & CF Form variables. For those of you that have never heard of XHTML it has picked up where HTML 4.01 left off, Currently its in version 1.1. If you don't know, XHTML has elminated the "NAME"

Re: Rather OT: virus question (Snow White)

2000-12-10 Thread Michael Thomas
Hmmm I wuz going to mention the fact that some of these viruses out there obtained through email attachments have the ability to send themselves out to everyone in someones address book once contracted. I dont have any experience or knowledge of this snow white virus but perhaps it might be on

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 http://www.fusionauthority.com/bkinfo.c

"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

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 P

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 mess

RE: Just remembered....

2000-12-05 Thread Michael Thomas
gt;Date: Tue, 05 Dec 2000 16:56:18 - > >Looks like you need 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 [mail

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

2000-12-05 Thread Michael Thomas
:11 - > >Mike, > >Yes, you could write COM 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

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

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 t

RE: Changing colors in a list box.

2000-12-04 Thread Michael Thomas
These styles These other styles 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 11:26:52 -0500 > >I'm not a CSS goddess, but I don't

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

Re: Web cam and CFHTTP problem

2000-12-04 Thread Michael Thomas
You could throw it inside an , 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. They are

Re: IP Logging DB Data Type???

2000-12-04 Thread Michael Thomas
ate the id number >based on a sequence of some kind, but then it should usually be converted >to >a string for subsequent use. > >- Original Message - >From: "Michael Thomas" <[EMAIL PROTECTED]> >To: "CF-Talk" <[EMAIL PROTECTED]> >Sent: Sa

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

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

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 c

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: CFFILE Action=READ --> MAX file size?

2000-12-03 Thread Michael Thomas
Wouldnt happen to know where to get that web log analyzer would you? >From: "Jim McAtee" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: Re: CFFILE Action=READ --> MAX file size? >Date: Sun, 03 Dec 2000 01:27:53 -0700 > > > I was wondering if anybody

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 some

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 ente

Re: Really Dumb question help??

2000-12-02 Thread Michael Thomas
Sincerely, Mike >From: "ibtoad" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: Really Dumb question help?? >Date: Sat, 02 Dec 2000 17:38:06 -0500 > >Ok maybe I have been staring at tis screen to long but how do I set a >checkbox to unchecked

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 RER

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

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

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

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: The page Instead of the full absolute path from root like this: This page Doesnt matter with or without the domain in there. Perhaps your problem lies there. Mike >From: "Mi

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

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 only

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

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 javascript/c

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

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

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 >

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

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 : http://ex

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 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 PROTECTED]

Re: Kooky Form Field/List question.

2000-11-20 Thread Michael Thomas
ts an answer to every question asked because they 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 P

Re: Kooky Form Field/List question.

2000-11-20 Thread Michael Thomas
ts an answer to every question asked because they 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 P

Re: Kooky Form Field/List question.

2000-11-20 Thread Michael Thomas
ts an answer to every question asked because they 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 P

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 w

Re: Finding an Odd Number

2000-11-20 Thread Michael Thomas
Theres 2 methods for doing it. #count# #x# Now just add a condition in there. It makes it easy since you know that you only want 6 numbers. You can set up the if/else anyway you like. take a look below. Sincerely, Mike >From: "Jason Larson" <[EMAIL PROTECTED]> >Reply-To: [EMA

Re: Kooky Form Field/List question.

2000-11-20 Thread Michael Thomas
#test# : #Evaluate("FORM.#test#")# 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 Nov 2000 08:48:21 -0700 > > >I work on a college campus, and

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

Re: CF functions list.....

2000-11-19 Thread Michael Thomas
list. >Date: Sun, 19 Nov 2000 18:52:13 -0500 > >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

Re: CF functions list.....

2000-11-19 Thread Michael Thomas
rovides more depth, pls. post the urls. >Thx >J. > >- Original Message - >From: "Michael Thomas" <[EMAIL PROTECTED]> >To: "CF-Talk" <[EMAIL PROTECTED]> >Sent: Sunday, November 19, 2000 7:22 PM >Subject: Re: CF functions list. > > > &g

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" <[E

Re: CF functions list.....

2000-11-19 Thread Michael Thomas
hu, 7 Sep 2000 18:04:18 -0400 > >http://www.securiteam.com/exploits/Patch_Available_for_the_Undocumented_CFML >_Tags_vulnerability.html > > >- Original Message - >From: "Michael Thomas" <[EMAIL PROTECTED]> >To: "CF-Talk" <[EMAIL PROTECTED]> >Sent: S

Re: CF functions list.....

2000-11-19 Thread Michael Thomas
One I found is 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 functions list

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 belo

CF functions list.....

2000-11-19 Thread Michael Thomas
ne below: 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

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??? ___

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 m

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 the

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 articles/tutor

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

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 QU

RE: Real Life Math Computations....

2000-11-17 Thread Michael Thomas
Thats a damn awesome script. Between this & all the other posts Ive learned a great deal on what I inquired about. You guys did an outstanding job. Once again this script is verydetailed & looks great. You were right when you said entertaining, Ive always been a fan of game programming & have

RE: PCodeDocumentNodeImp::validateSelf

2000-11-17 Thread Michael Thomas
ad a similar application that was doing lots of 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 P

Re: How to grab login info from LDAP

2000-11-17 Thread Michael Thomas
Here is the link: http://www.geocities.com/SoHo/Coffeehouse/7184/cf1.html >From: "S R" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: How to grab login info from LDAP >Date: Fri, 17 Nov 2000 10:49:11 PST > >This was a problem I faced before and was ne

Re: How to grab login info from LDAP

2000-11-17 Thread Michael Thomas
Yup there sure is. I saw an excellent story from a guy about his experiences within cold fusion. One thing he covered wuz performing querys on an LDAP server. Ill find the link & reply again to this message with it. Its good reading & on top of that its on a geocities site!!! Ive always been a

RE: PCodeDocumentNodeImp::validateSelf

2000-11-17 Thread Michael Thomas
;Subject: RE: PCodeDocumentNodeImp::validateSelf >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:

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

RE: A book about "debugging applications' ?

2000-11-17 Thread Michael Thomas
s' ? > > >I would be willing to make them available on my site now if interested. > >[EMAIL PROTECTED] > >-Original Message- >From: Michael Thomas [mailto:[EMAIL PROTECTED]] >Sent: Friday, November 17, 2000 8:46 AM >To: CF-Talk >Subject: Re: A book about &quo

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" <[EMAI

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

  1   2   >