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 [EMAIL PROTECTED] wrote:
>
> >
> > As with most languages, you only need to use 50% (or even less) of a 
>CF's
> > functions to do 99% of the stuff that you would ever want to do.
> > Coincidentally, using just that 50% makes your code easier to work with 
>for
> > other average mortals.
> >
> > Everybody wins when you stick to basics!!
>
>I myself have wondered about why many seemingly redundant functions exist.
>An example of this is incrementvalue(). Why not just value + 1? Is it 
>faster
>because it just uses a single register increment instead of having to work
>out a proper addition?
>
>Are the other functions like this there because they increase performance?
>
>--
>
>Rob Keniger
>
>big bang solutions
>
>
>
>
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>https://secure.houseoffusion.com
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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.
>
>--=_NextPart_000_005C_01C05012.824E8030
>Content-Type: text/plain;
>   charset="iso-8859-1"
>Content-Transfer-Encoding: 7bit
>
>Can somebody help me with the syntax to submit a form with an onclick even?
>
>Thanks,
>
>Rick
>
>--=_NextPart_000_005C_01C05012.824E8030
>Content-Type: text/html;
>   charset="iso-8859-1"
>Content-Transfer-Encoding: quoted-printable
>
>
>
>charset=3Diso-8859-1">
>
>
>
>
>Can =
>somebody help me=20
>with the syntax to submit a form with an onclick =
>even?
>size=3D2> 
>size=3D2>Thanks,
>size=3D2> 
>size=3D2>Rick
>
>--=_NextPart_000_005C_01C05012.824E8030--
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>https://secure.houseoffusion.com
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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  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 contain the 
cf code to kill the session.

If your really slick just have the page contain one line of javascript code 
which would access the close() method of the window object, so that once the 
page popups it will kill the session & the window at the same time. This 
would happen so fast that most users wouldnt even see the window popup in 
the 1st place. Good luck.



>From: "Paul Mone" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: Automatically Terminating Sessions
>Date: Thu, 16 Nov 2000 22:17:09 -0800
>
>If you're that concerned about ghost sessions, maybe you should lower the
>timeout length.
>
>-Original Message-
>From: AustralianAccommodation.com Pty. Ltd.
>[mailto:[EMAIL PROTECTED]]
>Sent: Thursday, November 16, 2000 2:44 PM
>To: CF-Talk
>Subject: Automatically Terminating Sessions
>
>
>I do not have a logout facility in my cf site and all sessions stay active
>until there has been 30 minutes in inactivity and then the session times
>out.
>
>Are there any ways of terminating a session based on the user closing the
>browser or else leaving the site and visiting another site. ??? I also need
>to action some script when ever the session has been terminated so this
>script will need to be incorporated in what ever termination process there
>is available. I do not want to simply have a logout button as this is
>relying on the user to log out which many will not be bothered doing
>
>any ideas as always would be greatly appreciated
>
>
>Kind Regards
>
>Claude Raiola (Director)
>AustralianAccommodation.com Pty. Ltd.
>Email: [EMAIL PROTECTED]
>Developers Of:
>   Website: www.AustralianAccommodation.com
>   Website: www.AccommodationNewZealand.com
>
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at
>https://secure.houseoffusion.com
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=sts
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>https://secure.houseoffusion.com
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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:



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]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: weird error
>Date: Thu, 16 Nov 2000 14:06:15 -0500
>
>I have a form field on a site with two select boxes for month and year. For
>some strange reason, on odd occasions the select boxes fields do not get
>posted. I cannot for the life of me recreate this error.
>The only odd thing I can see is the browser is listed as Cold Fusion 
>4.0...?
>
>jon
>
>Error resolving parameter MONTH
>ColdFusion was unable to determine the value of the parameter. This problem
>is very likely due to the fact that either:
>
>   1.. You have misspelled the parameter name, or
>   2.. You have not specified a QUERY attribute for a CFOUTPUT, CFMAIL, or
>CFTABLE tag.
>The error occurred while evaluating the expression:
>
>  expdate = "#month##year#"
>The error occurred while processing an element with a general identifier of
>(CFSET), occupying document position (2:1) to (2:33).
>
>Date/Time: 11/15/00 09:15:37
> >>Browser: ColdFusion 4.0<<
>Remote Address: 216.136.29.251
>Template: e:\www\cookbrothers.com\shoppingcart\order\completeorder.cfm
>
>
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a 
>message with 'unsubscribe' in the body to 
>[EMAIL PROTECTED]

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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: Re: How To Determine Logged In Users
>Date: Thu, 16 Nov 2000 14:16:25 -0800
>
> > Actually, the way I do it is set a cookie.  Then at the top of all the
>pages
> > that are "login" protected, I check for the cookie.. if it exists I know
> > they are logged in since the cookie can't be set unless they are
> > successfully login.
>
>What type of cookie do you set?  The biggest mistake I see people make with
>session management is just setting a Member_ID cookie that holds their
>record ID, or a "loggedin" cookie, or some other very insecure means.
>
>The problem with doing this is that using some very crafty perl script, or
>even something as simple as the a cookie editor, someone could crack into
>your site and get personal/confidential information, or even cause major
>damage.
>
>The way to combat this is to make the session cookie something that nobody
>would be able to crack, like setting it with something like this...
>
>
>
>
>
>
>  UPDATE Member_Table SET Session_ID = '#Variables.New_Session_ID#'
>  WHERE Some_Condition = Met
>
>
>
>
>
>Using this method ensures that nobody will "spoof" the session cookie and
>crack into your member pages.  If anyone finds a flaw in that method, 
>please
>let me know (cause I use it on lots of sites).
>
>___
>
>Justin Scott :: [Staff Developer]
>http://www.annex.com
>
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>https://secure.houseoffusion.com
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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()
Atn() (or otherwise referred to as Atan)
Cos()
Log()
Pi()
Sgn()
Sin()
Tan()

Anyone have a real world example of these within a CF App??? And please dont 
assume I have no math background or experience with these topics before 
hand. I just dont have an idea of where I would need any of these in an 
application of any sort.

Sincerely,
Mike T. Lakes
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 it no 
longer is.


>From: David Cummins <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: PCodeDocumentNodeImp::validateSelf
>Date: Fri, 17 Nov 2000 11:45:55 +1300
>
>If it causes problems with them, then how are you supposed to use Unicode?
>That's what nvarchars are for...
>
>Paul Mone wrote:
> >
> > Yeah, I stay away from nvarchar, etc. for the same reason.  What is the
> > benefit of using nvarchar over varchar (if any).  i.e. why does it 
>exist?
> >
> > -Original Message-
> > From: Michael Ross [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, November 15, 2000 12:14 PM
> > To: CF-Talk
> > Subject: Re: PCodeDocumentNodeImp::validateSelf
> >
> > I got the pcode error when my variables in SQL 7.0 were nvarchar, ntext 
>and
> > such.  Once I changed them(varchar, text) it worked.
> >
> > thanks
> >
> > >>> [EMAIL PROTECTED] 11/12/00 08:36PM >>>
> > On 11/13/00, David Cummins penned:
> > >I've seen it once before. Damned if I know - I think its an internal 
>error.
> > >
> > >BTW, does anybody know how to find anything on the Allaire site? I hear
> > >references to a search that works properly, but I've never seen a
> > >description of
> > >a PCode error yet on their site.
> >
> > The only thing I found in the knowledge base basically said there's
> > no way to determine what they are. You can do some things that will
> > help you guess, and do some registry hacks in 4.51 that will cause CF
> > server to restart. But I'm using 4.01 since 4.51 is such crap. I just
> > restarted CF server and it went away. I'm using the same custom tag,
> > that the PCode message said caused the error, under multiple sites
> > and it only happened on the one, so it seems to be a random thing.
> > --
> >
> > Bud Schneehagen - Tropical Web Creations
> >
> > _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> > ColdFusion Solutions / eCommerce Development
> > [EMAIL PROTECTED]
> > http://www.twcreations.com/
> > 954.721.3452
> > 
>
> > 
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or 
>send a
> > message with 'unsubscribe' in the body to 
>[EMAIL PROTECTED]
> >
> > 
>
> > 
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or 
>send a
> > message with 'unsubscribe' in the body to 
>[EMAIL PROTECTED]
> >
> > 
>
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or 
>send a message with 'unsubscribe' in the body to 
>[EMAIL PROTECTED]
>
>--
>David Cummins
>Systems Developer
>Ubiquity Software Ltd.
>Ph: (09) 309-1921
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>https://secure.houseoffusion.com
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 Computations
>Date: Fri, 17 Nov 2000 11:07:17 -
>
>Well I've never used any of the other ones, but I've often used Abs()
>in straightforward business applications.
>
>One use that springs to mind is in securities trading, where if you've
>bought say 5 million, your position is "long 5 million", and if you've
>sold 5 million your position is "short 5 million". You might store these
>in the database as 500 and -500 respectively but use Abs() when
>displaying them as positive numbers in different columns.
>
>Similarly in presenting financial accounts, you want to put a negative
>number in brackets, not with a minus sign in front.
>
>Nick
>
>
>**
>Information in this email is confidential and may be privileged.
>It is intended for the addressee only. If you have received it in error,
>please notify the sender immediately and delete it from your system.
>You should not otherwise copy it, retransmit it or use or disclose its
>contents to anyone.
>Thank you for your co-operation.
>**
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 coding 
ethic???"

Ill illustrate an example below:







...



#message#








...




   Message #1


   Message #2

...


Why is one bad coding ethic & the other not??? They both accomplish the same 
things. I can assume reasons why one is bad & the other is not although my 
assumptions mean nothing in terms of hard facts. BTW Just for the record
in
my own coding I use the SWITCH/CASE expressions.

TIA!!!
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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: "Tage Widsell" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: Dumb question
>Date: Fri, 17 Nov 2000 15:02:00 +0100
>
>Isn't URLEncoded() a better solution?
>
>
>
>/Tage
>
>--
> >From: "Eric Dawson" <[EMAIL PROTECTED]>
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: Dumb question
> >Date: fre 17 nov 2000 14.39
> >
>
> > what is the ascii code for a space?
> >
> > For netscape I need to replace spaces in the url to %20.
> >
> > what's the best approach? replace(space,"%20",)
> > 
>_
> > Get Your Private, Free E-mail from MSN Hotmail at 
>http://www.hotmail.com.
> >
> > Share information about yourself, create your own public profile at
> > http://profiles.msn.com.
> >
> > ~~
> > Structure your ColdFusion code with Fusebox. Get the official book at
> > http://www.fusionauthority.com/bkinfo.cfm
> >
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> >
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: A book about "debugging applications' ?
>Date: Fri, 17 Nov 2000 15:19:40 +0100
>
>Hi!
>Do you know a good book about debugging applications which are coldfusion 
>or
>web oriented?
>Laure
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: A book about "debugging applications' ?

2000-11-17 Thread Michael Thomas

I would love to, I intended them to be helpful for the given audiences scope 
& community (Cold fusion programmers). Unfortunately my entire site design 
ties into everything here. We're talking about include files, custom tag 
files, backend database, just to list a small few here. The work it would 
take to clean all this up so that I could put it somewhere else just as 
others have suggested would be more work than what it took just to write the 
tutorials themselves. We're talking 20-30 pages that would need reformatting 
here. At this time Ill just keep them exclusive. Sorry guys.

Sincerely,
Mike T. Lakes


>From: "Laure Lunot" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: A book about "debugging applications' ?
>Date: Fri, 17 Nov 2000 16:56:14 +0100
>
>Michael,
>Is there a possibility to get your tutorial this way or another way ?
>Laure
>
>-Message d'origine-
>De : Kevin Willyerd [mailto:[EMAIL PROTECTED]]
>Envoyé : vendredi 17 novembre 2000 15:59
>À : CF-Talk
>Objet : RE: A book about "debugging applications' ?
>
>
>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 "debugging applications' ?
>
>
>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 PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: A book about "debugging applications' ?
> >Date: Fri, 17 Nov 2000 15:19:40 +0100
> >
> >Hi!
> >Do you know a good book about debugging applications which are coldfusion
> >or
> >web oriented?
> >Laure
> >
> >~~
> >Structure your ColdFusion code with Fusebox. Get the official book at
> >http://www.fusionauthority.com/bkinfo.cfm
> >
> >Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> >Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
>_
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>Share information about yourself, create your own public profile at
>http://profiles.msn.com.
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 have not taken the certification test given by allaire (Personally $150 
outta my pocket isnt too enticing.) but I know that the brainbench test lets 
you use outside materials when testing. Thats a pretty broad scope there, 
you could have a book open with your hand right on the index if you needed 
any quick answers, among other things. Are we testing how fast you can find 
the answer in a book???

With a couple of those things in mind I think you should use the tests as a 
measure of how far your abilities are coming along. In fact the test can be 
a nice confident booster in most cases but then again on the down side can 
be just the opposite for people who dwell on such things.

I think you mentioned something else that wuz important. The ability to read 
& understand the syntax of the code. This indeed is important in itself as 
it does demonstrate your given quick rationale in thinking & knowledge on 
the given subjects at hand but like you said doesnt illustrate that you can 
write good code.


>From: Simon Horwith <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: Certification Exam
>Date: Fri, 17 Nov 2000 12:43:13 -0500
>
>I have been reading this thread, and just wanted to mention that neither 
>the
>allaire test, nor the brainbench test, actually means you have a clue how 
>to
>program in CF.  The allaire test seems to do a better (more thorough) job 
>of
>testing your understanding of web application architectures and
>implementations, and the brainbench test might do a better job testing your
>syntax knowledge and your ability to read code and know what it's doing
>but neither of these tests illustrate to me, that a person has the ability
>to write good code.  There's a huge difference between spitting out
>memorized answers, and actually using this knowledge in the real world.  
>The
>tests are nice things to say you've done, and they might make prospective
>employers and clients feel better, but like so many other tests out there,
>they're no substitute for experience and good practice.  If you feel you're
>experienced enough that the test doesn't or shouldn't matter, then you're
>probably ready to take it, and should take it, to emphasise your talents.
>If you don't feel that experienced... my advice is to get experienced 
>before
>taking the test... even if it's building apps on your laptop.
>Like I said, just my two cents.
>
>~Simon
>
> > Simon Horwith
> > Certified ColdFusion Developer
> > Fig Leaf Software
> > 1400 16th St NW, # 220
> > Washington DC 20036
> > 202.797.6570 (direct line)
> > www.figleaf.com
> >
>
>
>-Original Message-
>From: Stewart McGowan [mailto:[EMAIL PROTECTED]]
>Sent: Friday, November 17, 2000 12:26 PM
>To: CF-Talk
>Subject: RE: Certification Exam
>
>
>I wonder if the UK certified doodahs could give me an idea of the 
>advantages
>of certification?
>
>
>Kind Regards
>
>
>Stewart
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: PCodeDocumentNodeImp::validateSelf

2000-11-17 Thread Michael Thomas

Yes indeed it wuz, the database has a couple hundred links but a narrow that 
down into fields, so id say maybe 10 at a given time, give or take 1 or 2.


>From: "Paul Mone" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>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: PCodeDocumentNodeImp::validateSelf
>
>
>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 it 
>no
>longer is.
>
>
> >From: David Cummins <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: Re: PCodeDocumentNodeImp::validateSelf
> >Date: Fri, 17 Nov 2000 11:45:55 +1300
> >
> >If it causes problems with them, then how are you supposed to use 
>Unicode?
> >That's what nvarchars are for...
> >
> >Paul Mone wrote:
> > >
> > > Yeah, I stay away from nvarchar, etc. for the same reason.  What is 
>the
> > > benefit of using nvarchar over varchar (if any).  i.e. why does it
> >exist?
> > >
> > > -Original Message-
> > > From: Michael Ross [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, November 15, 2000 12:14 PM
> > > To: CF-Talk
> > > Subject: Re: PCodeDocumentNodeImp::validateSelf
> > >
> > > I got the pcode error when my variables in SQL 7.0 were nvarchar, 
>ntext
> >and
> > > such.  Once I changed them(varchar, text) it worked.
> > >
> > > thanks
> > >
> > > >>> [EMAIL PROTECTED] 11/12/00 08:36PM >>>
> > > On 11/13/00, David Cummins penned:
> > > >I've seen it once before. Damned if I know - I think its an internal
> >error.
> > > >
> > > >BTW, does anybody know how to find anything on the Allaire site? I 
>hear
> > > >references to a search that works properly, but I've never seen a
> > > >description of
> > > >a PCode error yet on their site.
> > >
> > > The only thing I found in the knowledge base basically said there's
> > > no way to determine what they are. You can do some things that will
> > > help you guess, and do some registry hacks in 4.51 that will cause CF
> > > server to restart. But I'm using 4.01 since 4.51 is such crap. I just
> > > restarted CF server and it went away. I'm using the same custom tag,
> > > that the PCode message said caused the error, under multiple sites
> > > and it only happened on the one, so it seems to be a random thing.
> > > --
> > >
> > > Bud Schneehagen - Tropical Web Creations
> > >
> > > _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> > > ColdFusion Solutions / eCommerce Development
> > > [EMAIL PROTECTED]
> > > http://www.twcreations.com/
> > > 954.721.3452
> > >
> >---
>-
> > > 
> > > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or
> >send a
> > > message with 'unsubscribe' in the body to
> >[EMAIL PROTECTED]
> > >
> > >
> >---
>-
> > > 
> > > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or
> >send a
> > > message with 'unsubscribe' in the body to
> >[EMAIL PROTECTED]
> > >
> > >
> >---
>-
> > > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or
> >send a message with 'unsubscribe' in the body to
> >[EMAIL PROTECTED]
> >
> >--
> >David Cummins
> >Systems Developer
> >Ubiquity Software Ltd.

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 firm 
believer that you dont need to have your own dotcom to get some respect 
within the industry. ^_^


>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 never able to solve it. I have an
>intranet where people login, via IIS from an LDAP. I may be using the wrong
>terminology but in laymans terms, a little gray login box appears asking 
>for
>my username and password, I know for sure the info is being authenticated
>against an LDAP. My problem is I need to somehow grab that login name to 
>set
>a session variable to customize the rest of my pages on my site based on 
>who
>the user is. It would be cool if I could create my own login page where CF
>can pull the user info from the LDAP and I can go from there, but I don't
>think these my Info Systems people are going to let me do that for 
>'security
>reasons'. Is there any way to do this?
>_
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>Share information about yourself, create your own public profile at
>http://profiles.msn.com.
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 never able to solve it. I have an
>intranet where people login, via IIS from an LDAP. I may be using the wrong
>terminology but in laymans terms, a little gray login box appears asking 
>for
>my username and password, I know for sure the info is being authenticated
>against an LDAP. My problem is I need to somehow grab that login name to 
>set
>a session variable to customize the rest of my pages on my site based on 
>who
>the user is. It would be cool if I could create my own login page where CF
>can pull the user info from the LDAP and I can go from there, but I don't
>think these my Info Systems people are going to let me do that for 
>'security
>reasons'. Is there any way to do this?
>_
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>Share information about yourself, create your own public profile at
>http://profiles.msn.com.
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: PCodeDocumentNodeImp::validateSelf

2000-11-17 Thread Michael Thomas

This never actually brought down the entire server but however it did kill 
the usage of that user agent until I restarted the server. This wuz a lil 
bit annoying as it would just come out of no where (even though it wuz few & 
far between.)

Your solution to this sounds interesting, by any chance would you be able to 
pass this servlet along???


>From: "Paul Mone" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: PCodeDocumentNodeImp::validateSelf
>Date: Fri, 17 Nov 2000 13:02:28 -0800
>
>I had 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 PROTECTED]]
>Sent: Friday, November 17, 2000 11:47 AM
>To: CF-Talk
>Subject: RE: PCodeDocumentNodeImp::validateSelf
>
>
>Yes indeed it wuz, the database has a couple hundred links but a narrow 
>that
>down into fields, so id say maybe 10 at a given time, give or take 1 or 2.
>
>
> >From: "Paul Mone" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >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: PCodeDocumentNodeImp::validateSelf
> >
> >
> >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 it
> >no
> >longer is.
> >
> >
> > >From: David Cummins <[EMAIL PROTECTED]>
> > >Reply-To: [EMAIL PROTECTED]
> > >To: CF-Talk <[EMAIL PROTECTED]>
> > >Subject: Re: PCodeDocumentNodeImp::validateSelf
> > >Date: Fri, 17 Nov 2000 11:45:55 +1300
> > >
> > >If it causes problems with them, then how are you supposed to use
> >Unicode?
> > >That's what nvarchars are for...
> > >
> > >Paul Mone wrote:
> > > >
> > > > Yeah, I stay away from nvarchar, etc. for the same reason.  What is
> >the
> > > > benefit of using nvarchar over varchar (if any).  i.e. why does it
> > >exist?
> > > >
> > > > -Original Message-
> > > > From: Michael Ross [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, November 15, 2000 12:14 PM
> > > > To: CF-Talk
> > > > Subject: Re: PCodeDocumentNodeImp::validateSelf
> > > >
> > > > I got the pcode error when my variables in SQL 7.0 were nvarchar,
> >ntext
> > >and
> > > > such.  Once I changed them(varchar, text) it worked.
> > > >
> > > > thanks
> > > >
> > > > >>> [EMAIL PROTECTED] 11/12/00 08:36PM >>>
> > > > On 11/13/00, David Cummins penned:
> > > > >I've seen it once before. Damned if I know - I think its an 
>internal
> > >error.
> > > > >
> > > > >BTW, does anybody know how to find anything on the Allaire site? I
> >hear
> > > > >references to a search that works properly, but I've never seen a
> > > > >description of
> > > > >a PCode error yet on their site.
> > > >
> > > > The only thing I found in the knowledge base basically said there's
> > > > no way to determine what they are. You can do some things that will
> > > > help you guess, and do some registry hacks in 4.51 that will cause 
>CF
> > > > server to restart. But I'm using 4.01 since 4.51 is such crap. I 
>just
> > > > restarted CF server and it went away. I'm using the same custom tag,
> > > > that the PCode message said caused the error, under multiple sites
> > > > and it only happened on the one, so it seems to be a random thing.
> > > > --
> > > >
> > > > Bud Schneehagen - Tropical Web Creations
> > > >
> > > > _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> > > > ColdFusion Solutions / eCommerce Development
> > > > [EMAIL PROTECTED]
> > > &g

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 wanted one day perhaps code a small game or something 
like that. Do you have a working example of this online that I can play 
with!?!?!? Please Please Please!!! lmao

Once again on a serious note, to everyone that posted, good job guys. If you 
have that game online or avialable to try out Id love to play with it, Post 
Link!!! hehe

Sincerely,
Mike


>From: "Daniel Kemp" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: Real Life Math Computations
>Date: Fri, 17 Nov 2000 17:02:11 -
>
> > There are a couple of built-in functions within Cold Fusion
> > as well as other languages like Javascript etc. etc. that
> > Im curious about.
>
> > Abs()
> > Atn() (or otherwise referred to as Atan)
> >
> > Anyone have a real world example of these within a CF
> > App???
>
>Yup here's an entertaining, if not unlong snippit of code...
>
>It's used to help run a virtual ecosystem, the below helps me work out
>which target creatures are within the source creatures Field of
>Vision.  i.e. the sourceCreature can be facing 45 degree (northwest),
>and have a FoV of 120 degree, the below code works out the angle
>between the source creature and target creature, and then the angle
>between that angle and the facing angle (nording) of the source
>creature, and checks to see if it falls within the FoV.
>
>Of course I assume the whole thing would be faster in  and
>using some form of look-up table.
>
>I don't know about "real-world", but this is artificial world :)
>
>-
>
>
>
>   
>   
>
>
>
>   
>   
>
>
>
>   
>   
>
>
>
>   
>   
>
>
>
>targetY)))>
>
>
>
>   
>
>
>
>   
>
>
>
>   
>
>
>
>   
>
>
>
>
>(newAngle-360))>
>   
>
>   
>
>
>
>   
>   targetX)+(sourceY - targetY)*(sourceY - targetY)))>
>
>
>   
>   sourceDoV AND Distance LTE int(sourceDistance*5)>
> 
> 
> 
> 
> 
> 
> 
>   
>
>
>
>
>Oh yeah, and for the record, here's the SQL that get's the 10 nearest
>target creatures, within the source creatures view distance.
>
>
>   SELECT id as targetID,
> x as targetX,
> y as targetY,
> creatureType as targetCreatureType,
> dmgTvTMod.modify as TvTMod,
> dmgAvBMod.modify as AvBMod
>   FROM creature,
> dmgTypeVrsTypeMod dmgTvTMod,
> dmgAttackVrsBodyMod dmgAvBMod
>   WHERE id <> #sourceID#
>   AND energyLevel > 0
>   AND dmgTvTMod.defenderTypeID = creatureType
>   AND dmgTvTMod.attackerTypeID = #sourceCreatureType#
>   AND dmgAvBMod.bodyTypeID = bodyType
>   AND dmgAvBMod.attackTypeID = #sourceAttackType#
>   ORDER BY ((x-#sourceX#)*(x-#sourceX#)+(y-#sourceY#)*(y-#sourceY#))
>
>
>Notice the scary ORDER BY bit, any suggestions on how to turn that
>into a stored procedure greatly welcomed :)
>
>-
>
>R'grds,
>Dan.
>
>
>
>This message is intended only for the use of the person(s) ("the intended 
>recipient(s)") to whom it is addressed.
>
>It may contain information which is privileged and confidential within the 
>meaning of the applicable law.
>If you are not the intended recipient, please contact the sender as soon as 
>possible.
>The views expressed in this communication may not necessarily be the views 
>held by Live Information Systems Limited.
>
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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! (update to last  q)
>Date: Fri, 17 Nov 2000 08:30:03 -0500
>
>If I embed a SQL query inside a CFQUERY my variables don't get processed:
>
>dbtype="ODBC">
>  template="/Includes/SQL/Registration/SelectUserDupeCheck.cfm">
>
>
>
>The query is:
>
>Select Username
>  From Users
>Where Username = '#form.username#'
>
>
>The variable #form.username# is not being processed.  Is this normal, or am
>I doing something wrong?
>
>If I put the whole query inside the CFQuery tag (no include) it works fine.
>--
>Michael She
>I m a g i n e   C o m m u n i c a t i o n s
>Company E-mail: [EMAIL PROTECTED]
>Personal E-mail: [EMAIL PROTECTED]
>ICQ UIN: #243466
>Personal Homepage: http://www.michaelshe.com (Under Construction)
>Imagine Communications: http://www.imagineer.net
>PGP Fingerprint: 9A24 1DA9 39B8 0A0C C5ED 6E5D 45E9 075A 51CD 66A1
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 happen 
to them???

Mike
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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/tutorials all ranging from Beginner to Advanced Levels (Mostly 
beginner, Im working my up the ladder with content).

I wuz wondering if anyone would like to contribute anything to this project, 
doesnt matter how big or small (Everything counts ^_^). I do however have to 
admit before hand that I cannot pay anything for any contributions made. I 
do this project in my free time to contribute something back to the 
community that has given so much to me, just as evryone here does everyday 
in this list. Even though I cant pay anything it doesnt mean that this 
doesnt come without benefits.

If anyone is interested in this opportunity you can contact me directly at 
[EMAIL PROTECTED] Once again sorry for the off topic post. Thanx in 
advance for all your time.

Sincerely,
Mike
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 wireless 
market. Ill have to take a look at it then cuz I dont have one installed 
right at this moment. I do have one question though, why did you develop 
something like that for the wireless community due to the limitations of it 
all???

Still laughing at that breeding/orgy problem,
Mike ^_^

>From: "Daniel Kemp" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: Real Life Math Computations
>Date: Sat, 18 Nov 2000 09:06:00 -
>
> > You were right when you said entertaining, Ive always been
> > a fan of game programming & have wanted one day perhaps
> > code a small game or something like that. Do you have a
> > working example of this online that I can play
> > with!?!?!? Please Please Please!!! lmao
>
>Ok, remember it's work in progress, and you'll need a WAP browser, I
>suggest http://www.yospace.com for that.
>
>The link is: http://wap.phink.net/minisphere
>
>At the moment the "turns engine" is turned off.  All the creatures
>have been getting quite randy over the last week, and my breeding code
>isn't working!  They've been chasing potential mates to the edge of
>the map, where they seem to be getting stuck in a horrid unconsummated
>orgy.
>
>The things you have to sort out as a coder.
>
>When I get the code sorted I'll maybe post a heads up to anyone who's
>interested, so people can drop their own creatures in.  Although
>there's a hell of a lot of optimisation to do yet.
>
>R'grds
>Dan.
>
>
>
>This message is intended only for the use of the person(s) ("the intended 
>recipient(s)") to whom it is addressed.
>
>It may contain information which is privileged and confidential within the 
>meaning of the applicable law.
>If you are not the intended recipient, please contact the sender as soon as 
>possible.
>The views expressed in this communication may not necessarily be the views 
>held by Live Information Systems Limited.
>
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 mailer 
daemon & not hotmails which lead me to believe it wuz a list problem, 
although that isnt necessarily true.

Mike


>From: [EMAIL PROTECTED] (Michael Dinowitz)
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: CF-Talk Undelivered Mail.
>Date: Sun, 19 Nov 2000 09:04:14 -0500
>
>I didn't get any undelivered alerts. Has anyone else? It could be hotmail 
>or
>it could be me and I'd like to know which. I've just finished working on a
>new list filtering system that's going in today and I'd like to know of any
>related problems before I do.
>As a side note, the filter removes all of the HTML junk from HTML based
>messages, extra ads and othe rjunk from the bottom of a message. Might slow
>the list down by a minute or two, but will result in tighter posts and
>shorter digests. All part of the new archives as well. :)
>
> > 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
>happen
> > to them???
> >
> > Mike
> > 
>_
> > Get Your Private, Free E-mail from MSN Hotmail at 
>http://www.hotmail.com.
> >
> > Share information about yourself, create your own public profile at
> > http://profiles.msn.com.
> >
> > ~~
> > Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
> >
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> >
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=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???
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CF functions list.....

2000-11-19 Thread Michael Thomas

Has anyone ever used the GetFunctionList() function to display all of the 
functions available that the CF Server supports???

I did & it came back with some functions that Ive never seen before. I have 
a list of those functions below:

CF_GETDATASOURCEUSERNAME
CF_ISCOLDFUSIONDATASOURCE
CF_SETDATASOURCEPASSWORD
CF_SETDATASOURCEUSERNAME
CFUSION_DBCONNECTIONS_FLUSH
CFUSION_DECRYPT
CFUSION_DISABLE_DBCONNECTIONS
CFUSION_ENCRYPT
CFUSION_GETODBCDSN
CFUSION_GETODBCINI
CFUSION_SETODBCINI
CFUSION_SETTINGS_REFRESH
CFUSION_VERIFYMAIL

These were all grouped together, as the list is returned in alphabetical 
order. These may not be the only ones that were new to my knowledge. Do 
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 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 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/tutorials all ranging from Beginner to Advanced Levels (Mostly
>beginner, Im working my up the ladder with content).
>
>I wuz wondering if anyone would like to contribute anything to this 
>project,
>doesnt matter how big or small (Everything counts ^_^). I do however have 
>to
>admit before hand that I cannot pay anything for any contributions made. I
>do this project in my free time to contribute something back to the
>community that has given so much to me, just as evryone here does everyday
>in this list. Even though I cant pay anything it doesnt mean that this
>doesnt come without benefits.
>
>If anyone is interested in this opportunity you can contact me directly at
>[EMAIL PROTECTED] Once again sorry for the off topic post. Thanx in
>advance for all your time.
>
>Sincerely,
>Mike
>_
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>Share information about yourself, create your own public profile at
>http://profiles.msn.com.
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF functions list.....

2000-11-19 Thread Michael Thomas

Not only are there many hidden cf functions even besides the ones shown 
below & that will be returned by the GetFunctiosnList() but there are tags 
too. As I have found some of these are potentially dangerous.


>From: [EMAIL PROTECTED] (Michael Dinowitz)
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: CF functions list.
>Date: Sun, 19 Nov 2000 17:41:48 -0500
>
>The function shows ALL functions, including the hidden ones. I've got notes
>on them all and will put them up. I know I've said I would do this is the
>past and have only slowly, but that's changing. I'm in final release of my
>annotated docs (docs you can comment on) and they'll be released with the
>functions.
>You can look at what's there and comment at www.fusionauthority.com/docs
>
>
> > Has anyone ever used the GetFunctionList() function to display all of 
>the
> > functions available that the CF Server supports???
> >
> > I did & it came back with some functions that Ive never seen before. I
>have
> > a list of those functions below:
> >
> > CF_GETDATASOURCEUSERNAME
> > CF_ISCOLDFUSIONDATASOURCE
> > CF_SETDATASOURCEPASSWORD
> > CF_SETDATASOURCEUSERNAME
> > CFUSION_DBCONNECTIONS_FLUSH
> > CFUSION_DECRYPT
> > CFUSION_DISABLE_DBCONNECTIONS
> > CFUSION_ENCRYPT
> > CFUSION_GETODBCDSN
> > CFUSION_GETODBCINI
> > CFUSION_SETODBCINI
> > CFUSION_SETTINGS_REFRESH
> > CFUSION_VERIFYMAIL
> >
> > These were all grouped together, as the list is returned in alphabetical
> > order. These may not be the only ones that were new to my knowledge. Do
> > 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 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 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/tutorials all ranging from Beginner to Advanced Levels (Mostly
> > >beginner, Im working my up the ladder with content).
> > >
> > >I wuz wondering if anyone would like to contribute anything to this
> > >project,
> > >doesnt matter how big or small (Everything counts ^_^). I do however 
>have
> > >to
> > >admit before hand that I cannot pay anything for any contributions 
>made.
>I
> > >do this project in my free time to contribute something back to the
> > >community that has given so much to me, just as evryone here does
>everyday
> > >in this list. Even though I cant pay anything it doesnt mean that this
> > >doesnt come without benefits.
> > >
> > >If anyone is interested in this opportunity you can contact me directly
>at
> > >[EMAIL PROTECTED] Once again sorry for the off topic post. Thanx in
> > >advance for all your time.
> > >
> > >Sincerely,
> > >Mike
> > 
> >_
> > >Get Your Private, Free E-mail from MSN Hotmail at 
>http://www.hotmail.com.
> > >
> > >Share information about yourself, create your own public profile at
> > >http://profiles.msn.com.
> > >
> > >~~
> > >Structure your ColdFusion code with Fusebox. Get the official book at
> > >http://www.fusionauthority.com/bkinfo.cfm
> > >
> > >Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > >Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> >
> > 
>_
> > Get Your Private, Free E-mail from MSN Hotmail at 
>http://www.hotmail.com.
> >
> > Share information about yourself, create your own public profile at
> > http://profiles.msn.com.
> >
> > ~~
> > Structure your ColdFusion co

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.
>Date: Sun, 19 Nov 2000 18:09:56 -0500
>
>True there are hidden tags, but there's no easy way of knowing them all 
>like
>there is for functions.
>
> > Not only are there many hidden cf functions even besides the ones
>shown
> > below & that will be returned by the GetFunctiosnList() but there are 
>tags
> > too. As I have found some of these are potentially dangerous.
>
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF functions list.....

2000-11-19 Thread Michael Thomas

This link covers alot but not all... Ive found a surplus of ones other than 
that already.


>From: "John Foulds" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: CF functions list.
>Date: Thu, 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: Sunday, November 19, 2000 6:54 PM
>Subject: Re: CF functions list.
>
>
> > Not only are there many hidden cf functions even besides the ones
>shown
> > below & that will be returned by the GetFunctiosnList() but there are 
>tags
> > too. As I have found some of these are potentially dangerous.
> >
> >
> > >From: [EMAIL PROTECTED] (Michael Dinowitz)
> > >Reply-To: [EMAIL PROTECTED]
> > >To: CF-Talk <[EMAIL PROTECTED]>
> > >Subject: Re: CF functions list.
> > >Date: Sun, 19 Nov 2000 17:41:48 -0500
> > >
> > >The function shows ALL functions, including the hidden ones. I've got
>notes
> > >on them all and will put them up. I know I've said I would do this is 
>the
> > >past and have only slowly, but that's changing. I'm in final release of
>my
> > >annotated docs (docs you can comment on) and they'll be released with 
>the
> > >functions.
> > >You can look at what's there and comment at 
>www.fusionauthority.com/docs
> > >
> > >
> > > > Has anyone ever used the GetFunctionList() function to display all 
>of
> > >the
> > > > functions available that the CF Server supports???
> > > >
> > > > I did & it came back with some functions that Ive never seen before. 
>I
> > >have
> > > > a list of those functions below:
> > > >
> > > > CF_GETDATASOURCEUSERNAME
> > > > CF_ISCOLDFUSIONDATASOURCE
> > > > CF_SETDATASOURCEPASSWORD
> > > > CF_SETDATASOURCEUSERNAME
> > > > CFUSION_DBCONNECTIONS_FLUSH
> > > > CFUSION_DECRYPT
> > > > CFUSION_DISABLE_DBCONNECTIONS
> > > > CFUSION_ENCRYPT
> > > > CFUSION_GETODBCDSN
> > > > CFUSION_GETODBCINI
> > > > CFUSION_SETODBCINI
> > > > CFUSION_SETTINGS_REFRESH
> > > > CFUSION_VERIFYMAIL
> > > >
> > > > These were all grouped together, as the list is returned in
>alphabetical
> > > > order. These may not be the only ones that were new to my knowledge.
>Do
> > > > 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 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 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/tutorials all ranging from Beginner to Advanced Levels
>(Mostly
> > > > >beginner, Im working my up the ladder with content).
> > > > >
> > > > >I wuz wondering if anyone would like to contribute anything to this
> > > > >project,
> > > > >doesnt matter how big or small (Everything counts ^_^). I do 
>however
> > >have
> > > > >to
> > > > >admit before hand that I cannot pay anything for any contributions
> > >made.
> > >I
> > > > >do this project in my free time to contribute something back to the
> > > > >community that has given so much to me, just as evryone here does
> > >everyday
> > > > >in this l

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" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: CF functions list.
>Date: Sun, 19 Nov 2000 18:35:40 -0500
>
>OK .. there's no easy way, but there *is* a way, right?  Are these
>undocumented tags documented anywhere at all?  I would like to see them  
>Why
>are they undocumented?  This sounds rather dangerous to me.
>
>Todd Ashworth
>
>
>- Original Message -
>From: "Michael Dinowitz" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Sunday, November 19, 2000 6:09 PM
>Subject: Re: CF functions list.
>
>
> > True there are hidden tags, but there's no easy way of knowing them all
>like
> > there is for functions.
> >
> > > Not only are there many hidden cf functions even besides the ones
> > shown
> > > below & that will be returned by the GetFunctiosnList() but there are
>tags
> > > too. As I have found some of these are potentially dangerous.
>
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF functions list.....

2000-11-19 Thread Michael Thomas

If & When I find some Ill post urls.


>From: "John Foulds" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: CF functions list.
>Date: Thu, 7 Sep 2000 18:50:07 -0400
>
>In anything provides 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.
>
>
> > This link covers alot but not all... Ive found a surplus of ones other
>than
> > that already.
> >
> >
> > >From: "John Foulds" <[EMAIL PROTECTED]>
> > >Reply-To: [EMAIL PROTECTED]
> > >To: CF-Talk <[EMAIL PROTECTED]>
> > >Subject: Re: CF functions list.
> > >Date: Thu, 7 Sep 2000 18:04:18 -0400
> > >
> >
> >http://www.securiteam.com/exploits/Patch_Available_for_the_Undocumented_CFM
>L
> > >_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 there many hidden cf functions even besides the 
>ones
> > >shown
> > > > below & that will be returned by the GetFunctiosnList() but there 
>are
> > >tags
> > > > too. As I have found some of these are potentially dangerous.
> > > >
> > > >
> > > > >From: [EMAIL PROTECTED] (Michael Dinowitz)
> > > > >Reply-To: [EMAIL PROTECTED]
> > > > >To: CF-Talk <[EMAIL PROTECTED]>
> > > > >Subject: Re: CF functions list.
> > > > >Date: Sun, 19 Nov 2000 17:41:48 -0500
> > > > >
> > > > >The function shows ALL functions, including the hidden ones. I've 
>got
> > >notes
> > > > >on them all and will put them up. I know I've said I would do this 
>is
> > >the
> > > > >past and have only slowly, but that's changing. I'm in final 
>release
>of
> > >my
> > > > >annotated docs (docs you can comment on) and they'll be released 
>with
> > >the
> > > > >functions.
> > > > >You can look at what's there and comment at
> > >www.fusionauthority.com/docs
> > > > >
> > > > >
> > > > > > Has anyone ever used the GetFunctionList() function to display 
>all
> > >of
> > > > >the
> > > > > > functions available that the CF Server supports???
> > > > > >
> > > > > > I did & it came back with some functions that Ive never seen
>before.
> > >I
> > > > >have
> > > > > > a list of those functions below:
> > > > > >
> > > > > > CF_GETDATASOURCEUSERNAME
> > > > > > CF_ISCOLDFUSIONDATASOURCE
> > > > > > CF_SETDATASOURCEPASSWORD
> > > > > > CF_SETDATASOURCEUSERNAME
> > > > > > CFUSION_DBCONNECTIONS_FLUSH
> > > > > > CFUSION_DECRYPT
> > > > > > CFUSION_DISABLE_DBCONNECTIONS
> > > > > > CFUSION_ENCRYPT
> > > > > > CFUSION_GETODBCDSN
> > > > > > CFUSION_GETODBCINI
> > > > > > CFUSION_SETODBCINI
> > > > > > CFUSION_SETTINGS_REFRESH
> > > > > > CFUSION_VERIFYMAIL
> > > > > >
> > > > > > These were all grouped together, as the list is returned in
> > >alphabetical
> > > > > > order. These may not be the only ones that were new to my
>knowledge.
> > >Do
> > > > > > 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" <

Re: CF functions list.....

2000-11-19 Thread Michael Thomas

Definantly. There are some functions & tags that are made & could be 
incorporated for exactly what you just described.

>From: "Todd Ashworth" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: CF functions 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 PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Sunday, November 19, 2000 6:46 PM
>Subject: Re: CF functions list.
>
>
> > 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" <[EMAIL PROTECTED]>
> > >Reply-To: [EMAIL PROTECTED]
> > >To: CF-Talk <[EMAIL PROTECTED]>
> > >Subject: Re: CF functions list.
> > >Date: Sun, 19 Nov 2000 18:35:40 -0500
> > >
> > >OK .. there's no easy way, but there *is* a way, right?  Are these
> > >undocumented tags documented anywhere at all?  I would like to see them
> > >Why
> > >are they undocumented?  This sounds rather dangerous to me.
>
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: A book about "debugging applications' ?
>Date: Mon, 20 Nov 2000 14:00:08 -
>
> > I would love to, I intended them to be helpful for the given
>[ snip ]
> > here. At this time Ill just keep them exclusive. Sorry guys.
>
>Can you make sure you issue a big "heads up" about the site (and in
>particular these articles) when it does go live?
>
>
>Thank
>
>--
>Aidan Whitehall <[EMAIL PROTECTED]>
>Netshopper UK Ltd
>Advanced Web Solutions & Services
>
>http://www.netshopperuk.com/
>Telephone +44 (01744) 648650
>Fax +44 (01744) 648651
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 the 
properties goes a lil something like this:

{background-color: #FF;}

Notice the minus sign (-) in the background color property. I tried using 
the property along with some other methods in the naming of the variables to 
make it more dynamic, ultimately making it easier to code. Well when I ran 
into those properties with the minus sign in them I got the same error you 
just came back with. lol

A variable cannot contain a minus sign within the name like this:



Thats probably how it happened.

Best Regards,
Mike


>From: Nick McClure <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Weird Error
>Date: Mon, 20 Nov 2000 10:12:51 -0500
>
>I Got a very strange error this weekend and I wanted to know if anybody
>else has seen this one. It happened on multiple applications.
>
>session.loggedin=CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode12233
>35654321
>
>
>It was not always a session variable. Any Ideas?
>
>
>--
>Nick McClure[EMAIL PROTECTED]
>Technical Director  859.245.9656
>squareFish Mediawww.squareFish.com
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: Slightly OT HTML question
>Date: Tue, 21 Nov 2000 04:27:00 -0500
>
>
>  Maybe this is too complicated, but I would keep the original file names,
>and put it in a directory named '149284.'
>
>  Although, if you don't want to try that approach you may want to link
>to another CFM page that renames the file and then links to it, either
>using javascript or a cflocation.
>
>
>Norman Elton wrote:
> >
> > Hello-
> >
> > I know this is slightly off topic, but it is related to HTML, so here it
> > goes:
> >
> > I keep an archive of files. A user uploads a file ("MyFile.doc") and it 
>gets
> > dumped into a directory for storage. It gets renamed to a unique name
> > ("149284.doc") for storage, and the original filename is stored in the
> > database.
> >
> > Now the user wants to download the file. I can make a link to the file, 
>but
> > it would be downloaded with the numeric name. Is there any way to 
>somehow
> > "dynamically" rename the file so that the user doesn't have to rename it
> > manually?
> >
> > Thanks!
> >
> > Norman
> >
> > ~~
> > Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
> >
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
>--
>Jeff Houser | mailto:[EMAIL PROTECTED]
>AIM: Reboog711  | ICQ: 5246969 | Phone: 860-229-2781
>--
>Instant Cold Fusion 4.5  | ISBN: 0-07-213238-8
>Due out 3rd Quarter 2001
>--
>DotComIt, LLC
>Computer Consultant specializing in database driven web data
>ColdFusion, Lotus Notes/Domino
>--
>Half of the Alternative Folk Acoustic Duo called Far Cry Fly
>http://www.farcryfly.com
>http://www.mp3.com/FarCryFly
>--
>Does Everyone Think I'm a Cynical?
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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://explorer.msn.com

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 this helps.

Sincerely,
Mike T. Lakes


>From: "Mark W. Breneman" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Printing mailing labels in a browser -- Joy... :-O
>Date: Tue, 21 Nov 2000 15:46:08 -0600
>
>
>My boss just "gave" me a new project Printing mailing labels from a
>browser.
>
>Any one try anything this odd?
>Thanks
>Mark W. Breneman
>-Cold Fusion Developer
>-Network Administrator
>   Vivid Media
>   [EMAIL PROTECTED]
>   www.vividmedia.com
>   608.270.9770
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 message is in MIME format. Since your mail reader does not understand
>this format, some or all of this message may not be legible.
>
>--_=_NextPart_001_01C054C9.763C0AE0
>Content-Type: text/plain;
>   charset="iso-8859-1"
>
>CHR(13) and CHR(10)
>
>I can't remember which is which, but I believe one is line feed, and one is
>break.
>
>E
>
>-Original Message-
>From: Simon Horwith [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, November 22, 2000 3:50 PM
>To: CF-Talk
>Subject: RE: Use End of Line Char as Delimiter?
>
>
>yes it is.  use the CHR() function
>~Simon
>
> > Simon Horwith
> > Certified ColdFusion Developer
> > Fig Leaf Software
> > 1400 16th St NW, # 220
> > Washington DC 20036
> > 202.797.6570 (direct line)
> > www.figleaf.com
> >
>
>
>-Original Message-
>From: Jon Hall [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, November 22, 2000 2:40 PM
>To: CF-Talk
>Subject: Use End of Line Char as Delimiter?
>
>
>Is it possible to use the end of line character as a delimiter in a list (I
>beleive it is Ascii-20)? The I could read an entire text file into
>The reason I ask is that I need to read a text file line by line, and it
>would be much easier if I could get a line count as I am going.
>
>jon
>
>
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
>--_=_NextPart_001_01C054C9.763C0AE0
>Content-Type: text/html;
>   charset="iso-8859-1"
>Content-Transfer-Encoding: quoted-printable
>
>
>
>
>charset=3Diso-8859-1">
>5.5.2653.12">
>RE: Use  End of Line Char as Delimiter?
>
>
>
>CHR(13) and CHR(10)
>
>
>I can't remember which is which, but I believe one is =
>line feed, and one is break.
>
>
>E
>
>
>-Original Message-
>From: Simon Horwith [HREF=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]]ONT>
>Sent: Wednesday, November 22, 2000 3:50 PM
>To: CF-Talk
>Subject: RE: Use End of Line Char as =
>Delimiter?
>
>
>
>yes it is.  use the CHR() function
>~Simon
>
>
>> Simon Horwith
>> Certified ColdFusion Developer
>> Fig Leaf Software
>> 1400 16th St NW, # 220
>> Washington DC 20036
>> 202.797.6570 (direct line)
>> www.figleaf.com
>> 
>
>
>
>-Original Message-
>From: Jon Hall [HREF=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]]=
>
>Sent: Wednesday, November 22, 2000 2:40 PM
>To: CF-Talk
>Subject: Use End of Line Char as Delimiter?
>
>
>
>Is it possible to use the end of line character as a =
>delimiter in a list (I
>beleive it is Ascii-20)? The I could read an entire =
>text file into
>The reason I ask is that I need to read a text file =
>line by line, and it
>would be much easier if I could get a line count as =
>I am going.
>
>
>jon
>
>
>
>
>SIZE=3D2>~~
>Structure your ColdFusion code with Fusebox. Get the =
>official book at
>HREF=3D"http://www.fusionauthority.com/bkinfo.cfm" =
>TARGET=3D"_blank">http://www.fusionauthority.com/bkinfo.cfm
>
>
>Archives: HREF=3D"http://www.mail-archive.com/cf-talk@houseoffusion.com/" =
>TARGET=3D"_blank">http://www.mail-archive.com/cf-talk@houseoffusion.com/=
>
>Unsubscribe: HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists" =
>TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
>
>SIZE=3D2>~~
>Structure your ColdFusion code with Fusebox. Get the =
>official book at http://www.fusionauthority.com/bkinfo.cfm" =
>TARGET=3D"_blank">http://www.fusionauthority.com/bkinfo.cfm
>
>
>Archives: HREF=3D"http://www.mail-archive.com/cf-talk@houseoffusion.com/" =
>TARGET=3D"_blank">http://www.mail-archive.com/cf-talk@houseoffusion.com/=
>
>Unsubscribe: HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists" =
>TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
>
>
>
>
>
>--_=_NextPart_001_01C054C9.763C0AE0--
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

___

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: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: Use End of Line Char as Delimiter?
>Date: Thu, 23 Nov 2000 16:08:55 +1300
>
> > CHR(10) is indeed a line break & I do believe the line feed
> > your speaking of
> > is CHR(9)
>
>CR is Chr(13) and LF is Chr(10). Chr(9) is Tab! Check out
>http://members.tripod.com/~plangford/ascii.html -- ah, those were the days.
>Remember when every computer book had an ASCII table in the back?
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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
> > subject the difference between a line feed & carriage return???
>
>LF -- move the paper
>CR -- return the carriage to the left
>
>This is fairly meaningless onscreen. You may find text files are delimited
>by CR/LF combos though, in a bizarre
>"let'stakebackwardscompatibilityallthewaybackasfarastypewriters" spirit.
>
>I remember on some old printers you could send a CR without a LF and it
>would write letters over the same line Oops, is my age showing?
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 counted as 
a *Dead* Link. CFHTTP will fail for the simple fact that it didnt find a 
site, even if there really is one. The problem also has nothing to do with 
timing out either.

Timing out is also an issue to be concerned with. It seems some sites just 
wont comply with CFHTTP. To bring another matter to attention, have you ever 
seen a page when using RESOLVEURL="yes" that came back with all the links 
intact??? I cant say I have.

Those are just a couple issues ive had to deal with that I thought you might 
want to consider before hand. Good Luck.

Sincerely,
Mike

>From: James Sleeman <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: A CF limitation in building a spider?
>Date: Thu, 23 Nov 2000 18:06:21 +1300
>
>---Reply to mail from Phill Gibson about A CF limitation in building a 
>spider?
>
> > Does anyone know of a better way to do the recursive call to cfhttp? 
>Anyway
> > I see it, you are still calling one page, and it eventually times out.
>
>Others have pointed out that CF is not a great tool for the task, but I'll
>point out a way that it could be done.  Using CFSCHEDULE you could
>schedule URL's to be explored something like this...
>
> explore.cfm takes URL to explore 
>(http://my.server/explore.cfm?URL=...")
> grabs URL (CFHTTP)
> indexes URL
> pulls out URL's in URL
> schedules explore.cfm to run with each URL collected (CFSCHEDULE)
> finished
>
>Not only is it not directly recursive and won't likely time out (each 
>request only
>grabs and indexes one URL), but it would concievably (depending on your
>scheduling algorithm) explore in URLS in parallel.  You would need to be
>careful with the scheduling algorithm though so as not to bomb your server
>with too many simultaneous scheduled tasks.
>
>
>---
>James Sleeman
>[EMAIL PROTECTED] (home)
>[EMAIL PROTECTED] (work)
>
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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/css wont mean much.

If theres a couple of our scripts that wont work now, so what, at least now
when browsers are starting to conform to standards more, it gives us a
chance to do things the right way, for once. Its about time they started
conforming. A step in the right direction??? I think so.

Sincerely,
Mike

P.S. Happy Thanx Giving to all on the list.


>From: Rob Keniger <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: Netscape 6 woes
>Date: Thu, 23 Nov 2000 21:55:49 +1000
>
>on 11/23/00 8:25 PM, Jon Hall at [EMAIL PROTECTED] wrote:
>
> > Why is it that everyone seems to be having problems with N6? I have had 
>no
> > problems on the 3 computers I have installed it on. I am loving the CSS
> > support and, I am now finding that more of my pages look correct in N6 
>and
> > IE5.5. This is probably because I have always written to the standards 
>and
> > stayed away from browser specific solutions though.
>
>DHTML that was written to work in Netscape 4.X breaks in N6. That is 
>because
>Netscape 4.x had such a poor DHTML implementation that to do anything you
>*HAD* to write browser-specific code. It's these pages that fail. It's
>Netscape's fault for making 4.x buggy as hell.
>
>--
>
>Rob Keniger
>
>big bang solutions
>
>
>
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 : http://explorer.msn.com

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 been witness to CF 
4.x. My knowledge of its history is very limited. Is there anyone out there 
that would like to write a couple paragraphs about Cold Fusions history???

Full Credit including links to your own site, email address & a short 
description of whatever you like (Most likely some kind of self- 
advertising). If anyone is interested you can contact me off list at 
[EMAIL PROTECTED] TIA for any responses.

Sincerely,
Mike T. Lakes
_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 generally extract most of my queries out into their own files and
>cfinclude them where/as needed (yes, I confess, I use a variation of
>Fusebox). After updating data I simply recall the query setting the cache
>time to zero. Maybe this snippet will help confuse you further.  :)
>
>
>
> UPDATE  Whatever
> SET  Whatever.
>
>
>
>  
>
>
>cachedwithin="#request.QueryCacheTime#">
> SELECT  Whatever
> FROM Wherever
>
>
>Ken
>
>
>- Original Message -
>From: "Bud" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Friday, November 24, 2000 3:36 PM
>Subject: RE: Caching Queries..
>
>
> > On 11/24/00, Dave Watts penned:
> > >You can update cached queries by rerunning the query with a 
>CACHEDWITHIN
>or
> > >CACHEDAFTER attribute which would cause the query to expire immediately
>from
> > >the cache, then rerunning the query again with the desired cache time
> > >length.
> >
> > I set my shopping cart with this in application.cfm:
> >
> > DEFAULT="#createtimespan(0,0,30,0)#">
> >
> > Then add cachedwithin="#attributes.cachequery#" to the queries I want to
>cache.
> >
> > Then when I do changes that are imperative they be updated, I set the
> > value to 0,0,0,0 and wait a half hour and set it back.
> > --
> >
> > Bud Schneehagen - Tropical Web Creations
> >
> > _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> > ColdFusion Solutions / eCommerce Development
> > [EMAIL PROTECTED]
> > http://www.twcreations.com/
> > 954.721.3452
> > ~~
> > Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
> >
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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: "Michael Wilson" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: CFINCLUDE woes
>Date: Fri, 24 Nov 2000 16:44:11 -0500
>
>Hi,
>
>Still new to CF so forgive me if this question seems sort of retarded... I
>am trying to use CFINCLUDE in my site to include my left navigation menu. I
>made a mapping in CF Admin with a logical path of /includes/ and Directory
>Path of C:\Inetpub\wwwroot\clients\mfay\includes which is where the file I
>want to include, leftnav.cfm is. Then I placed template="includes/lrftnav.cfm"> in my pages where I wanted the menu to
>appear.
>
>I am not having a problem with the file showing up in my browser. I am
>having problems with the urls in the links of my menu. The site is split up
>into several directories and I want to include the menu in all the pages. 
>Of
>course the links I have in leftnav.cfm work fine on the index.cfm or any
>.cfm in the root, but if I try and use it in another directory the links 
>get
>all screwed up. It makes sense to me as to why they get messed up. I am 
>just
>wondering if I need to do something I am overlooking to compensate for 
>this.
>
>Is CFINCLUDE meant to be used this way or do I have to replicate the
>includes directory inside every sub directory of my site?
>
>Thanks for any help,
>
>Mike
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Kooky Form Field/List question.

2000-11-20 Thread Michael Thomas

Its been especially slow with hotmail. Some of my posts took over an hour or 
more literally to reach this list. The new system causing this or what??? 
Its slowed down considerably.

Mike


>From: "Scott M. Berry" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: Kooky Form Field/List question.
>Date: Mon, 20 Nov 2000 13:29:14 -0800
>
>This list sucks. It is soo freaking slow that every idiot (including those
>who just love posting even though they have no idea how to answer a
>question) posts 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 PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Monday, November 20, 2000 9:10 AM
>Subject: Re: Kooky Form Field/List question.
>
>
> > 
> > #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 frequently I'm asked by
> > >faculty/staff/students, why they can't just make a form in front page
> > >express and have it send them an email (and we don't have the server
> > >extensions).  I have the hardest time explaining what a form handler 
>is,
> > >and how frontpage just can't do it.
> > >
> > >So, I decided to make a generic Coldfusion form handler.  Something 
>that,
> > >provided it was passed an email address, subject line, and a redirect 
>URL
> > >(for the success message), it would make an email to the address.  Ok,
>this
> > >is the easy part.  I have it already.  The problem is, I need also to
>pass
> > >*any form fields* other than the ones required for the email in the 
>body
>of
> > >the email.  Biology is going to need different things on their form 
>than
> > >accounting, see, so I want to make this thing totally generic.
> > >
> > >So, here's the problem.  I can use the automatically-created
> > >FORM.fieldnames list to get the field names onto the email like this:
> > >
> > >
> > >#test# :   
> > >
> > >
> > >This code puts the names of the form field onto the email.  Easy.  I 
>can
> > >also test them for whether or not they're one of my required fields, 
>and
> > >not print them if they are.   What I can't do is print the VALUE of the
> > >form fields.  Make sense?  I was hoping I could do something like this:
> > >
> > >
> > >#test# : #FORM.#test##  
> > >
> > >
> > >Yeah, but I can't.  Any thoughts?
> > >
> > >~~
> > >Structure your ColdFusion code with Fusebox. Get the official book at
> > >http://www.fusionauthority.com/bkinfo.cfm
> > >
> > >Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > >Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> >
> > 
>_
> > Get Your Private, Free E-mail from MSN Hotmail at 
>http://www.hotmail.com.
> >
> > Share information about yourself, create your own public profile at
> > http://profiles.msn.com.
> >
> > ~~
> > Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
> >
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> >
>
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Kooky Form Field/List question.

2000-11-20 Thread Michael Thomas

Its been especially slow with hotmail. Some of my posts took over an hour or 
more literally to reach this list. The new system causing this or what??? 
Its slowed down considerably.

Mike


>From: "Scott M. Berry" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: Kooky Form Field/List question.
>Date: Mon, 20 Nov 2000 13:29:14 -0800
>
>This list sucks. It is soo freaking slow that every idiot (including those
>who just love posting even though they have no idea how to answer a
>question) posts 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 PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Monday, November 20, 2000 9:10 AM
>Subject: Re: Kooky Form Field/List question.
>
>
> > 
> > #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 frequently I'm asked by
> > >faculty/staff/students, why they can't just make a form in front page
> > >express and have it send them an email (and we don't have the server
> > >extensions).  I have the hardest time explaining what a form handler 
>is,
> > >and how frontpage just can't do it.
> > >
> > >So, I decided to make a generic Coldfusion form handler.  Something 
>that,
> > >provided it was passed an email address, subject line, and a redirect 
>URL
> > >(for the success message), it would make an email to the address.  Ok,
>this
> > >is the easy part.  I have it already.  The problem is, I need also to
>pass
> > >*any form fields* other than the ones required for the email in the 
>body
>of
> > >the email.  Biology is going to need different things on their form 
>than
> > >accounting, see, so I want to make this thing totally generic.
> > >
> > >So, here's the problem.  I can use the automatically-created
> > >FORM.fieldnames list to get the field names onto the email like this:
> > >
> > >
> > >#test# :   
> > >
> > >
> > >This code puts the names of the form field onto the email.  Easy.  I 
>can
> > >also test them for whether or not they're one of my required fields, 
>and
> > >not print them if they are.   What I can't do is print the VALUE of the
> > >form fields.  Make sense?  I was hoping I could do something like this:
> > >
> > >
> > >#test# : #FORM.#test##  
> > >
> > >
> > >Yeah, but I can't.  Any thoughts?
> > >
> > >~~
> > >Structure your ColdFusion code with Fusebox. Get the official book at
> > >http://www.fusionauthority.com/bkinfo.cfm
> > >
> > >Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > >Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> >
> > 
>_
> > Get Your Private, Free E-mail from MSN Hotmail at 
>http://www.hotmail.com.
> >
> > Share information about yourself, create your own public profile at
> > http://profiles.msn.com.
> >
> > ~~
> > Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
> >
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> >
>
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Finding an Odd Number
>Date: Mon, 20 Nov 2000 08:57:34 -0700
>
>
>Can someone help me out?
>
>I have a cfloop that loops 6 times, I want to be able to be able to output
>what loop number the current loop is on, and tell if the number is even or
>odd.
>
>Any help would be greatly appreciated
>
>Thanks
>Jason Larson
>[EMAIL PROTECTED]
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 wuz 
named with a minus sign (-) in the name & caused an error. You might want to 
validate against that & other things like spaces. Replace() should do that 
just fine like this:

#Replace(blah,"-","_","ALL")#

so on so forth...

Your definantly going to have to validate against many things. Use a 
namespace like Jeff pointed out as well or you'll run into trouble.

Sincerely,
Mike Lakes


>From: "Jeff Beer" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: Kooky Form Field/List question.
>Date: Mon, 20 Nov 2000 11:33:41 -0500
>
>Just do:
>
>File Name  Field Value
>#test#:#Evaluate("form." & test)#
>
>
>I'd also be careful about having students name their form fields with the
>same name as any 'control' info or variables you may have in this page.  
>I'd
>use an unlikely variable prefix, maybe "wr_mail_varName" - for Willy Ray
>Mail :-)
>
> > -Original Message-
> > From: Willy Ray [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, November 20, 2000 10:48 AM
> > To: CF-Talk
> > Subject: Kooky Form Field/List question.
> >
> >
> >
> > I work on a college campus, and frequently I'm asked by
> > faculty/staff/students, why they can't just make a form in front
> > page express and have it send them an email (and we don't have
> > the server extensions).  I have the hardest time explaining what
> > a form handler is, and how frontpage just can't do it.
> >
> > So, I decided to make a generic Coldfusion form handler.
> > Something that, provided it was passed an email address, subject
> > line, and a redirect URL (for the success message), it would make
> > an email to the address.  Ok, this is the easy part.  I have it
> > already.  The problem is, I need also to pass *any form fields*
> > other than the ones required for the email in the body of the
> > email.  Biology is going to need different things on their form
> > than accounting, see, so I want to make this thing totally generic.
> >
> > So, here's the problem.  I can use the automatically-created
> > FORM.fieldnames list to get the field names onto the email like this:
> >
> > 
> > #test# :   
> > 
> >
> > This code puts the names of the form field onto the email.  Easy.
> >  I can also test them for whether or not they're one of my
> > required fields, and not print them if they are.   What I can't
> > do is print the VALUE of the form fields.  Make sense?  I was
> > hoping I could do something like this:
> >
> > 
> > #test# : #FORM.#test##  
> > 
> >
> > Yeah, but I can't.  Any thoughts?
> >
> > ~~
> > Structure your ColdFusion code with Fusebox. Get the official
> > book at http://www.fusionauthority.com/bkinfo.cfm
> >
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 frequently I'm asked by 
>faculty/staff/students, why they can't just make a form in front page 
>express and have it send them an email (and we don't have the server 
>extensions).  I have the hardest time explaining what a form handler is, 
>and how frontpage just can't do it.
>
>So, I decided to make a generic Coldfusion form handler.  Something that, 
>provided it was passed an email address, subject line, and a redirect URL 
>(for the success message), it would make an email to the address.  Ok, this 
>is the easy part.  I have it already.  The problem is, I need also to pass 
>*any form fields* other than the ones required for the email in the body of 
>the email.  Biology is going to need different things on their form than 
>accounting, see, so I want to make this thing totally generic.
>
>So, here's the problem.  I can use the automatically-created 
>FORM.fieldnames list to get the field names onto the email like this:
>
>
>#test# :   
>
>
>This code puts the names of the form field onto the email.  Easy.  I can 
>also test them for whether or not they're one of my required fields, and 
>not print them if they are.   What I can't do is print the VALUE of the 
>form fields.  Make sense?  I was hoping I could do something like this:
>
>
>#test# : #FORM.#test##  
>
>
>Yeah, but I can't.  Any thoughts?
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Kooky Form Field/List question.

2000-11-20 Thread Michael Thomas

Its been especially slow with hotmail. Some of my posts took over an hour or 
more literally to reach this list. The new system causing this or what??? 
Its slowed down considerably.

Mike


>From: "Scott M. Berry" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: Kooky Form Field/List question.
>Date: Mon, 20 Nov 2000 13:29:14 -0800
>
>This list sucks. It is soo freaking slow that every idiot (including those
>who just love posting even though they have no idea how to answer a
>question) posts 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 PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Monday, November 20, 2000 9:10 AM
>Subject: Re: Kooky Form Field/List question.
>
>
> > 
> > #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 frequently I'm asked by
> > >faculty/staff/students, why they can't just make a form in front page
> > >express and have it send them an email (and we don't have the server
> > >extensions).  I have the hardest time explaining what a form handler 
>is,
> > >and how frontpage just can't do it.
> > >
> > >So, I decided to make a generic Coldfusion form handler.  Something 
>that,
> > >provided it was passed an email address, subject line, and a redirect 
>URL
> > >(for the success message), it would make an email to the address.  Ok,
>this
> > >is the easy part.  I have it already.  The problem is, I need also to
>pass
> > >*any form fields* other than the ones required for the email in the 
>body
>of
> > >the email.  Biology is going to need different things on their form 
>than
> > >accounting, see, so I want to make this thing totally generic.
> > >
> > >So, here's the problem.  I can use the automatically-created
> > >FORM.fieldnames list to get the field names onto the email like this:
> > >
> > >
> > >#test# :   
> > >
> > >
> > >This code puts the names of the form field onto the email.  Easy.  I 
>can
> > >also test them for whether or not they're one of my required fields, 
>and
> > >not print them if they are.   What I can't do is print the VALUE of the
> > >form fields.  Make sense?  I was hoping I could do something like this:
> > >
> > >
> > >#test# : #FORM.#test##  
> > >
> > >
> > >Yeah, but I can't.  Any thoughts?
> > >
> > >~~
> > >Structure your ColdFusion code with Fusebox. Get the official book at
> > >http://www.fusionauthority.com/bkinfo.cfm
> > >
> > >Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > >Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> >
> > 
>_
> > Get Your Private, Free E-mail from MSN Hotmail at 
>http://www.hotmail.com.
> >
> > Share information about yourself, create your own public profile at
> > http://profiles.msn.com.
> >
> > ~~
> > Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
> >
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> >
>
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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.


>From: Eric Fickes <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: CF admin problem
>Date: Fri, 01 Dec 2000 16:46:03 -0500
>
>Hello all,
>
>I was wondering, have any of you had the problem where you turn on "Show
>variables" in the CF admin and the server never shows the variables when 
>the
>cf pages are loaded?  This is the first time I've had this happen and I
>don't know what to do.  I've tried turning on everything under Debug
>Settings, I have 127.0.0.1 in the "Restrict debug output to selected IP
>addresses" box, I've restarted my browsers (IE and NS), and the CF server,
>but nothing seems to help.  Any ideas?  The only thing that I've done
>recently was I reinstalled CFserver this morning.  I had some IIS problems
>so I removed and reinstalled that, and then IIS didn't know what to do with
>..cfm pages.  After reinstalling CF Server I was back on track, but I 
>wonder
>if all of the reinstalls have anything to do with the problem I"m having.
>
>Eric
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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. Im using MS Access 97 for testing 
purposes but the live database will be an SQL Server 7.0 DB.

TIA,
Mike
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 RERePlaceNoCase() function come in handy with some 
RegEx. Wouldnt that do the trick??? Something like changing the SSI include 
tags into CFINCLUDE tags like Larry suggested.

Ill apologize in advance if Im way off here but as I stated before Ive only 
seen the last 2 posts.

Mike

>From: "Larry C. Lyons" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: [parsing shtml files]
>Date: Sat, 02 Dec 2000 14:19:07 -0500
>
>As far as I understand, SSI and CF do not get along. Web servers process
>SSI's while the CF server processes .cfm pages. To get the SHTML to work
>with CF you would have change the Larry C. Lyons
>ColdFusion/Web Developer
>EBStor.com
>8870 Rixlew Lane, Suite 201
>Manassas, Virginia 20109-3795
>tel: (703) 393-7930 x253
>fax: (703) 393-2659
>http://www.ebstor.com
>http://www.pacel.com
>email: [EMAIL PROTECTED]
>
>Chaos, panic, and disorder - my work here is done.
>--
>
>Rob Keniger wrote:
> >
> > on 12/2/00 11:09 AM, Alex at [EMAIL PROTECTED] wrote:
> >
> > > you can include cf and call it via SSI.
> >
> > Does that work on all servers? I have had very inconsistent results. 
>Quite
> > often the .shtml page just displays the CF code.
> >
> > --
> >
> > Rob Keniger
> >
> > big bang solutions
> >
> > 
> > 
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 using a Cfset tag?
>
>
>If I use  it comes back checked.
>
>Thanks,
>Rich
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 entered, instead of the values defaulting 
back to normal. When a checkbox is present I use that same checkbox method 
with one exception. Heres the code I use to check to see if the checkbox wuz 
checked or not:







Then I can check the checkbox on the original form page or not depending on 
if the user checked it before the error occured when posting the form. You 
have the rest of my code that I use to do this in my last post.

HTH,
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 using a Cfset tag?
>
>
>If I use  it comes back checked.
>
>Thanks,
>Rich
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 something like that then there has to be some kinda link 
back to them through something. Post code for that ASP file & find out what 
that its really doing in there.


>From: "Brian L. Wolfsohn" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: OT: Who's hacking around ???
>Date: Sat, 02 Dec 2000 23:55:19 -0500
>
>i've found these suspicious looking files in one of our cgi directories.
>
>Has anyone heard of these ?? can you point me to any resources for checking
>on them ??
>
>
>eeyerulez.asp
>logfilename
>sysmng.exe
>sensepost.exe
>eeyehack.exe
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 knew the max file size that CFSERVER can read
> > using CFILE Action=READ.  I have a CF log reader page and a coworker 
>came
>to
> > me with a 270m log file.  I tried and tried to get my page to read it 
>but
>I
> > never could.  Any ideas?  Oh yeah, does anybody have any CF suggestions
>for
> > working with log files that are ridiculously large like 270mb?
>
>I think the limitation would be server-specific, depending mostly on how
>much ram you've got and/or how well the server can handle using virtual
>memory.
>
>An obvious suggestion would be to break the file up and process the pieces.
>Of course, that begs the question, if CF is your only tool, of how to break
>the file apart.  I think there are a number of freeware utilities floating
>around to do this.
>
>If you know Perl, this is ideal for processing big text logs.  I used to
>have a web log analyzer that was partly written in Perl and part in CF.  
>The
>Perl parsed the huge files and created these small summary text files that
>were later read by CF.  The CF app brought in the data, added it to SQL
>database and produced a few reports.
>
>Jim
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 <[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 number of occurences of a particular word in a 
>block
>of text and I can't seem to figure out how to do this.  Here's my code.
>
>   
>   
>   begin schema : #ListValueCount(def, "begin schema", Chr(10))#
>
>I've got a cf page that reads a def file into a variable then parses it out
>into a more readable format.  Previously I had no problems treating the
>variable #def# as a list using #Chr(13)# as my list delimiters, but now I
>can't seem to treat it as a list in this function.  Any ideas?
>
>E
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 number of occurences of a particular word in a 
>block
>of text and I can't seem to figure out how to do this.  Here's my code.
>
>   
>   
>   begin schema : #ListValueCount(def, "begin schema", Chr(10))#
>
>I've got a cf page that reads a def file into a variable then parses it out
>into a more readable format.  Previously I had no problems treating the
>variable #def# as a list using #Chr(13)# as my list delimiters, but now I
>can't seem to treat it as a list in this function.  Any ideas?
>
>E
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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:
>
>
>the asp file is encrypted..  i can send it directly to anyone who would
>like it..
>
> >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 something like that then there has to be some kinda 
>link
> >back to them through something. Post code for that ASP file & find out 
>what
> >that its really doing in there.
> >
> >
> > >From: "Brian L. Wolfsohn" <[EMAIL PROTECTED]>
> > >Reply-To: [EMAIL PROTECTED]
> > >To: CF-Talk <[EMAIL PROTECTED]>
> > >Subject: OT: Who's hacking around ???
> > >Date: Sat, 02 Dec 2000 23:55:19 -0500
> > >
> > >i've found these suspicious looking files in one of our cgi 
>directories.
> > >
> > >Has anyone heard of these ?? can you point me to any resources for 
>checking
> > >on them ??
> > >
> > >
> > >eeyerulez.asp
> > >logfilename
> > >sysmng.exe
> > >sensepost.exe
> > >eeyehack.exe
> > >
> > >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 2000 11:16:56 -0500
>
>On 12/3/00, W Luke penned:
> >
> >
> >SELECT mybounty.watch1, mybounty.watch2, mybounty.watch3, mybounty.email,
> >advert_details.body, advert_details.ID
> >FROM mybounty, advert_details
> >WHERE advert_details.body like mybounty.watch1 
> >
> >
> >I've commented out the "OR" part because it was retreiving no results at
> >all.  How can I fix the query above, and then email the results?
>
>Without getting too far into it, try using single quotes around the
>like parameters. Not sure though. I've never used "LIKE" in a table
>join.
>--
>
>Bud Schneehagen - Tropical Web Creations
>
>_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
>ColdFusion Solutions / eCommerce Development
>[EMAIL PROTECTED]
>http://www.twcreations.com/
>954.721.3452
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: IP Logging DB Data Type???

2000-12-04 Thread Michael Thomas

Ahh thanx alot!!! Your explanation is a great help. Actually I did end up 
using TEXT as the data type after numerous attempts of trying different 
numeric data types that just werent working out. Thanx again for the help.

Sincerely,
Mike


>From: "HSMN Main Account" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: IP Logging DB Data Type???
>Date: Mon, 04 Dec 2000 01:37:44 -0500
>
>Structure it as a TEXT field.  The only reason to set up a field as any 
>kind
>of number  is if you expect to do some kind of mathematical operation on 
>it.
>If you are not, then it is not really a number, it just LOOKS like one.
>Failure to understand the difference  is a common mistake that database
>designers make.  I do a lot of work in the Medical field and one of the
>biggest problems I see is that databases are often designed so that Medical
>record "numbers", and another "number" called a DRG are often structured as
>numeric types.  There are times with these and other "numbers" that are 
>used
>only as identifiers require the leading zeros,  or some sorting algorhythm
>where the position of each digit is important.  I don't see anyway to store
>an IP address as a number anyway.  It COULD be stored in four separate
>numberic fields, but why bother?
>
>The only exception to this is when a process has to generate 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: 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
> > 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. Im using MS Access 97 for testing
> > purposes but the live database will be an SQL Server 7.0 DB.
> >
> > TIA,
> > Mike
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 also supported by IE 4.0+ & are part of 
the W3C HTML 4.0.1 spec. Basically they or ILAYER's are supported by any 
browser that can render CSS 1.0 styles.

Im not sure if you'd want to put these in an ILAYER due to the dimensions 
your talking about but you can nest an IFRAME inside of an ILAYER with the 
same exact values to pull off a cross browser effect that will work for all 
browsers. Basically the use of this can best be explained like this: If they 
support ILAYER's (Netscape 4.7 down) then they dont support IFRAME's & the 
IFRAME will be ignored. If they dont support ILAYER's (anything besides 
netscape 4.7 down) then they do support IFRAME's & the ILAYER tags will be 
ignored.

Heres the syntax:



You dont support IFRAME's or ILAYER's. Upgrade your browser.



To use either one of them try the code below:

http://10.10.10.8/view/view.shtml
paramskip=yes&conf_Layout_BGColorEnabled=y" STYLE="position:absolute; 
top:140; left:50; border:thin outset #00;">

http://10.10.10.8/view/view.shtml
paramskip=yes&conf_Layout_BGColorEnabled=y" STYLE="position:absolute; 
top:140; left:50; border:thin outset #00;">

Those are just a couple attributes & styles to get you started. There are 
many many different ways to render & control the way they are presented. Try 
playing with them, perhaps they are your answer.

Sincerely,
Mike T. Lakes

>From: "Karenina" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: Web cam and CFHTTP problem
>Date: Mon, 04 Dec 2000 14:04:26 +0700
>
>Yes,  the axis cam has a built in web server (and assigned ip number as
>10.10.10.8)
>
>We could call the live video using this URL parameter in our browser:
>http://10.10.10.8/view/view.shtml?paramskip=yes&conf_Layout_BGColorEnabled=y
>es... etc
>(in one window)
>
>The problem was : the manager want the live video to be displayed right at
>the corner of the first page of my intranet index page.
>(put the video window together with others information in the first page in
>the index.cfm )
>
>
>I have tried cfhttp and cfinclude to capture the video URL page, but it
>didn't work.
>
>Any help will be highly appreciated,
>
>Karenina
>
>
>- Original Message -
>From: Nick McClure
>To: CF-Talk
>Sent: Monday, December 04, 2000 11:16 AM
>Subject: Re: Web cam and CFHTTP problem
>
>
>I think you are right, but If I am not mistaken this camera is giving
>images.
>
>The axis cam has a built in web server that will send a live video feed or
>still images across the network. I would use that for the video.
>
>At 11:01 PM 12/3/2000 -0800, you wrote:
> >#cfhttp.filecontent# isn't it? not #cfhttp.content#
> >
> >- Original Message -
> >From: "Nick McClure" <[EMAIL PROTECTED]>
> >To: "CF-Talk" <[EMAIL PROTECTED]>
> >Sent: Sunday, December 03, 2000 7:32 PM
> >Subject: Re: Web cam and CFHTTP problem
> >
> >
> > > Sorry, don't forget the http://
> > >
> > > At 10:25 PM 12/3/2000 -0500, you wrote:
> > > >I would just use a good old image tag
> > > >
> > > >
> > > >
> > > >
> > > >At 10:14 AM 12/4/2000 +0700, you wrote:
> > > > >Hi,
> > > > >
> > > > > We have a so called "company intranet portal" (server :
> >10.10.10.1).
> > > > > Recently my company bought axis web cam (from www.axis.com)  
>and
> >we
> > > > >assign new IP address (10.10.10.8) to the web cam.
> > > > > The problem was how to put the web cam screen (as if 
>cfinclude)
>on
> >the
> > > > >company portal first page without using frame? I have tried to use
> >CFHTTP
> > > > >and fails to get
> > > > >the cfhttp.content  ?
> > > > >
> > > > >Thanks
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 Message-
>From: Andrew [mailto:[EMAIL PROTECTED]]
>Sent: 04 December 2000 18:19
>To: CF-Talk
>Subject: RE: OT Layers
>
>
>
>...style.filter='alpha(opacity=x)'
>
>where x is the level of opacity between 0 and 100, o being completely
>transparent and 100 being solid.
>
>
>Andrew Hewitt
>Web Application Developer
>webworld studios, inc.
>www.wwstudios.com
>"I don't have a solution, but I admire your problem"
>
>-Original Message-
>From: Stewart McGowan [mailto:[EMAIL PROTECTED]]
>Sent: Monday, December 04, 2000 11:59 AM
>To: CF-Talk
>Subject: OT Layers
>
>
>Hi guys, sorry for the off topic message, but as you lot are the premier 
>web
>developers in the worldthen who better to ask?
>
>My question is simple, how can i make a layer opaque? Also i have a layer
>with a gif on which displays fine in Dreamweaver but when opened in a
>browser simply refuses to display,
>
>any help, as usual, is most appreciated.
>
>Stew
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 think it is.  CSS is very limited when 
>it
>comes to fancy stuff inside of select lists.  Changing the entire list
>element is all I've ever been able to do, and I've never seen anyone else 
>do
>otherwise.
>
> > -Original Message-
> >
> > That's not *quite* what I was looking for.  I want to have 2
> > different colors in the same  tag.
> >
> > Example:
> >
> > SomeText: 7,
> > SomeMoreText: 24
> >
> > So I would get this in the list box:
> >
> > SomeText: 7, SomeMoreText: 24
> >
> > Is this possible?
> >
> > Todd Ashworth
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 there knows if I can create COM or CFX 
extensions through assembly/assembler language. I know its a pretty old 
language but its also pretty efficient. If anyone has anything to comment 
about this, please do ;) I will be one extremely greatful person.

TIA,
Mike
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 dynamically create links to each directory from the current template 
path, all the way down to root. If you included it on every page you would 
have a very easy way of creating links around the site, even tho the code is 
a bit clunky. It would look like this one a page:


Path: C:\r00t\main\newdir\currentdir\blah.cfm



main/newdir/currentdir/blah.cfm
main/newdir/currentdir/blah.cfm all linked back to the correct files.


The code works great when creating links to docs in root & 2nd level 
directories but when it goes deeper than that it doesnt return anything but 
an empty array. I cant understand why, altho I do have to admit I havent 
looked at the code in a long while.

Can anyone help me find out why this isnt working 3 or more directories deep 
when it works fine any level before that??? Ill post the code below:






  
  

  

  
  




  

  /http://127.0.0.1/">Home/#Reverse(newlink)#

  /#Reverse(newlink)#





  Array is empty

  Array is all good.



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Assembler.....

2000-12-05 Thread Michael Thomas

Thanx for the response, I wuz almost going to bet that no one would reply to 
this one ;) Assembler is a pretty old language & its too bad that you 
recommend not using it for extending CF. Nonetheless it seems like an 
interesting language to learn, so Ill definantly study up on it a bit. I'll 
just have to look to other languages, like C++, to extend my apps. Thanx 
again.

Mike


>From: "DeVoil, Nick" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: Assembler.
>Date: Tue, 05 Dec 2000 11:02: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 [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, December 05, 2000 8:26 AM
>To: CF-Talk
>Subject: Assembler.
>
>
>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 there knows if I can create COM or CFX
>extensions through assembly/assembler language. I know its a pretty old
>language but its also pretty efficient. If anyone has anything to comment
>about this, please do ;) I will be one extremely greatful person.
>
>TIA,
>Mike
>
>
>**
>Information in this email is confidential and may be privileged.
>It is intended for the addressee only. If you have received it in error,
>please notify the sender immediately and delete it from your system.
>You should not otherwise copy it, retransmit it or use or disclose its
>contents to anyone.
>Thank you for your co-operation.
>**
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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

>From: Ryan <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: Big companies using CF
>Date: Tue, 05 Dec 2000 08:36:33 -0600
>
>half.com uses it. Its a very large e-commerce site. I buy stuff
>there all the time.
>
>Ryan
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Just remembered....

2000-12-05 Thread Michael Thomas

Thanx alot. Someone sent an off list message solving my lil' loop typo & 
Then I noticed the the y increment in the wrong place. Your right about the 
links as well, somethings screwy in there that I'll have to fix.

I have to say you guys are pretty thorough & very observative!!! I got a 
couple off list responses & everyone of you guys were right on target. Once 
again, Thanx for the help.

Sincerely,
Mike

>From: Chris Eland <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: Just remembered
>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 [mailto:[EMAIL PROTECTED]]
> > Sent: 05 December 2000 11:21
> > To: CF-Talk
> > Subject: Just remembered
> >
> >
> > 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 dynamically create links to each directory from the
> > current template
> > path, all the way down to root. If you included it on every
> > page you would
> > have a very easy way of creating links around the site, even
> > tho the code is
> > a bit clunky. It would look like this one a page:
> >
> > 
> > Path: C:\r00t\main\newdir\currentdir\blah.cfm
> >
> > 
> >
> > main/newdir/currentdir/blah.cfm
> > main/newdir/currentdir/blah.cfm all linked back to the correct files.
> >
> >
> > The code works great when creating links to docs in root & 2nd level
> > directories but when it goes deeper than that it doesnt
> > return anything but
> > an empty array. I cant understand why, altho I do have to
> > admit I havent
> > looked at the code in a long while.
> >
> > Can anyone help me find out why this isnt working 3 or more
> > directories deep
> > when it works fine any level before that??? Ill post the code below:
> >
> > 
> > 
> > 
> >
> > 
> >   
> >   
> > 
> >> temparray[y]=#ReReplaceNoCase(SCRIPT_NAME,"getting","","ONE")#>
> > 
> >   
> >> temparray[y]=#ReReplaceNoCase(SCRIPT_NAME,"getting","","ONE")#>
> > 
> > 
> >
> > 
> >> newlink="#ReReplaceNoCase(reverse(temparray[z]),"/","","ONE")#">
> > 
> >   /http://127.0.0.1/">Home/ > href="#temparray[z]#">#Reverse(newlink)#
> > 
> >   /#Reverse(newlink)#
> > 
> > 
> >
> > 
> > 
> >   Array is empty
> > 
> >   Array is all good.
> > 
> >
> > 
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 
messages to go out & can send out 1,000 (or more) mesages a second. The 
secret to how this is done, is that it puts all the stress of sending out 
the emails on that domains web server. To be even more clearer Ill use an 
example:

If you have emails going out to hotmail.com, houseoffusion.com, yahoo.com & 
microsoft.com its going to send the emails to 
[EMAIL PROTECTED] through hotmails SMTP server, its going to 
send the emails to [EMAIL PROTECTED] through 
houseoffusions SMTP server, so on & so forth.

It also comes with a custom COM object that is made especially for SMTP 
Express, that has example CFML code documented with it. Unlike most mail 
servers you cant really determine if the mail wuz sent successfully or not. 
With this product & the COM object you can!!!

I am in no way affiliated with this product but I thought it wuz definantly 
worth the exposure for this topic.

Sincerely,
Mike


>From: "Al Musella, DPM" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: Sending e-mail in a batch
>Date: Tue, 05 Dec 2000 10:40:17 -0500
>
>
>I have another solution:
> I send out a newsletter every day and it was starting to get too
>big - it would really slow down performance doing it all at once on the 
>server.
> Every night, I backup a copy of the live database onto my home 
>computer.
>   So now,   I use my home computer - which is connected to a cable modem
>-  to run the templates that sends the newsletter, using a local copy of
>the database.  Windows 2000 server has a built-in mail server, which was a
>snap to set up and worked flawlessly!  The work is done on my home machine,
>so there is no performance hit on the production web server, database
>server or mail server!
>
>Al Musella
>a1webs.com
>
>
>
>
>At 09:26 PM 12/4/2000 -0700, defective david wrote:
> >i just had to comment that this is the coolest simplest idea for a 
>problem
> >i've been thinking about for a while.
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: coldfusion bug
>Date: Thu, 07 Dec 2000 18:31:51 -
>
>I am using ColdFusion 4.5 SP2, on Windows 2000.
>
>I copied this phrase: 
>
>and when I went to paste it, this was pasted.
>
>---
>Warning
>---
>Another user or process has modified document
>"C:\Inetpub\wwwroot\web\wwwroot\imediabriefnew\RFI\Tender\adminviewtender.cf
>m."  Do you wish to reload it?
>---
>Yes   No
>---
>
>Any suggestions as to why this happens.
>
>
>I would greatly appreciate your reply.
>
>
>Kwasi Date-Bah
>
>
>
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



"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
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 one to do that, Which in your case you'd have to consider the 
possibility of someone who has contracted the virus, having you in their 
personal address book.

Mike


>From: "David Hannum" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: Rather OT: virus question (Snow White)
>Date: Sat, 09 Dec 2000 22:07:49 -0500
>
>I'm sorry if I misled you.  They were TO her business email address rather
>than from.  You're right - the headers are forged.  But the address they
>came to is her personal correspondence address.  So someone she corresponds
>directly with has the virus.  It seems to be one that sends itself from the
>address book of the infected parties.
>
>Dave
>
>
>- Original Message -
>From: Todd Ashworth <[EMAIL PROTECTED]>
>To: CF-Talk <[EMAIL PROTECTED]>
>Sent: Saturday, December 09, 2000 8:55 PM
>Subject: Re: Rather OT: virus question (Snow White)
>
>
>How do you know it came from her E-mail address?  All of my headers have
>been so forged that it's been impossible to tell where the mail came from.
>All I get, besides my own mail server's info, is that the mail came from
>"Laptop".
>
>Todd Ashworth
>
>- Original Message -
>From: "David Hannum" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Saturday, December 09, 2000 7:15 PM
>Subject: Re: Rather OT: virus question (Snow White)
>
>
> > Yea, I've gotten the virus post you speak of, but not at my list email
>addy.
> > It's been coming from my wife's business email address.  Lots of her
> > customers have her in their address books.  It contains an executable
>called
> > "Joke.exe".  Peter Norton take care of it for me.
> >
> > Dave
> >
> >
> > - Original Message -
> > From: Michael Dinowitz <[EMAIL PROTECTED]>
> > To: CF-Talk <[EMAIL PROTECTED]>
> > Sent: Saturday, December 09, 2000 6:59 PM
> > Subject: Re: Rather OT: virus question (Snow White)
> >
> >
> > As you may have notices, the list(s) do not allow attachments, HTML or
> > anything else other than plain text. In the past, we've had .exe
>attachments
> > sent to the list that were disabled down to text, HTML viruses rendered
> > useless and more. In the last week or two, a new system was put into 
>place
> > that TOTALLY removes all of this 'garbage' and only shows plain text no
> > matter what the original sender posted. Basically, you can't get a virus
> > from the list.
> > Besides all that, I've never seen a post like that.
> >
> >
> > > I have  recieved a virus, twice now, in my work E-mail.  I don't use
>that
> > > work E-mail for much of anything, except these CF lists and a few 
>other
> > > contacts.  Anything business related is usually handled through
>'support'.
> > > I was wondering if anyone else here had recieved it.  It's some stupid
> > thing
> > > about Snow White and the REAL story behind the Seven Dwarves.  The
>headers
> > > are *completely* forged, so it's tough to figure out where it is 
>coming
> > > from.  If anyone else on this list recieved it, then it would help me
> > > greatly if you could send me any info., and could tell me where 
>someone
> > got
> > > my work address to send it to, otherwise, sorry for the OT post.
> > >
> > > Todd Ashworth
> > >
> > >
> > >
> > >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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" attribute in HTML tags & 
its replaced by the "ID" attribute. So your basic form elements thats used 
to look like this:



now look like this:



My question is, does this present a problem in referencing your form 
variables in CF now??? Like in my example above can you now still reference 
the variable below when the "name" attribute is now replaced by the "id" 
attribute??? (Note: obviously I havent tried the above example yet)

#Form.blah#

If this is a problem now, would/should this be a concern later in future 
releases/versions of Cold Fusion???

I've been working with XHTML as a frontend for the last 6 months now & have 
still been referencing my form elements with the name attribute although its 
been disregarded by XHTML. Instead ive been using the "id" & "name" 
attributes together & havent had a problem yet, even though Ive been using 
the strict DTD.

In the future this is probably not wise for me to do but it works for now. 
Im guessing thats just in the fact of browser implementations & support. 
XHTML 1.0 is basically just well formed HTML but XHTML 1.1 is a whole nother 
story, much much stricter. I know that the use of XHTML isnt as wide spread 
as one my want right now & that the use of XHTML 1.1 with support in the 
various browsers is far off in the future but this could still present a 
problem.

Thanx for any help,
Mike
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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: "Walker, Matthew" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: Watts/Forta XHTML & CF form variables
>Date: Wed, 13 Dec 2000 16:38:21 +1300
>
> > If you don't know, XHTML has elminated the "NAME" attribute
> > in HTML tags &
> > its replaced by the "ID" attribute. So your basic form
> > elements thats used
> > to look like this:
>
>Correct me if I'm wrong, but the BROWSER doesn't pass the form field ID to
>the form handler. CF can't use what it doesn't have.
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CGI.HTTP variables.....

2000-12-13 Thread Michael Thomas

Thats exactly what I wuz looking for. Thanx.


>From: "Bernd VanSkiver" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: CGI.HTTP variables.
>Date: Tue, 12 Dec 2000 23:12:46 -0600
>
>
>   cgi.#i# 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.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 imposter
>Date: Thu, 14 Dec 2000 11:09:34 -0500
>
>Doesn't Hotmail include the originating IP in their headers anymore?  I 
>know
>they used to.  If they still do, you can just figure out their ISP and 
>lodge
>a complaint.  I'm sure you would get prompt action ;)
>
>Todd Ashworth
>
>- Original Message -
>From: "Ben Forta" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Thursday, December 14, 2000 9:51 AM
>Subject: OT: Beware the imposter
>
>
>| Hi all, sorry for the OT message, but ...
>|
>| Some creep has set up an e-mail account "[EMAIL PROTECTED]" and is
>| sending out messages pretending to be me. Not that any of you would be
>| fooled by the messages (they essentially badmouth ColdFusion, Allaire, 
>and
>| me, and the language is both immature and tasteless) but just so you
>know -
>| it is not me. Promise. :-)
>|
>| What he is doing is illegal. If any of you have any idea who this jerk 
>is,
>| please let me know. Thanks.
>|
>| --- Ben
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 the textarea. As Dylan Bromby suggests 
in this last email message by him, you will want to use virtual wrap 
"".

Note that this only adds the appropriate line breaks to a message that is 
going to be inserted into a database. For email messages you probably wont 
be able to use this technique but something similar might work. Hopefully 
this lil' code snippet will get you on the right track.

HTH,
Mike



>From: "Dylan Bromby" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: Inserting line breaks
>Date: Wed, 13 Dec 2000 09:50:36 -0800
>
>If you're using a form to input the text that gets emailed, try using
>TEXTAREA with WRAP="VIRTUAL"
>
>-Original Message-
>From: Greg Wolfinger [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, December 13, 2000 8:47 AM
>To: CF-Talk
>Subject: Inserting line breaks
>
>
>Hey guys:
>
>I have a form that sends an e-mail to someone and then displays the
>information that was sent.  However, the message body just displays itself
>on one line.  I was wondering if I could go through the string and after a
>certain number of characters I would insert a line break.
>
>
>
>Greg
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 w/cf page
>Date: Thu, 14 Dec 2000 11:09:20 -0600
>
>Hello,
>
>We have our home page using Cold Fusion to access dynamic data to update a
>new biography displayed on the page each day.
>
>One minor problem we notice, only in Netscape (we use 4.04), is that when
>you resize the screen the home page comes up blank; clicking reload brings
>it back. It does not do this in IE.
>
>I added a  line so that the
>biographies update each day. The page also employs JavaScript. It is saved
>as default.cfm using IIS 4.0.
>
>Any suggestions we be appreciated. Thanks advance.
>
>Robert Orlini
>web admin
>HW Wilson
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 & replace it 
with _1. Then if you ever needed to replace the _1 back into a ', just 
change the code on below inside the processing page. Now you could go on a 
numbering scheme here for every invalid character so ! = _1, @ = _2, # = _3 
so on & so forth.

HTH,
Mike

>From: John Stanley <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Alternative or Workaround to IsDefined
>Date: Thu, 14 Dec 2000 14:14:04 -0500
>
>I have a page that may or may not receive a variable from a referring
>template. The page is supposed to query a database and compare it's results
>to do a check with the following code:
>
>   counter refers to a value that is passed regarding the total number
>of hidden fields possible
>   hiddenfield(one through counter) are the actual hidden fields
>
>   
>
>   
>   
>
>   datasource="#sharecaredatasource#">
>   select *
>   from page_edit_settings
>   where screen_id = #rpt_num#
>and objectname =   '#temp_hidden#'
>   
>
>   ','',"all")#>
>
>   
>   
>   
>   
>   
>
>   more code...
>
>   
>
>   --- this code works fine and dandy until you introduce a weird
>character like a "-" or a single quote for the object name that is returned
>by the query. The value is getting passed as you can see below; but then 
>you
>get the following error message:
>
>   Parameters
>URL Parameters:
>
>HIDDENFIELD5=Mental Status'DO NOT USE
>MENTALSTATUS'DONOTUSE=on
>PHY_NME=/screens/atp/newintake.cfm
>VERIFICATIONOFPERSONCENTEREDPLANNING=on
>
>
>
>ERROR MESSAGE:
>   An error occurred while evaluating the expression:
>   isDefined("#temp#")
>   Error near line 171, column 9.
>   Parameter 1 of function IsDefined which is now
>"MentalStatus'DONOTUSE" must be a syntactically valid variable name
>
>QUESTION: Is there another function that will check for the existance of a
>variable passed through the URL that is not so restrictive in the sysntax 
>it
>allows ? I need to be able to let my clients enter whatever special
>characters they need for these fields. I do not think ParameterExists will
>work because the variable temp will need to be set dynamically, and
>therefore will exist, causing the function to return true every time. I 
>have
>tried urlencodedformat by addingthe following code (#urlencodedformat(temp)#>) and recieve the following error message:
>
>ERROR MESSAGE:
>   An error occurred while evaluating the expression:
>   isDefined("#temp#")
>   Error near line 171, column 9.
>   Parameter 1 of function IsDefined which is now
>"MentalStatus%27DONOTUSE" must be a syntactically valid variable name
>
>  Any help would be appreciated.
>
>Thanks in advance,
>
>John Stanley
>
>
>
>
>
>
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 value of the categorie that the product falls under. 
The values in that field would look like this:

electronics
antiques
lawn
furniture
etc.
etc.

Ok now lets say you have an images directory that contains a folder for each 
one of those values with the same name. So your images directory contains 
one folder for each categorie value.

Add one more additional field to your database that holds the 
items/inventory image name with the extension. Now the values for that new 
field should look like this:

chair0001.jpg
stereo635.gif
etc.
etc.

In your query for a particular item include the the path (which would be the 
categorie name) & the image file as dynamic variables generated from your 
query & display the image inside an image tag like this:


SELECT Blah, Bleah
FROM Blah






That would do it for you. Ive incorporated something like this into a 
shopping cart before, works like a charm.

HTH,
Mike

>From: "t nelson" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Is this even possible?
>Date: Thu, 14 Dec 2000 22:51:20 -
>
>Hi all,
>
>I am wondering if this will even be possible or if I just have a pie in the
>sky dream.
>
>Here it goes:
>
>Let's say that you have an online store with a huge inventory of products,
>we're talking close to 10'000 distinct items. your site has everything we
>have come to expect from an e-store application (search features, shopping
>carts, etc..). if by some miracle i had a good quality and not too big
>(under 10k each) .jpg or .gif for each item in my inventory. would it be
>possible for me to some how link each of those pictures to its 
>corresponding
>part in my database? this way when a customer searched for an item, a nice
>picture could come along with it.
>
>again, is this even possible, if so how?
>
>thanks in advance for your time and help,
>
>nelson
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 (according to my
>documentation).  I wouldn't think that it would cause problems with your
>page (NS should ignore it), but it could be the culprit.
>
>Bob
>
>-Original Message-
>From: Cami Lawson [mailto:[EMAIL PROTECTED]]
>Sent: December 14, 2000 4:59 PM
>To: CF-Talk
>Subject: TextArea for IE vs Netscape
>
>
>Any ideas why a nice clean textarea with scrollbars and readonly attributes
>looks fine in IE but looses everything in Netscape?
>
>TIA
>Cami
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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: CF-Talk <[EMAIL PROTECTED]>
>Subject: cfcatch.tagcontext
>Date: Thu, 14 Dec 2000 19:56:42 -0800
>
>Does this variable only work under a certain type of cfcatch type ?  The
>documentation I'm looking at doesn't specify and it's not working under a
>cfcatch type="any"
>
>
>Sincerely,
>
>Rob Sherman
>Allaire Certified Developer & Instructor
>CFDude, Inc.  http://www.cfdude.com
> (310) 543-1622  (310) 543-0512
>
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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. AFAIK many websites on CF can be broken very easily then.
>
>That's not a CF bug, it's an IIS bug. The script reading exploits will work
>with any scripting language used on IIS.
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/
>voice: (202) 797-5496
>fax: (202) 797-5444
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 record and still go to the same page after delete process.  If I
>didn't use META TAG pragma "no-cache", the deleted record still there (but
>already deleted from database) because of the browser cached it so users
>need to refresh.  Is there any other method using CF function instead of
>using meta tag ?
>
>thanks
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 anyone has any ideas.  I am
>basically looking for some kind of technology where I
>can send orders from a ColdFusion e-commerce site to
>various stores and shops.  It would have to be
>relatively inexpensive and durable...and the "simpler"
>the better.  Something ideal would be along the lines
>of a credit card printer that is somehow able to
>"Answer the phone" so that it could get and print
>incoming orders.
>
>I have considered a text pager, but they're too
>expensive and are rather difficult to read long orders
>from.  Also, the device has to be reliable and idiot
>proof.
>
>Does anyone have any ideas?
>
>Thank you,
>
>Eron Cohen
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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. I loved your comics, animations, film, and action figures :-)
>
>At 10:17 AM 12/14/00 -0800, Todd McFarlin wrote:
> >Greetings,
> >
> >Being an Oracle person, I'm having a difficult time trying to 
>make a
> >CFQuery work correctly in SQL.
> >
> >The Problem: I have a database with thousands of rows. I need to select 
>only
> >50 rows per query. The start row and end row need to be variables. Now,
> >Oracle has a function called RowNum. In the Where part of a query, it 
>allows
> >the selection of certain rows from the table between two set
> >paramaters...something like select rows >=50 and <=100. This yields 50 
>rows
> >returned.
> >
> >My Question: Is there a similar function in SQL, or how is this
> >accomplished?
> >
> >My thanks,
> >
> >Todd McFarlin
> >Celosis, Inc.
> >[EMAIL PROTECTED]
> >(510) 814-3078
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 
right on top of it when it didnt show up. Netscape is strict like that ;)

That could very well be his problem.

Mike

>From: "avex" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: TextArea for IE vs Netscape
>Date: Fri, 15 Dec 2000 16:47:36 +1000
>
>this may seem stpid
>but once we had that problem here.
>and someone forgot to add a form tag!!
>
>adding one fixed the problem..
>
>i am sure this can't be your problem though...
>
>;-)
>
>
> > Any ideas why a nice clean textarea with scrollbars and readonly
>attributes looks fine in IE but looses everything in Netscape?
> >
> > TIA
> > Cami
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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
>Aeronautical University - which means it's most likely a kid playing.
>
>--- Ben
>
>
>
>-Original Message-
>From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, December 14, 2000 11:10 AM
>To: CF-Talk
>Subject: Re: Beware the imposter
>
>
>Doesn't Hotmail include the originating IP in their headers anymore?  I 
>know
>they used to.  If they still do, you can just figure out their ISP and 
>lodge
>a complaint.  I'm sure you would get prompt action ;)
>
>Todd Ashworth
>
>- Original Message -
>From: "Ben Forta" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Thursday, December 14, 2000 9:51 AM
>Subject: OT: Beware the imposter
>
>
>| Hi all, sorry for the OT message, but ...
>|
>| Some creep has set up an e-mail account "[EMAIL PROTECTED]" and is
>| sending out messages pretending to be me. Not that any of you would be
>| fooled by the messages (they essentially badmouth ColdFusion, Allaire, 
>and
>| me, and the language is both immature and tasteless) but just so you
>know -
>| it is not me. Promise. :-)
>|
>| What he is doing is illegal. If any of you have any idea who this jerk 
>is,
>| please let me know. Thanks.
>|
>| --- Ben
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 asked
>this before in various different places, and the response has always been
>the same.
>
>At 01:17 PM 12/15/00 -0500, you wrote:
> >Hi all.
> >
> >I was wondering, is it possible to use aliases in an sql where clause?
> >
> >We recently reorganized a bunch of data into new tables, and I am having 
>to
> >go back and update the templates that get data from the old tables, so 
>that
> >they get data from the new tables.
> >
> >Example:
> >
> >
> >SELECT  events.EventID AS EVENT_ID_NUMBER, events.EventTitle AS
> >EVENT_NAME,
> >MIN(dates.EventDate) AS EventBeginDate,MAX(dates.EventDate) AS 
>EventEndDate,
> >contacts.ContactPhone_AC AS mainContactAreaCode, contacts.ContactPhone AS
> >mainContactPhone, contacts.ContactEmail AS mainContactEmail,
> >contacts.ContactFax_AC AS mainContactFaxAreaCode, contacts.ContactFax AS
> >mainContactFax, venues.VenueName AS EventVenueName, venues.VenueCity AS
> >EventVenueCity, venues.VenueState AS EventVenueState
> >FROMdbo.tbl_EP_Events AS events, dbo.tbl_EP_EventDateTime AS
> >dates,
> >dbo.tbl_EP_Venues AS venues, dbo.tbl_EP_EventContacts AS contacts
> >WHERE   (EventBeginDate #dateCompare# #searchDate# and
> >events.EventScopeID =
> >#eventScopeVariable#)
> >and contacts.ContactID = events.EventMainContactID
> >and venues.EventVenueID = events.EventVenueID
> >and dates.EventID = events.EventID
> >ORDER BY EventBeginDate #SortOrder#
> >
> >
> >the problem is that the template chokes when I try to use WHERE
> >(EventBeginDate #dateCompare# #searchDate# and events.EventScopeID =
> >#eventScopeVariable#)  it seems that it doesn't like the alias in the 
>where
> >clause.  I tried using MIN(dates.EventDate), but that doesn't work 
>either.
> >
> >Is it possible to use aliases in the WHERE statement, or am I going to 
>have
> >to do this as two separate tables?
> >
> >Thanks,
> >
> >Chris Martin
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 neccessary in the future (ie law suit against me!  : )
>
>Another possibility is using your "approved field" and making it a
>text/numeric flag instead.  This way you can have  mutliple states (A for
>approved, D for deleted,etc) however I don't know if that is good practice.
>
>At 06:51 PM 12/16/00 -0800, David Shadovitz you wrote:
>
> >Any thoughts?
> >
> >Here's another use for flagging records:  Our db tables which contain
> >scientific data contain an "approved" field, whose default value is
> >"false".  After data is inserted into the database, an analyst checks it
> >out, and then we toggle the flag to "true".  Of course, our non-admin
> >canned queries all include "WHERE approved = true".
>
>--
>Michael She
>I m a g i n e   C o m m u n i c a t i o n s
>Company E-mail: [EMAIL PROTECTED]
>Personal E-mail: [EMAIL PROTECTED]
>ICQ UIN: #243466
>Personal Homepage: http://www.michaelshe.com (Under Construction)
>Imagine Communications: http://www.imagineer.net
>PGP Fingerprint: 9A24 1DA9 39B8 0A0C C5ED 6E5D 45E9 075A 51CD 66A1
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 record to be ignored. I'd also record the date/time that
> > it was flagged. That way I can offer the user the opportunity
> > to Undo the Delete. I'll probably schedule a job to delete all
> > records which have been flagged for more than 1 day.
>
>This is a pretty common practice. It's often called a "soft delete".
>
>There are a couple of alternative ways you can handle soft deletes. One way
>is to simply have a column within the table that tracks the "deleted" 
>status
>for a record. For example, we generally track four pieces of information in
>addition to the regular data:
>
>1. The date a record was created
>2. The date a record was last modified
>3. The date a record was deleted
>4. The ID of the last user to modify the record
>
>Then, any queries that show active records check the End_Date field to see
>if it contains NULL.
>
>However, if you expect to have a lot of deletions within your data, you
>might be better off by moving the "deleted" records to an alternative 
>table.
>
> > Here's another use for flagging records: Our db tables which
> > contain scientific data contain an "approved" field, whose
> > default value is "false". After data is inserted into the
> > database, an analyst checks it out, and then we toggle the
> > flag to "true". Of course, our non-admin canned queries all
> > include "WHERE approved = true".
>
>This is a good place to use views. You can create views for these tables
>using this WHERE clause, and allow end users to run whatever queries they
>want.
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/
>voice: (202) 797-5496
>fax: (202) 797-5444
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 a mapping, 
so once again what is it used for???
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



  1   2   >