Re: URL Variables in the form of index.cfm?DJIE332

2002-06-20 Thread Donnie Bachan

#CGI.QUERYSTRING# returns everything after the ? in the URL, if you have a 
list of values of the fomat http://www.mysite.com?DE1122&HF3433&HG3454, 
CGI.QUERYSTRING would return DE1122&HF3433&HG3454, you can then break it up 
as a list delimited by '&'.

HTH

Donnie Bachan
Phone: (718) 217-2883
ICQ#: 28006783
"Nitendo Vinces - By Striving You Shall Conquer"
==
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Getting datatype before SELECT

2002-06-20 Thread Donnie Bachan

If you use Sybase you can query SYSColumns (SQL Server would be the same I 
guess since they were spawned from the same engine initially). SYSColumns 
contains a row for every column of every table and view.


HTH

Donnie Bachan
Phone: (718) 217-2883
ICQ#: 28006783
"Nitendo Vinces - By Striving You Shall Conquer"
==
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.


__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Getting datatype before SELECT

2002-06-20 Thread ksuh

In SQL Server, you can use the sp_help stored proc to give you a list 
of all the datatypes of a table's columns.

- Original Message -
From: Shannon Carr <[EMAIL PROTECTED]>
Date: Thursday, June 20, 2002 8:56 am
Subject: Getting datatype before SELECT

> Does anyone know of a way to determine the datatype of a column in 
> a SQL
> database before running a cfquery?
> 
> I have created a dynamic query and need to determine the datatype of
> ColumnList fields before executing a query. If a person enters 
> text and the
> table column is an integer the page breaks and visa-versa.
> 
> 
> Thanks,
> Shannon Carr
> [EMAIL PROTECTED]
> 
> FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> 

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Muliple Domain Pointers and Redirection

2002-06-20 Thread Martin Wright

Forgive the elementary questuion - just getting to grips...

Where you have multiple domain pointers on a web site can CF arrange
redirection such that:

www.site1.com goes to www.domain.com/site1 yet masks this by showing
just www.site1.com or even www.site1.com/site1 ?

And site2 etc.

I know web forwarding can do this by using frames.  However, when I
tried the 4Guys tute doing it in ASP (Vbs) I could get the redirection
but not the masking.

Is it me :( ?  Any help?

--
Martin Wright


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Getting datatype before SELECT

2002-06-20 Thread Philip Arnold - ASP

> Does anyone know of a way to determine the datatype of a
> column in a SQL database before running a cfquery?
>
> I have created a dynamic query and need to determine the datatype of
> ColumnList fields before executing a query. If a person enters text
> and the table column is an integer the page breaks and visa-versa.

SELECT Column_Name, Data_Type, Character_Maximum
FROM information_schema.columns
Where table_name='MyTable' and Column_name='myColumn'

This works for SQL Server, which I'm presuming you have from your
wording

Philip Arnold
Technical Director
Certified ColdFusion Developer
ASP Multimedia Limited
Switchboard: +44 (0)20 8680 8099
Fax: +44 (0)20 8686 7911

www.aspmedia.co.uk
www.aspevents.net

An ISO9001 registered company.

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



problem with FB 3.0

2002-06-20 Thread John McCosker

Greetings,

I'm using FUSEBOX 3.0,

apart from trying to get my head around how its structured,

I'm getting this error,

ODBC Error Code = S0002 (Base table not found)


[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name
'DBO.administrator'.


SQL = "SELECT USERNAME,PASSWORD FROM DBO.administrator WHERE USERNAME =
'asd' AND PASSWORD = 'asd'"

Data Source = "UTILITYADMIN"


The error occurred while processing an element with a general identifier of
(CFQUERY), occupying document position (10:4) to (13:30) in the template
file D:\INETPUB\WWWROOT\WEBSITES\UTILITYEYEADMIN\ACT_LOGIN.CFM.

The error occurred while processing an element with a general identifier of
(CFRETHROW), occupying document position (246:11) to (246:21) in the
template file
D:\INETPUB\WWWROOT\WEBSITES\UTILITYEYEADMIN\FBX_FUSEBOX30_CF50.CFM.

DBO.administrator table does exist,

// calling code


SELECT  USERNAME,PASSWORD
FROMDBO.UtilityAdmin
WHERE   USERNAME =
'#ATTRIBUTES.username#' AND PASSWORD = '#ATTRIBUTES.pass#'


//username dtype = varchar 10
//password dtype = ntext 16

I'm just wondering why an error is being reported below,

The error occurred while processing an element with a general identifier of
(CFRETHROW), occupying document position (246:11) to (246:21) in the
template file
D:\INETPUB\WWWROOT\WEBSITES\UTILITYEYEADMIN\FBX_FUSEBOX30_CF50.CFM.

and maybe if it has something to do with CF5.0 and FB3,
I'M sorry if this is vague,its just a very basic DB login check,


any ideas out there, especially any FB3.0 people,

Respectfully,

j

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT - domain skimmers, please help

2002-06-20 Thread nick

I have a client that is in a jam. Some jerk has registered the .net version of his 
name, stolen his meta tags, and paid Yahoo the 299 to get listed as him. Now, when you 
click on his name, it goes to a porno site. I'm pretty sure this jerk saw his name in 
a recent article in a national publication that spotlighted my client, and is just 
trying to skim site visitors.

Has anyone ever successfully contacted Yahoo to resolve anything like this? Does 
anyone have an email address for Yahoo that doesn't result in a rediculous 
auto-responder and then silence? 

Thanks in advance for all your help. Some days I hate the Internet business. 

Nick Call
[EMAIL PROTECTED]



__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Killing Client vars session on closing browser.

2002-06-20 Thread Chris Norloff

I wouldn't expect users to do that either.  The point is that if YOU have been 
accessing the ColdFusion server and have then switched to non-persistant cookies, then 
there's probably still cookies on your harddrive from the CFserver.  

Your browser will continue to use those stored cookies to define cfid/cftoken.

Chris Norloff

-- Original Message --
From: "Mike Kear" <[EMAIL PROTECTED]>
Reply-To: <[EMAIL PROTECTED]>
Date: Fri, 21 Jun 2002 00:55:28 +1000

>Well I can hardly expect all my users (specially potentially malicious ones)
>to be deleting anything from their harddrive.  I'm trying to write a
>password access system here.The thing has to be designed to work under
>normal conditions, not exceptional ones.
>
>Once I'm logged out I want to be OUT.  That means when users click on the
>"logout" button,  Time out through inactivity, or close their browser.
>All 3 of those events should make sure I can't get back to the secure areas
>without providing a valid username/password combination.
>
>
>But as Kym said,  the CFID/CFTOKEN combination could well be the same when
>it's issued a second time to the same person/ip address.   Just unique at
>any one moment.
>
>
>
>Cheers,
>Mike Kear
>Windsor, NSW, Australia
>AFP WebWorks
>
>
>-Original Message-
>From: Chris Norloff [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, June 20, 2002 11:55 PM
>To: CF-Talk; [EMAIL PROTECTED]
>Subject: RE: Killing Client vars session on closing browser.
>
>Have you deleted all cookies on your harddrive from that server?  I thought
>I had and some were left over from some other implementation.  The CFserver
>was still using the CFID/CFTOKEN from the stored cookies I didn't know I
>had.
>
>Chris Norloff
>
>-- Original Message --
>from: "Mike Kear" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>date: Thu, 20 Jun 2002 12:11:38 +1000
>
>>Ok, here's another part of the mystery  how could this be?
>>
>>I closed all copies of all browsers.  I used SQL Query Analyser to go to
>the
>>CDATA table and delete the records relating to my client session.   Then I
>>opened my browser and went to the protected page.  As expected I was sent
>to
>>the login page.  So far so good.
>>
>>But when I completed logging in,  the CFID and CFTOKEN were the same as the
>>one I had just deleted!! I didn't believe what I was seeing, so I did it
>>again a couple more times.Same result.  I thought the CFIDs and
>CFTOKENS
>>were supposed to be unique and never reused.
>>
>>What gives?   How can I log in fresh and get the same CFID and CFTOKEN as I
>>had before?
>>
>>(If it's relevant, we're using CF5 and my browsers are IE6.0.26, and
>NN4.75,
>>and NN6.2.2)
>>
>>
>>Cheers,
>>Mike Kear
>>Windsor, NSW, Australia
>>AFP WebWorks
>>
>>-Original Message-
>>From: Matthew Friedman [mailto:[EMAIL PROTECTED]]
>>Sent: Thursday, June 20, 2002 11:22 AM
>>To: CF-Talk
>>Subject: RE: Killing Client vars session on closing browser.
>>
>>Mike here is a thought and this works for a project that I did.
>>
>>Open you site in a framed environment
>>Frame one is 100% and this is where your application runs
>>
>>Have a hidden frame that is a simple html page with an onclose() function
>to
>>call a page logout.cfm
>>
>>In logout run a query to delete your client variables from the database
>that
>>you have designated
>>
>>
>>delete
>>from dbo.CDATA
>>where cfid = '#cookie.cfid#:#cookie.cftoken#'
>>and app = ''  - this is the name from the
>>cfapplication page that you are using for the client vars.
>>
>>
>>then close the browser page with a JavaScript.
>>
>>This will guarantee that you have deleted the client vars from the time the
>>user logs off.
>>
>>You will need to take this Idea on step furture to make sure that the user
>>does not open the page outside of the framed enivorment and that can be
>done
>>with some simple javascripting.
>>
>>Matt Friedman
>>
>>
>>-Original Message-
>>From: Mike Kear [mailto:[EMAIL PROTECTED]]
>>Sent: Wednesday, June 19, 2002 8:40 PM
>>To: CF-Talk
>>Subject: RE: Killing Client vars session on closing browser.
>>
>>
>>Yes, thanks Rob.  That was my understanding of it too.  And I had already
>>used that code to convert CFID and CFTOKEN to memory cookies.   But now, 8
>>hours after I closed my browser, I just came back on line, opened my
>browser
>>again, and I was still logged in with the same CFID and CFTOKEN.   So the
>>client vars didn't time out, and they didn't disappear when not only did I
>>close down my browser but I closed down my whole system for the night.
>>
>>That's why I asked the question.  I didn't want to go over old ground, but
>>half a dozen people have told me exactly the same thing - use that snippet
>>to convert the cookies to in-memory cookies.  BUT IT DOESN'T WORK FOR MY
>>CASE.   That's the problem. I don't know why.   If you look at my original
>>question ( re-posted below) you'll see that's what I originally said

RE: CFMX - why so many runtime processes & are they really needed ?

2002-06-20 Thread Jesse Noller

http://www-105.ibm.com/developerworks/tools.nsf/dw/java-all-byname?OpenDocument&Count=500&loc=j

Jesse Noller
[EMAIL PROTECTED]
Macromedia Server Development
Unix/Linux "special guy" 

> -Original Message-
> From: Robert Everland [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 20, 2002 8:24 AM
> To: CF-Talk
> Subject: RE: CFMX - why so many runtime processes & are they really
> needed ?
> 
> Where can you get ibm's jre?
> 
> Robert Everland III
> Web Developer Extraordinaire
> Dixon Ticonderoga Company
> http://www.dixonusa.com
> 
> -Original Message-
> From: Jesse Noller [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 19, 2002 7:12 PM
> To: CF-Talk
> Subject: RE: CFMX - why so many runtime processes & are they really
> needed ?
> 
> 
> Linus does make a good point, and I do kinda like the idea, but the
> implementation is "the suck".
> 
> I haven't been able to do much kernel hacking lately, but I'll track down
> and check out the IBM patch when I get a chance. I also need to muck with
> some JREs, IBM's jre is the fastest I know of, they're smart++.
> 
> Jesse Noller
> [EMAIL PROTECTED]
> Macromedia Server Development
> Unix/Linux "special guy"
> 
> > -Original Message-
> > From: Matt Liotta [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, June 19, 2002 6:59 PM
> > To: CF-Talk
> > Subject: RE: CFMX - why so many runtime processes & are they really
> > needed ?
> >
> > I like Linus's model better. He states that we shouldn't limit
> > ourselves to just processes and threads. He thinks we should have
> > variable weight processes. Some would be as light as threads while
> > others could be as heavy as processes, but you could also define more
> > granular differences.
> >
> > I hear IBM has a new implementation of PThreads for Linux that is
> > supposed to rock. It would be interesting to use that patch and see
> > what kind of difference it makes with CFMX.
> >
> > -Matt
> >
> > > -Original Message-
> > > From: Jesse Noller [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, June 19, 2002 3:48 PM
> > > To: CF-Talk
> > > Subject: RE: CFMX - why so many runtime processes & are they really
> > needed
> > > ?
> > >
> > > I know that matt. There was a couple of fights over l-k about
> > > whether
> > or
> > > not to actually move to a threading model with 2.4. The plain fact
> > > is
> > that
> > > many people wanted to stick with the per-process method of doing
> > things.
> > > The actual threading implementation for Linux is pretty weak (having
> > > worked with it a lot) but it's been improving.
> > >
> > > It's nothing more than a thread emulation system with the pthread
> > > libraries. But, one can hope that they'll see the light of day and
> > > actually move to the solaris world of thread modeling.
> > >
> > > :)
> > >
> > > Jesse Noller
> > > [EMAIL PROTECTED]
> > > Macromedia Server Development
> > > Unix/Linux "special guy"
> > >
> > > > -Original Message-
> > > > From: Matt Liotta [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, June 19, 2002 6:27 PM
> > > > To: CF-Talk
> > > > Subject: RE: CFMX - why so many runtime processes & are they
> > > > really needed ?
> > > >
> > > > I am sure you know this Jesse, but I'll point it out anyway. There
> > is no
> > > > such thing as threads in the Linux world. For Posix compliance
> > > > Linux
> > has
> > > > a PThread library, but each thread is implemented using clone(),
> > which
> > > > is actually just a fork() with a shared stack. Thus, those are all
> > > > processes; not threads.
> > > >
> > > > -Matt
> > > >
> > > > > -Original Message-
> > > > > From: Jesse Noller [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, June 19, 2002 2:38 PM
> > > > > To: CF-Talk
> > > > > Subject: RE: CFMX - why so many runtime processes & are they
> > really
> > > > needed
> > > > > ?
> > > > >
> > > > > Dick:
> > > > >
> > > > >   Actually, I don't know who told you that, but they were
> wrong.
> > > > Each
> > > > > of those "20 or so" java processes you see on Linux are actually
> > > > nothing
> > > > > more than Java threads. If you were on a solaris box and did a
> > > > > ps
> > axww
> > > > > you'd see 1 master process with a bunch of children.
> > > > >
> > > > >   Linux threading being what it is, it displays the individual
> > > > threads
> > > > > as individual processes. This makes for interesting output to
> > > > > say
> > the
> > > > > least.
> > > > >
> > > > >   As for the actual "cfusion" binary, this is a C launcher
> that
> > > > reads
> > > > > the settings in the JVM.CONFIG file in runtime/bin, sets up the
> > > > > environment, and is the "master control program" for CFMX/JRun.
> > > > > It
> > has
> > > > > other features too, such as an autorestart function that will
> > > > > make
> > > > sure
> > > > > that once executed, if the threads begin to die, they are
> > recreated.
> > > > >
> > > > >   > 1) What do the 20 or so processes do?
> > > > >
> > > > >   Nothin

RE: This feature should never have been uploaded!" or Version Control Systems, Anyone?

2002-06-20 Thread Alex

Wow, you can keep track of 200 issues? Most people can only keep track of
7 according to psychological tests. Source control is the most basic part
of the development process and anyone who recommends "human engineering"
is someone to steer clear from.

On Thu, 20 Jun 2002, Dave Babbitt wrote:

> I have been using the human engineering method of controlling code, but it
> seems at about 200 Issues, my brain starts losing track of which issues
> intersect at which template.
>
> -Original Message-
> From: Mark Warrick [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 19, 2002 6:03 PM
> To: CF-Talk
> Subject: RE: This feature should never have been uploaded!" or Version
> Control Systems, Anyone?
>
>
> Visual Source Safe?
>
> http://msdn.microsoft.com/ssafe/
>
> Personally I prefer the human engineering method of controlling code, but if
> you gotta have a computer keep track of what you do - well - there you go.
>
> ---mark
>
> 
> Mark Warrick ([EMAIL PROTECTED])
> Founder, Fusioneers.com / CTO, ZapConnect.com
> Phone: 714-547-5386 / 714-667-0203 / Efax: 801-730-7289
> http://www.warrick.net / http://www.fusioneers.com
> http://www.zapconnect.com
> ICQ: 125160 AIM: markwarric Yahoo: Serengeti
> 
>
>
> > -Original Message-
> > From: Dave Babbitt [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, June 19, 2002 1:29 PM
> > To: CF-Talk
> > Subject: This feature should never have been uploaded!" or Version
> > Control Systems, Anyone?
> >
> >
> > Hi Guys!
> >
> > For some inexplicable reason, probably financial, my boss, the CTO,
> > steadfastly refused to buy any version control system off the
> > shelf and left
> > me with the task of managing this manually. I didn't have control over the
> > development server, there was no staging server, etc.
> >
> > Now, the CTO is no longer my boss and the president has given me
> > permission
> > to buy something. But, what? It has to manage about 84,000 lines
> > of code. It
> > has to be able to revert to a previous version on the production server,
> > etc.
> >
> > Any suggestions?
> >
> > Thanx
> >
> > Dave
> >
> >
>
> 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Error found in the CFAdmin.

2002-06-20 Thread Raymond Camden

This is a known bug. I swear it's not my fault. Really.

===
Raymond Camden, ColdFusion Jedi Master for Macromedia

Email: [EMAIL PROTECTED]
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda 

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, June 20, 2002 9:49 AM
> To: CF-Talk
> Subject: Error found in the CFAdmin.
> 
> 
> I was trying to assist someon on the forums and noticed 
> something that I 
> should point out that happens.  If you goto the CF Administrator, log 
> in... goto Data Sources and click "Driver" (to sort by driver)...
> 
> Blamo...
> 
> [error]--
> 
> temptaciousjedimastersupremewhopper1=ODBCSocket|cfsnippets  
>   
> The Error Occurred in 
> E:\Development\Apache\cfadmin\CFIDE\administrator\include\udfl
> ibrary.cfm: 
> line 43
> Called from 
> E:\Development\Apache\cfadmin\CFIDE\administrator\datasources\
> index.cfm: 
> line 313
> Called from 
> E:\Development\Apache\cfadmin\CFIDE\administrator\datasources\
> index.cfm: 
> line 455 
> 

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Web-Services and proxy server

2002-06-20 Thread Kevan . Windle

Thanks Dave. Putting another proxy between us and the NTML proxy was a
possiblity mentioned here so that is really useful.
Ye I realise it is proporietory Microsoft stuff but as I said that surely
must make it relatively common? I know little about this stuff, suspect I'll
be finding out a lot more than I would like.

BTW, didn't mean to send it directly to you as well. 

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: 20 June 2002 14:44
To: '[EMAIL PROTECTED]'
Cc: '[EMAIL PROTECTED]'
Subject: RE: Web-Services and proxy server


> > Ummm. Couldn't get Netscape to work. It is an NTML proxy. But 
> > spoken to my network man, and his view is that it is a pretty 
> > standard proxy protocol. And looking around on the net, it 
> > seems it to me. Not so surprised that Netscape doesn't handle 
> > it, but surely I can't be the only CF user who has this set-up. 
> > Anyone else faced this problem?
> 
> If you're using a proxy which requires NTLM Authentication, 
> then CFHTTP (or any other non-IE HTTP client) won't work 
> through it. Your "network man" neglected to note that it's a 
> pretty standard proxy setup "for Windows clients". I'm not 
> aware of any workaround, either, other than placing your web 
> server on the other side of the proxy server, or configuring 
> the proxy server to allow other forms of authentication.

Actually, this might provide a workaround!
http://www.geocities.com/rozmanov/ntlm/

You'd have to set this up as a proxy itself, and have it forward to your
"real" proxy server, I think.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444


**

The opinions expressed in this E-mail are those  of  the individual  and
not  necessarily  the  company.  This E-mail and  any files transmitted 
with it are confidential and solely for the use of the intended recipients

**

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



LinkPoint

2002-06-20 Thread Duane Boudreau

Anyone here using Linkpoint and there CFX tag?

I'm pulling my hair out try to figure out how to do a transaction void
programmatically.

If anyone has code they wouldn't mind sharing please let me know.

Duane


__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: LinkPoint

2002-06-20 Thread Michael Dinowitz

Maybe these will help:
http://www.houseoffusion.com/cf_lists/index.cfm?method=messages&forumid=4&threadid=11829
http://www.houseoffusion.com/cf_lists/index.cfm?method=messages&forumid=4&threadid=9609

At 11:40 AM 6/20/02, you wrote:
>Anyone here using Linkpoint and there CFX tag?
>
>I'm pulling my hair out try to figure out how to do a transaction void
>programmatically.
>
>If anyone has code they wouldn't mind sharing please let me know.
>
>Duane
>
>
>
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re[2]: Flashin my CF!!!!

2002-06-20 Thread Critter

oi Alex!!

and which one would that be?


-- 
Critz
Certified Adv. ColdFusion Developer

Crit[s2k] - 

Thursday, June 20, 2002, 9:40:47 AM, you wrote:

A> read the cf maual.


A> On Thu, 20 Jun 2002, Critz wrote:

>> Good mornin CF(Mx)'ers
>>
>>  as I begin my journey down the path of a Rich Internet Application, I
>>  have come upon a small obstacle.
>>
>>  Displaying the results of a recordset in a "html table" type
>>  format...
>>
>>  anybody have any suggestions???
>>
>>
>> --
>> Best regards,
>>
>> Critter, MMCP
>> Certified ColdFusion Developer
>>
>> Crit[s2k] - 
>>
>> 
A> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



C:/CFusion to D:/CFusion Advice..

2002-06-20 Thread Paul Ihrig

OK...
i messed up.

i updated cf server on the C Drive.
without having enough space left over for the virus scans & other things to
run..

is there a way to move the
C:/CFusion to D:/CFusion

with out a uninstall & reinstall???

any advice or suggestions would be appreciated.

you can laugh now...
i know i need to rebuild the box, but have no real time or money for it.

thanks.

-paul
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



AOL Problems

2002-06-20 Thread Eric Homa

Hi,

Does anyone out there have experience with an AOL client?  I have a customer
whose site works fine for him at his office and also for the many other
clients that use the site but when he goes home and uses AOL he complains
that pages don't load.  He says that he gets blank screens.  Anyone
experience any of this or know which tags might cause this?

Thanks,

Eric Homa



__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Web-Services and proxy server

2002-06-20 Thread Stacy Young

Ours is! I always have trouble with our proxy and resolving external hosts.
:(

-Original Message-
From: Ian Tait [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, June 19, 2002 10:29 AM
To: CF-Talk
Subject: RE: Web-Services and proxy server

Hiya,

It's a bit unlikely that port 80 is assigned to a proxy... (although I have
used that setup before ...)

Not much help eh? :)

Ian

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 19 June 2002 15:23
To: CF-Talk
Subject: RE: Web-Services and proxy server


Yes, as I said I've got it runnung on my machine under my own NT account
which I know has permission ton get through the proxy. 
I just tried to use CFHTTP with this code:
http://www.macromedia.com"; 
method="GET"
throwOnError = "Yes"
redirect="No"
  >
And I get a 400 error message: Bad Request.


-Original Message-
From: Kumaran Nallore [mailto:[EMAIL PROTECTED]]
Sent: 19 June 2002 15:06
To: CF-Talk
Subject: RE: Web-Services and proxy server


Did you try what Frank suggested, i.e to ensure that the account that CF is
running on has permission to get through the proxy?





-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, June 19, 2002 9:56 AM
To: CF-Talk
Subject: RE: Web-Services and proxy server

No I can't get CFHTTP to work, i get connection failure trying to reach
anything. When I use your code with cfinvoke then the error message is 407
i.e. no proxy authorisation, but I'm running MX on my local machine under my
own account which I know has authorisation, and which lets me get to the
page  via the browser. Any ideas what else I might look at?

-Original Message-
From: Kumaran Nallore [mailto:[EMAIL PROTECTED]]
Sent: 18 June 2002 16:40
To: CF-Talk
Subject: RE: Web-Services and proxy server


Does CFHTTP work??

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, June 18, 2002 9:22 AM
To: CF-Talk
Subject: RE: Web-Services and proxy server

Thanks Kumaran,
but didn't make any difference that I can see. Anyone seen anything
documented on this?

-Original Message-
From: Kumaran Nallore [mailto:[EMAIL PROTECTED]]
Sent: 18 June 2002 13:25
To: CF-Talk
Subject: RE: Web-Services and proxy server


Try this work around:



obj = CreateObject("java", "java.lang.System");
obj.setProperty("http.proxyHost", "your_proxy_host");
obj.setProperty("http.proxyPort", "your_proxy_port"); 



mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, June 18, 2002 7:25 AM
To: CF-Talk
Subject: Web-Services and proxy server

I'm trying to get the example web-service with CF-MX to work, but I'm
connecting via proxy behind a fire-wall. I thought I saw posts before on
this, but can't find anything on the archive - the search doesn't seem to be
working properly. 
Don't know where to start. Anyone tell me the sort of things I need to look
at to get it working?



**

The opinions expressed in this E-mail are those  of  the individual  and
not  necessarily  the  company.  This E-mail and  any files transmitted 
with it are confidential and solely for the use of the intended recipients


**









__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Flashin my CF!!!!

2002-06-20 Thread Ben Johnson

> What is the problem with display your recordset in the HTML Table format?

I was under the impression this was for a Flash application because of the
subject, "Flashin my CF".  Is that true or no?



Ben Johnson
Hostworks, Inc.

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



replace double quotes - syntax help

2002-06-20 Thread Charlie

all these tough questions and heady subjects, here's an easy one i hope

I am attempting to remove all instances of double quotes within string, and this seems 
be incorrect syntax


#REReplace("myQuery.myField", " "  " , "" , "ALL")#

additionaly, the reason i need to remove the double quotes is that they are causing a 
javascript errorit is okay with my client that for this particular item, that the 
double quotes are omitted, but IS there a way to preserve them without causing the 
javascript to fail



__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Getting datatype before SELECT

2002-06-20 Thread Derrick Rapley

Are you getting a result set, inserting, or updating data?


-Original Message-
From: Shannon Carr [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 10:56 AM
To: CF-Talk
Subject: Getting datatype before SELECT


Does anyone know of a way to determine the datatype of a column in a SQL
database before running a cfquery?

I have created a dynamic query and need to determine the datatype of
ColumnList fields before executing a query. If a person enters text and the
table column is an integer the page breaks and visa-versa.


Thanks,
Shannon Carr
[EMAIL PROTECTED]

FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: This feature should never have been uploaded!" or Version Con trol Systems, Anyone?

2002-06-20 Thread Hans Omli

I've had issues with VSS.  I prefer PVCS Version Manager (along with PVCS
Tracker for bug tracking).
http://www.merant.com/pvcs/products/version_manager/

-Original Message-
From: Dave Babbitt [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 6:11 AM
To: CF-Talk
Subject: RE: This feature should never have been uploaded!" or Version
Control Systems, Anyone?


I have been using the human engineering method of controlling code, but it
seems at about 200 Issues, my brain starts losing track of which issues
intersect at which template.

-Original Message-
From: Mark Warrick [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 19, 2002 6:03 PM
To: CF-Talk
Subject: RE: This feature should never have been uploaded!" or Version
Control Systems, Anyone?


Visual Source Safe?

http://msdn.microsoft.com/ssafe/

Personally I prefer the human engineering method of controlling code, but if
you gotta have a computer keep track of what you do - well - there you go.

---mark


Mark Warrick ([EMAIL PROTECTED])
Founder, Fusioneers.com / CTO, ZapConnect.com
Phone: 714-547-5386 / 714-667-0203 / Efax: 801-730-7289
http://www.warrick.net / http://www.fusioneers.com
http://www.zapconnect.com
ICQ: 125160 AIM: markwarric Yahoo: Serengeti



> -Original Message-
> From: Dave Babbitt [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 19, 2002 1:29 PM
> To: CF-Talk
> Subject: This feature should never have been uploaded!" or Version
> Control Systems, Anyone?
>
>
> Hi Guys!
>
> For some inexplicable reason, probably financial, my boss, the CTO,
> steadfastly refused to buy any version control system off the
> shelf and left
> me with the task of managing this manually. I didn't have control over the
> development server, there was no staging server, etc.
>
> Now, the CTO is no longer my boss and the president has given me
> permission
> to buy something. But, what? It has to manage about 84,000 lines
> of code. It
> has to be able to revert to a previous version on the production server,
> etc.
>
> Any suggestions?
>
> Thanx
>
> Dave
>
>


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Java for beginners?

2002-06-20 Thread Weaver, Anthony

If you are specifically interested in JSP, you should check out "JavaServer
Pages Application Development"  It is a SAMS book by Ben Forta, et al.


Tony Weaver
Limited Brands Technology Services
Advanced Technology Group 
Senior Programmer/Analyst
Phone: 614.415.7647
E-mail: [EMAIL PROTECTED]
AURA SCIENCE / BATH & BODY WORKS / EXPRESS / HENRI BENDEL / THE LIMITED
NEW YORK & COMPANY / VICTORIA'S SECRET / THE WHITE BARN CANDLE COMPANY



-Original Message-
From: chris.alvarado [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 10:29 AM
To: CF-Talk
Subject: OT: Java for beginners?


Hello all,

Just wondering if anyone has any good Java book reccomends for
beginners?

My background is in CF, ASP, VB, SQL type stuff if that helps.

Thanks for any and all help,

-chris.alvarado
[ application developer ]
4 Guys Interactive, Inc.
http://www.4guys.com 

-- I can picture in my mind a world without war, a world without hate.
And I can picture us attacking that world, because they'd never expect
it. -- Jack Handy



__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Getting datatype before SELECT

2002-06-20 Thread Mark A. Kruger - CFG

Shannon,

You can run sp_columns *tablename* on the table.  It returns a query with a
datatype column.  Here's a sample UDF that may help a little.  It uses the
"DATA_TYPE" column from the stored proc.  It could just as easiy be written
to use the "TYPE_NAME" column (that would have made it more readable. I use
this function to set the correct type in  (as in ). This UDF doesn't
cover all the types (it was written for a specific ap and set of tables) but
you get the idea.

 function convertDataType(intDtype) {
  var strReturn  = '';
  SWITCH(intDtype)
  {
   CASE '4': { strReturn = 'CF_SQL_INTEGER';  break; }
   CASE '1': { strReturn = 'CF_SQL_CHAR';   break; }
   CASE '11': { strReturn = 'CF_SQL_DATE';   break; }
   CASE '3': { strReturn = 'CF_SQL_DECIMAL';  break; }
   CASE '2': { strReturn = 'CF_SQL_NUMERIC';  break; }
   CASE '6': { strReturn = 'CF_SQL_FLOAT';   break; }
  }
  return strReturn;
 }


-mk



-Original Message-
From: Shannon Carr [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 9:56 AM
To: CF-Talk
Subject: Getting datatype before SELECT


Does anyone know of a way to determine the datatype of a column in a SQL
database before running a cfquery?

I have created a dynamic query and need to determine the datatype of
ColumnList fields before executing a query. If a person enters text and the
table column is an integer the page breaks and visa-versa.


Thanks,
Shannon Carr
[EMAIL PROTECTED]

FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Alternate extensions to .cfm problems

2002-06-20 Thread Jaye Morris

This is a multi-part message in MIME format.

--=_NextPart_000__01C21853.478D9B10
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Has anyone figured out how to configure CFMX and IIS 5.0 to run extensions
other than .cfm?   My example is that I have executed my CF5 pages with
".html", with no problems at all. Now with CFMX the page will not execute my
code with .html or no other contrived extensions such as ".jaye".   I
configured the settings properly in IIS 5.0,  and linked to the ..\1\
jrun.dll in the path.  Our lead developer talked to Macromedia this morning,
but they did not seem to be aware of this and the reference their tech
support gave on the website was not appropriate to the situation.  If you
have any ideas or explanations please let me know. Thanks in advance. I
would really appreciate your help.
BTW:  Being that CFMX is based on Java are there any performance tests that
are our which compare it to CF5?  Thanks again.

// Jaye Morris, New Media Developer
// [EMAIL PROTECTED] - www.navtrak.net
// [EMAIL PROTECTED] - www.jayezero.com



--=_NextPart_000__01C21853.478D9B10
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable






Has anyone=20
figured out how to configure CFMX and IIS 5.0 to run extensions other =
than=20
.cfm?   My example is that I have =
executed=20
my CF5 pages with ".html", with no problems at all. Now with CFMX the page will =
not execute=20
my code with .html or no other =
contrived=20
extensions such as ".jaye".   I=20
configured the settings properly in IIS 5.0,  and linked to the ..\1\=20
jrun.dll in the path.  Our lead developer talked to=20
Macromedia this morning, but =
they did not=20
seem to be aware of this and the reference their tech =
support gave on the website was not =
appropriate to the situation.  If you =
have any=20
ideas or explanations please let me know. Thanks in =
advance. I would really appreciate your=20
help.
BTW:  Being=20
that CFMX is based on Java are there any performance tests that are our =
which=20
compare it to CF5?  Thanks again.
// Jaye Morris, New Media Developer//=20
[EMAIL PROTECTED] - www.navtrak.net// [EMAIL PROTECTED] -=20
www.jayezero.com
 

--=_NextPart_000__01C21853.478D9B10--

FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re[2]: Flashin my CF!!!!

2002-06-20 Thread Critter

oi Ben!!

cheers mate. I'll have a gander at em


-- 
Critz
Certified Adv. ColdFusion Developer

Crit[s2k] - 

Thursday, June 20, 2002, 10:27:27 AM, you wrote:

>> Displaying the results of a recordset in a "html table" type
>> format...
>>
>> anybody have any suggestions???

BJ> Critz,
BJ> I know I saw something on Macromedia's site about something like this.  It
BJ> had to do with extending the listbox component so that it would hold
BJ> multiple columns.  You could probably do this yourself if you're good with
BJ> Actionscript.

BJ> Here's a few places on MM that deal with that:

BJ> http://www.macromedia.com/desdev/mx/flash/articles/fmx_components.html

BJ> and

BJ> http://www.macromedia.com/desdev/mx/flash/articles/extending_components.html

BJ> Those aren't the ones I was thinking of, but you might be able to figure it
BJ> out after reading them.




BJ> Ben Johnson
BJ> Hostworks, Inc.

BJ> 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re[2]: Flashin my CF!!!!

2002-06-20 Thread Critter

oi Shawn!!

ummm I'm trying to do it in Flash guess I didn't specify that


-- 
Critz
Certified Adv. ColdFusion Developer

Crit[s2k] - 

Thursday, June 20, 2002, 10:24:14 AM, you wrote:

SR> What is the problem with display your recordset in the HTML Table format?

SR> Shawn Regan

SR> -Original Message-
SR> From: Critz [mailto:[EMAIL PROTECTED]]
SR> Sent: Thursday, June 20, 2002 1:59 AM
SR> To: CF-Talk
SR> Subject: Flashin my CF


SR> Good mornin CF(Mx)'ers

SR>  as I begin my journey down the path of a Rich Internet Application, I
SR>  have come upon a small obstacle.

SR>  Displaying the results of a recordset in a "html table" type
SR>  format...

SR>  anybody have any suggestions???

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Web-Services and proxy server

2002-06-20 Thread Jeff Garza

Dave is right on with this.  I had to have our net admins completely remove
the web servers from the proxy and poke a hole through the firewall.  CF
does not do NTLM authentication at all.  Good Luck.

Jeff Garza

- Original Message -
From: "Dave Watts" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 20, 2002 6:42 AM
Subject: RE: Web-Services and proxy server


> Ummm. Couldn't get Netscape to work. It is an NTML proxy. But
> spoken to my network man, and his view is that it is a pretty
> standard proxy protocol. And looking around on the net, it
> seems it to me. Not so surprised that Netscape doesn't handle
> it, but surely I can't be the only CF user who has this set-up.
> Anyone else faced this problem?

If you're using a proxy which requires NTLM Authentication, then CFHTTP (or
any other non-IE HTTP client) won't work through it. Your "network man"
neglected to note that it's a pretty standard proxy setup "for Windows
clients". I'm not aware of any workaround, either, other than placing your
web server on the other side of the proxy server, or configuring the proxy
server to allow other forms of authentication.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Killing Client vars session on closing browser.

2002-06-20 Thread Derrick Rapley

Here are some suggestions.

First you want to use "Session" Cookies. They reside in memory and are
deleted when all instances of a browser are closed.

Here is how I do it in Application.cfm (fbx_Settings.cfm for Fusebox users):








Also, I typically check to see if a session variable exists to make sure a
session times out (you can include this at the top of each template, in
Fusebox I include it in fbx_Switch before any of the cases are checked):










When a user logs out, you can just use the StructClear() function to remove
all the session variables for a user.




That should do it for you.

Regards,

Derrick Rapley


-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 10:55 AM
To: CF-Talk
Subject: RE: Killing Client vars session on closing browser.


Well I can hardly expect all my users (specially potentially malicious ones)
to be deleting anything from their harddrive.  I'm trying to write a
password access system here.The thing has to be designed to work under
normal conditions, not exceptional ones.

Once I'm logged out I want to be OUT.  That means when users click on the
"logout" button,  Time out through inactivity, or close their browser.
All 3 of those events should make sure I can't get back to the secure areas
without providing a valid username/password combination.


But as Kym said,  the CFID/CFTOKEN combination could well be the same when
it's issued a second time to the same person/ip address.   Just unique at
any one moment.



Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks


-Original Message-
From: Chris Norloff [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 11:55 PM
To: CF-Talk; [EMAIL PROTECTED]
Subject: RE: Killing Client vars session on closing browser.

Have you deleted all cookies on your harddrive from that server?  I thought
I had and some were left over from some other implementation.  The CFserver
was still using the CFID/CFTOKEN from the stored cookies I didn't know I
had.

Chris Norloff

-- Original Message --
from: "Mike Kear" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
date: Thu, 20 Jun 2002 12:11:38 +1000

>Ok, here's another part of the mystery  how could this be?
>
>I closed all copies of all browsers.  I used SQL Query Analyser to go to
the
>CDATA table and delete the records relating to my client session.   Then I
>opened my browser and went to the protected page.  As expected I was sent
to
>the login page.  So far so good.
>
>But when I completed logging in,  the CFID and CFTOKEN were the same as the
>one I had just deleted!! I didn't believe what I was seeing, so I did it
>again a couple more times.Same result.  I thought the CFIDs and
CFTOKENS
>were supposed to be unique and never reused.
>
>What gives?   How can I log in fresh and get the same CFID and CFTOKEN as I
>had before?
>
>(If it's relevant, we're using CF5 and my browsers are IE6.0.26, and
NN4.75,
>and NN6.2.2)
>
>
>Cheers,
>Mike Kear
>Windsor, NSW, Australia
>AFP WebWorks
>
>-Original Message-
>From: Matthew Friedman [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, June 20, 2002 11:22 AM
>To: CF-Talk
>Subject: RE: Killing Client vars session on closing browser.
>
>Mike here is a thought and this works for a project that I did.
>
>Open you site in a framed environment
>Frame one is 100% and this is where your application runs
>
>Have a hidden frame that is a simple html page with an onclose() function
to
>call a page logout.cfm
>
>In logout run a query to delete your client variables from the database
that
>you have designated
>
>
>delete
>from dbo.CDATA
>where cfid = '#cookie.cfid#:#cookie.cftoken#'
>and app = ''  - this is the name from the
>cfapplication page that you are using for the client vars.
>
>
>then close the browser page with a JavaScript.
>
>This will guarantee that you have deleted the client vars from the time the
>user logs off.
>
>You will need to take this Idea on step furture to make sure that the user
>does not open the page outside of the framed enivorment and that can be
done
>with some simple javascripting.
>
>Matt Friedman
>
>
>-Original Message-
>From: Mike Kear [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, June 19, 2002 8:40 PM
>To: CF-Talk
>Subject: RE: Killing Client vars session on closing browser.
>
>
>Yes, thanks Rob.  That was my understanding of it too.  And I had already
>used that code to convert CFID and CFTOKEN to memory cookies.   But now, 8
>hours after I closed my browser, I just came back on line, opened my
browser
>again, and I was still logged in with the same CFID and CFTOKEN.   So the
>client vars didn't time out, and they didn't disappear when not only did I
>close down my browser but I closed down my whole system for the night.
>
>That's why I asked the question.  I didn't want to go over old ground, but
>half a dozen people have told me exactly the same thing - use that snippet
>to convert the cookies to i

RE: CFMX - why so many runtime processes & are they really needed ?

2002-06-20 Thread Matt Liotta

http://www-106.ibm.com/developerworks/java/jdk/linux130/?dwzone=java

-Matt

> -Original Message-
> From: Robert Everland [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 20, 2002 5:24 AM
> To: CF-Talk
> Subject: RE: CFMX - why so many runtime processes & are they really
needed
> ?
> 
> Where can you get ibm's jre?
> 
> Robert Everland III
> Web Developer Extraordinaire
> Dixon Ticonderoga Company
> http://www.dixonusa.com
> 
> -Original Message-
> From: Jesse Noller [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 19, 2002 7:12 PM
> To: CF-Talk
> Subject: RE: CFMX - why so many runtime processes & are they really
needed
> ?
> 
> 
> Linus does make a good point, and I do kinda like the idea, but the
> implementation is "the suck".
> 
> I haven't been able to do much kernel hacking lately, but I'll track
down
> and check out the IBM patch when I get a chance. I also need to muck
with
> some JREs, IBM's jre is the fastest I know of, they're smart++.
> 
> Jesse Noller
> [EMAIL PROTECTED]
> Macromedia Server Development
> Unix/Linux "special guy"
> 
> > -Original Message-
> > From: Matt Liotta [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, June 19, 2002 6:59 PM
> > To: CF-Talk
> > Subject: RE: CFMX - why so many runtime processes & are they really
> > needed ?
> >
> > I like Linus's model better. He states that we shouldn't limit
> > ourselves to just processes and threads. He thinks we should have
> > variable weight processes. Some would be as light as threads while
> > others could be as heavy as processes, but you could also define
more
> > granular differences.
> >
> > I hear IBM has a new implementation of PThreads for Linux that is
> > supposed to rock. It would be interesting to use that patch and see
> > what kind of difference it makes with CFMX.
> >
> > -Matt
> >
> > > -Original Message-
> > > From: Jesse Noller [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, June 19, 2002 3:48 PM
> > > To: CF-Talk
> > > Subject: RE: CFMX - why so many runtime processes & are they
really
> > needed
> > > ?
> > >
> > > I know that matt. There was a couple of fights over l-k about
> > > whether
> > or
> > > not to actually move to a threading model with 2.4. The plain fact
> > > is
> > that
> > > many people wanted to stick with the per-process method of doing
> > things.
> > > The actual threading implementation for Linux is pretty weak
(having
> > > worked with it a lot) but it's been improving.
> > >
> > > It's nothing more than a thread emulation system with the pthread
> > > libraries. But, one can hope that they'll see the light of day and
> > > actually move to the solaris world of thread modeling.
> > >
> > > :)
> > >
> > > Jesse Noller
> > > [EMAIL PROTECTED]
> > > Macromedia Server Development
> > > Unix/Linux "special guy"
> > >
> > > > -Original Message-
> > > > From: Matt Liotta [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, June 19, 2002 6:27 PM
> > > > To: CF-Talk
> > > > Subject: RE: CFMX - why so many runtime processes & are they
> > > > really needed ?
> > > >
> > > > I am sure you know this Jesse, but I'll point it out anyway.
There
> > is no
> > > > such thing as threads in the Linux world. For Posix compliance
> > > > Linux
> > has
> > > > a PThread library, but each thread is implemented using clone(),
> > which
> > > > is actually just a fork() with a shared stack. Thus, those are
all
> > > > processes; not threads.
> > > >
> > > > -Matt
> > > >
> > > > > -Original Message-
> > > > > From: Jesse Noller [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, June 19, 2002 2:38 PM
> > > > > To: CF-Talk
> > > > > Subject: RE: CFMX - why so many runtime processes & are they
> > really
> > > > needed
> > > > > ?
> > > > >
> > > > > Dick:
> > > > >
> > > > >   Actually, I don't know who told you that, but they were
> wrong.
> > > > Each
> > > > > of those "20 or so" java processes you see on Linux are
actually
> > > > nothing
> > > > > more than Java threads. If you were on a solaris box and did a
> > > > > ps
> > axww
> > > > > you'd see 1 master process with a bunch of children.
> > > > >
> > > > >   Linux threading being what it is, it displays the
individual
> > > > threads
> > > > > as individual processes. This makes for interesting output to
> > > > > say
> > the
> > > > > least.
> > > > >
> > > > >   As for the actual "cfusion" binary, this is a C launcher
> that
> > > > reads
> > > > > the settings in the JVM.CONFIG file in runtime/bin, sets up
the
> > > > > environment, and is the "master control program" for
CFMX/JRun.
> > > > > It
> > has
> > > > > other features too, such as an autorestart function that will
> > > > > make
> > > > sure
> > > > > that once executed, if the threads begin to die, they are
> > recreated.
> > > > >
> > > > >   > 1) What do the 20 or so processes do?
> > > > >
> > > > >   Nothing. They are threads. Welcome to Linux threading,
it's
> > > > > annoying, but meaningless. Those are nothing

RE: problem with FB 3.0

2002-06-20 Thread Andy Ewings

Generally the syntax is

Select  FROM ...

If administrator is not a table then this aint gonna work

-Original Message-
From: John McCosker [mailto:[EMAIL PROTECTED]]
Sent: 20 June 2002 16:13
To: CF-Talk
Subject: problem with FB 3.0


Greetings,

I'm using FUSEBOX 3.0,

apart from trying to get my head around how its structured,

I'm getting this error,

ODBC Error Code = S0002 (Base table not found)


[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name
'DBO.administrator'.


SQL = "SELECT USERNAME,PASSWORD FROM DBO.administrator WHERE USERNAME =
'asd' AND PASSWORD = 'asd'"

Data Source = "UTILITYADMIN"


The error occurred while processing an element with a general identifier of
(CFQUERY), occupying document position (10:4) to (13:30) in the template
file D:\INETPUB\WWWROOT\WEBSITES\UTILITYEYEADMIN\ACT_LOGIN.CFM.

The error occurred while processing an element with a general identifier of
(CFRETHROW), occupying document position (246:11) to (246:21) in the
template file
D:\INETPUB\WWWROOT\WEBSITES\UTILITYEYEADMIN\FBX_FUSEBOX30_CF50.CFM.

DBO.administrator table does exist,

// calling code


SELECT  USERNAME,PASSWORD
FROMDBO.UtilityAdmin
WHERE   USERNAME =
'#ATTRIBUTES.username#' AND PASSWORD = '#ATTRIBUTES.pass#'


//username dtype = varchar 10
//password dtype = ntext 16

I'm just wondering why an error is being reported below,

The error occurred while processing an element with a general identifier of
(CFRETHROW), occupying document position (246:11) to (246:21) in the
template file
D:\INETPUB\WWWROOT\WEBSITES\UTILITYEYEADMIN\FBX_FUSEBOX30_CF50.CFM.

and maybe if it has something to do with CF5.0 and FB3,
I'M sorry if this is vague,its just a very basic DB login check,


any ideas out there, especially any FB3.0 people,

Respectfully,

j


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: problem with FB 3.0

2002-06-20 Thread Andy Ewings

appologies - realised my last post isn't going to help much after reading
your calling code - will have a rethink

-Original Message-
From: John McCosker [mailto:[EMAIL PROTECTED]]
Sent: 20 June 2002 16:13
To: CF-Talk
Subject: problem with FB 3.0


Greetings,

I'm using FUSEBOX 3.0,

apart from trying to get my head around how its structured,

I'm getting this error,

ODBC Error Code = S0002 (Base table not found)


[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name
'DBO.administrator'.


SQL = "SELECT USERNAME,PASSWORD FROM DBO.administrator WHERE USERNAME =
'asd' AND PASSWORD = 'asd'"

Data Source = "UTILITYADMIN"


The error occurred while processing an element with a general identifier of
(CFQUERY), occupying document position (10:4) to (13:30) in the template
file D:\INETPUB\WWWROOT\WEBSITES\UTILITYEYEADMIN\ACT_LOGIN.CFM.

The error occurred while processing an element with a general identifier of
(CFRETHROW), occupying document position (246:11) to (246:21) in the
template file
D:\INETPUB\WWWROOT\WEBSITES\UTILITYEYEADMIN\FBX_FUSEBOX30_CF50.CFM.

DBO.administrator table does exist,

// calling code


SELECT  USERNAME,PASSWORD
FROMDBO.UtilityAdmin
WHERE   USERNAME =
'#ATTRIBUTES.username#' AND PASSWORD = '#ATTRIBUTES.pass#'


//username dtype = varchar 10
//password dtype = ntext 16

I'm just wondering why an error is being reported below,

The error occurred while processing an element with a general identifier of
(CFRETHROW), occupying document position (246:11) to (246:21) in the
template file
D:\INETPUB\WWWROOT\WEBSITES\UTILITYEYEADMIN\FBX_FUSEBOX30_CF50.CFM.

and maybe if it has something to do with CF5.0 and FB3,
I'M sorry if this is vague,its just a very basic DB login check,


any ideas out there, especially any FB3.0 people,

Respectfully,

j


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



SOT: Cisco AAVID IPT Phone System

2002-06-20 Thread Duane Boudreau

Has anyone here worked on CF based apps for Cisco AAVID IPT IP based phone
systems?

Apparently they have an XML interface that allows you to send info directly
to the 6x6 display on the phone and I have a client that is interested in
developing an app that takes advantage of this.

I'm thinking that if the phone has the ability to make an http request then
CF would be the way to go, maybe using MX and web services.

Sound doable?

TIA,
Duane


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: Java for beginners?

2002-06-20 Thread ksuh

The Core Java books are excellent for beginners.

- Original Message -
From: "chris.alvarado" <[EMAIL PROTECTED]>
Date: Thursday, June 20, 2002 8:28 am
Subject: OT: Java for beginners?

> Hello all,
> 
> Just wondering if anyone has any good Java book reccomends for
> beginners?
> 
> My background is in CF, ASP, VB, SQL type stuff if that helps.
> 
> Thanks for any and all help,
> 
> -chris.alvarado
> [ application developer ]
> 4 Guys Interactive, Inc.
> http://www.4guys.com 
> 
> -- I can picture in my mind a world without war, a world without hate.
> And I can picture us attacking that world, because they'd never expect
> it. -- Jack Handy
> 
> 
> 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Error found in the CFAdmin.

2002-06-20 Thread Ryan Kime

temptaciousjedimastersupremewhopper1=ODBCSocket|cfsnippets

jedimaster? Looks like a Raymond error to me. :)


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 20, 2002 8:49 AM
To: CF-Talk
Subject: Error found in the CFAdmin.


I was trying to assist someon on the forums and noticed something that I 
should point out that happens.  If you goto the CF Administrator, log 
in... goto Data Sources and click "Driver" (to sort by driver)...

Blamo...

[error]--

temptaciousjedimastersupremewhopper1=ODBCSocket|cfsnippets  
  
The Error Occurred in 
E:\Development\Apache\cfadmin\CFIDE\administrator\include\udflibrary.cfm: 
line 43
Called from 
E:\Development\Apache\cfadmin\CFIDE\administrator\datasources\index.cfm: 
line 313
Called from 
E:\Development\Apache\cfadmin\CFIDE\administrator\datasources\index.cfm: 
line 455 

-

Just thought I'd FYI, it's an issue.  Perhaps it's already known.

-- 

Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ |
Team Macromedia Volunteer for ColdFusion   |
http://www.macromedia.com/support/forums/team_macromedia/  |
http://www.flashCFM.com/   - webRat (Moderator)|
http://www.ultrashock.com/ - webRat (Back-end Moderator)   |



__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: problem with FB 3.0

2002-06-20 Thread Bryan Love

The username and password you are supplying most likely can't see DBO
tables...

+---+
Bryan Love
  Macromedia Certified Professional
  Internet Application Developer
  Database Analyst
Telecommunication Systems
[EMAIL PROTECTED]
+---+

"...'If there must be trouble, let it be in my day, that my child may have
peace'..."
- Thomas Paine, The American Crisis



-Original Message-
From: John McCosker [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 8:13 AM
To: CF-Talk
Subject: problem with FB 3.0


Greetings,

I'm using FUSEBOX 3.0,

apart from trying to get my head around how its structured,

I'm getting this error,

ODBC Error Code = S0002 (Base table not found)


[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name
'DBO.administrator'.


SQL = "SELECT USERNAME,PASSWORD FROM DBO.administrator WHERE USERNAME =
'asd' AND PASSWORD = 'asd'"

Data Source = "UTILITYADMIN"


The error occurred while processing an element with a general identifier of
(CFQUERY), occupying document position (10:4) to (13:30) in the template
file D:\INETPUB\WWWROOT\WEBSITES\UTILITYEYEADMIN\ACT_LOGIN.CFM.

The error occurred while processing an element with a general identifier of
(CFRETHROW), occupying document position (246:11) to (246:21) in the
template file
D:\INETPUB\WWWROOT\WEBSITES\UTILITYEYEADMIN\FBX_FUSEBOX30_CF50.CFM.

DBO.administrator table does exist,

// calling code


SELECT  USERNAME,PASSWORD
FROMDBO.UtilityAdmin
WHERE   USERNAME =
'#ATTRIBUTES.username#' AND PASSWORD = '#ATTRIBUTES.pass#'


//username dtype = varchar 10
//password dtype = ntext 16

I'm just wondering why an error is being reported below,

The error occurred while processing an element with a general identifier of
(CFRETHROW), occupying document position (246:11) to (246:21) in the
template file
D:\INETPUB\WWWROOT\WEBSITES\UTILITYEYEADMIN\FBX_FUSEBOX30_CF50.CFM.

and maybe if it has something to do with CF5.0 and FB3,
I'M sorry if this is vague,its just a very basic DB login check,


any ideas out there, especially any FB3.0 people,

Respectfully,

j


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



correct syntax for replace double quotes

2002-06-20 Thread Charlie

#Replace(myQuery.data, " " ", "", "All" )#


Is this the correct syntax for removing double quotes?? 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT - domain skimmers, please help

2002-06-20 Thread Cravens, Billy

Have you considered the various legal repercussions?  Even if you lift
them off of Yahoo, the site will still be picked up by Google, etc, and
will find it's way back into Yahoo (and other) indexes.  

You can get the name by appealing to ICANN, could also sue for copyright
infringement.  Also, it seems like Yahoo would be liable - if the site
is listed incorrectly in their directory (they only looked at keywords,
and not at the actual content) then not only are they causing damage to
your client, they are misrepresenting the service that they provide.

---
Billy Cravens
Web and Software Consulting
www.Architechx.com
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 20, 2002 10:06 AM
To: CF-Talk
Subject: OT - domain skimmers, please help

I have a client that is in a jam. Some jerk has registered the .net
version of his name, stolen his meta tags, and paid Yahoo the 299 to get
listed as him. Now, when you click on his name, it goes to a porno site.
I'm pretty sure this jerk saw his name in a recent article in a national
publication that spotlighted my client, and is just trying to skim site
visitors.

Has anyone ever successfully contacted Yahoo to resolve anything like
this? Does anyone have an email address for Yahoo that doesn't result in
a rediculous auto-responder and then silence? 

Thanks in advance for all your help. Some days I hate the Internet
business. 

Nick Call
[EMAIL PROTECTED]




__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Muliple Domain Pointers and Redirection

2002-06-20 Thread Cravens, Billy





or if you're using a standard naming scheme (like passing all pages
through a single template, then just cfinclude the appropriate template
in the necessary directory.

---
Billy Cravens 

-Original Message-
From: Martin Wright [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 20, 2002 10:06 AM
To: CF-Talk
Subject: Muliple Domain Pointers and Redirection

Forgive the elementary questuion - just getting to grips...

Where you have multiple domain pointers on a web site can CF arrange
redirection such that:

www.site1.com goes to www.domain.com/site1 yet masks this by showing
just www.site1.com or even www.site1.com/site1 ?

And site2 etc.

I know web forwarding can do this by using frames.  However, when I
tried the 4Guys tute doing it in ASP (Vbs) I could get the redirection
but not the masking.

Is it me :( ?  Any help?

--
Martin Wright



__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Could not connect to JRun Connector Proxy

2002-06-20 Thread Jim

What does Thjis Mean pertaining to CFGRAPH?

Could not connect to JRun Connector Proxy

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Java for beginners?

2002-06-20 Thread Tony Carcieri

I have found the Teach Yourself Java 2 in 21 days to be indispensible. It is
by Sams and the authors are Lemay and Cadenhead. I have the second edition.

It also included a bonus week where it looks at Swing.

-Original Message-
From: chris.alvarado [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 10:29 AM
To: CF-Talk
Subject: OT: Java for beginners?


Hello all,

Just wondering if anyone has any good Java book reccomends for
beginners?

My background is in CF, ASP, VB, SQL type stuff if that helps.

Thanks for any and all help,

-chris.alvarado
[ application developer ]
4 Guys Interactive, Inc.
http://www.4guys.com

-- I can picture in my mind a world without war, a world without hate.
And I can picture us attacking that world, because they'd never expect
it. -- Jack Handy



__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Could not connect to JRun Connector Proxy

2002-06-20 Thread Jim

What does Thjis Mean pertaining to CFGRAPH?

Could not connect to JRun Connector Proxy

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



setting up a web service in coldfusion

2002-06-20 Thread Ruyle, David

Has anyone had any success in setting up and consuming a web service with
Coldfusion. 

I have tried unsuccessfully several times to set up a web service in
Dreamweaver MX. I have followed these directions and nothing:

1. Click the "+" to add a service
2. Browsed to Xmethods and cut and paste the url of the wsdl file. I checked
the url each time to make sure it was correct
3.. Coldfusion MX is selected as the Proxy Generator.

And each time it gives an error saying "Unable to read wsdl file" 

Any help or suggestions would be greatly appreciated. Thanks.


David Ruyle
Web Developer
Littler Mendelson
415.439.6294
[EMAIL PROTECTED]



This email may contain confidential and privileged material for the sole use of the 
intended recipient(s). Any review, use, distribution or disclosure by others is 
strictly prohibited. If you are not the intended recipient (or authorized to receive 
for the recipient), please contact the sender by reply email and delete all copies of 
this message.

To reply to our email administrator directly, send an email to
[EMAIL PROTECTED]

Littler Mendelson, P.C.
http://www.littler.com



__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT - domain skimmers, please help

2002-06-20 Thread Bruce Sorge

Not sure how much this will help, but here is a URL to have your friend check out:
http://www.keytlaw.com/urls/geturls.htm?source=Overture";>Cybersquatting 
Guide Know this though that this site deals mainly with companies that have 
federally registered trademarks of service marks.

-- Original Message --
From: <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Thu, 20 Jun 2002 09:06:24 -0600

I have a client that is in a jam. Some jerk has registered the .net version of his 
name, stolen his meta tags, and paid Yahoo the 299 to get listed as him. Now, when you 
click on his name, it goes to a porno site. I'm pretty sure this jerk saw his name in 
a recent article in a national publication that spotlighted my client, and is just 
trying to skim site visitors.

Has anyone ever successfully contacted Yahoo to resolve anything like this? Does 
anyone have an email address for Yahoo that doesn't result in a rediculous 
auto-responder and then silence? 

Thanks in advance for all your help. Some days I hate the Internet business. 

Nick Call
[EMAIL PROTECTED]




__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Java for beginners?

2002-06-20 Thread chris.alvarado

Actually, what I mean is the language Java, as in building servlets or
enhancments to applications etc. Not JSP. Although I can imagine that I
will be getting into JSP as well.

-chris

-Original Message-
From: Weaver, Anthony [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 20, 2002 11:10 AM
To: CF-Talk
Subject: RE: Java for beginners?


If you are specifically interested in JSP, you should check out
"JavaServer Pages Application Development"  It is a SAMS book by Ben
Forta, et al.


Tony Weaver
Limited Brands Technology Services
Advanced Technology Group 
Senior Programmer/Analyst
Phone: 614.415.7647
E-mail: [EMAIL PROTECTED]
AURA SCIENCE / BATH & BODY WORKS / EXPRESS / HENRI BENDEL / THE LIMITED
NEW YORK & COMPANY / VICTORIA'S SECRET / THE WHITE BARN CANDLE COMPANY



-Original Message-
From: chris.alvarado [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 10:29 AM
To: CF-Talk
Subject: OT: Java for beginners?


Hello all,

Just wondering if anyone has any good Java book reccomends for
beginners?

My background is in CF, ASP, VB, SQL type stuff if that helps.

Thanks for any and all help,

-chris.alvarado
[ application developer ]
4 Guys Interactive, Inc.
http://www.4guys.com 

-- I can picture in my mind a world without war, a world without hate.
And I can picture us attacking that world, because they'd never expect
it. -- Jack Handy




__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Cookie Management 3rd Party Site

2002-06-20 Thread Stephen Cassady

I've recently been tasked to create a system similiar to systems like
DoubleClick in tracking users (not the click-through).

Basically:
(1)Client places some of our code in their web site
(2)Code triggers test of our cookie on visiting browser
(3)If not cookie, then set
(4)Read Cookie
(5)Trigger Database activity on our server to record unique user ID (from
cookie) and website

I'm a little lost on the type of code for our clients to place on their
site. I'm assuming JavaScript, to run a script from our server. That we then
set/read cookies and do database input. Not assuming any use of the IFrame.
Do not need to send or set picture, though that may be required to open up
the HTTP connection that allows us to set a cookied from our server.

Does anybody have such code already developed, or knows of a good set of
examples on the net, or in a book, that I may be able to access?

Thank you for your time.
Stephen Cassady
[EMAIL PROTECTED]

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: Can Javascript be disabled? Re:

2002-06-20 Thread Jann VanOver

Yes, Raymond.  I forgot this too until someone couldn't use my site from
Netscape 4.0.5 (The latest stable version of NS4 for Mac).  I installed that
version to test and -- voila -- a switch to turn off Javascript.

Never underestimate someone's reluctance to upgrade!

On 6/20/02 5:48 AM, "Raymond Camden" <[EMAIL PROTECTED]> wrote:

> Are you sure that's possible? This would seem like a (minor) security
> risk to me.
> 
> ===
> Raymond Camden, ColdFusion Jedi Master for Macromedia
> 
> Email: [EMAIL PROTECTED]
> Yahoo IM : morpheus
> 
> "My ally is the Force, and a powerful ally it is." - Yoda
> 
>> -Original Message-
>> From: Zac Spitzer [mailto:[EMAIL PROTECTED]]
>> Sent: Thursday, June 20, 2002 6:35 AM
>> To: CF-Talk
>> Subject: Re: 
>> 
>> 
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>> 
>> use the browser!
>> 
>> if you are uploading file a form field... just create a
>> javascript image
>> object and set the src to the value of the form field base on
>> a onchange
>> event... then you can access the height and width in
>> javascript from the
>> image object, make sure the object is .completed before otherwise you
>> get 0x0 pixels... if the browser can't read tyhe size of the
>> image, the
>> image is useless really :-)
>> 
>> z
> 
> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Comparing two lists

2002-06-20 Thread Tony Schreiber

Is there an easy way to see if any items in two lists match?

For now, I'm looping over one list and doing listfind on the other for
each value from the first. But I didn't know if there was an easier way.


Tony Schreiber, Senior Partner  Man and Machine, Limited
mailto:[EMAIL PROTECTED]   http://www.technocraft.com

http://www.simplemessageboard.com ___Free Forum Software for Cold Fusion
http://www.is300.net ___The Enthusiast's Home of the Lexus IS300
http://www.digitacamera.com __DigitA Camera Scripts and Tips
http://www.linklabexchange.com _Miata Link ECU Data Exchange

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Java for beginners?

2002-06-20 Thread Douglas . Knudsen

I really liked Deitel and Deitels book on Java 
http://www.amazon.com/exec/obidos/ASIN/0130341517/ref=pd_sbs_b_1/104-8438814-5464748

Doug


From:   Tony Carcieri <[EMAIL PROTECTED]> on 06/20/2002 02:08 PM
Please respond to [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
cc: 

Subject:RE: Java for beginners?

I have found the Teach Yourself Java 2 in 21 days to be indispensible. It 
is
by Sams and the authors are Lemay and Cadenhead. I have the second 
edition.

It also included a bonus week where it looks at Swing.

-Original Message-
From: chris.alvarado [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 10:29 AM
To: CF-Talk
Subject: OT: Java for beginners?


Hello all,

Just wondering if anyone has any good Java book reccomends for
beginners?

My background is in CF, ASP, VB, SQL type stuff if that helps.

Thanks for any and all help,

-chris.alvarado
[ application developer ]
4 Guys Interactive, Inc.
http://www.4guys.com

-- I can picture in my mind a world without war, a world without hate.
And I can picture us attacking that world, because they'd never expect
it. -- Jack Handy




__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: LinkPoint

2002-06-20 Thread Duane Boudreau

Unfortunately not. I finally got my answer from their support. The answer is
you CANT. You have to login to their report center to do transaction voids.
:(

Duane

-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 11:46 AM
To: CF-Talk
Subject: Re: LinkPoint


Maybe these will help:
http://www.houseoffusion.com/cf_lists/index.cfm?method=messages&forumid=4&th
readid=11829
http://www.houseoffusion.com/cf_lists/index.cfm?method=messages&forumid=4&th
readid=9609

At 11:40 AM 6/20/02, you wrote:
>Anyone here using Linkpoint and there CFX tag?
>
>I'm pulling my hair out try to figure out how to do a transaction void
>programmatically.
>
>If anyone has code they wouldn't mind sharing please let me know.
>
>Duane
>
>
>

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



How to Access Debugging info (Queries and Execution Time) progr ammatically

2002-06-20 Thread Voris, Jim

Is there a way to access Queries and Execution Time that are part of the
debugging information programattically?  

CF_Dump, can get pretty much everything important in the parameters piece,
but it would be nice, say in an error handling script to get an email with
all of the information that's contained in the debug info. (not just the
error and variable information).
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



cf-talk@houseoffusion.com

2002-06-20 Thread phumes1

Hi,

In this example the results from my #URLDecode(dir)# is "C:\temp\test\data\123\"

I'm trying to check is the directory "data" exists in the variable and if so, do 
something else.
The syntax below is not working properly. What am I doing wrong?


You are in the data directory

 You are somewhere else




__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT - domain skimmers, please help

2002-06-20 Thread Chris Kief

It might be futile to bother with chasing down all the search engines in
this case. Going after Yahoo might work, but like Billy said, what
happens with Google or MSN or 

Find out who the domain registrar is and contact their legal department.
I've been down this road before and have "forcefully" taken back a
domain. (It was a nasty legal deal that took a few months) 

_But_ I have to add that my client had their name copyrighted...so the
domain was infringing on the copyright. Not sure what your legal stance
will be if your client has not had their name copyrighted...

A word to the wise...if you plan on being famous or anywhere close to
it, copyright your name :)

Chris



-Original Message-
From: Cravens, Billy [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 20, 2002 10:30 AM
To: CF-Talk
Subject: RE: OT - domain skimmers, please help

Have you considered the various legal repercussions?  Even if you lift
them off of Yahoo, the site will still be picked up by Google, etc, and
will find it's way back into Yahoo (and other) indexes.  

You can get the name by appealing to ICANN, could also sue for copyright
infringement.  Also, it seems like Yahoo would be liable - if the site
is listed incorrectly in their directory (they only looked at keywords,
and not at the actual content) then not only are they causing damage to
your client, they are misrepresenting the service that they provide.

---
Billy Cravens
Web and Software Consulting
www.Architechx.com
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 20, 2002 10:06 AM
To: CF-Talk
Subject: OT - domain skimmers, please help

I have a client that is in a jam. Some jerk has registered the .net
version of his name, stolen his meta tags, and paid Yahoo the 299 to get
listed as him. Now, when you click on his name, it goes to a porno site.
I'm pretty sure this jerk saw his name in a recent article in a national
publication that spotlighted my client, and is just trying to skim site
visitors.

Has anyone ever successfully contacted Yahoo to resolve anything like
this? Does anyone have an email address for Yahoo that doesn't result in
a rediculous auto-responder and then silence? 

Thanks in advance for all your help. Some days I hate the Internet
business. 

Nick Call
[EMAIL PROTECTED]





__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: AOL Problems

2002-06-20 Thread Mike Brunt

Oh AOL, so popular.  My problems with AOL related to their dynamic proxy
system, if this is still the same what happens is that the user IP Address
changes several times during a single-user-browser session hope that makes
sense.  So if any part of your application uses large amounts of client
identification or tracking, that could be an issue.

Hth...

Kind Regards - Mike Brunt, CTO
Webapper
http://www.webapper.com
Downey CA Office
562.243.6255
AIM - webappermb

"Webapper - Making the NET work"


-Original Message-
From: Eric Homa [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 9:02 AM
To: CF-Talk
Subject: AOL Problems


Hi,

Does anyone out there have experience with an AOL client?  I have a customer
whose site works fine for him at his office and also for the many other
clients that use the site but when he goes home and uses AOL he complains
that pages don't load.  He says that he gets blank screens.  Anyone
experience any of this or know which tags might cause this?

Thanks,

Eric Homa




__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Killing Client vars session on closing browser.

2002-06-20 Thread Rob Baxter

Hmm, that is strange. Couple of questions...

How are you determining that a user needs to be redirected to the login
page?

Are you using cflocation anywhere which might be preventing the cookie
overwrite from happening correctly?

Are you using UUIDs for cftokens?




-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 19, 2002 10:12 PM
To: CF-Talk
Subject: RE: Killing Client vars session on closing browser.


Ok, here's another part of the mystery  how could this be?

I closed all copies of all browsers.  I used SQL Query Analyser to go to the
CDATA table and delete the records relating to my client session.   Then I
opened my browser and went to the protected page.  As expected I was sent to
the login page.  So far so good.

But when I completed logging in,  the CFID and CFTOKEN were the same as the
one I had just deleted!! I didn't believe what I was seeing, so I did it
again a couple more times.Same result.  I thought the CFIDs and CFTOKENS
were supposed to be unique and never reused.

What gives?   How can I log in fresh and get the same CFID and CFTOKEN as I
had before?

(If it's relevant, we're using CF5 and my browsers are IE6.0.26, and NN4.75,
and NN6.2.2)


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks

-Original Message-
From: Matthew Friedman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 11:22 AM
To: CF-Talk
Subject: RE: Killing Client vars session on closing browser.

Mike here is a thought and this works for a project that I did.

Open you site in a framed environment
Frame one is 100% and this is where your application runs

Have a hidden frame that is a simple html page with an onclose() function to
call a page logout.cfm

In logout run a query to delete your client variables from the database that
you have designated


delete
from dbo.CDATA
where cfid = '#cookie.cfid#:#cookie.cftoken#'
and app = ''  - this is the name from the
cfapplication page that you are using for the client vars.


then close the browser page with a JavaScript.

This will guarantee that you have deleted the client vars from the time the
user logs off.

You will need to take this Idea on step furture to make sure that the user
does not open the page outside of the framed enivorment and that can be done
with some simple javascripting.

Matt Friedman


-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 19, 2002 8:40 PM
To: CF-Talk
Subject: RE: Killing Client vars session on closing browser.


Yes, thanks Rob.  That was my understanding of it too.  And I had already
used that code to convert CFID and CFTOKEN to memory cookies.   But now, 8
hours after I closed my browser, I just came back on line, opened my browser
again, and I was still logged in with the same CFID and CFTOKEN.   So the
client vars didn't time out, and they didn't disappear when not only did I
close down my browser but I closed down my whole system for the night.

That's why I asked the question.  I didn't want to go over old ground, but
half a dozen people have told me exactly the same thing - use that snippet
to convert the cookies to in-memory cookies.  BUT IT DOESN'T WORK FOR MY
CASE.   That's the problem. I don't know why.   If you look at my original
question ( re-posted below) you'll see that's what I originally said.

Does that only apply to session variables?   Because I'm using CLIENT Vars
(it's a long story,  just take it from me that client vars is the way we
have to go)   Or have I missed something?



-Original Message-
From: Rob Baxter [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 4:04 AM
To: CF-Talk
Subject: RE: Killing Client vars session on closing browser.

Correct me if I'm wrong, but I believe that eliminating a user's session id
(aka CFID and CFTOKEN) will have the effect of orphaning their Client data.
In other words, if you make sure that no users have persistant session
cookies, when they close the browser, they will lose their CFID and CFTOKEN
values which are used to hash their Client variables. If they return to your
site in a new browser instance, they should be issued a new CFID and CFTOKEN
pair, which effectively gives them a whole new Client variable space. Of
course you should probably have your Client variables expire fairly
frequently in this scenario.

I believe some has already posted the code you can put in Application.cfm
which will convert your CFID and CFTOKEN cookies from persistant cookies to
in-memory cookies.



-Original Message-
Here's what I originally asked:
At 07:51 AM 6/19/02, you wrote:
>I'm maintaining state using CLIENT vars, and I want to have the session die
>when the user closes his browser.
>
>I know how to kill SESSION vars by setting the CFID and CFTOKEN cookies to
>expire, but that doesn't apply to client vars does it?In any case, when
>I close my browser and open it again, the CFID and CFTOKEN is still alive.
>I'm still logged in and when I disp

Re: Error found in the CFAdmin.

2002-06-20 Thread Hatton Humphrey

temptaciousjedimastersupremewhopper1


.. hm

Methinks the gentleman doth protest too much.

Hatton

Raymond Camden wrote:

> This is a known bug. I swear it's not my fault. Really.
> 
> ===
> Raymond Camden, ColdFusion Jedi Master for Macromedia
> 
> Email: [EMAIL PROTECTED]
> Yahoo IM : morpheus
> 
> "My ally is the Force, and a powerful ally it is." - Yoda 
> 
> 
>>-Original Message-
>>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
>>Sent: Thursday, June 20, 2002 9:49 AM
>>To: CF-Talk
>>Subject: Error found in the CFAdmin.
>>
>>
>>I was trying to assist someon on the forums and noticed 
>>something that I 
>>should point out that happens.  If you goto the CF Administrator, log 
>>in... goto Data Sources and click "Driver" (to sort by driver)...
>>
>>Blamo...
>>
>>[error]--
>>
>>temptaciousjedimastersupremewhopper1=ODBCSocket|cfsnippets  
>>  
>>The Error Occurred in 
>>E:\Development\Apache\cfadmin\CFIDE\administrator\include\udfl
>>ibrary.cfm: 
>>line 43
>>Called from 
>>E:\Development\Apache\cfadmin\CFIDE\administrator\datasources\
>>index.cfm: 
>>line 313
>>Called from 
>>E:\Development\Apache\cfadmin\CFIDE\administrator\datasources\
>>index.cfm: 
>>line 455 
>>
>>
> 
> 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Error found in the CFAdmin.

2002-06-20 Thread Debbie Dickerson

Must be the other jedimastersupreme down the hall, right? ;-)

Deb

-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 11:37 AM
To: CF-Talk
Subject: RE: Error found in the CFAdmin.


This is a known bug. I swear it's not my fault. Really.

===
Raymond Camden, ColdFusion Jedi Master for Macromedia

Email: [EMAIL PROTECTED]
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda 

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, June 20, 2002 9:49 AM
> To: CF-Talk
> Subject: Error found in the CFAdmin.
> 
> 
> I was trying to assist someon on the forums and noticed 
> something that I 
> should point out that happens.  If you goto the CF Administrator, log 
> in... goto Data Sources and click "Driver" (to sort by driver)...
> 
> Blamo...
> 
> [error]--
> 
> temptaciousjedimastersupremewhopper1=ODBCSocket|cfsnippets  
>   
> The Error Occurred in 
> E:\Development\Apache\cfadmin\CFIDE\administrator\include\udfl
> ibrary.cfm: 
> line 43
> Called from 
> E:\Development\Apache\cfadmin\CFIDE\administrator\datasources\
> index.cfm: 
> line 313
> Called from 
> E:\Development\Apache\cfadmin\CFIDE\administrator\datasources\
> index.cfm: 
> line 455 
> 


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX - why so many runtime processes & are they really needed ?

2002-06-20 Thread Stacy Young

Can we boost performance on Solaris by using IBMs JRE?

Stace

-Original Message-
From: Jesse Noller [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 20, 2002 11:25 AM
To: CF-Talk
Subject: RE: CFMX - why so many runtime processes & are they really needed ?

http://www-105.ibm.com/developerworks/tools.nsf/dw/java-all-byname?OpenDocum
ent&Count=500&loc=j

Jesse Noller
[EMAIL PROTECTED]
Macromedia Server Development
Unix/Linux "special guy" 

> -Original Message-
> From: Robert Everland [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 20, 2002 8:24 AM
> To: CF-Talk
> Subject: RE: CFMX - why so many runtime processes & are they really
> needed ?
> 
> Where can you get ibm's jre?
> 
> Robert Everland III
> Web Developer Extraordinaire
> Dixon Ticonderoga Company
> http://www.dixonusa.com
> 
> -Original Message-
> From: Jesse Noller [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 19, 2002 7:12 PM
> To: CF-Talk
> Subject: RE: CFMX - why so many runtime processes & are they really
> needed ?
> 
> 
> Linus does make a good point, and I do kinda like the idea, but the
> implementation is "the suck".
> 
> I haven't been able to do much kernel hacking lately, but I'll track down
> and check out the IBM patch when I get a chance. I also need to muck with
> some JREs, IBM's jre is the fastest I know of, they're smart++.
> 
> Jesse Noller
> [EMAIL PROTECTED]
> Macromedia Server Development
> Unix/Linux "special guy"
> 
> > -Original Message-
> > From: Matt Liotta [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, June 19, 2002 6:59 PM
> > To: CF-Talk
> > Subject: RE: CFMX - why so many runtime processes & are they really
> > needed ?
> >
> > I like Linus's model better. He states that we shouldn't limit
> > ourselves to just processes and threads. He thinks we should have
> > variable weight processes. Some would be as light as threads while
> > others could be as heavy as processes, but you could also define more
> > granular differences.
> >
> > I hear IBM has a new implementation of PThreads for Linux that is
> > supposed to rock. It would be interesting to use that patch and see
> > what kind of difference it makes with CFMX.
> >
> > -Matt
> >
> > > -Original Message-
> > > From: Jesse Noller [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, June 19, 2002 3:48 PM
> > > To: CF-Talk
> > > Subject: RE: CFMX - why so many runtime processes & are they really
> > needed
> > > ?
> > >
> > > I know that matt. There was a couple of fights over l-k about
> > > whether
> > or
> > > not to actually move to a threading model with 2.4. The plain fact
> > > is
> > that
> > > many people wanted to stick with the per-process method of doing
> > things.
> > > The actual threading implementation for Linux is pretty weak (having
> > > worked with it a lot) but it's been improving.
> > >
> > > It's nothing more than a thread emulation system with the pthread
> > > libraries. But, one can hope that they'll see the light of day and
> > > actually move to the solaris world of thread modeling.
> > >
> > > :)
> > >
> > > Jesse Noller
> > > [EMAIL PROTECTED]
> > > Macromedia Server Development
> > > Unix/Linux "special guy"
> > >
> > > > -Original Message-
> > > > From: Matt Liotta [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, June 19, 2002 6:27 PM
> > > > To: CF-Talk
> > > > Subject: RE: CFMX - why so many runtime processes & are they
> > > > really needed ?
> > > >
> > > > I am sure you know this Jesse, but I'll point it out anyway. There
> > is no
> > > > such thing as threads in the Linux world. For Posix compliance
> > > > Linux
> > has
> > > > a PThread library, but each thread is implemented using clone(),
> > which
> > > > is actually just a fork() with a shared stack. Thus, those are all
> > > > processes; not threads.
> > > >
> > > > -Matt
> > > >
> > > > > -Original Message-
> > > > > From: Jesse Noller [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, June 19, 2002 2:38 PM
> > > > > To: CF-Talk
> > > > > Subject: RE: CFMX - why so many runtime processes & are they
> > really
> > > > needed
> > > > > ?
> > > > >
> > > > > Dick:
> > > > >
> > > > >   Actually, I don't know who told you that, but they were
> wrong.
> > > > Each
> > > > > of those "20 or so" java processes you see on Linux are actually
> > > > nothing
> > > > > more than Java threads. If you were on a solaris box and did a
> > > > > ps
> > axww
> > > > > you'd see 1 master process with a bunch of children.
> > > > >
> > > > >   Linux threading being what it is, it displays the individual
> > > > threads
> > > > > as individual processes. This makes for interesting output to
> > > > > say
> > the
> > > > > least.
> > > > >
> > > > >   As for the actual "cfusion" binary, this is a C launcher
> that
> > > > reads
> > > > > the settings in the JVM.CONFIG file in runtime/bin, sets up the
> > > > > environment, and is the "master control program" for CFMX/JRun.
> > > > > It
> > has
> > > > > othe

RE: Error found in the CFAdmin.

2002-06-20 Thread Stacy Young

"jedimastersupreme"

I wonder who coded THAT portion.  ;)


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 20, 2002 9:49 AM
To: CF-Talk
Subject: Error found in the CFAdmin.

I was trying to assist someon on the forums and noticed something that I 
should point out that happens.  If you goto the CF Administrator, log 
in... goto Data Sources and click "Driver" (to sort by driver)...

Blamo...

[error]--

temptaciousjedimastersupremewhopper1=ODBCSocket|cfsnippets  
  
The Error Occurred in 
E:\Development\Apache\cfadmin\CFIDE\administrator\include\udflibrary.cfm: 
line 43
Called from 
E:\Development\Apache\cfadmin\CFIDE\administrator\datasources\index.cfm: 
line 313
Called from 
E:\Development\Apache\cfadmin\CFIDE\administrator\datasources\index.cfm: 
line 455 

-

Just thought I'd FYI, it's an issue.  Perhaps it's already known.

-- 

Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ |
Team Macromedia Volunteer for ColdFusion   |
http://www.macromedia.com/support/forums/team_macromedia/  |
http://www.flashCFM.com/   - webRat (Moderator)|
http://www.ultrashock.com/ - webRat (Back-end Moderator)   |



__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Web-Services and proxy server

2002-06-20 Thread Stacy Young

We have that setup and I was able to finally get my netscape working by
using:

Username: Mydomain\NTuserid


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 20, 2002 9:43 AM
To: CF-Talk
Subject: RE: Web-Services and proxy server

> Ummm. Couldn't get Netscape to work. It is an NTML proxy. But 
> spoken to my network man, and his view is that it is a pretty 
> standard proxy protocol. And looking around on the net, it 
> seems it to me. Not so surprised that Netscape doesn't handle 
> it, but surely I can't be the only CF user who has this set-up. 
> Anyone else faced this problem?

If you're using a proxy which requires NTLM Authentication, then CFHTTP (or
any other non-IE HTTP client) won't work through it. Your "network man"
neglected to note that it's a pretty standard proxy setup "for Windows
clients". I'm not aware of any workaround, either, other than placing your
web server on the other side of the proxy server, or configuring the proxy
server to allow other forms of authentication.

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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



How can i filter more than one file type in cfdirectory

2002-06-20 Thread Ewok

i need to filter for jpg's AND gif's in http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: problem with FB 3.0

2002-06-20 Thread Michael Dorr

John,

I work with FB3 and I'm pretty certain it's not an error with it.

I'm guessing it's a SQL error.  There seems to be a discrepancy in your calling code 
however with the Query generating an error.

Error Code SQL:  
SELECT USERNAME,PASSWORD
FROM DBO.administrator
WHERE USERNAME = 'asd' AND PASSWORD = 'asd'

Calling Code SQL:
SELECT USERNAME,PASSWORD
FROMDBO.UtilityAdmin
WHERE   USERNAME = '#ATTRIBUTES.username#' AND PASSWORD = '#ATTRIBUTES.pass#'

The tables are different, n'est-ce pas?

It's also possible that the database owner for the administrator table is not dbo.  Or 
it may be.  Regardless, I always excise table prefixes from my SQL code.  Check your 
cfmapp login in both your CFadministrator and in the Users for the SQL Server.  Good 
luck with your debugging.

Mike

Michael B. Dorr
eLab Web Application Developer
Owen @ Vanderbilt University
[EMAIL PROTECTED]


-Original Message-
From: John McCosker [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 20, 2002 10:13 AM
To: CF-Talk
Subject: problem with FB 3.0

Greetings,

I'm using FUSEBOX 3.0,

apart from trying to get my head around how its structured,

I'm getting this error,

ODBC Error Code = S0002 (Base table not found)


[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name
'DBO.administrator'.


SQL = "SELECT USERNAME,PASSWORD FROM DBO.administrator WHERE USERNAME =
'asd' AND PASSWORD = 'asd'"

Data Source = "UTILITYADMIN"


The error occurred while processing an element with a general identifier of
(CFQUERY), occupying document position (10:4) to (13:30) in the template
file D:\INETPUB\WWWROOT\WEBSITES\UTILITYEYEADMIN\ACT_LOGIN.CFM.

The error occurred while processing an element with a general identifier of
(CFRETHROW), occupying document position (246:11) to (246:21) in the
template file
D:\INETPUB\WWWROOT\WEBSITES\UTILITYEYEADMIN\FBX_FUSEBOX30_CF50.CFM.

DBO.administrator table does exist,

// calling code


SELECT  USERNAME,PASSWORD
FROMDBO.UtilityAdmin
WHERE   USERNAME =
'#ATTRIBUTES.username#' AND PASSWORD = '#ATTRIBUTES.pass#'


//username dtype = varchar 10
//password dtype = ntext 16

I'm just wondering why an error is being reported below,

The error occurred while processing an element with a general identifier of
(CFRETHROW), occupying document position (246:11) to (246:21) in the
template file
D:\INETPUB\WWWROOT\WEBSITES\UTILITYEYEADMIN\FBX_FUSEBOX30_CF50.CFM.

and maybe if it has something to do with CF5.0 and FB3,
I'M sorry if this is vague,its just a very basic DB login check,


any ideas out there, especially any FB3.0 people,

Respectfully,

j


__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: correct syntax for replace double quotes

2002-06-20 Thread Michael Dorr

Probably not.  I'd try this

Replace(sText, , "", "ALL")

Your example would probably throw an error because you need to escape double quotes 
inside a CF Function unless you are using single quotes for your attributes.  
Secondly, your example would remove double quotes only when a blank space both 
preceded and followed it.  You were definitely on the right track however.

Mike

Michael B. Dorr
eLab Web Application Developer
Owen @ Vanderbilt University
[EMAIL PROTECTED]


-Original Message-
From: Charlie [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 20, 2002 12:26 PM
To: CF-Talk
Subject: correct syntax for replace double quotes

#Replace(myQuery.data, " " ", "", "All" )#


Is this the correct syntax for removing double quotes?? 

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: Outlook messing with me

2002-06-20 Thread Larry Juncker

I have Outlook 200 installed on my machine and I get several of my HTML emails
cut off without giving me the whole email.
Has anyone had this happen and or does anyone have a fix for this.  It is
happening on four of our machines here, but the rest of them and my one at home
work just fine.

Larry Juncker
Senior Cold Fusion Developer
Heartland Communications Group, Inc.
[EMAIL PROTECTED]

CONFIDENTIALITY NOTICE
The information contained in this e-mail is intended only for the use of the
individual or entity to which it is addressed.  This e-mail may contain
information that is privileged, confidential, and/or personal. If the reader of
this message is not the intended recipient (or the employee or agent responsible
to deliver it to the intended recipient), you are hereby notified that any
dissemination, distribution, or  copying of this communication is prohibited.
If you have received this communication in error, please notify us at the email
listed above.

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Comparing two lists

2002-06-20 Thread Ben Forta

There is a function named ListCompare() on www.cflib.org that may do
what you want.

--- Ben


-Original Message-
From: Tony Schreiber [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 20, 2002 3:28 PM
To: CF-Talk
Subject: Comparing two lists


Is there an easy way to see if any items in two lists match?

For now, I'm looping over one list and doing listfind on the other for
each value from the first. But I didn't know if there was an easier way.


Tony Schreiber, Senior Partner  Man and Machine, Limited
mailto:[EMAIL PROTECTED]   http://www.technocraft.com

http://www.simplemessageboard.com ___Free Forum Software for Cold Fusion
http://www.is300.net ___The Enthusiast's Home of the Lexus IS300
http://www.digitacamera.com __DigitA Camera Scripts and Tips
http://www.linklabexchange.com _Miata Link ECU Data Exchange


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Fw: remove from last occurence of char?

2002-06-20 Thread Jon Hall

This didn't go through the first time. Apparently every other language under
the sun has a "find last occurance of" function...except CF. Argh

- Original Message -
From: "Jon Hall" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 20, 2002 2:50 PM
Subject: remove from last occurence of char?


> I have an interesting problem, I need to remove the last part of a string
> from the last occcurance of a character. The only solution I can think of
is
> to reverse the string, do a find for the first occurance, remove the part,
> then reverse it back (I've coded this)...it just seems like there should
be
> a better way. Any ideas?
>
> jon
>

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Java for beginners?

2002-06-20 Thread Jon Hall

I second this reccomendation, I went through 3 Java books before I found
this one. Also check out the IBM tutorials.
- Original Message -
From: "Tony Carcieri" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 20, 2002 2:08 PM
Subject: RE: Java for beginners?


> I have found the Teach Yourself Java 2 in 21 days to be indispensible. It
is
> by Sams and the authors are Lemay and Cadenhead. I have the second
edition.
>
> It also included a bonus week where it looks at Swing.
>
> -Original Message-
> From: chris.alvarado [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 20, 2002 10:29 AM
> To: CF-Talk
> Subject: OT: Java for beginners?
>
>
> Hello all,
>
> Just wondering if anyone has any good Java book reccomends for
> beginners?
>
> My background is in CF, ASP, VB, SQL type stuff if that helps.
>
> Thanks for any and all help,
>
> -chris.alvarado
> [ application developer ]
> 4 Guys Interactive, Inc.
> http://www.4guys.com
>
> -- I can picture in my mind a world without war, a world without hate.
> And I can picture us attacking that world, because they'd never expect
> it. -- Jack Handy
>
>
>
> 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Java for beginners?

2002-06-20 Thread Jeremy Ridout

I like the "How to Program" books from Deitel.

Look at "Java: How to Program".

Their books are basically college textbooks and the Java book is written as
a first time how to program book, but they are very thorough.

Jeremy Ridout
Internet Services Director
American College of Emergency Physicians
www.ACEP.org




-Original Message-
From: chris.alvarado [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 10:29 AM
To: CF-Talk
Subject: OT: Java for beginners?


Hello all,

Just wondering if anyone has any good Java book reccomends for
beginners?

My background is in CF, ASP, VB, SQL type stuff if that helps.

Thanks for any and all help,

-chris.alvarado
[ application developer ]
4 Guys Interactive, Inc.
http://www.4guys.com

-- I can picture in my mind a world without war, a world without hate.
And I can picture us attacking that world, because they'd never expect
it. -- Jack Handy




__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: replace double quotes - syntax help

2002-06-20 Thread Donnie Bachan

Where are the double quotes located within the javascript? You can escape 
characters in javascript by using the \ before the character so to escape a 
double quote in a string use \".

HTH



Donnie Bachan
Phone: (718) 217-2883
ICQ#: 28006783
"Nitendo Vinces - By Striving You Shall Conquer"
==
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: replace double quotes - syntax help

2002-06-20 Thread Jamie Jackson

No need for regular expressions. Also, here, use single quotes for
clarity:

#Replace(myQuery.myField, '"', '', 'all')#

I'd have to understand your javascript better for part II.

Jamie

On Thu, 20 Jun 2002 12:03:26 -0400, in cf-talk you wrote:

>all these tough questions and heady subjects, here's an easy one i hope
>
>I am attempting to remove all instances of double quotes within string, and this 
>seems be incorrect syntax
>
>
>#REReplace("myQuery.myField", " "  " , "" , "ALL")#
>
>additionaly, the reason i need to remove the double quotes is that they are causing a 
>javascript errorit is okay with my client that for this particular item, that the 
>double quotes are omitted, but IS there a way to preserve them without causing the 
>javascript to fail
>
>
>
>
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: Java for beginners?

2002-06-20 Thread Donnie Bachan

I haven't looked at this specific edition but I saw this book back when it 
was in its first edition and it really helped me with learning Java, Just 
Java by Peter Van de Linden 
(http://www.amazon.com/exec/obidos/tg/stores/detail/-/books/0130320722/reader/1/ref=lib_dp_TFCV/102-6716556-3764904#reader-link)
 
also you can check out Java Unleashed, there are alot of practical real 
world examples there that allow you to see how Java is applied. There are 
also numerous resources on the net, some of my favorite ones are 
www.jguru.com, www.gamelan.com, developer.java.sun.com.

HTH

Donnie Bachan
Phone: (718) 217-2883
ICQ#: 28006783
"Nitendo Vinces - By Striving You Shall Conquer"
==
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: correct syntax for replace double quotes

2002-06-20 Thread Jamie Jackson

Beware those spaces, use:

#Replace(myQuery.myField, '"', '', 'all')#


On Thu, 20 Jun 2002 13:26:07 -0400, in cf-talk you wrote:

>#Replace(myQuery.data, " " ", "", "All" )#
>
>
>Is this the correct syntax for removing double quotes?? 
>
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Intermittent Browser Caching Problem

2002-06-20 Thread Jamie Jackson

How are you storing the settings (variables--which scope? cookies?)

Jamie

On Thu, 20 Jun 2002 09:18:32 -0400, in cf-talk you wrote:

>The redirect page appends a UUID to the URL. No form fields are passed.
>
>-Original Message-
>From: Marlon Moyer [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, June 19, 2002 4:13 PM
>To: CF-Talk
>Subject: Re: Intermittent Browser Caching Problem
>
>
>You could always append a random number on the end of the query string to
>simulate a new URL.  Also, are you sure that the users haven't told IE to
>remember form values?
>
>Marlon
>
>  At 01:37 PM 6/19/2002 -0400, you wrote:
>>Hi Guys!
>>
>>Every once in a while, someone will clock in or out, then log out of our
>>application, then someone else will log in on the same machine and the same
>>browser window, go to the clock in page, and see the previous person's
>clock
>>in page. It's a multi-click operation to get to this page, and preceding
>>pages show the correct personal information, so the problem is unique to
>>this one page. The browsers that are having this problem are of the MSIE
>5.x
>>to 6.x variety on Windows 98 or ME. If you'll pardon the length, the top of
>>the page looks like this:
>>
>>
>>
>>Clipboard Solutions It's pretty obvious I've been trying any tag I can get
>>my hands on to get rid of this problem. (Any comments about the efficacy
>>of any of these would be appreciated.) The
>>76CF000F-9674-431F-8E62D32851D36F6F.js file is created at login and
>>contains the personalized information that is correct in the previous
>>pages and (sometimes) incorrect on this page. This JavaScript
>>personalization header is referenced in the template like this: The Access
>>structure is stored in a cookie which is deleted and recreated at login.
>>This problem comes up more regularly at some sites than at others, but I
>>can't seem to find any pattern. Regardless, it's a serious violation of
>>privacy for the individuals affected and is ruining our reputation among
>>our clients. Any help would be greatly appreciated. Thanx Dave
>>
>
>
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: AOL Problems

2002-06-20 Thread Jamie Jackson

Could be an obsolete version of AOL, which:
 *may have problems with JPGs that have extra info, such as thumbnails
embedded
 *may not like your HTML. Have you flattened the page and run a
validator? Look for stray table tags.

Jamie


On Thu, 20 Jun 2002 09:02:07 -0700, in cf-talk you wrote:

>Hi,
>
>Does anyone out there have experience with an AOL client?  I have a customer
>whose site works fine for him at his office and also for the many other
>clients that use the site but when he goes home and uses AOL he complains
>that pages don't load.  He says that he gets blank screens.  Anyone
>experience any of this or know which tags might cause this?
>
>Thanks,
>
>Eric Homa
>
>
>
>
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: How to Access Debugging info (Queries and Execution Time) progr ammatically

2002-06-20 Thread Ben Forta

Execution time is easy, just use CFQUERY.ExecutionTime. Getting the SQL
statement is harder, but, if you are using CFMX and have debugging
turned on, here is a function that will do it:























SELECT body
FROM events
WHERE type='SqlQuery' AND name='#queryname#'
















-Original Message-
From: Voris, Jim [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 20, 2002 1:52 PM
To: CF-Talk
Subject: How to Access Debugging info (Queries and Execution Time) progr
ammatically


Is there a way to access Queries and Execution Time that are part of the
debugging information programattically?  

CF_Dump, can get pretty much everything important in the parameters
piece, but it would be nice, say in an error handling script to get an
email with all of the information that's contained in the debug info.
(not just the error and variable information).

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Error found in the CFAdmin.

2002-06-20 Thread Raymond Camden

"This is not the jedi master you are looking for"

===
Raymond Camden, ColdFusion Jedi Master for Macromedia

Email: [EMAIL PROTECTED]
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda 

> -Original Message-
> From: Debbie Dickerson [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, June 20, 2002 1:34 PM
> To: CF-Talk
> Subject: RE: Error found in the CFAdmin.
> 
> 
> Must be the other jedimastersupreme down the hall, right? ;-)
> 
> Deb
> 
> -Original Message-
> From: Raymond Camden [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 20, 2002 11:37 AM
> To: CF-Talk
> Subject: RE: Error found in the CFAdmin.
> 
> 
> This is a known bug. I swear it's not my fault. Really.
> 
> ==
> =
> Raymond Camden, ColdFusion Jedi Master for Macromedia
> 
> Email: [EMAIL PROTECTED]
> Yahoo IM : morpheus
> 
> "My ally is the Force, and a powerful ally it is." - Yoda 
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> > Sent: Thursday, June 20, 2002 9:49 AM
> > To: CF-Talk
> > Subject: Error found in the CFAdmin.
> > 
> > 
> > I was trying to assist someon on the forums and noticed 
> > something that I 
> > should point out that happens.  If you goto the CF 
> Administrator, log 
> > in... goto Data Sources and click "Driver" (to sort by driver)...
> > 
> > Blamo...
> > 
> > [error]--
> > 
> > temptaciousjedimastersupremewhopper1=ODBCSocket|cfsnippets  
> >   
> > The Error Occurred in 
> > E:\Development\Apache\cfadmin\CFIDE\administrator\include\udfl
> > ibrary.cfm: 
> > line 43
> > Called from 
> > E:\Development\Apache\cfadmin\CFIDE\administrator\datasources\
> > index.cfm: 
> > line 313
> > Called from 
> > E:\Development\Apache\cfadmin\CFIDE\administrator\datasources\
> > index.cfm: 
> > line 455 
> > 
> 
> 
> 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX - why so many runtime processes & are they really needed ?

2002-06-20 Thread Jesse Noller

No, IBM does not ship a JRE for Solaris

Jesse Noller
[EMAIL PROTECTED]
Macromedia Server Development
Unix/Linux "special guy" 

> -Original Message-
> From: Stacy Young [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 20, 2002 2:53 PM
> To: CF-Talk
> Subject: RE: CFMX - why so many runtime processes & are they really
> needed ?
> 
> Can we boost performance on Solaris by using IBMs JRE?
> 
> Stace
> 
> -Original Message-
> From: Jesse Noller [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 20, 2002 11:25 AM
> To: CF-Talk
> Subject: RE: CFMX - why so many runtime processes & are they really
> needed ?
> 
> http://www-105.ibm.com/developerworks/tools.nsf/dw/java-all-
> byname?OpenDocum
> ent&Count=500&loc=j
> 
> Jesse Noller
> [EMAIL PROTECTED]
> Macromedia Server Development
> Unix/Linux "special guy"
> 
> > -Original Message-
> > From: Robert Everland [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, June 20, 2002 8:24 AM
> > To: CF-Talk
> > Subject: RE: CFMX - why so many runtime processes & are they really
> > needed ?
> >
> > Where can you get ibm's jre?
> >
> > Robert Everland III
> > Web Developer Extraordinaire
> > Dixon Ticonderoga Company
> > http://www.dixonusa.com
> >
> > -Original Message-
> > From: Jesse Noller [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, June 19, 2002 7:12 PM
> > To: CF-Talk
> > Subject: RE: CFMX - why so many runtime processes & are they really
> > needed ?
> >
> >
> > Linus does make a good point, and I do kinda like the idea, but the
> > implementation is "the suck".
> >
> > I haven't been able to do much kernel hacking lately, but I'll track
> down
> > and check out the IBM patch when I get a chance. I also need to muck
> with
> > some JREs, IBM's jre is the fastest I know of, they're smart++.
> >
> > Jesse Noller
> > [EMAIL PROTECTED]
> > Macromedia Server Development
> > Unix/Linux "special guy"
> >
> > > -Original Message-
> > > From: Matt Liotta [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, June 19, 2002 6:59 PM
> > > To: CF-Talk
> > > Subject: RE: CFMX - why so many runtime processes & are they really
> > > needed ?
> > >
> > > I like Linus's model better. He states that we shouldn't limit
> > > ourselves to just processes and threads. He thinks we should have
> > > variable weight processes. Some would be as light as threads while
> > > others could be as heavy as processes, but you could also define more
> > > granular differences.
> > >
> > > I hear IBM has a new implementation of PThreads for Linux that is
> > > supposed to rock. It would be interesting to use that patch and see
> > > what kind of difference it makes with CFMX.
> > >
> > > -Matt
> > >
> > > > -Original Message-
> > > > From: Jesse Noller [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, June 19, 2002 3:48 PM
> > > > To: CF-Talk
> > > > Subject: RE: CFMX - why so many runtime processes & are they really
> > > needed
> > > > ?
> > > >
> > > > I know that matt. There was a couple of fights over l-k about
> > > > whether
> > > or
> > > > not to actually move to a threading model with 2.4. The plain fact
> > > > is
> > > that
> > > > many people wanted to stick with the per-process method of doing
> > > things.
> > > > The actual threading implementation for Linux is pretty weak (having
> > > > worked with it a lot) but it's been improving.
> > > >
> > > > It's nothing more than a thread emulation system with the pthread
> > > > libraries. But, one can hope that they'll see the light of day and
> > > > actually move to the solaris world of thread modeling.
> > > >
> > > > :)
> > > >
> > > > Jesse Noller
> > > > [EMAIL PROTECTED]
> > > > Macromedia Server Development
> > > > Unix/Linux "special guy"
> > > >
> > > > > -Original Message-
> > > > > From: Matt Liotta [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, June 19, 2002 6:27 PM
> > > > > To: CF-Talk
> > > > > Subject: RE: CFMX - why so many runtime processes & are they
> > > > > really needed ?
> > > > >
> > > > > I am sure you know this Jesse, but I'll point it out anyway. There
> > > is no
> > > > > such thing as threads in the Linux world. For Posix compliance
> > > > > Linux
> > > has
> > > > > a PThread library, but each thread is implemented using clone(),
> > > which
> > > > > is actually just a fork() with a shared stack. Thus, those are all
> > > > > processes; not threads.
> > > > >
> > > > > -Matt
> > > > >
> > > > > > -Original Message-
> > > > > > From: Jesse Noller [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Wednesday, June 19, 2002 2:38 PM
> > > > > > To: CF-Talk
> > > > > > Subject: RE: CFMX - why so many runtime processes & are they
> > > really
> > > > > needed
> > > > > > ?
> > > > > >
> > > > > > Dick:
> > > > > >
> > > > > > Actually, I don't know who told you that, but they were
> > wrong.
> > > > > Each
> > > > > > of those "20 or so" java processes you see on Linux are actually
> > > > > nothing
> > > > > > more than Java threads. If you were

Re: correct syntax for replace double quotes

2002-06-20 Thread Douglas Brown

You need to escape the first "

#Replace(myQuery.data, " "" ", "", "All" )#





Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: "Charlie" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 20, 2002 10:26 AM
Subject: correct syntax for replace double quotes


> #Replace(myQuery.data, " " ", "", "All" )#
>
>
> Is this the correct syntax for removing double quotes??
>

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: How can i filter more than one file type in cfdirectory

2002-06-20 Thread Ben Forta

Two ways:

* Execute two  calls

* Get all files and then filter the list with a query of query

--- Ben




-Original Message-
From: Ewok [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 20, 2002 3:41 PM
To: CF-Talk
Subject: How can i filter more than one file type in cfdirectory


i need to filter for jpg's AND gif's in http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE:

2002-06-20 Thread Michael Dorr

You should use FindNoCase instead of ListFindNoCase.
-OR-
You could use ListFindNoCase(URLDecode(dir),"data", "\").  This treats the backslash 
as a delimiter.

Either should work fine.

Michael B. Dorr
eLab Web Application Developer
Owen @ Vanderbilt University
[EMAIL PROTECTED]


-Original Message-
From: phumes1 [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 20, 2002 12:55 PM
To: CF-Talk
Subject: 
You are in the data directory

 You are somewhere else





__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: LinkPoint

2002-06-20 Thread Bonnie E. Betts

Anyone else getting multiple copies of all the emails?

Bonnie E. Betts
[EMAIL PROTECTED]
www.bettsIT.com


- Original Message -
From: "Michael Dinowitz" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 20, 2002 8:46 AM
Subject: Re: LinkPoint


> Maybe these will help:
>
http://www.houseoffusion.com/cf_lists/index.cfm?method=messages&forumid=4&th
readid=11829
>
http://www.houseoffusion.com/cf_lists/index.cfm?method=messages&forumid=4&th
readid=9609
>
> At 11:40 AM 6/20/02, you wrote:
> >Anyone here using Linkpoint and there CFX tag?
> >
> >I'm pulling my hair out try to figure out how to do a transaction void
> >programmatically.
> >
> >If anyone has code they wouldn't mind sharing please let me know.
> >
> >Duane
> >
> >
> >
> 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: LinkPoint

2002-06-20 Thread Mark Warrick

I've done it.  Here's the code.  This is valuable code, so if you can please throw a 
bone my way.





 
 

 
 
 
 

 
 
 
 

 
 
 








   
 






#BILLING_MIDDLE_NAME# #BILLING_LAST_NAME#"
ORDERBADDR1 = "#BILLING_ADDRESS1# #BILLING_ADDRESS2#"
ORDERBCITY = "#BILLING_CITY#"
ORDERBSTATE = "#BILLING_STATE_CODE##BILLING_STATE_OTHER#"
ORDERBZIP = "#BILLING_ZIP#"
ORDERSNAME = "#SHIPPING_FIRST_NAME# #SHIPPING_MIDDLE_NAME# #SHIPPING_LAST_NAME#"
ORDERSADDR1 = "#SHIPPING_ADDRESS1# #SHIPPING_ADDRESS2#"
ORDERSCITY = "#SHIPPING_CITY#"
ORDERSSTATE = "#SHIPPING_STATE_CODE##SHIPPING_STATE_OTHER#"
ORDERSZIP = "#SHIPPING_ZIP#"
ORDERSCOUNTRY = "#SHIPPING_COUNTRY_CODE#"
ORDERPHONE = "#BILLING_DAY_PHONE# #BILLING_EVENING_PHONE# #SHIPPING_DAY_PHONE# 
#SHIPPING_EVENING_PHONE#"
ORDERFAX = "null"
ORDERCOMMENTS = "null"
ORDERCARDNUMBER = "#CREDIT_CARD_NUMBER#"
ORDERCHARGETYPE = "#Chargetype_Auth#"
ORDERCARDEXPMONTH = "#CREDIT_CARD_EXP_MM#"
ORDERCARDEXPYEAR = "#CREDIT_CARD_EXP_YY#"
ORDEREMAIL = "#BILLING_EMAIL#"
ORDERRESULT = "#Result_Good#"
ORDERSHIPPINGPRICE = "#shipping_total#"
ORDERTAX = "#TAX#"
QUERY = "ItemContext" 
>

 




UPDATE ORDERS
SET
ORDER_RESPONSE_CODE = '#CSIOrderFieldApproved#',
ORDER_REF = '#CSIOrderFieldRef#',
ORDER_CODE = '#CSIOrderFieldCode#',
ORDER_ERROR = '#CSIOrderFieldError#',
ORDER_NUM = '#CSIOrderFieldOrdernum#'
WHERE ID_ORDER = #id_order#







---mark


Mark Warrick ([EMAIL PROTECTED])
Founder, Fusioneers.com / CTO, ZapConnect.com
Phone: 714-547-5386 / 714-667-0203 / Efax: 801-730-7289
http://www.warrick.net / http://www.fusioneers.com
http://www.zapconnect.com
ICQ: 125160 AIM: markwarric Yahoo: Serengeti

 

> -Original Message-
> From: Duane Boudreau [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 20, 2002 8:40 AM
> To: CF-Talk
> Subject: LinkPoint
> 
> 
> Anyone here using Linkpoint and there CFX tag?
> 
> I'm pulling my hair out try to figure out how to do a transaction void
> programmatically.
> 
> If anyone has code they wouldn't mind sharing please let me know.
> 
> Duane
> 
> 
> 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Accessing Microsoft Access and SQL db's on CD

2002-06-20 Thread Mark Warrick

Shawn,

Scroll down.  Click on the links below the reference to "MicroWeb".

And yes you can run a fully dynamic website from a CD with this product.

---mark


Mark Warrick ([EMAIL PROTECTED])
Founder, Fusioneers.com / CTO, ZapConnect.com
Phone: 714-547-5386 / 714-667-0203 / Efax: 801-730-7289
http://www.warrick.net / http://www.fusioneers.com
http://www.zapconnect.com
ICQ: 125160 AIM: markwarric Yahoo: Serengeti

 

> -Original Message-
> From: Shawn Regan [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 20, 2002 7:28 AM
> To: CF-Talk
> Subject: RE: Accessing Microsoft Access and SQL db's on CD
> 
> 
> What is the freeware product, you are talking about? What can it do?
> Anything to do with running apps from a CD?
> 
> Shawn Regan
> 
> -Original Message-
> From: Jason Miller [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 19, 2002 5:26 PM
> To: CF-Talk
> Subject: Re: Accessing Microsoft Access and SQL db's on CD
> 
> 
> Yea it is cool. I had come across it when someone referred to it on
> another list and said they had success. Everyone thought I was nuts
> about creating datadriven daatabase sites on a CD. I was just hoping
> that these guys may have had some competitors so I had some choices..
> also - they don't refer to CF at all - .
> 
> but good luck
> jay
> 
> Mark Warrick wrote:
> 
> 
> Jason,
> 
> That's a freeware product.  And it's VERY interesting.  I'm glad you
> found that.  I'm going to have to give that a try.
> 
> You can actually use PHP, PERL and MySQL to create a database driven
> website that you can send out on a CD.
> 
> WOW.
> 
> Uh, MM, I think you missed the boat on this one!  :)
> 
> ---mark
> 
> 
> Mark Warrick ( [EMAIL PROTECTED]  )
> Founder, Fusioneers.com / CTO, ZapConnect.com
> Phone: 714-547-5386 / 714-667-0203 / Efax: 801-730-7289
> http://www.warrick.net   /
> http://www.fusioneers.com  
> http://www.zapconnect.com  
> ICQ: 125160 AIM: markwarric Yahoo: Serengeti
> ===
> 
> =
>  
> 
> 
> -Original Message-
> From: Jason Miller [ mailto:[EMAIL PROTECTED] 
> ]
> Sent: Tuesday, June 18, 2002 9:44 PM
> To: CF-Talk
> Subject: Re: Accessing Microsoft Access and SQL db's on CD
> 
> 
> Mark,
> Unfortunately if it were for a demonstration - I am already there.. I
> run WinNT and CF and an IIS server.. BUT this is for creation on a CD.
> 
> SO not demonstration. I am taking a completly dynamic site. Creating it
> in it's own isolated little world ( a CD ) and passing it out to
> multiple customers on multiple OS's - So the cd really must contain
> everything it would need.
> 
> There is a product call microWeb - 
> http://www.indigostar.com/microweb.htm
>  
>  
>  
> 
> but I am not sure if it is on the money - been around a while.. But I
> was hoping for other solutions and suggestions. 
> Again - this is not a demo and I am not walking in anywhere with a
> machine. This is a  project for a client - who wants his entire dynamic
> site to run on a CD.
> thanks!
> jason
> 
> Mark Warrick wrote:
> 
> 
> For demonstrations, I use a laptop which mirrors the server setup as
> closely as possible.  I run WinNT, a mail server, and SQL on the little
> guy for the most realistic affect.  Trust me, it sells.
> 
> If you're stuck in the non-server O/S world, you can export your SQL
> database to Access and use that as the DSN.  I prefer using Apache over
> Microsoft's PWS for many reasons, so I'd recommend that as the web
> server.  There's plent of Win9X-based SMTP servers out there like
> PostCast and you can even run a full-blown SMTP server on the same
> machine.
> 
> If the database is Access you can recreate all th
> 
> e reports and forms
> within Access.  Half the work would already have been done if you
> already wrote everything with ColdFusion.  SQL databases can be exported
> to Access.
> 
> One thing I have no clue about is taking a client/server application and
> automatically porting it to a standalone application.  I can think of
> numerous issues that could come up, but Visu
> 
> al basic comes to mind.
> 
> I realize all these options take work.  But hey - if somebody comes up
> with the majical solution to port an extremely complex website onto a CD
> for a decent price, you've got a buyer here.
> 
> ---mark
> 
> 
> Mark Warrick (  [EMAIL PROTECTED] 
>   )
> Founder, Fusioneers.com / CTO, ZapConnect.com
> Phone: 714-547-5386 / 714-667-0203 / E
>

RE:

2002-06-20 Thread Wallick, Mike

Try 

Note the "\" at the end of the function call. This tells the function to
delimit the list on a \.
In your code , since you aren't
specifying a delimter, it defaults to a "," which when using
"C:\temp\test\data\123\" is a one element list.

Get it?

Mike Wallick
* Web Application Developer
* [EMAIL PROTECTED]
* 651.628.5377
* http://www.securecomputing.com/


-Original Message-
From: phumes1 [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 20, 2002 12:55 PM
To: CF-Talk
Subject: 
You are in the data directory

 You are somewhere else





__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Alternate extensions to .cfm problems

2002-06-20 Thread Ben Forta

I have not tried this, but ...

Open the web.xml file in the web-inf directory (under the web root) and
add a Servlet mapping (you'll see a few there), just copy one whole
block (like the *.cfm one) to create a new assignment.

--- Ben


-Original Message-
From: Jaye Morris [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 20, 2002 12:09 PM
To: CF-Talk
Subject: Alternate extensions to .cfm problems


This is a multi-part message in MIME format.

--=_NextPart_000__01C21853.478D9B10
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Has anyone figured out how to configure CFMX and IIS 5.0 to run
extensions
other than .cfm?   My example is that I have executed my CF5 pages with
".html", with no problems at all. Now with CFMX the page will not
execute my
code with .html or no other contrived extensions such as ".jaye".   I
configured the settings properly in IIS 5.0,  and linked to the ..\1\
jrun.dll in the path.  Our lead developer talked to Macromedia this
morning, but they did not seem to be aware of this and the reference
their tech support gave on the website was not appropriate to the
situation.  If you have any ideas or explanations please let me know.
Thanks in advance. I would really appreciate your help.
BTW:  Being that CFMX is based on Java are there any performance tests
that are our which compare it to CF5?  Thanks again.

// Jaye Morris, New Media Developer
// [EMAIL PROTECTED] - www.navtrak.net
// [EMAIL PROTECTED] - www.jayezero.com



--=_NextPart_000__01C21853.478D9B10
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable


Has anyone=20 figured out
how to configure CFMX and IIS 5.0 to run extensions other = than=20
cfm?   My example is that I have
= executed=20 my CF5 pages with ".html", with no problems at all. Now with CFMX the page will =
not execute=20 my code with .html or no
other = contrived=20 extensions such as ".jaye".   I=20 configured the settings
properly in IIS 5.0, 
and linked to the ..\1\=20
jrun.dll in the path.  Our lead developer talked
to=20 Macromedia this morning,
but = they did not=20 seem to be aware of this and the reference
their tech = support gave on
the website was not = appropriate to the situation.  If you
= have any=20 ideas or explanations please let me
know. Thanks in = advance. I would really appreciate your=20
help. BTW:  Being=20
that CFMX is based on Java are there any performance tests that are our
= which=20 compare it to CF5?  Thanks again.
// Jaye Morris, New Media Developer//=20
[EMAIL PROTECTED] - www.navtrak.net// [EMAIL PROTECTED] -=20
www.jayezero.com  

--=_NextPart_000__01C21853.478D9B10--

FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists








__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Could not connect to JRun Connector Proxy

2002-06-20 Thread Ben Forta

Check that the CF Graphing Service is running.

--- Ben



-Original Message-
From: Jim [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 20, 2002 2:13 PM
To: CF-Talk
Subject: Could not connect to JRun Connector Proxy


What does Thjis Mean pertaining to CFGRAPH?

Could not connect to JRun Connector Proxy


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



PRECOMPILED EAPI APACHE MODULE PLEASE!

2002-06-20 Thread Stacy Young

Hi MM,

Can you please push up the priority on the EAPI for the Apache module. I was
told that it's been put off unless there's a demand. Just letting you know
there's a demand! We can not go production without it !!

Thanks very much,

Stace


AVIS IMPORTANT: 
---
Les informations contenues dans le present document et ses pieces jointes sont 
strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il 
est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, 
distribution, copie, ou autre utilisation de ces informations est strictement 
prohibee.  Si vous avez recu ce document par erreur, veuillez s'il vous plait 
communiquer immediatement avec l'expediteur et detruire ce document sans en faire de 
copie sous quelque forme.

WARNING:  
---
The information contained in this document and attachments is confidential and 
intended only for the person(s) named above.  If you are not the intended recipient 
you are hereby notified that any disclosure, copying, distribution, or any other use 
of the information is strictly prohibited.  If you have received this document by 
mistake, please notify the sender immediately and destroy this document and 
attachments without making any copy of any kind.


__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Error found in the CFAdmin.

2002-06-20 Thread Stacy Young

The rumors are true, he *is* human.


-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 20, 2002 4:18 PM
To: CF-Talk
Subject: RE: Error found in the CFAdmin.

"This is not the jedi master you are looking for"

===
Raymond Camden, ColdFusion Jedi Master for Macromedia

Email: [EMAIL PROTECTED]
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda 

> -Original Message-
> From: Debbie Dickerson [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, June 20, 2002 1:34 PM
> To: CF-Talk
> Subject: RE: Error found in the CFAdmin.
> 
> 
> Must be the other jedimastersupreme down the hall, right? ;-)
> 
> Deb
> 
> -Original Message-
> From: Raymond Camden [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 20, 2002 11:37 AM
> To: CF-Talk
> Subject: RE: Error found in the CFAdmin.
> 
> 
> This is a known bug. I swear it's not my fault. Really.
> 
> ==
> =
> Raymond Camden, ColdFusion Jedi Master for Macromedia
> 
> Email: [EMAIL PROTECTED]
> Yahoo IM : morpheus
> 
> "My ally is the Force, and a powerful ally it is." - Yoda 
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> > Sent: Thursday, June 20, 2002 9:49 AM
> > To: CF-Talk
> > Subject: Error found in the CFAdmin.
> > 
> > 
> > I was trying to assist someon on the forums and noticed 
> > something that I 
> > should point out that happens.  If you goto the CF 
> Administrator, log 
> > in... goto Data Sources and click "Driver" (to sort by driver)...
> > 
> > Blamo...
> > 
> > [error]--
> > 
> > temptaciousjedimastersupremewhopper1=ODBCSocket|cfsnippets  
> >   
> > The Error Occurred in 
> > E:\Development\Apache\cfadmin\CFIDE\administrator\include\udfl
> > ibrary.cfm: 
> > line 43
> > Called from 
> > E:\Development\Apache\cfadmin\CFIDE\administrator\datasources\
> > index.cfm: 
> > line 313
> > Called from 
> > E:\Development\Apache\cfadmin\CFIDE\administrator\datasources\
> > index.cfm: 
> > line 455 
> > 
> 
> 
> 

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: AOL Problems

2002-06-20 Thread jon

Probably an HTML rendering error.

Have you validated the code? You might've forgotten to close something
somewhere... The AOL browser is extremely finicky about that stuff,
especially depending on the version he's uses. (AOL users, as a whole, do
not upgrade their browsers. ever.)

.. now, problems with AOL users, that's a whole different story altogether.

-- jon

-
jon roig
senior manager, online production
epilepsy foundation
phone: 215.850.0710
site:  http://www.epilepsyfoundation.org
email: [EMAIL PROTECTED]


-Original Message-
From: Eric Homa [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 12:02 PM
To: CF-Talk
Subject: AOL Problems


Hi,

Does anyone out there have experience with an AOL client?  I have a customer
whose site works fine for him at his office and also for the many other
clients that use the site but when he goes home and uses AOL he complains
that pages don't load.  He says that he gets blank screens.  Anyone
experience any of this or know which tags might cause this?

Thanks,

Eric Homa




__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Active Edit Users

2002-06-20 Thread Chakka, Sudheer

Hi,

I wanted to give an option to my users: Preview what they have typed
before posting it. I am not able to use JavaScript for that. JavaScript is
not able to recognize Active Edit component as a Form component. the same
thing worked if I use textarea. Is there a way to do that?

Thanks in advance.
Sudheer Chakka



-Original Message-
From: Jesse Noller [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 3:20 PM
To: CF-Talk
Subject: RE: CFMX - why so many runtime processes & are they really
needed ?


No, IBM does not ship a JRE for Solaris

Jesse Noller
[EMAIL PROTECTED]
Macromedia Server Development
Unix/Linux "special guy" 

> -Original Message-
> From: Stacy Young [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 20, 2002 2:53 PM
> To: CF-Talk
> Subject: RE: CFMX - why so many runtime processes & are they really
> needed ?
> 
> Can we boost performance on Solaris by using IBMs JRE?
> 
> Stace
> 
> -Original Message-
> From: Jesse Noller [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 20, 2002 11:25 AM
> To: CF-Talk
> Subject: RE: CFMX - why so many runtime processes & are they really
> needed ?
> 
> http://www-105.ibm.com/developerworks/tools.nsf/dw/java-all-
> byname?OpenDocum
> ent&Count=500&loc=j
> 
> Jesse Noller
> [EMAIL PROTECTED]
> Macromedia Server Development
> Unix/Linux "special guy"
> 
> > -Original Message-
> > From: Robert Everland [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, June 20, 2002 8:24 AM
> > To: CF-Talk
> > Subject: RE: CFMX - why so many runtime processes & are they really
> > needed ?
> >
> > Where can you get ibm's jre?
> >
> > Robert Everland III
> > Web Developer Extraordinaire
> > Dixon Ticonderoga Company
> > http://www.dixonusa.com
> >
> > -Original Message-
> > From: Jesse Noller [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, June 19, 2002 7:12 PM
> > To: CF-Talk
> > Subject: RE: CFMX - why so many runtime processes & are they really
> > needed ?
> >
> >
> > Linus does make a good point, and I do kinda like the idea, but the
> > implementation is "the suck".
> >
> > I haven't been able to do much kernel hacking lately, but I'll track
> down
> > and check out the IBM patch when I get a chance. I also need to muck
> with
> > some JREs, IBM's jre is the fastest I know of, they're smart++.
> >
> > Jesse Noller
> > [EMAIL PROTECTED]
> > Macromedia Server Development
> > Unix/Linux "special guy"
> >
> > > -Original Message-
> > > From: Matt Liotta [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, June 19, 2002 6:59 PM
> > > To: CF-Talk
> > > Subject: RE: CFMX - why so many runtime processes & are they really
> > > needed ?
> > >
> > > I like Linus's model better. He states that we shouldn't limit
> > > ourselves to just processes and threads. He thinks we should have
> > > variable weight processes. Some would be as light as threads while
> > > others could be as heavy as processes, but you could also define more
> > > granular differences.
> > >
> > > I hear IBM has a new implementation of PThreads for Linux that is
> > > supposed to rock. It would be interesting to use that patch and see
> > > what kind of difference it makes with CFMX.
> > >
> > > -Matt
> > >
> > > > -Original Message-
> > > > From: Jesse Noller [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, June 19, 2002 3:48 PM
> > > > To: CF-Talk
> > > > Subject: RE: CFMX - why so many runtime processes & are they really
> > > needed
> > > > ?
> > > >
> > > > I know that matt. There was a couple of fights over l-k about
> > > > whether
> > > or
> > > > not to actually move to a threading model with 2.4. The plain fact
> > > > is
> > > that
> > > > many people wanted to stick with the per-process method of doing
> > > things.
> > > > The actual threading implementation for Linux is pretty weak (having
> > > > worked with it a lot) but it's been improving.
> > > >
> > > > It's nothing more than a thread emulation system with the pthread
> > > > libraries. But, one can hope that they'll see the light of day and
> > > > actually move to the solaris world of thread modeling.
> > > >
> > > > :)
> > > >
> > > > Jesse Noller
> > > > [EMAIL PROTECTED]
> > > > Macromedia Server Development
> > > > Unix/Linux "special guy"
> > > >
> > > > > -Original Message-
> > > > > From: Matt Liotta [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, June 19, 2002 6:27 PM
> > > > > To: CF-Talk
> > > > > Subject: RE: CFMX - why so many runtime processes & are they
> > > > > really needed ?
> > > > >
> > > > > I am sure you know this Jesse, but I'll point it out anyway. There
> > > is no
> > > > > such thing as threads in the Linux world. For Posix compliance
> > > > > Linux
> > > has
> > > > > a PThread library, but each thread is implemented using clone(),
> > > which
> > > > > is actually just a fork() with a shared stack. Thus, those are all
> > > > > processes; not threads.
> > > > >
> > > > > -Matt
> > > > >
> > > > > > -Original Message-
> 

Re: how to catch image input buttons with isDefined()?

2002-06-20 Thread Jamie Jackson

Hi Marc,

You don't have to know the actual coordinates, except for special
occasions (client-side image maps).

So, add a name to the graphic input on the form:


You're just checking to see whether those *variables* are present, not
what their values are. So, you'll end up with two form variables:

form.deleteYes.x
form.deleteYes.y

where

form.deleteYes.x=10 // or some other integer (not important)
form.deleteYes.y=8 // or some other integer (not important)

Just check for variable presence, though, since it won't exist without
a click:



 



That should work "out of the box."

Let me know if you have questions.

Jamie

>>From: Marc Garrett [mailto:[EMAIL PROTECTED]]
>>Sent: Thursday, June 20, 2002 4:08 PM
>>To: Jamie Jackson
>>Subject: Re: how to catch image input buttons with isDefined()?
>>
>>
>>Jamie,
>>
>>Thanks so much for your assistance. In your code sample, I don't understand
>>how I obtain the click coordinates to know what x and y should be?
>>
>>Regards,
>>
>>Marc Garrett

>>>- Original Message -
>>>From: "Jamie Jackson" <[EMAIL PROTECTED]>
>>>To: "Marc Garrett" <[EMAIL PROTECTED]>
>>>Sent: Thursday, June 20, 2002 3:55 PM
>>>Subject: Re: how to catch image input buttons with isDefined()?
>>>
>>>
>>>Name the image:
>>>
>>>
>>>
>>>Action Page:
>>>
>>>// since click coordinates are passed, you can use x or y
>>>if (isdefined('form.myName.x')) {
>>> // action
>>>}
>>>
>>>or
>>>
>>>if (isdefined('form.myName.y')) {
>>> // action
>>>}
>>>
>>>Jamie

On Thu, 20 Jun 2002 09:14:17 -0400, in cf-talk you wrote:

I've had a designer change a form's buttons from type="submit" to
type="image." There are two buttons. I need to perform an action based on
the particular button clicked. I had the following code for submit buttons,
but it doesn't work now that they're image buttons. What am I missing?


[the action to perform]


Thanks for any assistance.

Marc Garrett


#
#
#
#
#
#
#
#
#

#
#
#
#
#
#
#
#
#
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX - why so many runtime processes & are they really needed ?

2002-06-20 Thread Matt Liotta

No, but you can boost your performance by moving to Linux

-Matt
 

> -Original Message-
> From: Stacy Young [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 20, 2002 11:53 AM
> To: CF-Talk
> Subject: RE: CFMX - why so many runtime processes & are they really
needed
> ?
> 
> Can we boost performance on Solaris by using IBMs JRE?
> 
> Stace
> 
> -Original Message-
> From: Jesse Noller [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 20, 2002 11:25 AM
> To: CF-Talk
> Subject: RE: CFMX - why so many runtime processes & are they really
needed
> ?
> 
> http://www-105.ibm.com/developerworks/tools.nsf/dw/java-all-
> byname?OpenDocum
> ent&Count=500&loc=j
> 
> Jesse Noller
> [EMAIL PROTECTED]
> Macromedia Server Development
> Unix/Linux "special guy"
> 
> > -Original Message-
> > From: Robert Everland [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, June 20, 2002 8:24 AM
> > To: CF-Talk
> > Subject: RE: CFMX - why so many runtime processes & are they really
> > needed ?
> >
> > Where can you get ibm's jre?
> >
> > Robert Everland III
> > Web Developer Extraordinaire
> > Dixon Ticonderoga Company
> > http://www.dixonusa.com
> >
> > -Original Message-
> > From: Jesse Noller [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, June 19, 2002 7:12 PM
> > To: CF-Talk
> > Subject: RE: CFMX - why so many runtime processes & are they really
> > needed ?
> >
> >
> > Linus does make a good point, and I do kinda like the idea, but the
> > implementation is "the suck".
> >
> > I haven't been able to do much kernel hacking lately, but I'll track
> down
> > and check out the IBM patch when I get a chance. I also need to muck
> with
> > some JREs, IBM's jre is the fastest I know of, they're smart++.
> >
> > Jesse Noller
> > [EMAIL PROTECTED]
> > Macromedia Server Development
> > Unix/Linux "special guy"
> >
> > > -Original Message-
> > > From: Matt Liotta [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, June 19, 2002 6:59 PM
> > > To: CF-Talk
> > > Subject: RE: CFMX - why so many runtime processes & are they
really
> > > needed ?
> > >
> > > I like Linus's model better. He states that we shouldn't limit
> > > ourselves to just processes and threads. He thinks we should have
> > > variable weight processes. Some would be as light as threads while
> > > others could be as heavy as processes, but you could also define
more
> > > granular differences.
> > >
> > > I hear IBM has a new implementation of PThreads for Linux that is
> > > supposed to rock. It would be interesting to use that patch and
see
> > > what kind of difference it makes with CFMX.
> > >
> > > -Matt
> > >
> > > > -Original Message-
> > > > From: Jesse Noller [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, June 19, 2002 3:48 PM
> > > > To: CF-Talk
> > > > Subject: RE: CFMX - why so many runtime processes & are they
really
> > > needed
> > > > ?
> > > >
> > > > I know that matt. There was a couple of fights over l-k about
> > > > whether
> > > or
> > > > not to actually move to a threading model with 2.4. The plain
fact
> > > > is
> > > that
> > > > many people wanted to stick with the per-process method of doing
> > > things.
> > > > The actual threading implementation for Linux is pretty weak
(having
> > > > worked with it a lot) but it's been improving.
> > > >
> > > > It's nothing more than a thread emulation system with the
pthread
> > > > libraries. But, one can hope that they'll see the light of day
and
> > > > actually move to the solaris world of thread modeling.
> > > >
> > > > :)
> > > >
> > > > Jesse Noller
> > > > [EMAIL PROTECTED]
> > > > Macromedia Server Development
> > > > Unix/Linux "special guy"
> > > >
> > > > > -Original Message-
> > > > > From: Matt Liotta [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, June 19, 2002 6:27 PM
> > > > > To: CF-Talk
> > > > > Subject: RE: CFMX - why so many runtime processes & are they
> > > > > really needed ?
> > > > >
> > > > > I am sure you know this Jesse, but I'll point it out anyway.
There
> > > is no
> > > > > such thing as threads in the Linux world. For Posix compliance
> > > > > Linux
> > > has
> > > > > a PThread library, but each thread is implemented using
clone(),
> > > which
> > > > > is actually just a fork() with a shared stack. Thus, those are
all
> > > > > processes; not threads.
> > > > >
> > > > > -Matt
> > > > >
> > > > > > -Original Message-
> > > > > > From: Jesse Noller [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Wednesday, June 19, 2002 2:38 PM
> > > > > > To: CF-Talk
> > > > > > Subject: RE: CFMX - why so many runtime processes & are they
> > > really
> > > > > needed
> > > > > > ?
> > > > > >
> > > > > > Dick:
> > > > > >
> > > > > > Actually, I don't know who told you that, but they were
> > wrong.
> > > > > Each
> > > > > > of those "20 or so" java processes you see on Linux are
actually
> > > > > nothing
> > > > > > more than Java threads. If you were on a solaris box and did
a
> > > > > > ps
> > > axww
> > > 

Re: PRECOMPILED EAPI APACHE MODULE PLEASE!

2002-06-20 Thread Bill Wheatley

Yes there is a demands :)

Bill Wheatley
Senior Database Developer
Macromedia Certified Advanced Coldfusion Developer
EDIETS.COM
954.360.9022 X159
ICQ 417645
- Original Message -
From: "Stacy Young" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 20, 2002 4:56 PM
Subject: PRECOMPILED EAPI APACHE MODULE PLEASE!


> Hi MM,
>
> Can you please push up the priority on the EAPI for the Apache module. I
was
> told that it's been put off unless there's a demand. Just letting you know
> there's a demand! We can not go production without it !!
>
> Thanks very much,
>
> Stace
>
>
> AVIS IMPORTANT:
> ---
> Les informations contenues dans le present document et ses pieces jointes
sont strictement confidentielles et reservees a l'usage de la (des)
personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez
avise que toute divulgation, distribution, copie, ou autre utilisation de
ces informations est strictement prohibee.  Si vous avez recu ce document
par erreur, veuillez s'il vous plait communiquer immediatement avec
l'expediteur et detruire ce document sans en faire de copie sous quelque
forme.
>
> WARNING:
> ---
> The information contained in this document and attachments is confidential
and intended only for the person(s) named above.  If you are not the
intended recipient you are hereby notified that any disclosure, copying,
distribution, or any other use of the information is strictly prohibited.
If you have received this document by mistake, please notify the sender
immediately and destroy this document and attachments without making any
copy of any kind.
>
>
> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Comparing two lists

2002-06-20 Thread Derrick Rapley

As far as I know you should be able to do




A list isn't a complex data type. It's just a simple variable.

List functions just offer an exciting way to manipulate variables.

Hope this helps.

Derrick


-Original Message-
From: Tony Schreiber [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 3:28 PM
To: CF-Talk
Subject: Comparing two lists


Is there an easy way to see if any items in two lists match?

For now, I'm looping over one list and doing listfind on the other for
each value from the first. But I didn't know if there was an easier way.


Tony Schreiber, Senior Partner  Man and Machine, Limited
mailto:[EMAIL PROTECTED]   http://www.technocraft.com

http://www.simplemessageboard.com ___Free Forum Software for Cold Fusion
http://www.is300.net ___The Enthusiast's Home of the Lexus IS300
http://www.digitacamera.com __DigitA Camera Scripts and Tips
http://www.linklabexchange.com _Miata Link ECU Data Exchange


__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: /CFusion to D:/CFusion Advice..

2002-06-20 Thread Mark Warrick

Sure,

Make a mirror copy of drive C onto drive D and then physically remove the drives from 
the machine and reorder them so that drive D is the master and drive C is the slave.

---mark


Mark Warrick ([EMAIL PROTECTED])
Founder, Fusioneers.com / CTO, ZapConnect.com
Phone: 714-547-5386 / 714-667-0203 / Efax: 801-730-7289
http://www.warrick.net / http://www.fusioneers.com
http://www.zapconnect.com
ICQ: 125160 AIM: markwarric Yahoo: Serengeti

 

> -Original Message-
> From: Paul Ihrig [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 20, 2002 8:58 AM
> To: CF-Talk
> Subject: C:/CFusion to D:/CFusion Advice..
> 
> 
> OK...
> i messed up.
> 
> i updated cf server on the C Drive.
> without having enough space left over for the virus scans & other 
> things to
> run..
> 
> is there a way to move the
> C:/CFusion to D:/CFusion
> 
> with out a uninstall & reinstall???
> 
> any advice or suggestions would be appreciated.
> 
> you can laugh now...
> i know i need to rebuild the box, but have no real time or money for it.
> 
> thanks.
> 
> -paul
> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Dynamic checkbox problem

2002-06-20 Thread Jann VanOver

Question:  Why are you repeating the query name INSIDE your  loop?

On lines 11 & 12, shouldn't #GetOcc.Names# be just #Names#  ???

Also, you shouldn't need that "count" variable.  Use #currentRow# instead.
It is set and incremented automatically as you loop through the query.

And on line 10, the  is not needed at all.

I don't see why it would act as you describe though.


On 6/11/02 12:51 PM, "VanderHart, Robert" <[EMAIL PROTECTED]>
wrote:

> For one of our web sites we have secure web forms so that a couple of staff
> members can add new records to the data table.  Several of the fields have a
> number of choices (e.g. a list of different occupations) where the staff
> person can check off all that apply for that record.  The checkboxes are not
> hard-coded but rather dynamically entered.  Here's a sample of the code:
> 
> 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFFTP Error 11?

2002-06-20 Thread Ryan Pieszak

Okay, after a little more searching, I found that ErrorCode=11 means "Cannot
write to local file".  Any ideas what would cause this?  Am I correct in
thinking that if I'm using a getfile action to copy a file from a remote
server to my local server, that the localfile doesn't need to exist
(although I've tried both)?  And I do have cfftp enable on the local server.
Any ideas?  Thanks.

>  -Original Message-
> From: Ryan Pieszak  
> Sent: Thursday, June 20, 2002 4:59 PM
> To:   '[EMAIL PROTECTED]'
> Subject:  CFFTP Error 11?
> 
> Hello all,
> I'm trying to use CFFTP, and I can establish a connection just fine, but
> when I try to use a cached connection and action="getfile", I'm getting
> errorcode=11("no response from server").  I've found lots of info on
> errorcode=15("no response from server"), but nothing on error 11.  Any
> ideas?  Thanks.
> 
> Ryan J. Pieszak
> Applications Engineer
> Ziphany, LLC.
> (716) 510-0379
> www.ziphany.com
> 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFFTP Error 11?

2002-06-20 Thread Ryan Pieszak

Hello all,
I'm trying to use CFFTP, and I can establish a connection just fine, but
when I try to use a cached connection and action="getfile", I'm getting
errorcode=11("no response from server").  I've found lots of info on
errorcode=15("no response from server"), but nothing on error 11.  Any
ideas?  Thanks.

Ryan J. Pieszak
Applications Engineer
Ziphany, LLC.
(716) 510-0379
www.ziphany.com

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Killing Client vars session on closing browser.

2002-06-20 Thread Matt Robertson

Well, I'm not crazy, at least.  The registry thing works great on CF
4.5.  Has this issue been reported?

--Matt Robertson--
MSB Designs, Inc.
http://mysecretbase.com



-Original Message-
From: Neil Clark - =TMM= [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 20, 2002 2:22 AM
To: CF-Talk
Subject: RE: Killing Client vars session on closing browser.


Yes, 

I too am getting the normal CFID/CFTOKEN numbers instead of UUID...

I have changed it and restared MX but nope, still the same.

- Neil





-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]] 
Sent: 20 June 2002 09:30
To: CF-Talk
Subject: RE: Killing Client vars session on closing browser.

Does anyone recall the registry entry that would make CF 4.5 use a UUID
for the CFTOKEN value?  That would seem to solve the re-use issue.

On a related note, Am I the only one who set up CFMX to use a UUID for
tokens in Administrator, only to have it ignore me and use the same old
number sequence?  I'm storing vars in a db.  CFMX created the db's with
nice long fields, though.

--Matt Robertson--
MSB Designs, Inc.
http://mysecretbase.com



-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, June 19, 2002 9:34 PM
To: CF-Talk
Subject: RE: Killing Client vars session on closing browser.


NOOO  Kym are you telling me I have been fretting away at this
"problem" for nothing because it's not actually a problem at all???


Oh gawd.  I'm going to go and have a nap I think.


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks


-Original Message-
From: Kym Kovan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 2:25 PM
To: CF-Talk
Subject: RE: Killing Client vars session on closing browser.

Hi Mike,

Missed all this, been out but...

>And I
>also want to solve the mystery as to why the client vars are being
>re-issued, because I suspect the two issues might be related.

Who says that the CFID and CFToken have to be different every time? I
remember in the dark distant past that the algorithm that created them
was discussed on this very list. I recollect that they are calculated
from various factors, IP address, browser type, etc., and it is quite
possible, in fact probable, for the same ID/Token pair to be issued to
the same browser at a later time. Whether this still applies I do not
know.

Add to that the problems of proxy servers, etc., and you can see why
client vars are just as unreliable as session vars (and I do know why
you are using them )


--

Yours,

Kym




__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Killing Client vars session on closing browser.

2002-06-20 Thread Matt Robertson

Is there any workable way to determine whether or not a stored cookie exists, delete 
it and thus pave the way for transitioning a repeat visitor from stored to session 
cookies?

I ask because it seems at first glance the code below will fail if a user already has 
a cookie planted on their system.

Maybe some sort of cookie test at login, if cookie.cfid exists delete and reset it?

---
Matt Robertson[EMAIL PROTECTED]
MSB Designs, Inc., www.mysecretbase.com
---


-- Original Message --
from: "Derrick Rapley" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
date: Thu, 20 Jun 2002 12:21:43 -0400

Here are some suggestions.

First you want to use "Session" Cookies. They reside in memory and are
deleted when all instances of a browser are closed.

Here is how I do it in Application.cfm (fbx_Settings.cfm for Fusebox users):








Also, I typically check to see if a session variable exists to make sure a
session times out (you can include this at the top of each template, in
Fusebox I include it in fbx_Switch before any of the cases are checked):










When a user logs out, you can just use the StructClear() function to remove
all the session variables for a user.




That should do it for you.

Regards,

Derrick Rapley


-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 10:55 AM
To: CF-Talk
Subject: RE: Killing Client vars session on closing browser.


Well I can hardly expect all my users (specially potentially malicious ones)
to be deleting anything from their harddrive.  I'm trying to write a
password access system here.The thing has to be designed to work under
normal conditions, not exceptional ones.

Once I'm logged out I want to be OUT.  That means when users click on the
"logout" button,  Time out through inactivity, or close their browser.
All 3 of those events should make sure I can't get back to the secure areas
without providing a valid username/password combination.


But as Kym said,  the CFID/CFTOKEN combination could well be the same when
it's issued a second time to the same person/ip address.   Just unique at
any one moment.



Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks


-Original Message-
From: Chris Norloff [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 11:55 PM
To: CF-Talk; [EMAIL PROTECTED]
Subject: RE: Killing Client vars session on closing browser.

Have you deleted all cookies on your harddrive from that server?  I thought
I had and some were left over from some other implementation.  The CFserver
was still using the CFID/CFTOKEN from the stored cookies I didn't know I
had.

Chris Norloff

-- Original Message --
from: "Mike Kear" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
date: Thu, 20 Jun 2002 12:11:38 +1000

>Ok, here's another part of the mystery  how could this be?
>
>I closed all copies of all browsers.  I used SQL Query Analyser to go to
the
>CDATA table and delete the records relating to my client session.   Then I
>opened my browser and went to the protected page.  As expected I was sent
to
>the login page.  So far so good.
>
>But when I completed logging in,  the CFID and CFTOKEN were the same as the
>one I had just deleted!! I didn't believe what I was seeing, so I did it
>again a couple more times.Same result.  I thought the CFIDs and
CFTOKENS
>were supposed to be unique and never reused.
>
>What gives?   How can I log in fresh and get the same CFID and CFTOKEN as I
>had before?
>
>(If it's relevant, we're using CF5 and my browsers are IE6.0.26, and
NN4.75,
>and NN6.2.2)
>
>
>Cheers,
>Mike Kear
>Windsor, NSW, Australia
>AFP WebWorks
>
>-Original Message-
>From: Matthew Friedman [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, June 20, 2002 11:22 AM
>To: CF-Talk
>Subject: RE: Killing Client vars session on closing browser.
>
>Mike here is a thought and this works for a project that I did.
>
>Open you site in a framed environment
>Frame one is 100% and this is where your application runs
>
>Have a hidden frame that is a simple html page with an onclose() function
to
>call a page logout.cfm
>
>In logout run a query to delete your client variables from the database
that
>you have designated
>
>
>delete
>from dbo.CDATA
>where cfid = '#cookie.cfid#:#cookie.cftoken#'
>and app = ''  - this is the name from the
>cfapplication page that you are using for the client vars.
>
>
>then close the browser page with a JavaScript.
>
>This will guarantee that you have deleted the client vars from the time the
>user logs off.
>
>You will need to take this Idea on step furture to make sure that the user
>does not open the page outside of the framed enivorment and that can be
done
>with some simple javascripting.
>
>Matt Friedman
>
>
>-Original Message-
>From: Mike Kear [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, June 19, 2002 8:4

  1   2   >