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
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
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: <
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#
--
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
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?
>
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
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
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
~
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
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
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
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
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
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-
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
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.
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
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
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
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
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
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
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
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
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
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
# 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.
>
>
&
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
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.
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
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"
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
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
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
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
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
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
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
: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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
~~
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
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
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
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
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
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
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
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
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
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
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
>
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
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
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]
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
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
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
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
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
#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
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
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
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
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
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
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
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
; 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
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
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???
___
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
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
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
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
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
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
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
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
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
;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:
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
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
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
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 - 100 of 109 matches
Mail list logo