Shld CF Server and IIS web server run on separate machines?

2002-06-13 Thread han peng

Hi all CF gurus.. :)

currently i'm running CF server and IIS server on 1 machine (M1)... and 
MS Sql Server on another machine(M2)...


so.. shld i separate the apps server and web server to optimise the performance..?

that is to install CF server on another machine (M3)??

hmm... but i 'm juz wondering.. 

if i configure the IIS application setting to point to M3 through 
network.. wouldnt that be a slower process as every cfm scripts need to be access from 
webserver to app server.. ??


hmm.. any place that teach how to do such configuration..?! coz i'm not sure is that 
the correct way to link both web and CF server together..



thanx in advance.. 

han



__
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



Double Posts??

2002-06-13 Thread Chris Kief

Am I the only one getting these double posts? I thought I saw a thread
from Todd about it a while back. I have more examples if needed...

Funny thing is...these 2 examples I picked out just happened to be sent
at the same time to the list...and both were resent.

Chris

-
Here's one from Neil Clark that came in Thu 6/13/2002 10:42PM
-
Isnt it : 



  if (top.location.href != location.href)
  top.location.href = location.href;


And Neil's post on Mon 6/10/2002 9:12AM:

Isnt it : 



  if (top.location.href != location.href)
  top.location.href = location.href;


-
How bout another:
-

-
Here's one from Critz on Thu 6/13/2002 10:42PM:
-

oi James!!

we  ran  into that problem ages ago running cf on solaris. I don't think
we ever sorted the problem, except that we canned solaris and went back
to win2k. *poof* no more problem


-- 
Critz
Certified Adv. ColdFusion Developer

And his post from Mon 6/10/2002 9:12AM

oi James!!

we  ran  into that problem ages ago running cf on solaris. I don't think
we ever sorted the problem, except that we canned solaris and went back
to win2k. *poof* no more problem


-- 
Critz
Certified Adv. ColdFusion Developer


__
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



CFMX and SQL 7 - yeah right

2002-06-13 Thread Peter Tilbrook

If you have no luck, try the standard ODBC socket, at least on a development
box behind a firewall. At least it actually works.

I've had no luck yet on getting the Java SQL driver to work yet (after six
years CF development).

__
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: Application Slow Down was RE: Absolutly neccesary to cflock s ession variables

2002-06-13 Thread Dave Watts

> > > If you have control of the CF server settings, consider 
> > > enabling "Single Threaded Sessions" in the LOCKING section 
> > > of the CF Administrator. Then you don't need to lock any 
> > > session variable references.
> > 
> > Keith, what I have found with this is a severe degradation 
> > in performance in any reasonable sized application when this 
> > is selected. Just my experience.
> 
> That's contrary to my experience and to the CF documentation. 
> I've seen virtually no degradation of performance.

Hi again, Keith!

Every time this topic comes up, you always state that you've never seen any
degradation in performance with single-threaded sessions, and strongly
recommend its use. I respond by saying that I have seen significant
performance degradation for applications under load generated by load-test
tools and by real users. So, here's my response, once again.

> Here's what the CF (version 5 CFLOCK) documentation says 
> about the Single Threaded Sessions setting...
> 
> "This feature may have an effect on performance depending on 
> the request pattern. For example, the total response time may 
> increase if an application has multiple frames that can be 
> refreshed at once, thus causing multiple requests to queue 
> and wait to be processed."
> 
> It wouldn't surprise me that there are some conditions under 
> which you would *not* want to enable Single Threaded Sessions.  
> More guidance from Macromedia would be helpful in this area.
> 
> I highly recommend that people try the setting and decide for 
> themselves.

I heartily agree with your suggestion for people to try the setting and
decide for themselves. That's what load-test tools are for. Nevertheless, it
strikes me as kind of specious for you to state that you've seen no
degradation of performance without noting that you haven't tested the
setting under load, as you've stated in the past. Of course, if you've done
so since then, and you still didn't see any performance degradation, that
would be a different matter. But, I suspect that this isn't the case, since
every time I've done so, the server took a beating with that setting. 

Also, I think you're misreading the documentation, since you state that
Mike's anecdotal evidence conflicts with the documentation, while the
portion that you quote specifically mentions performance degradation. Why do
you think that the documentation mentions this as a potential problem? As
for more guidance from MM, well, they give you enough rope for you to hang
yourself - I'll agree that there are times when you may be better off using
this setting as opposed to writing locks throughout your codebase, but it's
up to the individual developer to perform his own cost-benefit calculus.

In any case, if your applications aren't going to support the amount of load
that would be necessary to cause performance degradation problems (and
you're sure that they never will have to support that amount of load), then
there's nothing wrong with using the setting. Of course, in that case, there
are all kinds of corners you might cut and not suffer for it. Applications
can have many problems that aren't apparent until they're run under load. If
I had a dollar for every time I ran into a problem like this, in which an
application that works fine during functionality testing fails under load -
oh, wait, I DO have a dollar for every time, never mind. Too many developers
learn the hard way that something which seems perfectly acceptable during
development may fail catastrophically when the server is pushed to its limit
- and far too often, they learn this with real users.

Finally, this may become a moot point once CF MX is widely adopted.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
__
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: Macromedia Security Bulletins

2002-06-13 Thread Lee Fuller

Thanks Chris

__
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: Macromedia Security Bulletins

2002-06-13 Thread Chris Kief

http://www.macromedia.com/v1/developer/securityzone/securitybulletins.cf
m

Chris



-Original Message-
From: Lee Fuller [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 13, 2002 10:27 PM
To: CF-Talk
Subject: Macromedia Security Bulletins

Do you still have the link for the new announcements?


__
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



Macromedia Security Bulletins

2002-06-13 Thread Lee Fuller

Do you still have the link for the new announcements?

__
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: CFMX on Windows 98

2002-06-13 Thread Chris Kief

One thing you might want to make note of...from the release notes...

"In Windows 98 and Windows ME, you cannot use cfinsert and cfupdate
against a Microsoft Access database; you must use cfquery instead. The
JDBC-ODBC bridge database driver that is used for Access databases on
these platforms does not work with cfinsert and cfupdate with the
lastest MDAC 2.7 and JetEngine 4.0 SP 3."

Chris


-Original Message-
From: Timothy Heald [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 13, 2002 10:15 PM
To: CF-Talk
Subject: RE: CFMX on Windows 98

Ok,
One minor annoyance.  It doesn't have Access drivers in the
list.  I had to
add the access db as a system dsn, then use the jdbc-odbc bridge to make
it
work.  Still much more than I had any right to hope for.

Tim

-Original Message-
From: Timothy Heald [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 14, 2002 1:04 AM
To: CF-Talk
Subject: RE: CFMX on Windows 98


WooHoo works like a champ.  I didn't have to do anything.

Tim

-Original Message-
From: Timothy Heald [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 14, 2002 12:33 AM
To: CF-Talk
Subject: RE: CFMX on Windows 98


As evil as I am Stacy?

-Original Message-
From: Stacy Young [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 14, 2002 12:33 AM
To: CF-Talk
Subject: RE: CFMX on Windows 98


I was gonna make the same comment. Win98 is evil.


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 14, 2002 12:18 AM
To: CF-Talk
Subject: RE: CFMX on Windows 98

> I was wondering if anyone had installed CFMX on windows
> 98, and if so is there anything I need to do special to
> get it to work? Stand alone would be preferable since I
> don't have a web server installed on it.

I haven't tried installing anything on Windows 98, but according to the
system requirements, you'll have to use the standalone built-in web
server.

My recommendation, though, would be for you to install Windows 2000 or
Windows XP, which are far superior for development.

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





__
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: CFMX on Windows 98

2002-06-13 Thread Timothy Heald

Ok,
One minor annoyance.  It doesn't have Access drivers in the list.  I had to
add the access db as a system dsn, then use the jdbc-odbc bridge to make it
work.  Still much more than I had any right to hope for.

Tim

-Original Message-
From: Timothy Heald [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 14, 2002 1:04 AM
To: CF-Talk
Subject: RE: CFMX on Windows 98


WooHoo works like a champ.  I didn't have to do anything.

Tim

-Original Message-
From: Timothy Heald [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 14, 2002 12:33 AM
To: CF-Talk
Subject: RE: CFMX on Windows 98


As evil as I am Stacy?

-Original Message-
From: Stacy Young [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 14, 2002 12:33 AM
To: CF-Talk
Subject: RE: CFMX on Windows 98


I was gonna make the same comment. Win98 is evil.


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 14, 2002 12:18 AM
To: CF-Talk
Subject: RE: CFMX on Windows 98

> I was wondering if anyone had installed CFMX on windows
> 98, and if so is there anything I need to do special to
> get it to work? Stand alone would be preferable since I
> don't have a web server installed on it.

I haven't tried installing anything on Windows 98, but according to the
system requirements, you'll have to use the standalone built-in web server.

My recommendation, though, would be for you to install Windows 2000 or
Windows XP, which are far superior for development.

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



RE: CFMX on Windows 98

2002-06-13 Thread Timothy Heald

WooHoo works like a champ.  I didn't have to do anything.

Tim

-Original Message-
From: Timothy Heald [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 14, 2002 12:33 AM
To: CF-Talk
Subject: RE: CFMX on Windows 98


As evil as I am Stacy?

-Original Message-
From: Stacy Young [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 14, 2002 12:33 AM
To: CF-Talk
Subject: RE: CFMX on Windows 98


I was gonna make the same comment. Win98 is evil.


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 14, 2002 12:18 AM
To: CF-Talk
Subject: RE: CFMX on Windows 98

> I was wondering if anyone had installed CFMX on windows
> 98, and if so is there anything I need to do special to
> get it to work? Stand alone would be preferable since I
> don't have a web server installed on it.

I haven't tried installing anything on Windows 98, but according to the
system requirements, you'll have to use the standalone built-in web server.

My recommendation, though, would be for you to install Windows 2000 or
Windows XP, which are far superior for development.

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



__
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: SOLVED: Could not locking vars cause this?

2002-06-13 Thread Dave Watts

> One other question since you're in a shared hosting 
> environment...what are you doing about the cfform 
> javascript mapping?
> 
> The javascript is now encapsulated into a .js file 
> that resides in the CFIDE directory in the webroot. 
> When the form is written out to HTML you get this:
> 
>  SRC="/CFIDE/scripts/cfform.js">
> 
> Only problem is...if you're not the root site (the one 
> with the CFIDE virtual mapping in it)...you don't have 
> access to this file.
> 
> The two options I see at the moment are to either map 
> the CFIDE directory to every virtual site OR get a copy 
> of the cfform.js file, put it in a local directory and 
> then add 'scriptSrc="mylocaldirectory/cfform.js"' to all 
> my cfform tags. Either way seems to suck at the moment.

I don't have anything to do with shared hosting environments, but I'd
recommend that you set up a copy of the CFIDE directory (minus the
Administrator subdirectory) as a virtual directory for each virtual server.
This doesn't have to suck - you can automate the process on many web
servers. You'll need the CFIDE directory for each virtual server to use
several things, such as CFFORM Java applets and CFWDDX client-side
functionality.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
__
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: Virtual Directories

2002-06-13 Thread Dave Watts

> From my understanding of that article, the auto disconnect 
> timeout is controlled by the server, is that right?

Yes, that's correct.

> If that is the case I don't think it will help in this 
> particular situation. The Snap servers are running some 
> sort of Linux based NTLM emulation software and as such 
> are not true NT fileservers.

I'll bet that they're running Samba, which is an SMB server often used on
Unix variants. I think you can control disconnect behavior by editing the
smb.conf file:

http://us2.samba.org/samba/docs/man/smb.conf.5.html

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



RE: Slashdot/cfc

2002-06-13 Thread Timothy Heald

Error is on line 20 of all places.  The code is below.  Yeah I got both of
them.  Thanks for looking at it :)

Heres the code:













"







http://webservices.isitedesign.com/ws/slashdotnews.cfc?wsdl";
method="getXMLNews"
returnvariable="xmlObject"
>






















-Original Message-
From: Matthew Walker [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 14, 2002 12:35 AM
To: CF-Talk
Subject: RE: Slashdot/cfc


a) can we see your code?
b) what line is it giving the error on?
c) did you get all of them? There's 2 isdefineds in the code you've
shown us


> -Original Message-
> From: Timothy Heald [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 14 June 2002 4:26 p.m.
> To: CF-Talk
> Subject: RE: Slashdot/cfc
>
>
> Ok,
>   Now this is really weird.  I made the changes
> suggested, and it is still
> throwing the same error.  Only when I look at my debugging
> info I see the
> slashdot variable:
>
> Application Variables:
>
> slashdot=Struct (1)
> applicationname=slashDotFeed
>
> Any ideas ?
>
> Tim
>
> -Original Message-
> From: Jim Vosika [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 14, 2002 12:08 AM
> To: CF-Talk
> Subject: RE: Slashdot/cfc
>
>
> I don't have the answer to your question but you spelt timestamp wrong
> in one spot :)
>
> - Jim Vosika
> http://www.softwaresupermall.com
>
>
> -Original Message-
> From: Timothy Heald [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 11:04 PM
> To: CF-Talk
> Subject: RE: Slashdot/cfc
>
> Ok,
>   Now this is bothering me.  How is it that I have isDefined
> wrapped around
> each section of this code, but it still is saying that slashDot is
> undefined
> in application?  I am trying to make it first see if the
> struct exists,
> if
> it does, see how old it is.  If it is older than 30 minutes,
> execute the
> web
> service and get the latest feed.  See anything glaring in the code
> below?
>
> Tim
>
>  sessionmanagement="Yes" setclientcookies="Yes" setdomaincookies="Yes">
>
> 
>
>   
>
>   
>   
>
>   
>now())>
>
>   "
>
>   
>
>   
>30>
>
>   
>webservice="http://webservices.isitedesign.com/ws/slashdotnews
> .cfc?wsdl"
>   method="getXMLNews"
>   returnvariable="xmlObject"
>   >
>
>   
>xmlParse(xmlObject)>
>
>   
>
>   
>   
>   
>
>   
>
> 
>
> -Original Message-
> From: Timothy Heald [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 10:39 PM
> To: CF-Talk
> Subject: RE: Slashdot/cfc
>
>
> Yes,
>   There is a web service to pull titles, links and images from.
> You can
> access it from:
>
> http://webservices.isitedesign.com/ws/slashdotnews.cfc?wsdl
>
>   Now it returns an XML object.  So I think I would create
> structure, in the
> application scope. One key would contain the XML object, the
> other would
> contain a timestamp from the last time you received the xml feed from
> the
> web service.  Something like this in your Application.cfm
> should do the
> trick I think.  Make sure it's below the cfapplication tag or it won't
> run.
>
> 
>
>   
>
>   
>   
>
>   
>now())>
>
>   
>
>   
>30>
>
>   
>webservice="http://webservices.isitedesign.com/ws/slashdotnews
> .cfc?wsdl"
>   method="getXMLNews"
>   returnvariable="xmlObject"
>   >
>
>   
>xmlParse(xmlObject)>
>
>   
>
> 
>
> Be aware I have not tested this.  There may be mistakes (as you well
> know
> Crit).
>
> See you tomorrow :)
>
> Tim
>
> -Original Message-
> From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 9:41 PM
> To: CF-Talk
> Subject: Re: Slashdot/cfc
>
>
> I think I missed something... do they have a *web service* you can
> interact
> with (like th Google Web Service API)? All I see is an XML (and of
> course
> the RDF) file that you can grab, parse/transform, and format. That's
> great,
> but its not a CFC (which is no surprise since /. is Perl).
>
> Doesn't change the question much ("How do I get my headlines updated")
> but
> wanted to see if there's actually a web service access to /.
> I'm missing
> :)
>
> Regards,
>
> John Paul Ashenfelter
> CTO/TransitionPoint
> [EMAIL PROTECTED]
>
> - Original Message -
> From: "Critz" <[EMAIL PROTECTED]>
> To: "CF-Ta

RE: CFMX on Windows 98

2002-06-13 Thread Timothy Heald

As evil as I am Stacy?

-Original Message-
From: Stacy Young [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 14, 2002 12:33 AM
To: CF-Talk
Subject: RE: CFMX on Windows 98


I was gonna make the same comment. Win98 is evil.


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 14, 2002 12:18 AM
To: CF-Talk
Subject: RE: CFMX on Windows 98

> I was wondering if anyone had installed CFMX on windows
> 98, and if so is there anything I need to do special to
> get it to work? Stand alone would be preferable since I
> don't have a web server installed on it.

I haven't tried installing anything on Windows 98, but according to the
system requirements, you'll have to use the standalone built-in web server.

My recommendation, though, would be for you to install Windows 2000 or
Windows XP, which are far superior for development.

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


__
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: J2EE session variables

2002-06-13 Thread Chris Kief

Dave...

Thanks for the response.

I am using a cflocation. Problem is I end up with a URL like this:

page2.cfm;JSESSIONID=80303317251024029058937

and a wonderful 404 error in the browser. Remove the
";JSESSIONID=80303317251024029058937" and things are fine. This leads me
to believe that you can't use J2EE session variables and cflocation. Am
I wrong on this? Is this in the docs/release notes somewhere? (I
couldn't find it so far...)

Chris


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 13, 2002 9:30 PM
To: CF-Talk
Subject: RE: J2EE session variables

> When using J2EE session variables in CFMX, the jsessionid 
> automatically gets inserted into the URL when the first 
> page is called (like this:
> index.cfm;JSESSIONID=80301028841024004340015?page=main). 
> In subsequent requests it disappears. Does anyone know why 
> this happens?

My guess is that it does this to prevent problems if the appropriate
cookies
don't get set by the first page due to a redirect.

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

__
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: Slashdot/cfc

2002-06-13 Thread Matthew Walker

a) can we see your code?
b) what line is it giving the error on?
c) did you get all of them? There's 2 isdefineds in the code you've
shown us


> -Original Message-
> From: Timothy Heald [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 14 June 2002 4:26 p.m.
> To: CF-Talk
> Subject: RE: Slashdot/cfc
> 
> 
> Ok,
>   Now this is really weird.  I made the changes 
> suggested, and it is still
> throwing the same error.  Only when I look at my debugging 
> info I see the
> slashdot variable:
> 
> Application Variables:
> 
> slashdot=Struct (1)
> applicationname=slashDotFeed
> 
> Any ideas ?
> 
> Tim
> 
> -Original Message-
> From: Jim Vosika [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 14, 2002 12:08 AM
> To: CF-Talk
> Subject: RE: Slashdot/cfc
> 
> 
> I don't have the answer to your question but you spelt timestamp wrong
> in one spot :)
> 
> - Jim Vosika
> http://www.softwaresupermall.com
> 
> 
> -Original Message-
> From: Timothy Heald [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 11:04 PM
> To: CF-Talk
> Subject: RE: Slashdot/cfc
> 
> Ok,
>   Now this is bothering me.  How is it that I have isDefined
> wrapped around
> each section of this code, but it still is saying that slashDot is
> undefined
> in application?  I am trying to make it first see if the 
> struct exists,
> if
> it does, see how old it is.  If it is older than 30 minutes, 
> execute the
> web
> service and get the latest feed.  See anything glaring in the code
> below?
> 
> Tim
> 
>  sessionmanagement="Yes" setclientcookies="Yes" setdomaincookies="Yes">
> 
> 
> 
>   
> 
>   
>   
> 
>   
>now())>
> 
>   "
> 
>   
> 
>   
>30>
> 
>   
>webservice="http://webservices.isitedesign.com/ws/slashdotnews
> .cfc?wsdl"
>   method="getXMLNews"
>   returnvariable="xmlObject"
>   >
> 
>   
>xmlParse(xmlObject)>
> 
>   
> 
>   
>   
>   
> 
>   
> 
> 
> 
> -Original Message-
> From: Timothy Heald [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 10:39 PM
> To: CF-Talk
> Subject: RE: Slashdot/cfc
> 
> 
> Yes,
>   There is a web service to pull titles, links and images from.
> You can
> access it from:
> 
> http://webservices.isitedesign.com/ws/slashdotnews.cfc?wsdl
> 
>   Now it returns an XML object.  So I think I would create
> structure, in the
> application scope. One key would contain the XML object, the 
> other would
> contain a timestamp from the last time you received the xml feed from
> the
> web service.  Something like this in your Application.cfm 
> should do the
> trick I think.  Make sure it's below the cfapplication tag or it won't
> run.
> 
> 
> 
>   
> 
>   
>   
> 
>   
>now())>
> 
>   
> 
>   
>30>
> 
>   
>webservice="http://webservices.isitedesign.com/ws/slashdotnews
> .cfc?wsdl"
>   method="getXMLNews"
>   returnvariable="xmlObject"
>   >
> 
>   
>xmlParse(xmlObject)>
> 
>   
> 
> 
> 
> Be aware I have not tested this.  There may be mistakes (as you well
> know
> Crit).
> 
> See you tomorrow :)
> 
> Tim
> 
> -Original Message-
> From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 9:41 PM
> To: CF-Talk
> Subject: Re: Slashdot/cfc
> 
> 
> I think I missed something... do they have a *web service* you can
> interact
> with (like th Google Web Service API)? All I see is an XML (and of
> course
> the RDF) file that you can grab, parse/transform, and format. That's
> great,
> but its not a CFC (which is no surprise since /. is Perl).
> 
> Doesn't change the question much ("How do I get my headlines updated")
> but
> wanted to see if there's actually a web service access to /. 
> I'm missing
> :)
> 
> Regards,
> 
> John Paul Ashenfelter
> CTO/TransitionPoint
> [EMAIL PROTECTED]
> 
> - Original Message -
> From: "Critz" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, June 13, 2002 7:16 PM
> Subject: Slashdot/cfc
> 
> 
> > oi chatters
> >
> >
> > SlashDot has a cfc that you can use, but on their faq they request
> > that their xml file be hit only once every 30 minutes. So what would
> > be a decent way to go about it?
> >
> > I was thinking cfhttp'ing the cfc, writing to a file. (if it's not
> > there) then checking the date modified on that file, if it's greater
> > than 30. grab fresh copy?? then handle parsing from the local file?
> >
> > any other suggestions?
> >
> >
> > --
> > Best regards,
> >
> > Critter, MMCP
> > Certified ColdFusion Developer
> >
> > Crit[s2k] - 
> >
> >
> 
> 
> 
> 
> 
___

RE: CFMX on Windows 98

2002-06-13 Thread Stacy Young

I was gonna make the same comment. Win98 is evil.


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]] 
Sent: Friday, June 14, 2002 12:18 AM
To: CF-Talk
Subject: RE: CFMX on Windows 98

> I was wondering if anyone had installed CFMX on windows 
> 98, and if so is there anything I need to do special to 
> get it to work? Stand alone would be preferable since I
> don't have a web server installed on it.

I haven't tried installing anything on Windows 98, but according to the
system requirements, you'll have to use the standalone built-in web server.

My recommendation, though, would be for you to install Windows 2000 or
Windows XP, which are far superior for development.

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

__
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: Slashdot/cfc

2002-06-13 Thread Timothy Heald

Ok,
Now this is really weird.  I made the changes suggested, and it is still
throwing the same error.  Only when I look at my debugging info I see the
slashdot variable:

Application Variables:

slashdot=Struct (1)
applicationname=slashDotFeed

Any ideas ?

Tim

-Original Message-
From: Jim Vosika [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 14, 2002 12:08 AM
To: CF-Talk
Subject: RE: Slashdot/cfc


I don't have the answer to your question but you spelt timestamp wrong
in one spot :)

- Jim Vosika
http://www.softwaresupermall.com


-Original Message-
From: Timothy Heald [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 11:04 PM
To: CF-Talk
Subject: RE: Slashdot/cfc

Ok,
Now this is bothering me.  How is it that I have isDefined
wrapped around
each section of this code, but it still is saying that slashDot is
undefined
in application?  I am trying to make it first see if the struct exists,
if
it does, see how old it is.  If it is older than 30 minutes, execute the
web
service and get the latest feed.  See anything glaring in the code
below?

Tim













"







http://webservices.isitedesign.com/ws/slashdotnews.cfc?wsdl";
method="getXMLNews"
returnvariable="xmlObject"
>














-Original Message-
From: Timothy Heald [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 10:39 PM
To: CF-Talk
Subject: RE: Slashdot/cfc


Yes,
There is a web service to pull titles, links and images from.
You can
access it from:

http://webservices.isitedesign.com/ws/slashdotnews.cfc?wsdl

Now it returns an XML object.  So I think I would create
structure, in the
application scope. One key would contain the XML object, the other would
contain a timestamp from the last time you received the xml feed from
the
web service.  Something like this in your Application.cfm should do the
trick I think.  Make sure it's below the cfapplication tag or it won't
run.

















http://webservices.isitedesign.com/ws/slashdotnews.cfc?wsdl";
method="getXMLNews"
returnvariable="xmlObject"
>








Be aware I have not tested this.  There may be mistakes (as you well
know
Crit).

See you tomorrow :)

Tim

-Original Message-
From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 9:41 PM
To: CF-Talk
Subject: Re: Slashdot/cfc


I think I missed something... do they have a *web service* you can
interact
with (like th Google Web Service API)? All I see is an XML (and of
course
the RDF) file that you can grab, parse/transform, and format. That's
great,
but its not a CFC (which is no surprise since /. is Perl).

Doesn't change the question much ("How do I get my headlines updated")
but
wanted to see if there's actually a web service access to /. I'm missing
:)

Regards,

John Paul Ashenfelter
CTO/TransitionPoint
[EMAIL PROTECTED]

- Original Message -
From: "Critz" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 13, 2002 7:16 PM
Subject: Slashdot/cfc


> oi chatters
>
>
> SlashDot has a cfc that you can use, but on their faq they request
> that their xml file be hit only once every 30 minutes. So what would
> be a decent way to go about it?
>
> I was thinking cfhttp'ing the cfc, writing to a file. (if it's not
> there) then checking the date modified on that file, if it's greater
> than 30. grab fresh copy?? then handle parsing from the local file?
>
> any other suggestions?
>
>
> --
> Best regards,
>
> Critter, MMCP
> Certified ColdFusion Developer
>
> Crit[s2k] - 
>
>




__
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: J2EE session variables

2002-06-13 Thread Dave Watts

> When using J2EE session variables in CFMX, the jsessionid 
> automatically gets inserted into the URL when the first 
> page is called (like this:
> index.cfm;JSESSIONID=80301028841024004340015?page=main). 
> In subsequent requests it disappears. Does anyone know why 
> this happens?

My guess is that it does this to prevent problems if the appropriate cookies
don't get set by the first page due to a redirect.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
__
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: Slashdot/cfc

2002-06-13 Thread Jim Vosika

Looks like you also spelt timestamp wrong in one spot :) 

- Jim Vosika
http://www.softwaresupermall.com.


-Original Message-
From: Matthew Walker [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 13, 2002 11:13 PM
To: CF-Talk
Subject: RE: Slashdot/cfc

quotes!

isDefined("application.slashDot")



Regards, 
Matthew Walker 
/* 
Easier, smarter forms:
http://www.matthewwalker.net.nz/inform2 
*/ 



> -Original Message-
> From: Timothy Heald [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 14 June 2002 4:04 p.m.
> To: CF-Talk
> Subject: RE: Slashdot/cfc
> 
> 
> Ok,
>   Now this is bothering me.  How is it that I have 
> isDefined wrapped around
> each section of this code, but it still is saying that 
> slashDot is undefined
> in application?  I am trying to make it first see if the 
> struct exists, if
> it does, see how old it is.  If it is older than 30 minutes, 
> execute the web
> service and get the latest feed.  See anything glaring in the 
> code below?
> 
> Tim
> 
>  sessionmanagement="Yes" setclientcookies="Yes" setdomaincookies="Yes">
> 
> 
> 
>   
> 
>   
>   
> 
>   
>dateAdd("n", -31, now())>
> 
>   "
> 
>   
> 
>   
>application.slashDot.timestamp) gt 30>
> 
>   
>webservice="http://webservices.isitedesign.com/ws/slashdotnews
> .cfc?wsdl"
>   method="getXMLNews"
>   returnvariable="xmlObject"
>   >
> 
>   
>xmlParse(xmlObject)>
> 
>   
> 
>   
>   
>   
> 
>   
> 
> 
> 
> -Original Message-
> From: Timothy Heald [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 10:39 PM
> To: CF-Talk
> Subject: RE: Slashdot/cfc
> 
> 
> Yes,
>   There is a web service to pull titles, links and images 
> from.  You can
> access it from:
> 
> http://webservices.isitedesign.com/ws/slashdotnews.cfc?wsdl
> 
>   Now it returns an XML object.  So I think I would 
> create structure, in the
> application scope. One key would contain the XML object, the 
> other would
> contain a timestamp from the last time you received the xml 
> feed from the
> web service.  Something like this in your Application.cfm 
> should do the
> trick I think.  Make sure it's below the cfapplication tag or 
> it won't run.
> 
> 
> 
>   
> 
>   
>   
> 
>   
>dateAdd("n", -31, now())>
> 
>   
> 
>   
>application.slashDot.timestamp) gt 30>
> 
>   
>webservice="http://webservices.isitedesign.com/ws/slashdotnews
> .cfc?wsdl"
>   method="getXMLNews"
>   returnvariable="xmlObject"
>   >
> 
>   
>xmlParse(xmlObject)>
> 
>   
> 
> 
> 
> Be aware I have not tested this.  There may be mistakes (as 
> you well know
> Crit).
> 
> See you tomorrow :)
> 
> Tim
> 
> -Original Message-
> From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 9:41 PM
> To: CF-Talk
> Subject: Re: Slashdot/cfc
> 
> 
> I think I missed something... do they have a *web service* 
> you can interact
> with (like th Google Web Service API)? All I see is an XML 
> (and of course
> the RDF) file that you can grab, parse/transform, and format. 
> That's great,
> but its not a CFC (which is no surprise since /. is Perl).
> 
> Doesn't change the question much ("How do I get my headlines 
> updated") but
> wanted to see if there's actually a web service access to /. 
> I'm missing :)
> 
> Regards,
> 
> John Paul Ashenfelter
> CTO/TransitionPoint
> [EMAIL PROTECTED]
> 
> - Original Message -
> From: "Critz" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, June 13, 2002 7:16 PM
> Subject: Slashdot/cfc
> 
> 
> > oi chatters
> >
> >
> > SlashDot has a cfc that you can use, but on their faq they request
> > that their xml file be hit only once every 30 minutes. So what would
> > be a decent way to go about it?
> >
> > I was thinking cfhttp'ing the cfc, writing to a file. (if it's not
> > there) then checking the date modified on that file, if it's greater
> > than 30. grab fresh copy?? then handle parsing from the local file?
> >
> > any other suggestions?
> >
> >
> > --
> > Best regards,
> >
> > Critter, MMCP
> > Certified ColdFusion Developer
> >
> > Crit[s2k] - 
> >
> >
> 
> 
> 

__
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: Slashdot/cfc

2002-06-13 Thread Jim Vosika

I don't have the answer to your question but you spelt timestamp wrong
in one spot :) 

- Jim Vosika
http://www.softwaresupermall.com


-Original Message-
From: Timothy Heald [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 13, 2002 11:04 PM
To: CF-Talk
Subject: RE: Slashdot/cfc

Ok,
Now this is bothering me.  How is it that I have isDefined
wrapped around
each section of this code, but it still is saying that slashDot is
undefined
in application?  I am trying to make it first see if the struct exists,
if
it does, see how old it is.  If it is older than 30 minutes, execute the
web
service and get the latest feed.  See anything glaring in the code
below?

Tim













"







http://webservices.isitedesign.com/ws/slashdotnews.cfc?wsdl";
method="getXMLNews"
returnvariable="xmlObject"
>














-Original Message-
From: Timothy Heald [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 10:39 PM
To: CF-Talk
Subject: RE: Slashdot/cfc


Yes,
There is a web service to pull titles, links and images from.
You can
access it from:

http://webservices.isitedesign.com/ws/slashdotnews.cfc?wsdl

Now it returns an XML object.  So I think I would create
structure, in the
application scope. One key would contain the XML object, the other would
contain a timestamp from the last time you received the xml feed from
the
web service.  Something like this in your Application.cfm should do the
trick I think.  Make sure it's below the cfapplication tag or it won't
run.

















http://webservices.isitedesign.com/ws/slashdotnews.cfc?wsdl";
method="getXMLNews"
returnvariable="xmlObject"
>








Be aware I have not tested this.  There may be mistakes (as you well
know
Crit).

See you tomorrow :)

Tim

-Original Message-
From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 9:41 PM
To: CF-Talk
Subject: Re: Slashdot/cfc


I think I missed something... do they have a *web service* you can
interact
with (like th Google Web Service API)? All I see is an XML (and of
course
the RDF) file that you can grab, parse/transform, and format. That's
great,
but its not a CFC (which is no surprise since /. is Perl).

Doesn't change the question much ("How do I get my headlines updated")
but
wanted to see if there's actually a web service access to /. I'm missing
:)

Regards,

John Paul Ashenfelter
CTO/TransitionPoint
[EMAIL PROTECTED]

- Original Message -
From: "Critz" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 13, 2002 7:16 PM
Subject: Slashdot/cfc


> oi chatters
>
>
> SlashDot has a cfc that you can use, but on their faq they request
> that their xml file be hit only once every 30 minutes. So what would
> be a decent way to go about it?
>
> I was thinking cfhttp'ing the cfc, writing to a file. (if it's not
> there) then checking the date modified on that file, if it's greater
> than 30. grab fresh copy?? then handle parsing from the local file?
>
> any other suggestions?
>
>
> --
> Best regards,
>
> Critter, MMCP
> Certified ColdFusion Developer
>
> Crit[s2k] - 
>
>



__
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: Alternative to CFMail

2002-06-13 Thread Duane Boudreau

I think java is probably my best bet. Out of curiosity which would be
quicker - using cfmail to send email or writing directly to the
cfusion/spool directory using cffile?

tia,
Duane

-Original Message-
From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 10:43 PM
To: CF-Talk
Subject: RE: Alternative to CFMail


Duane,

2 things come to mind. You could use a COM object, a C++ or Java CFX tag, or
(I've only heard of this) you can format files correctly and drop them in a
directory monitored by an email service.  There is no way to "directly talk"
to an SMTP server (no "native" cf way to do it anyway).

-mk



-Original Message-
From: Duane Boudreau [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 9:21 PM
To: CF-Talk
Subject: Alternative to CFMail


Hi All,

Is there away to by pass cf for sending email all together? Is there a way
to "talk" directly with the smtp service on a mail server?

Thanks,
Duane



__
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: Slashdot/cfc

2002-06-13 Thread Timothy Heald

doh.  Thats what I get for not sleeping :)

Thanks

Tim

-Original Message-
From: Matthew Walker [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 14, 2002 12:13 AM
To: CF-Talk
Subject: RE: Slashdot/cfc


quotes!

isDefined("application.slashDot")



Regards,
Matthew Walker
/*
Easier, smarter forms:
http://www.matthewwalker.net.nz/inform2
*/



> -Original Message-
> From: Timothy Heald [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 14 June 2002 4:04 p.m.
> To: CF-Talk
> Subject: RE: Slashdot/cfc
>
>
> Ok,
>   Now this is bothering me.  How is it that I have
> isDefined wrapped around
> each section of this code, but it still is saying that
> slashDot is undefined
> in application?  I am trying to make it first see if the
> struct exists, if
> it does, see how old it is.  If it is older than 30 minutes,
> execute the web
> service and get the latest feed.  See anything glaring in the
> code below?
>
> Tim
>
>  sessionmanagement="Yes" setclientcookies="Yes" setdomaincookies="Yes">
>
> 
>
>   
>
>   
>   
>
>   
>dateAdd("n", -31, now())>
>
>   "
>
>   
>
>   
>application.slashDot.timestamp) gt 30>
>
>   
>webservice="http://webservices.isitedesign.com/ws/slashdotnews
> .cfc?wsdl"
>   method="getXMLNews"
>   returnvariable="xmlObject"
>   >
>
>   
>xmlParse(xmlObject)>
>
>   
>
>   
>   
>   
>
>   
>
> 
>
> -Original Message-
> From: Timothy Heald [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 10:39 PM
> To: CF-Talk
> Subject: RE: Slashdot/cfc
>
>
> Yes,
>   There is a web service to pull titles, links and images
> from.  You can
> access it from:
>
> http://webservices.isitedesign.com/ws/slashdotnews.cfc?wsdl
>
>   Now it returns an XML object.  So I think I would
> create structure, in the
> application scope. One key would contain the XML object, the
> other would
> contain a timestamp from the last time you received the xml
> feed from the
> web service.  Something like this in your Application.cfm
> should do the
> trick I think.  Make sure it's below the cfapplication tag or
> it won't run.
>
> 
>
>   
>
>   
>   
>
>   
>dateAdd("n", -31, now())>
>
>   
>
>   
>application.slashDot.timestamp) gt 30>
>
>   
>webservice="http://webservices.isitedesign.com/ws/slashdotnews
> .cfc?wsdl"
>   method="getXMLNews"
>   returnvariable="xmlObject"
>   >
>
>   
>xmlParse(xmlObject)>
>
>   
>
> 
>
> Be aware I have not tested this.  There may be mistakes (as
> you well know
> Crit).
>
> See you tomorrow :)
>
> Tim
>
> -Original Message-
> From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 9:41 PM
> To: CF-Talk
> Subject: Re: Slashdot/cfc
>
>
> I think I missed something... do they have a *web service*
> you can interact
> with (like th Google Web Service API)? All I see is an XML
> (and of course
> the RDF) file that you can grab, parse/transform, and format.
> That's great,
> but its not a CFC (which is no surprise since /. is Perl).
>
> Doesn't change the question much ("How do I get my headlines
> updated") but
> wanted to see if there's actually a web service access to /.
> I'm missing :)
>
> Regards,
>
> John Paul Ashenfelter
> CTO/TransitionPoint
> [EMAIL PROTECTED]
>
> - Original Message -
> From: "Critz" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, June 13, 2002 7:16 PM
> Subject: Slashdot/cfc
>
>
> > oi chatters
> >
> >
> > SlashDot has a cfc that you can use, but on their faq they request
> > that their xml file be hit only once every 30 minutes. So what would
> > be a decent way to go about it?
> >
> > I was thinking cfhttp'ing the cfc, writing to a file. (if it's not
> > there) then checking the date modified on that file, if it's greater
> > than 30. grab fresh copy?? then handle parsing from the local file?
> >
> > any other suggestions?
> >
> >
> > --
> > Best regards,
> >
> > Critter, MMCP
> > Certified ColdFusion Developer
> >
> > Crit[s2k] - 
> >
> >
>
>
>

__
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: CFMX on Windows 98

2002-06-13 Thread Dave Watts

> I was wondering if anyone had installed CFMX on windows 
> 98, and if so is there anything I need to do special to 
> get it to work? Stand alone would be preferable since I
> don't have a web server installed on it.

I haven't tried installing anything on Windows 98, but according to the
system requirements, you'll have to use the standalone built-in web server.

My recommendation, though, would be for you to install Windows 2000 or
Windows XP, which are far superior for development.

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



RE: Slashdot/cfc

2002-06-13 Thread Matthew Walker

quotes!

isDefined("application.slashDot")



Regards, 
Matthew Walker 
/* 
Easier, smarter forms:
http://www.matthewwalker.net.nz/inform2 
*/ 



> -Original Message-
> From: Timothy Heald [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 14 June 2002 4:04 p.m.
> To: CF-Talk
> Subject: RE: Slashdot/cfc
> 
> 
> Ok,
>   Now this is bothering me.  How is it that I have 
> isDefined wrapped around
> each section of this code, but it still is saying that 
> slashDot is undefined
> in application?  I am trying to make it first see if the 
> struct exists, if
> it does, see how old it is.  If it is older than 30 minutes, 
> execute the web
> service and get the latest feed.  See anything glaring in the 
> code below?
> 
> Tim
> 
>  sessionmanagement="Yes" setclientcookies="Yes" setdomaincookies="Yes">
> 
> 
> 
>   
> 
>   
>   
> 
>   
>dateAdd("n", -31, now())>
> 
>   "
> 
>   
> 
>   
>application.slashDot.timestamp) gt 30>
> 
>   
>webservice="http://webservices.isitedesign.com/ws/slashdotnews
> .cfc?wsdl"
>   method="getXMLNews"
>   returnvariable="xmlObject"
>   >
> 
>   
>xmlParse(xmlObject)>
> 
>   
> 
>   
>   
>   
> 
>   
> 
> 
> 
> -Original Message-
> From: Timothy Heald [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 10:39 PM
> To: CF-Talk
> Subject: RE: Slashdot/cfc
> 
> 
> Yes,
>   There is a web service to pull titles, links and images 
> from.  You can
> access it from:
> 
> http://webservices.isitedesign.com/ws/slashdotnews.cfc?wsdl
> 
>   Now it returns an XML object.  So I think I would 
> create structure, in the
> application scope. One key would contain the XML object, the 
> other would
> contain a timestamp from the last time you received the xml 
> feed from the
> web service.  Something like this in your Application.cfm 
> should do the
> trick I think.  Make sure it's below the cfapplication tag or 
> it won't run.
> 
> 
> 
>   
> 
>   
>   
> 
>   
>dateAdd("n", -31, now())>
> 
>   
> 
>   
>application.slashDot.timestamp) gt 30>
> 
>   
>webservice="http://webservices.isitedesign.com/ws/slashdotnews
> .cfc?wsdl"
>   method="getXMLNews"
>   returnvariable="xmlObject"
>   >
> 
>   
>xmlParse(xmlObject)>
> 
>   
> 
> 
> 
> Be aware I have not tested this.  There may be mistakes (as 
> you well know
> Crit).
> 
> See you tomorrow :)
> 
> Tim
> 
> -Original Message-
> From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 9:41 PM
> To: CF-Talk
> Subject: Re: Slashdot/cfc
> 
> 
> I think I missed something... do they have a *web service* 
> you can interact
> with (like th Google Web Service API)? All I see is an XML 
> (and of course
> the RDF) file that you can grab, parse/transform, and format. 
> That's great,
> but its not a CFC (which is no surprise since /. is Perl).
> 
> Doesn't change the question much ("How do I get my headlines 
> updated") but
> wanted to see if there's actually a web service access to /. 
> I'm missing :)
> 
> Regards,
> 
> John Paul Ashenfelter
> CTO/TransitionPoint
> [EMAIL PROTECTED]
> 
> - Original Message -
> From: "Critz" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, June 13, 2002 7:16 PM
> Subject: Slashdot/cfc
> 
> 
> > oi chatters
> >
> >
> > SlashDot has a cfc that you can use, but on their faq they request
> > that their xml file be hit only once every 30 minutes. So what would
> > be a decent way to go about it?
> >
> > I was thinking cfhttp'ing the cfc, writing to a file. (if it's not
> > there) then checking the date modified on that file, if it's greater
> > than 30. grab fresh copy?? then handle parsing from the local file?
> >
> > any other suggestions?
> >
> >
> > --
> > Best regards,
> >
> > Critter, MMCP
> > Certified ColdFusion Developer
> >
> > Crit[s2k] - 
> >
> >
> 
> 
> 
__
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: Slashdot/cfc

2002-06-13 Thread Timothy Heald

Ok,
Now this is bothering me.  How is it that I have isDefined wrapped around
each section of this code, but it still is saying that slashDot is undefined
in application?  I am trying to make it first see if the struct exists, if
it does, see how old it is.  If it is older than 30 minutes, execute the web
service and get the latest feed.  See anything glaring in the code below?

Tim













"







http://webservices.isitedesign.com/ws/slashdotnews.cfc?wsdl";
method="getXMLNews"
returnvariable="xmlObject"
>














-Original Message-
From: Timothy Heald [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 10:39 PM
To: CF-Talk
Subject: RE: Slashdot/cfc


Yes,
There is a web service to pull titles, links and images from.  You can
access it from:

http://webservices.isitedesign.com/ws/slashdotnews.cfc?wsdl

Now it returns an XML object.  So I think I would create structure, in the
application scope. One key would contain the XML object, the other would
contain a timestamp from the last time you received the xml feed from the
web service.  Something like this in your Application.cfm should do the
trick I think.  Make sure it's below the cfapplication tag or it won't run.

















http://webservices.isitedesign.com/ws/slashdotnews.cfc?wsdl";
method="getXMLNews"
returnvariable="xmlObject"
>








Be aware I have not tested this.  There may be mistakes (as you well know
Crit).

See you tomorrow :)

Tim

-Original Message-
From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 9:41 PM
To: CF-Talk
Subject: Re: Slashdot/cfc


I think I missed something... do they have a *web service* you can interact
with (like th Google Web Service API)? All I see is an XML (and of course
the RDF) file that you can grab, parse/transform, and format. That's great,
but its not a CFC (which is no surprise since /. is Perl).

Doesn't change the question much ("How do I get my headlines updated") but
wanted to see if there's actually a web service access to /. I'm missing :)

Regards,

John Paul Ashenfelter
CTO/TransitionPoint
[EMAIL PROTECTED]

- Original Message -
From: "Critz" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 13, 2002 7:16 PM
Subject: Slashdot/cfc


> oi chatters
>
>
> SlashDot has a cfc that you can use, but on their faq they request
> that their xml file be hit only once every 30 minutes. So what would
> be a decent way to go about it?
>
> I was thinking cfhttp'ing the cfc, writing to a file. (if it's not
> there) then checking the date modified on that file, if it's greater
> than 30. grab fresh copy?? then handle parsing from the local file?
>
> any other suggestions?
>
>
> --
> Best regards,
>
> Critter, MMCP
> Certified ColdFusion Developer
>
> Crit[s2k] - 
>
>


__
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



CFMX on Windows 98

2002-06-13 Thread Timothy Heald

Hey,
In preparation for CF-Fun I am getting my laptop ready.  I was wondering if
anyone had installed CFMX on windows 98, and if so is there anything I need
to do special to get it to work?  Stand alone would be preferable since I
don't have a web server installed on it.

TIA

Tim

__
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[4]:

2002-06-13 Thread Critz

oi Critz!!


uh yeah.just ignore the white bald guy

-- 
Best regards,

Critter, MMCP
Certified ColdFusion Developer
 
Crit[s2k] - 


Thursday, June 13, 2002, 10:53:16 PM, you wrote:

C> oi Critz!!


C> welp it runs on a mate of mine's cfmx/apache. guess I get to reinstall
C> my pos againwhatta pita

__
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: Alternative to CFMail

2002-06-13 Thread Howie Hamlin

You might want to look at iMS-SE which is a replacement for CFMAIL.  We have a
60-day fully functional demo available.  For a comparison between iMS-SE and
other CFMAIL replacements: http://www.coolfusion.com/imssecomparison.cfm

Regards,

--
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com  - 631-737-4668 x101
inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server
>>> Find out how iMS Stacks up to the competition:
http://www.coolfusion.com/imssecomparison.cfm

- Original Message -
From: "Duane Boudreau" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 13, 2002 10:20 PM
Subject: Alternative to CFMail


> Hi All,
>
> Is there away to by pass cf for sending email all together? Is there a way
> to "talk" directly with the smtp service on a mail server?
>
> Thanks,
> Duane
>
> 
__
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: WOT: Dual Display

2002-06-13 Thread Todd

The cards don't have to be the same.

Honestly, once you plug it in... just Right click on desktop and goto 
properties.  Goto "Settings" and if you don't see two monitors there, then 
something is wrong.  Just clicking on the monitors and it should prompt you 
if you want to extend to that desktop or something.  It's been awhile since 
I've done it - that's on my 'want back again' for my next new computer. ;-)

~Todd

At 10:36 PM 6/13/2002 -0400, you wrote:
>I think that the cards have to be the same.
>
>Josh
>
>-Original Message-
>From: Jason Miller [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, June 13, 2002 11:18 PM
>To: CF-Talk
>Subject: Re: WOT: Dual Display
>
>I have  my dual monitors running of my single card.. but when a monitor
>went down I was having trouble with my Hydra manager setting up - and I
>could not get a secondary or even a clone.
>
>I am sure yours will not be this easy.. but I rebooted.. and suddenly
>the monitor came alive.
>
>maybe yours will be as easy?
>jay miller
>
>
>James Smith wrote:
>
> >I have a Dell computer with two ATI cards in (32mb AGP and 2Mb PCI) but
>not
> >for love nor money can I get Windows 2000 to enable multiple monitors,
>both
> >cards are in the Microsoft HCL and both have the correct drivers
>installed.
> >Both work as the primary but neither will work as a secondary.
> >
> >Hope someone has had a similar problem and solved it.
> >
> >--
> >Jay
> >
> >
>
>
__
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



Exception thrown by CFX_POP3

2002-06-13 Thread Vishal Narayan

CFX_POP3 is a freeware that is supposed to take care of the problems with 
CFPOP.

I have written a coldfusion template that uses CFX_POP3 to log into an 
external POP server and download the header information. This has been 
scheduled to run every 15 minutes. Most of the time, it works as expected. 
However, on a few occasions, it throws the following error message :

Error occurred in tag CFX_POP3
Exception class: EAccessViolation
Exception message: Access violation at address 0A0D. Read of address 
0A0D

Messages are periodically deleted from the POP server every few days. I 
have seen this error when the POP server has 0 messages on it. Why are we 
getting this error ?  Are there any other conditions that would lead to us 
getting this error ?

More importantly, how can we prevent / handle this error ?  Can we put the 
code inside a   block to handle this exception in our 
coldfusion template ?

Vishal.

__
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[3]:

2002-06-13 Thread Critz

oi Critz!!


welp it runs on a mate of mine's cfmx/apache. guess I get to reinstall
my pos againwhatta pita

-- 
Best regards,

Critter, MMCP
Certified ColdFusion Developer
 
Crit[s2k] - 


Thursday, June 13, 2002, 10:37:08 PM, you wrote:

C> oi Raymond!!


C> I've tried that same code on two boxes running Apache (2.x) and I get
C> the same error, but on two boxes running IIS, it seems to work fine :(

C> any suggestions?

__
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: Slashdot/cfc

2002-06-13 Thread Timothy Heald

Yes,
There is a web service to pull titles, links and images from.  You can
access it from:

http://webservices.isitedesign.com/ws/slashdotnews.cfc?wsdl

Now it returns an XML object.  So I think I would create structure, in the
application scope. One key would contain the XML object, the other would
contain a timestamp from the last time you received the xml feed from the
web service.  Something like this in your Application.cfm should do the
trick I think.  Make sure it's below the cfapplication tag or it won't run.

















http://webservices.isitedesign.com/ws/slashdotnews.cfc?wsdl";
method="getXMLNews"
returnvariable="xmlObject"
>








Be aware I have not tested this.  There may be mistakes (as you well know
Crit).

See you tomorrow :)

Tim

-Original Message-
From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 9:41 PM
To: CF-Talk
Subject: Re: Slashdot/cfc


I think I missed something... do they have a *web service* you can interact
with (like th Google Web Service API)? All I see is an XML (and of course
the RDF) file that you can grab, parse/transform, and format. That's great,
but its not a CFC (which is no surprise since /. is Perl).

Doesn't change the question much ("How do I get my headlines updated") but
wanted to see if there's actually a web service access to /. I'm missing :)

Regards,

John Paul Ashenfelter
CTO/TransitionPoint
[EMAIL PROTECTED]

- Original Message -
From: "Critz" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 13, 2002 7:16 PM
Subject: Slashdot/cfc


> oi chatters
>
>
> SlashDot has a cfc that you can use, but on their faq they request
> that their xml file be hit only once every 30 minutes. So what would
> be a decent way to go about it?
>
> I was thinking cfhttp'ing the cfc, writing to a file. (if it's not
> there) then checking the date modified on that file, if it's greater
> than 30. grab fresh copy?? then handle parsing from the local file?
>
> any other suggestions?
>
>
> --
> Best regards,
>
> Critter, MMCP
> Certified ColdFusion Developer
>
> Crit[s2k] - 
>
>

__
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: Alternative to CFMail

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

Duane,

2 things come to mind. You could use a COM object, a C++ or Java CFX tag, or
(I've only heard of this) you can format files correctly and drop them in a
directory monitored by an email service.  There is no way to "directly talk"
to an SMTP server (no "native" cf way to do it anyway).

-mk



-Original Message-
From: Duane Boudreau [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 9:21 PM
To: CF-Talk
Subject: Alternative to CFMail


Hi All,

Is there away to by pass cf for sending email all together? Is there a way
to "talk" directly with the smtp service on a mail server?

Thanks,
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: WOT: Dual Display

2002-06-13 Thread Joshua Tipton

I think that the cards have to be the same.

Josh

-Original Message-
From: Jason Miller [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 13, 2002 11:18 PM
To: CF-Talk
Subject: Re: WOT: Dual Display

I have  my dual monitors running of my single card.. but when a monitor 
went down I was having trouble with my Hydra manager setting up - and I 
could not get a secondary or even a clone.

I am sure yours will not be this easy.. but I rebooted.. and suddenly 
the monitor came alive.

maybe yours will be as easy?
jay miller


James Smith wrote:

>I have a Dell computer with two ATI cards in (32mb AGP and 2Mb PCI) but
not
>for love nor money can I get Windows 2000 to enable multiple monitors,
both
>cards are in the Microsoft HCL and both have the correct drivers
installed.
>Both work as the primary but neither will work as a secondary.
>
>Hope someone has had a similar problem and solved it.
>
>--
>Jay
>
>

__
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[2]:

2002-06-13 Thread Critz

oi Raymond!!


I've tried that same code on two boxes running Apache (2.x) and I get
the same error, but on two boxes running IIS, it seems to work fine :(

any suggestions?

-- 
Best regards,

Critter, MMCP
Certified ColdFusion Developer
 
Crit[s2k] - 


Thursday, June 13, 2002, 8:52:52 AM, you wrote:

RC> I ran this code w/o any errors at all. You sure this is the code your
RC> using to test?

RC> By the way, there are some bad things in your code. Every variable that
RC> you create in the method that is  NOT an argument should be var scoped.
RC> I see two variables below that need this - ufile and i. I'd add this
RC> after the cfargument tag.

RC> 
RC> 

RC> ===
RC> Raymond Camden, ColdFusion Jedi Master for Macromedia

RC> Email: [EMAIL PROTECTED]
RC> Yahoo IM : morpheus

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

>> -Original Message-
>> From: Critz [mailto:[EMAIL PROTECTED]] 
>> Sent: Thursday, June 13, 2002 6:42 AM
>> To: CF-Talk
>> Subject: > 
>> 
>> oi cfTalkers!!
>> 
>> 
>> I keep getting this error with the following code :
>> 
>> anybody have any clues what I am missing?
>> 
>> The end tag  requires a matching start tag.
>> 
>> 
>> > 
>> >   > returntype="query" displayname="GetUserWeekly" hint="Gets the 
>> user weekly">
>> >   > required="true" default="" displayname="strInputFile" 
>> hint="This is the incoming file to parse">
>> >   
>> >   > querynew("iUser,iGroup,ibytes,itag")>
>> >   > list="#arguments.file#" delimiters="#CHR(13)##CHR(10)#">
>> >   
>> >   i = 
>> replacenocase(i,"::",":0:","All");
>> >   i = listToArray(i,":");
>> >   queryaddRow(ufile);
>> >   
>> querySetCell(ufile,"iUser",i[1]);
>> >   
>> querySetCell(ufile,"iGroup",i[2]);
>> >   
>> querySetCell(ufile,"ibytes",i[3]);
>> >   if(i[5] neq 0){
>> >   
>> querySetCell(ufile,"iTag",i[5]);
>> >   }else{
>> >   
>> querySetCell(ufile,"iTag"," ");
>> >   }
>> >   
>> >   
>> >   
>> >   
>> > 
>> 
>> 
>> -- 
>> Best regards,
>> 
>> Critter, MMCP
>> Certified ColdFusion Developer
>>  
>> Crit[s2k] - 
>> 
>> 
RC> 
__
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



Alternative to CFMail

2002-06-13 Thread Duane Boudreau

Hi All,

Is there away to by pass cf for sending email all together? Is there a way
to "talk" directly with the smtp service on a mail server?

Thanks,
Duane

__
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: equivalent in ASP

2002-06-13 Thread Jon Hall

You know, there are ASP forums out there... ;-)
Anyway, MSXML is not just for xml, and it's free and very reliable, and it
let's you set http headers, and doesn't urlencode everything even *cough*.

http://www.microsoft.com/xml

A nasty VBScript example. <%@ Language="VBScript" %>
<%
 Dim objSvrHTTP
 Dim PostData

 Set objSvrHTTP = Server.CreateObject("Msxml2.ServerXMLHTTP.4.0")
 objSvrHTTP.open "GET", "http://www.yahoo.com";, false

 objSvrHTTP.send
 Response.Write objSvrHTTP.responseText
%>
Ugh...I need to wash my hands now.

jon
> > From: "Ramin Surya" <[EMAIL PROTECTED]>
> > Reply-To: [EMAIL PROTECTED]
> > To: CF-Talk <[EMAIL PROTECTED]>
> > Subject:  equivalent in ASP
> > Date: Thu, 13 Jun 2002 11:50:37 -0500
> >
> > Anybody ever done this before?
> > Any information will be greatly appreciated.
> >
> > Thanks,
> >


__
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



[Admin] Virus Check your system everyone

2002-06-13 Thread Michael Dinowitz

Someone on this list has the Klez virus. Every now and again, this list and sometimes 
CF-Community gets a post with no body that has a strange topic. This is usually from 
someone who did not post the message. This is the klez virus in action. The list 
strips out the virus, but the fact that someone has it is disturbing. 
Could everyone please upgrade their virus protection and run a full systems scan? 
It'll be a great help to your fellow developers. 
Thank you.

Michael Dinowitz
Publisher: Fusion Authority weekly news alert (www.fusionauthority.com/alert)
Listmaster: CF-Talk, CF-Jobs, Spectra-Talk, Jrun-Talk, etc. (www.houseoffusion.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: Slashdot/cfc

2002-06-13 Thread John Paul Ashenfelter

I think I missed something... do they have a *web service* you can interact
with (like th Google Web Service API)? All I see is an XML (and of course
the RDF) file that you can grab, parse/transform, and format. That's great,
but its not a CFC (which is no surprise since /. is Perl).

Doesn't change the question much ("How do I get my headlines updated") but
wanted to see if there's actually a web service access to /. I'm missing :)

Regards,

John Paul Ashenfelter
CTO/TransitionPoint
[EMAIL PROTECTED]

- Original Message -
From: "Critz" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 13, 2002 7:16 PM
Subject: Slashdot/cfc


> oi chatters
>
>
> SlashDot has a cfc that you can use, but on their faq they request
> that their xml file be hit only once every 30 minutes. So what would
> be a decent way to go about it?
>
> I was thinking cfhttp'ing the cfc, writing to a file. (if it's not
> there) then checking the date modified on that file, if it's greater
> than 30. grab fresh copy?? then handle parsing from the local file?
>
> any other suggestions?
>
>
> --
> Best regards,
>
> Critter, MMCP
> Certified ColdFusion Developer
>
> Crit[s2k] - 
>
> 
__
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: equivalent in ASP

2002-06-13 Thread John Paul Ashenfelter

There's a number of free and commercial components for this sort of thing (I
searching through ASP101.com when I needed them). Be VERY careful in
choosing one for production for two reasons:

1) Some rely on low performance windows resources (inet.dll or something, I
forget) which means they won't work under a real load
2) Many of them are not threaded properly to run on dual processor boxes

And only a few can do SSL.

We had so many problems with SSL and these components, even the $1000
commercial one we tried, that we ended up writing in all as a Java servlet
and using that instead of ASP for the SSL get/post. Not elegant, but when
you've got 4 ghosted identical physical config servers and the same
component only runs on 3 of the 4, there's trouble :)

Regards,

John Paul Ashenfelter
CTO/TransitionPoint
[EMAIL PROTECTED]

- Original Message -
From: "Eric Dawson" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 13, 2002 4:54 PM
Subject: Re:  equivalent in ASP


> ASP Tear? (google search. I think www.asptear.com works though.
>
> From: "Ramin Surya" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: CF-Talk <[EMAIL PROTECTED]>
> Subject:  equivalent in ASP
> Date: Thu, 13 Jun 2002 11:50:37 -0500
>
> Anybody ever done this before?
> Any information will be greatly appreciated.
>
> Thanks,
>
> 
__
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: CF5 displays CFML source in Linux

2002-06-13 Thread Matt Liotta

What web server are you running? Apache?

If I assume you are running Apache 1.3.x since that comes with RH 7.3,
then you need to check the Apache configuration file for the appropriate
LoadModule and AddModule directives. If you don't see one for
mod_coldfusion then that is your problem.

On the other hand, something could probably be wrong with
mod_coldfusion. Most likely it is an EAPI problem. This is quite common
because mod_coldfusion.so was compilied by Allaire without EAPI, but
Apache 1.3.9+ requires EAPI. Thus you must edit the Makefile for
mod_coldfusion by adding a compile time flag of -DEAPI. Then make clean;
make. Of course you will need APXS in your path if you are going to
successfully compile any Apache module as a shared object. Once you have
the new mod_coldfusion.so file, you need to use the LoadModule and
AddModule directives to have Apache load mod_coldfusion. All this is
assuming your Apache installation is setup to handle shared modules. If
not, you will need to recompile Apache to make use of shared modules.
This is done with the configure script by sending it --enable-module=so
and --enable-shared=so as command-line parameters.

-Matt

> -Original Message-
> From: Chris Moon [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 5:16 PM
> To: CF-Talk
> Subject: CF5 displays CFML source in Linux
> 
> Hello,
> I just installed Coldfusion 5 in Red Hat Linux 7.3.  The setup went on
OK
> and displayed "... Coldfusion server is running!" message at the end.
I
> also verified the processes were running by "ps -eaf" command.  But
the
> browser displays only CFML sources.  I don't know where to start to
solve
> this.  Can anyone help me?
> 
> Thanks,
> Chris
> 
> 
__
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: OT - Dual Display

2002-06-13 Thread Jason Miller

yes you do

Tony Gruen wrote:




Don't you have to install/enable Dual monitor support in the OS - or is
that
a stupid thought



-Original Message-
From: Douglas Brown [ mailto:[EMAIL PROTECTED]
 ]
Sent: Thursday, June 13, 2002 4:34 PM
To: CF-Talk
Subject: Re: Dual Display


Is the AGP card on-board or a slot card?




Douglas Brown
Email:  [EMAIL PROTECTED]  
- Original Message -
From: "James Smith"   
<[EMAIL PROTECTED]>
To: "CF-Talk"   
<[EMAIL PROTECTED]>
Sent: Thursday, June 13, 2002 3:27 PM
Subject: WOT: Dual Display




  



I have a Dell computer with two ATI cards in (32mb AGP and 2Mb

PCI) but not

for love nor money can I get Windows 2000 to enable multiple

monitors, both

cards are in the Microsoft HCL and both have the correct drivers

installed.

Both work as the primary but neither will work as a secondary.

Hope someone has had a similar problem and solved it.

--
Jay






__
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: Shared Hosting Issues (Was: SOLVED: Could not locking vars cause this?)

2002-06-13 Thread Lee Fuller

Hmm.. 

Haven't run into this yet.  It would seem to me that there could be a
CFMX mapping for it, couldn't there?  I'd have to look into this.  But
if you find a solution, let me know.  I'll do the same.

Lee


| -Original Message-
| From: Chris Kief [mailto:[EMAIL PROTECTED]] 
| Sent: Thursday, June 13, 2002 5:14 PM
| To: CF-Talk
| Subject: RE: SOLVED: Could not locking vars cause this?
| 
| 
| Lee...
| 
| One other question since you're in a shared hosting 
| environment...what are you doing about the cfform javascript mapping?
| 
| The javascript is now encapsulated into a .js file that 
| resides in the CFIDE directory in the webroot. When the form 
| is written out to HTML you get this:
| 
| 
| 
| Only problem is...if you're not the root site (the one with 
| the CFIDE virtual mapping in it)...you don't have access to this file.
| 
| The two options I see at the moment are to either map the 
| CFIDE directory to every virtual site OR get a copy of the 
| cfform.js file, put it in a local directory and then add 
| 'scriptSrc="mylocaldirectory/cfform.js"' to all my cfform 
| tags. Either way seems to suck at the moment.
| 
| Your thoughts...
| 
| TIA
| Chris

__
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



CF5 displays CFML source in Linux

2002-06-13 Thread Chris Moon

Hello,
I just installed Coldfusion 5 in Red Hat Linux 7.3.  The setup went on OK
and displayed "... Coldfusion server is running!" message at the end.  I
also verified the processes were running by "ps -eaf" command.  But the
browser displays only CFML sources.  I don't know where to start to solve
this.  Can anyone help me?

Thanks,
Chris

__
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: WOT: Dual Display

2002-06-13 Thread Jason Miller

I have  my dual monitors running of my single card.. but when a monitor 
went down I was having trouble with my Hydra manager setting up - and I 
could not get a secondary or even a clone.

I am sure yours will not be this easy.. but I rebooted.. and suddenly 
the monitor came alive.

maybe yours will be as easy?
jay miller


James Smith wrote:

>I have a Dell computer with two ATI cards in (32mb AGP and 2Mb PCI) but not
>for love nor money can I get Windows 2000 to enable multiple monitors, both
>cards are in the Microsoft HCL and both have the correct drivers installed.
>Both work as the primary but neither will work as a secondary.
>
>Hope someone has had a similar problem and solved it.
>
>--
>Jay
>
>
__
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: SOLVED: Could not locking vars cause this?

2002-06-13 Thread Chris Kief

Lee...

One other question since you're in a shared hosting environment...what
are you doing about the cfform javascript mapping?

The javascript is now encapsulated into a .js file that resides in the
CFIDE directory in the webroot. When the form is written out to HTML you
get this:



Only problem is...if you're not the root site (the one with the CFIDE
virtual mapping in it)...you don't have access to this file.

The two options I see at the moment are to either map the CFIDE
directory to every virtual site OR get a copy of the cfform.js file, put
it in a local directory and then add
'scriptSrc="mylocaldirectory/cfform.js"' to all my cfform tags. Either
way seems to suck at the moment.

Your thoughts...

TIA
Chris


-Original Message-
From: Lee Fuller [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 13, 2002 4:49 PM
To: CF-Talk
Subject: RE: SOLVED: Could not locking vars cause this?

You got it

| -Original Message-
| From: Chris Kief [mailto:[EMAIL PROTECTED]]
| Sent: Thursday, June 13, 2002 4:40 PM
| To: CF-Talk
| Subject: RE: SOLVED: Could not locking vars cause this?
| 
| 
| Lee...
| 
| Changing that setting took care of my problems as well. Let
| me know if you hear anything about the performance impact.
| 
| TIA...chris


__
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: CFMX - DSN

2002-06-13 Thread Peter Tilbrook

There is no option to check "Trusted Connection".

-Original Message-
From: Cravens, Billy [mailto:[EMAIL PROTECTED]]
Sent: Friday, 14 June 2002 5:49 AM
To: CF-Talk
Subject: RE: CFMX - DSN


Are you using SQL Server or Windows authentication?  I don't think that
it will work with Windows authentication if you're using the native SQL
Server driver - either provide it a valid SQL Server account, or switch
to the ODBC Socket (be sure to check Trusted Connection).

---
Billy Cravens 

-Original Message-
From: nagesh [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 13, 2002 2:05 PM
To: CF-Talk
Subject: CFMX - DSN

Hi

Can someone would help me out, I recently upgraded to CFMX from CF 5.0,
and
trying to add a datasource to SQL Server, but I always ended up with the
same error:

Connection verification failed for data source: MyDSN
[]java.sql.SQLException: SQLException occurred in JDBCPool while
attempting
to connect, please check your username, password, URL, and other
connectivity info.
The root cause was that: java.sql.SQLException: SQLException occurred in
JDBCPool while attempting to connect, please check your username,
password,
URL, and other connectivity info.


Thanks
nagesh


Confidentiality Notice:

This e-mail 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 are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and
delete this e-mail from your system.  If you are not the intended
recipient you are notified that disclosing, copying, distributing or
taking any action in reliance on the contents of this information is
strictly prohibited.


__
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: OT - Dual Display

2002-06-13 Thread Nick McClure

I run two monitors at work, I had one AGP and one PCI card in the computer.

Works under 2k and XP. Mine just worked, I put the second card in, and 
under the display properties you can tell it to spread your desktop across 
all monitors. I am at home, so I can't tell you the exact settings.

At 07:48 PM 6/13/2002 -0400, you wrote:
>I was under the impression that you had to have a card with 2 adapters.
>I'd be interested to hear if you get it working.
>Now if it was a Mac, you'd be set ...
>
>Joshua Miller

__
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



Hi,cf-talk,some questions

2002-06-13 Thread james


__
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[2]: Slashdot/cfc

2002-06-13 Thread Critz

oi Tyler!!


ah. ok.yeap that's where I was getting it from. didn't realise
you've already accounted for that.

cheers

-- 
Best regards,

Critter, MMCP
Certified ColdFusion Developer
 
Crit[s2k] - 


Thursday, June 13, 2002, 7:43:39 PM, you wrote:

FT> We've already got a slashdot cfc up and running for people.  We've got
FT> the 30 minute variable accounted for too.

FT> http://webservices.isitedesign.com/

FT> Cheers,

FT> t

FT> **
FT> Tyler M. Fitch
FT> Certified Advanced ColdFusion 5 Developer

FT> ISITE Design, Inc.
FT> 615 SW Broadway Ste. 200
FT> Portland, OR 97205

FT> 503.221.9860 ext. 111
FT> http://isitedesign.com
FT> ** 

FT> -Original Message-
FT> From: Critz [mailto:[EMAIL PROTECTED]] 
FT> Sent: Thursday, June 13, 2002 4:17 PM
FT> To: CF-Talk
FT> Subject: Slashdot/cfc


FT> oi chatters


FT> SlashDot has a cfc that you can use, but on their faq they request that
FT> their xml file be hit only once every 30 minutes. So what would be a
FT> decent way to go about it?

FT> I was thinking cfhttp'ing the cfc, writing to a file. (if it's not
FT> there) then checking the date modified on that file, if it's greater
FT> than 30. grab fresh copy?? then handle parsing from the local file?

FT> any other suggestions?

__
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 - Dual Display

2002-06-13 Thread Joshua Miller

http://www.computing.net/windowsxp/wwwboard/forum/23186.html

This may be of some help.

Joshua Miller
Web Development :: Programming
Eagle Web Development LLC
www.eaglewd.com
[EMAIL PROTECTED]
(304) 622-5676 (Clarksburg Office)
(304) 456-4942 (Home Office)


-Original Message-
From: Tony Gruen [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 13, 2002 7:29 PM
To: CF-Talk
Subject: RE: OT - Dual Display




Don't you have to install/enable Dual monitor support in the OS - or is
that a stupid thought



-Original Message-
From: Douglas Brown [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 4:34 PM
To: CF-Talk
Subject: Re: Dual Display


Is the AGP card on-board or a slot card?




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: "James Smith" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 13, 2002 3:27 PM
Subject: WOT: Dual Display


> I have a Dell computer with two ATI cards in (32mb AGP and 2Mb
PCI) but not
> for love nor money can I get Windows 2000 to enable multiple
monitors, both
> cards are in the Microsoft HCL and both have the correct drivers
installed.
> Both work as the primary but neither will work as a secondary.
>
> Hope someone has had a similar problem and solved it.
>
> --
> Jay
>
>



__
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 - Dual Display

2002-06-13 Thread Tony Gruen

I know it works with two different video cards - a pal of mine sets it up
all the time. I have just never done it myself. I will call him and see.

T

-Original Message-
From: Joshua Miller [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 4:48 PM
To: CF-Talk
Subject: RE: OT - Dual Display


I was under the impression that you had to have a card with 2 adapters.
I'd be interested to hear if you get it working.
Now if it was a Mac, you'd be set ...

Joshua Miller
Web Development :: Programming
Eagle Web Development LLC
www.eaglewd.com
[EMAIL PROTECTED]
(304) 622-5676 (Clarksburg Office)
(304) 456-4942 (Home Office)


-Original Message-
From: Tony Gruen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 7:29 PM
To: CF-Talk
Subject: RE: OT - Dual Display




Don't you have to install/enable Dual monitor support in the OS - or is
that a stupid thought



-Original Message-
From: Douglas Brown [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 4:34 PM
To: CF-Talk
Subject: Re: Dual Display


Is the AGP card on-board or a slot card?




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: "James Smith" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 13, 2002 3:27 PM
Subject: WOT: Dual Display


> I have a Dell computer with two ATI cards in (32mb AGP and 2Mb
PCI) but not
> for love nor money can I get Windows 2000 to enable multiple
monitors, both
> cards are in the Microsoft HCL and both have the correct drivers
installed.
> Both work as the primary but neither will work as a secondary.
>
> Hope someone has had a similar problem and solved it.
>
> --
> Jay
>
>




__
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 - Dual Display

2002-06-13 Thread Pablo Nevares

Josh-

I've used the dual-adapter Matrox G400 in the past, but the most common
setups with multiple monitors that I've seen are with more than one adapter.
AGP/PCI, AGP/PCI/PCI, etc.

Pablo Nevares
[EMAIL PROTECTED]
Information Technology
Hendricks & Partners

-Original Message-
From: Joshua Miller [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 4:48 PM
To: CF-Talk
Subject: RE: OT - Dual Display


I was under the impression that you had to have a card with 2 adapters.
I'd be interested to hear if you get it working.
Now if it was a Mac, you'd be set ...

Joshua Miller
Web Development :: Programming
Eagle Web Development LLC
www.eaglewd.com
[EMAIL PROTECTED]
(304) 622-5676 (Clarksburg Office)
(304) 456-4942 (Home Office)


-Original Message-
From: Tony Gruen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 7:29 PM
To: CF-Talk
Subject: RE: OT - Dual Display




Don't you have to install/enable Dual monitor support in the OS - or is
that a stupid thought



-Original Message-
From: Douglas Brown [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 4:34 PM
To: CF-Talk
Subject: Re: Dual Display


Is the AGP card on-board or a slot card?




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: "James Smith" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 13, 2002 3:27 PM
Subject: WOT: Dual Display


> I have a Dell computer with two ATI cards in (32mb AGP and 2Mb
PCI) but not
> for love nor money can I get Windows 2000 to enable multiple
monitors, both
> cards are in the Microsoft HCL and both have the correct drivers
installed.
> Both work as the primary but neither will work as a secondary.
>
> Hope someone has had a similar problem and solved it.
>
> --
> Jay
>
>




__
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: ATTN ALL: New Macromedia Security Zone Bulletins Posted

2002-06-13 Thread Chris Kief

Well...seems nothing went through...

http://www.macromedia.com/v1/developer/securityzone/securitybulletins.cf
m



-Original Message-
From: Chris Kief [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 13, 2002 4:45 PM
To: CF-Talk
Subject: ATTN ALL: New Macromedia Security Zone Bulletins Posted

In case you didn't otherwise hear...





__
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: OT - Dual Display

2002-06-13 Thread Costas Piliotis

I have dual set up with an agp and pci card.  If you are using an older pci
card, make sure that in the bios the pci card is set up as the primary
display adapter...

-Original Message-
From: Joshua Miller [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 13, 2002 4:48 PM
To: CF-Talk
Subject: RE: OT - Dual Display


I was under the impression that you had to have a card with 2 adapters. I'd
be interested to hear if you get it working. Now if it was a Mac, you'd be
set ...

Joshua Miller
Web Development :: Programming
Eagle Web Development LLC
www.eaglewd.com
[EMAIL PROTECTED]
(304) 622-5676 (Clarksburg Office)
(304) 456-4942 (Home Office)


-Original Message-
From: Tony Gruen [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 13, 2002 7:29 PM
To: CF-Talk
Subject: RE: OT - Dual Display




Don't you have to install/enable Dual monitor support in the OS - or is that
a stupid thought



-Original Message-
From: Douglas Brown [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 4:34 PM
To: CF-Talk
Subject: Re: Dual Display


Is the AGP card on-board or a slot card?




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: "James Smith" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 13, 2002 3:27 PM
Subject: WOT: Dual Display


> I have a Dell computer with two ATI cards in (32mb AGP and 2Mb
PCI) but not
> for love nor money can I get Windows 2000 to enable multiple
monitors, both
> cards are in the Microsoft HCL and both have the correct drivers
installed.
> Both work as the primary but neither will work as a secondary.
>
> Hope someone has had a similar problem and solved it.
>
> --
> Jay
>
>




__
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: SOLVED: Could not locking vars cause this?

2002-06-13 Thread Lee Fuller

You got it

| -Original Message-
| From: Chris Kief [mailto:[EMAIL PROTECTED]]
| Sent: Thursday, June 13, 2002 4:40 PM
| To: CF-Talk
| Subject: RE: SOLVED: Could not locking vars cause this?
| 
| 
| Lee...
| 
| Changing that setting took care of my problems as well. Let
| me know if you hear anything about the performance impact.
| 
| TIA...chris

__
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: Slashdot/cfc

2002-06-13 Thread Jeffry Houser

At 07:16 PM 06/13/2002 -0400, you wrote:
>oi chatters
>
>SlashDot has a cfc that you can use, but on their faq they request
>that their xml file be hit only once every 30 minutes. So what would
>be a decent way to go about it?
>
>I was thinking cfhttp'ing the cfc, writing to a file. (if it's not
>there) then checking the date modified on that file, if it's greater
>than 30. grab fresh copy?? then handle parsing from the local file?
>
>any other suggestions?

  Use a scheduled task set to run every half hour to grab it, store the 
data locally.  Depending upon whatever you are going to do with the data 
you grab, just access the local data.



--
Jeffry Houser | mailto:[EMAIL PROTECTED]
Need a Web Developer?  Contact me!
AIM: Reboog711  | Fax / Phone: 203-630-9175
--
My CFMX Book: 

My Books: http://www.instantcoldfusion.com
My Band: http://www.farcryfly.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 - Dual Display

2002-06-13 Thread Joshua Miller

I was under the impression that you had to have a card with 2 adapters.
I'd be interested to hear if you get it working.
Now if it was a Mac, you'd be set ...

Joshua Miller
Web Development :: Programming
Eagle Web Development LLC
www.eaglewd.com
[EMAIL PROTECTED]
(304) 622-5676 (Clarksburg Office)
(304) 456-4942 (Home Office)


-Original Message-
From: Tony Gruen [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 13, 2002 7:29 PM
To: CF-Talk
Subject: RE: OT - Dual Display




Don't you have to install/enable Dual monitor support in the OS - or is
that a stupid thought



-Original Message-
From: Douglas Brown [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 4:34 PM
To: CF-Talk
Subject: Re: Dual Display


Is the AGP card on-board or a slot card?




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: "James Smith" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 13, 2002 3:27 PM
Subject: WOT: Dual Display


> I have a Dell computer with two ATI cards in (32mb AGP and 2Mb
PCI) but not
> for love nor money can I get Windows 2000 to enable multiple
monitors, both
> cards are in the Microsoft HCL and both have the correct drivers
installed.
> Both work as the primary but neither will work as a secondary.
>
> Hope someone has had a similar problem and solved it.
>
> --
> Jay
>
>



__
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: Slashdot/cfc

2002-06-13 Thread Fitch, Tyler

We've already got a slashdot cfc up and running for people.  We've got
the 30 minute variable accounted for too.

http://webservices.isitedesign.com/

Cheers,

t

**
Tyler M. Fitch
Certified Advanced ColdFusion 5 Developer

ISITE Design, Inc.
615 SW Broadway Ste. 200
Portland, OR 97205

503.221.9860 ext. 111
http://isitedesign.com
** 

-Original Message-
From: Critz [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 13, 2002 4:17 PM
To: CF-Talk
Subject: Slashdot/cfc


oi chatters


SlashDot has a cfc that you can use, but on their faq they request that
their xml file be hit only once every 30 minutes. So what would be a
decent way to go about it?

I was thinking cfhttp'ing the cfc, writing to a file. (if it's not
there) then checking the date modified on that file, if it's greater
than 30. grab fresh copy?? then handle parsing from the local file?

any other suggestions?


-- 
Best regards,

Critter, MMCP
Certified ColdFusion Developer
 
Crit[s2k] - 


__
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



ATTN ALL: New Macromedia Security Zone Bulletins Posted

2002-06-13 Thread Chris Kief

In case you didn't otherwise hear...




__
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: SOLVED: Could not locking vars cause this?

2002-06-13 Thread Chris Kief

Lee...

Changing that setting took care of my problems as well. Let me know if
you hear anything about the performance impact.

TIA...chris



-Original Message-
From: Lee Fuller [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 13, 2002 4:16 PM
To: CF-Talk
Subject: SOLVED: Could not locking vars cause this?

That did it.  Making the change mentioned by Dave did the trick.

We confirmed this by creating another server, running on CF5.  All went
well.  After upgrading to CFMX, the server went nutz crossing sites to
eachother.  Changing that setting made everything stable again.

So.. Yes.. We're all interested to know (I'm sure) what kind of impact
this setting will have on the systems.

Thanks to everyone for the help.

 
Lee Fuller
Chief Technical Officer
PrimeDNA / AAA Web Hosting Corporations
 
 


__
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: OT - Dual Display

2002-06-13 Thread Tony Gruen



Don't you have to install/enable Dual monitor support in the OS - or is that
a stupid thought



-Original Message-
From: Douglas Brown [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 4:34 PM
To: CF-Talk
Subject: Re: Dual Display


Is the AGP card on-board or a slot card?




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: "James Smith" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 13, 2002 3:27 PM
Subject: WOT: Dual Display


> I have a Dell computer with two ATI cards in (32mb AGP and 2Mb
PCI) but not
> for love nor money can I get Windows 2000 to enable multiple
monitors, both
> cards are in the Microsoft HCL and both have the correct drivers
installed.
> Both work as the primary but neither will work as a secondary.
>
> Hope someone has had a similar problem and solved it.
>
> --
> Jay
>
>


__
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: Slashdot/cfc

2002-06-13 Thread Pete Freitag

You could store it in an Application variable.

_
Pete Freitag ([EMAIL PROTECTED])
CTO, CFDEV.COM
ColdFusion Developer Resources
http://www.cfdev.com/


-Original Message-
From: Critz [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 7:17 PM
To: CF-Talk
Subject: Slashdot/cfc


oi chatters


SlashDot has a cfc that you can use, but on their faq they request
that their xml file be hit only once every 30 minutes. So what would
be a decent way to go about it?

I was thinking cfhttp'ing the cfc, writing to a file. (if it's not
there) then checking the date modified on that file, if it's greater
than 30. grab fresh copy?? then handle parsing from the local file?

any other suggestions?


--
Best regards,

Critter, MMCP
Certified ColdFusion Developer

Crit[s2k] - 


__
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: Dual Display

2002-06-13 Thread Douglas Brown

Is the AGP card on-board or a slot card?




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: "James Smith" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 13, 2002 3:27 PM
Subject: WOT: Dual Display


> I have a Dell computer with two ATI cards in (32mb AGP and 2Mb
PCI) but not
> for love nor money can I get Windows 2000 to enable multiple
monitors, both
> cards are in the Microsoft HCL and both have the correct drivers
installed.
> Both work as the primary but neither will work as a secondary.
>
> Hope someone has had a similar problem and solved it.
>
> --
> Jay
>
>

__
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: OT Java Scrpit Question

2002-06-13 Thread Critz

oi Double!!





 function resizeMe(){

 window.resizeTo(600,500);
 window.moveTo(0,0);
}
 
 



 
 

-- 
Best regards,

Critter, MMCP
Certified ColdFusion Developer
 
Crit[s2k] - 


Thursday, June 13, 2002, 7:07:48 PM, you wrote:

DD> Does anyone know of any java script code that when the person loads the
DD> browser window it will automatically resize the window to a specific
DD> height and width?
 
DD> TIA
DD> DDINC
 


DD> 
__
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: Slashdot/cfc

2002-06-13 Thread Jochem van Dieten

Critz wrote:
> oi chatters
> 
> 
> SlashDot has a cfc that you can use, but on their faq they request
> that their xml file be hit only once every 30 minutes. So what would
> be a decent way to go about it?
> 
> I was thinking cfhttp'ing the cfc, writing to a file. (if it's not
> there) then checking the date modified on that file, if it's greater
> than 30. grab fresh copy?? then handle parsing from the local file?
> 
> any other suggestions?

Just ignore their request. Let them be /.'ed for once :)

Jochem

__
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



Slashdot/cfc

2002-06-13 Thread Critz

oi chatters


SlashDot has a cfc that you can use, but on their faq they request
that their xml file be hit only once every 30 minutes. So what would
be a decent way to go about it?

I was thinking cfhttp'ing the cfc, writing to a file. (if it's not
there) then checking the date modified on that file, if it's greater
than 30. grab fresh copy?? then handle parsing from the local file?

any other suggestions?


-- 
Best regards,

Critter, MMCP
Certified ColdFusion Developer
 
Crit[s2k] - 

__
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



SOLVED: Could not locking vars cause this?

2002-06-13 Thread Lee Fuller

That did it.  Making the change mentioned by Dave did the trick.

We confirmed this by creating another server, running on CF5.  All went
well.  After upgrading to CFMX, the server went nutz crossing sites to
eachother.  Changing that setting made everything stable again.

So.. Yes.. We're all interested to know (I'm sure) what kind of impact
this setting will have on the systems.

Thanks to everyone for the help.

 
Lee Fuller
Chief Technical Officer
PrimeDNA / AAA Web Hosting Corporations
 
 

__
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



OT Java Scrpit Question

2002-06-13 Thread Double Down

Does anyone know of any java script code that when the person loads the
browser window it will automatically resize the window to a specific
height and width?
 
TIA
DDINC
 


__
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: Pop up Window passing data to calling Window

2002-06-13 Thread Jason Miller

Yea - but I personally posted a message asking about this.. and no one 
had replied.
I was using window.open and spawning a new window.. it was for a  "tell 
a friend" type thing and I was using the CGI.Referer variable. But that 
variable was not available upon spawning a window through that and 
similair window.open commands...

still haven't figured it out
jay miller

Critter wrote:

>oi Thane!!
>
>window.opener..
>
>

__
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: Could not locking vars cause this?

2002-06-13 Thread Jochem van Dieten

Chris Kief wrote:
> Any idea what level of performance loss we are talking about here?

No.


> I imagine that anyone using a shared hosting environment will be in this
> situation...just wondering how much this will hurt.
> 
> Is there any way around this?

Let's first see the  thing before we jump to 
conclusions.

Jochem

__
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



WOT: Dual Display

2002-06-13 Thread James Smith

I have a Dell computer with two ATI cards in (32mb AGP and 2Mb PCI) but not
for love nor money can I get Windows 2000 to enable multiple monitors, both
cards are in the Microsoft HCL and both have the correct drivers installed.
Both work as the primary but neither will work as a secondary.

Hope someone has had a similar problem and solved it.

--
Jay

__
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: No Answers yet

2002-06-13 Thread Phoeun Pha

process is spelled with 1 c only.  maybe u got the spelling mixed up with
the actual file

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 5:03 PM
To: CF-Talk
Subject:  No Answers yet


Hello,

No one seems to be able to answer this one ...

Sending an HTML e-mail using cfmail ...
In the HTML E-mail is a basic form ...
When I hit submit from within Outlook, the form won't 
process.

Why?

CODE:

  
http://www.domainname.com/proccess.cfm"; 
method="post">


Question 1: How is the 
evaluation of our product going?




Select an Answer
Ready 
to Place an Order
Need 
More Time
Need 
Some Help
No 
Purchases Planned
Never 
Received Sample



Question 2: Are there any 
issues or conerns you need help with?




Select an Answer
No 
Problems
Need a 
Application Enginner
Products Aren't Working
Took 
to Long to Get Sample
Something Else



Question 3: Why is Steve so 
successful?



Select an Answer
Good 
Looks
Brains
Charm 
and Wit
Product Knowledge
All of 
the Above











D-

__
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



No Answers yet

2002-06-13 Thread coldfusion . developer

Hello,

No one seems to be able to answer this one ...

Sending an HTML e-mail using cfmail ...
In the HTML E-mail is a basic form ...
When I hit submit from within Outlook, the form won't 
process.

Why?

CODE:

  
http://www.domainname.com/proccess.cfm"; 
method="post">


Question 1: How is the 
evaluation of our product going?




Select an Answer
Ready 
to Place an Order
Need 
More Time
Need 
Some Help
No 
Purchases Planned
Never 
Received Sample



Question 2: Are there any 
issues or conerns you need help with?




Select an Answer
No 
Problems
Need a 
Application Enginner
Products Aren't Working
Took 
to Long to Get Sample
Something Else



Question 3: Why is Steve so 
successful?



Select an Answer
Good 
Looks
Brains
Charm 
and Wit
Product Knowledge
All of 
the Above











D-
__
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



J2EE session variables

2002-06-13 Thread Chris Kief

When using J2EE session variables in CFMX, the jsessionid automatically
gets inserted into the URL when the first page is called (like this:
index.cfm;JSESSIONID=80301028841024004340015?page=main). In subsequent
requests it disappears. Does anyone know why this happens?


__
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: DNS Havoc!!

2002-06-13 Thread Joseph Thompson

I was very happy to find this company right here in BC with the same deal..
register the domain, they DNS it for free.  (not affiliated, just tickled
pink)

http://domaininvestigator.com (Kelowna)
-Contact "[EMAIL PROTECTED]"
Phone: (250) 764-5474



> www.zoneedit.com is a good one, with a lovely interface.

> Also, if you registered your domain with joker.com, they have free-dns as
> part of the package.
> -- jon


__
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: DNS Havoc!!

2002-06-13 Thread Cravens, Billy

Free DNS?  Huh?

---
Billy Cravens
 

-Original Message-
From: Brian Fox [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 13, 2002 2:42 PM
To: CF-Talk
Subject: RE: DNS Havoc!!

Considering there are many free alternatives?

> -Original Message-
> From: Phoeun Pha [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 12:02 PM
> To: CF-Talk
> Subject: RE: DNS Havoc!!
> 
> 
> Last Friday.  By the way the old host (very nasty) charged 
> 49.95 for a DNS
> change!  u think they ripped us off?
> -Original Message-
> From: Joshua Tipton [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 2:35 PM
> To: CF-Talk
> Subject: RE: DNS Havoc!!
> 
> 
> How long ago did you change this sometimes it will take up to 
> 24 hours to
> propogate around the world.
> 
> Josh
> 
> -Original Message-
> From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 3:30 PM
> To: CF-Talk
> Subject: RE: DNS Havoc!!
> 
> 
> I'm getting the nw IP from both 207.x.x.x and 68.x.x.x
> 
> -mk
> 
> -Original Message-
> From: Phoeun Pha [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 1:47 PM
> To: CF-Talk
> Subject: SOT: DNS Havoc!!
> 
> 
> Hey guys i just switched to a new host for the website 
www.entelligence.com

But for some reason it still pings to the old host IP address
Can you guys Ping the site and tell me (directly to my email) what
address
you get?

The new host IP is 66.28.113.146
The old host IP is 209.113.73.92

The wierd thing is the other coputers in my office are pointing to the
new
site!  I have set up my DNS information correctly too, but it's still
pointing to the old site.  ahhh!!!






__
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: DNS Havoc!!

2002-06-13 Thread jon

www.zoneedit.com is a good one, with a lovely interface.

Also, if you registered your domain with joker.com, they have free-dns as
part of the package.
-- jon

-Original Message-
From: Shawn Grover [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 5:12 PM
To: CF-Talk
Subject: RE: DNS Havoc!!


Are you saying I can get free DNS hosting of my domain name?  If so, where
at?

-Original Message-
From: Brian Fox [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 1:42 PM
To: CF-Talk
Subject: RE: DNS Havoc!!


Considering there are many free alternatives?

> -Original Message-
> From: Phoeun Pha [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 12:02 PM
> To: CF-Talk
> Subject: RE: DNS Havoc!!
>
>
> Last Friday.  By the way the old host (very nasty) charged
> 49.95 for a DNS
> change!  u think they ripped us off?
> -Original Message-
> From: Joshua Tipton [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 2:35 PM
> To: CF-Talk
> Subject: RE: DNS Havoc!!
>
>
> How long ago did you change this sometimes it will take up to
> 24 hours to
> propogate around the world.
>
> Josh
>
> -Original Message-
> From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 3:30 PM
> To: CF-Talk
> Subject: RE: DNS Havoc!!
>
>
> I'm getting the nw IP from both 207.x.x.x and 68.x.x.x
>
> -mk
>
> -Original Message-
> From: Phoeun Pha [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 1:47 PM
> To: CF-Talk
> Subject: SOT: DNS Havoc!!
>
>
> Hey guys i just switched to a new host for the website
www.entelligence.com

But for some reason it still pings to the old host IP address
Can you guys Ping the site and tell me (directly to my email) what address
you get?

The new host IP is 66.28.113.146
The old host IP is 209.113.73.92

The wierd thing is the other coputers in my office are pointing to the new
site!  I have set up my DNS information correctly too, but it's still
pointing to the old site.  ahhh!!!







__
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: DNS Havoc!!

2002-06-13 Thread Shawn Grover

Are you saying I can get free DNS hosting of my domain name?  If so, where
at?

-Original Message-
From: Brian Fox [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 1:42 PM
To: CF-Talk
Subject: RE: DNS Havoc!!


Considering there are many free alternatives?

> -Original Message-
> From: Phoeun Pha [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 12:02 PM
> To: CF-Talk
> Subject: RE: DNS Havoc!!
> 
> 
> Last Friday.  By the way the old host (very nasty) charged 
> 49.95 for a DNS
> change!  u think they ripped us off?
> -Original Message-
> From: Joshua Tipton [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 2:35 PM
> To: CF-Talk
> Subject: RE: DNS Havoc!!
> 
> 
> How long ago did you change this sometimes it will take up to 
> 24 hours to
> propogate around the world.
> 
> Josh
> 
> -Original Message-
> From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 3:30 PM
> To: CF-Talk
> Subject: RE: DNS Havoc!!
> 
> 
> I'm getting the nw IP from both 207.x.x.x and 68.x.x.x
> 
> -mk
> 
> -Original Message-
> From: Phoeun Pha [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 1:47 PM
> To: CF-Talk
> Subject: SOT: DNS Havoc!!
> 
> 
> Hey guys i just switched to a new host for the website 
www.entelligence.com

But for some reason it still pings to the old host IP address
Can you guys Ping the site and tell me (directly to my email) what address
you get?

The new host IP is 66.28.113.146
The old host IP is 209.113.73.92

The wierd thing is the other coputers in my office are pointing to the new
site!  I have set up my DNS information correctly too, but it's still
pointing to the old site.  ahhh!!!






__
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: RE: Quotation Hell

2002-06-13 Thread Matthew Walker

> One thing you might notice with htmlEditFormat(), is that you still have
the
> problem of extra characters, " still becomes ", and if that's what
you
> put in you DB and you then use Left(), you have a problem if it chops it,
> and you still need to make sure your DB is not going to be expecting more
> than it gets.
>
> Now if I'm wrong about this someone please tell me, or is this hackneyed
> too?

I think you'll find those entities like " will be translated when the
form is submitted. i.e. Form.MyField won't have them, just regular quotes
etc.

Cool bananas huh?!

__
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: equivalent in ASP

2002-06-13 Thread Eric Dawson

ASP Tear? (google search. I think www.asptear.com works though.

From: "Ramin Surya" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject:  equivalent in ASP
Date: Thu, 13 Jun 2002 11:50:37 -0500

Anybody ever done this before?
Any information will be greatly appreciated.

Thanks,

__
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: copying files

2002-06-13 Thread Eric Dawson

so the cf app has access to both machines?

something like...



(It would slicker as a function I think. But I only have cf4.5.2. Even 
though I have been looking for the CF5 upgrade on eBay.)

== _PleaseCopy.cfm



   
  
  
 
Create DIR at DEST
Recursive call to pleasecopy

 
Copy File to dest
 
  
   

== end of _PleaseCopy


From: "LANCASTER, STEVEN M. (JSC-OL) (BAR)" 
<[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: RE: copying files
Date: Thu, 13 Jun 2002 11:09:16 -0500

Because it is between 2 servers one is NT and the other is Unix and they
will not allow a batch file between the 2. That is why we have to do it this
way.

Steven Lancaster
Barrios Technology
NASA/JSC
281-244-2444 (voice)
[EMAIL PROTECTED]



-Original Message-
From: Eric Dawson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 10:49 AM
To: CF-Talk
Subject: Re: copying files


is there a reason you need to use cffile vs maybe a batch file?

Eric

From: "LANCASTER, STEVEN M. (JSC-OL) (BAR)"
<[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: copying files
Date: Thu, 13 Jun 2002 10:44:12 -0500

I need to use CFFILE to go through a directory (and Sub directories) and
copy all the files in the dir and subs and copy them to another location. My
problem is I need to get the file names and copy the files for the dir and
sub.. An help would be appreciated. If more info is needed let me know..

Steven Lancaster
Barrios Technology
NASA/JSC
281-244-2444 (voice)
[EMAIL PROTECTED]





__
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: RE: FW: RE: Quotation Hell

2002-06-13 Thread ksuh

Thank you James.

It still amazes me that loads of people don't use HTMLEditFormat().  
Nothing like seeing lots of pages break simply because of people 
entering quotes.

- Original Message -
From: James Ang <[EMAIL PROTECTED]>
Date: Thursday, June 13, 2002 12:52 pm
Subject: RE: FW: RE: Quotation Hell

> HTMLEditFormat() is the least used and least understood function 
> in CFML
> amongst most CF developers.
> 
> That said, let me explain and alleviate your fears.
> 
> First, if you have time, read the RFC for HTML 2.0:
> http://www.ietf.org/rfc/rfc1866.txt
> 
> Reading the RFC will clue you in that any tag attribute's value 
> will be
> stored in the browser memory with escaped characters like: > <
> " & translated to their actual literal values: > < " &
> 
> And when the form submits, the actual literal values in the browser's
> memory will be encoded depending on the form's method. For both 
> GET and
> POST operations, these literals: > < " & will be converted to: %3e %3c
> %22 %26
> 
> When the ColdFusion Server receives these form values (GET or POST),
> these values %3e %3c %22 %26 will be converted back to: > < " &
> 
> Hence, when you access your form variables: URL.blah or FORM.blah, the
> values would be what the user see's in the his/her browser's form
> fields.
> 
> The caveat to all of this is UNICODE characters. In IE (not sure in
> Netscape), Unicode characters outside of the ASCII range gets encoded
> into this format before submission (and before METHOD encoding): 
> &#;
> This is then sent as (after METHOD encoding): %26%23%3b
> 
> I have verified this with a packet listener in a controlled 
> environment.:)
> 
> In CF 4.x.x (I have not verified CF5 or MX), %26%23%3b is 
> translatedback to &#;
> 
> Hence when you access the form variables: URL.blah or FORM.blah, the
> value would be: &#;
> 
> (Note: & to %26 conversion may be wrong. It could be: & to & to
> %26amp%3b. I can't remember, but it is all good. The translation is
> always kosher with a HTML 2.0 or better compliant browser and server.
> :))
> 
> The &#; issue is something you all are worried about. BUT, for the
> purpose of quotation marks, greater/lesser-than signs, and ampersands,
> you don't have to worry about them at all with HTMLEditFormat().
> 
> You should ALWAYS use HTMLEditFormat(). All other solutions ARE
> hackneyed. To fix the problem of &#; escaped unicode 
> characters, use
> this workaround:
> 
> function smf_HTMLEditFormat(I_str) {
>return REReplaceNoCase(HTMLEditFormat(I_str, -1),
> "&(##?[[:alnum:]]+);", "&\1;", "ALL");
> }
> 
> Hence, even if you stored the data in the DB as: &#;, when you 
> givethe browser: &#;, the browser will take care of presenting the
> equivalent Unicode character. If it doesn't, it is not a HTML 4.0
> compliant browser. :P
> 
> I have a good feeling that CF5/MX actually translated the encoded
> characters to unicode characters. :P No empirical data to prove it
> though. :P
> 
> Alright. That's my take on this issue. :)
> 
> 
> James Ang
> Senior Programmer
> MedSeek, Inc.
> [EMAIL PROTECTED]
> 
> 
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, June 13, 2002 10:48 AM
> To: CF-Talk
> Subject: Re: FW: RE: Quotation Hell
> 
> 
> Just jumping in briefly to explain what I did to get around " and 
> ' in
> our 
> apps.  Going into the database would be fine (using 
> perserveSingleQuotes() and whatever 'escape' character we could 
> use that
> 
> the database recognizes), it's pulling out and displaying again 
> that 
> became a problem.
> 
> So, when we're displaying to the end user... " & ' became ", 
> etc so
> 
> that it wouldn't break the form fields, etc.  Going back into the 
> database via 'save changes' button, the " apparently becomes 
> a " 
> again going back in... thus, we were able to maintain the 
> 'original' 
> user-submitted value.
> 
> One thing I hate about certain forum software (and, I won't say which)
> is 
> that what you submitted isn't what's always returned to the user when
> they 
> want to edit.  I griped about it, but was told that it's faster to do
> the 
> 'translation' of things before shoving it into the db.  They 
> failed to 
> recognize something -- I don't care what it's translation is, I care
> about 
> data integrity and making sure that if that's what I put in, 
> that's what
> I 
> get out when I go to edit that data blob.  To this day, it's still 
> an 
> issue and I just quit pestering the forum maker as it's their product
> vs. 
> my opinion. :P
> 
> I think if you use HTMLEditFormat(), you're putting yourself into 
> a new 
> world of problems.  Especially if the < > characters translate to 
> something else.  Not to mention, great... now you gotta worry 
> about 
> storage issue (especially if you're using a varchar field and not 
> a 
> blob-type field).
> 
> ~Todd
> 
> On Thu, 13 Jun 2002, Adrian Lynch wr

RE: Select SSL via code based on domain name?

2002-06-13 Thread Ryan Pieszak

Yeah, I remember hearing this somewhere, thanks for reminding me.  Glad I
didn't have to go down this path and find out then.

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 4:22 PM
To: CF-Talk
Subject: RE: Select SSL via code based on domain name?


no, host headers and SSL are mutually exclusive (if sharing IPs).  at least
with IIS.

christopher olive
cto, vp of web development, vp it security
atnet solutions, inc.
410.931.4092
http://www.atnetsolutions.com


-Original Message-
From: Ryan Pieszak [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 4:09 PM
To: CF-Talk
Subject: OT?: Select SSL via code based on domain name?


Hello all,
If I have two domain names assigned to the same IP/site, but each of these
domain names have their own SSL certificate, is there any way in the code to
specify what SSL cert is used based on the domain name used to get to the
site?  Thanks for any help.

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



__
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: Select SSL via code based on domain name?

2002-06-13 Thread Joseph Thompson

> Hello all,
> If I have two domain names assigned to the same IP/site, but each of these
> domain names have their own SSL certificate, is there any way in the code
to
> specify what SSL cert is used based on the domain name used to get to the
> site?  Thanks for any help.

It is possible to have two valid domains pointing to the same site in IIS.
Your SSL certs will need to
be set to different ports.

When you use anything other than 443 then all your "secure" pages will need
the port number added in the links.  Doable but a little ugly.  Hey, we do
what we have to eh?

https://MySite.com:442/this/is/site/two



__
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: CFMX Ports

2002-06-13 Thread Stacy Young

There's a port that the underlying Jrun uses as a local loopback between the
web server and itself. Usually I high port number like 55000. Anyone
remember what file that's configured under?

Stace

-Original Message-
From: Deborah Curley [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 13, 2002 3:52 PM
To: CF-Talk
Subject: CFMX Ports


Hi all,
I'm playing around with a windows box here and configuring IIS for CFMX. I'm

curious about the ports I need to enable. I had enabled 20,21,25,80 and 2225

and CFMX wouldn't work. I enabled all and it worked.

TIA Deb




__
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: Select SSL via code based on domain name?

2002-06-13 Thread Christopher Olive

no, host headers and SSL are mutually exclusive (if sharing IPs).  at least with IIS.

christopher olive
cto, vp of web development, vp it security
atnet solutions, inc.
410.931.4092
http://www.atnetsolutions.com


-Original Message-
From: Ryan Pieszak [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 4:09 PM
To: CF-Talk
Subject: OT?: Select SSL via code based on domain name?


Hello all,
If I have two domain names assigned to the same IP/site, but each of these
domain names have their own SSL certificate, is there any way in the code to
specify what SSL cert is used based on the domain name used to get to the
site?  Thanks for any help.

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: DNS Havoc!!

2002-06-13 Thread Jon Hall

The reason you are still resolving the old ip is that your computer (most
likely), or your dns server have the old ip address lookup cached. Both your
primary and secondary dns servers are responding with the new ip.
Couple of things you can do.

Clear your IE cache.
If you are running Win2k (nt?) do an ipconfig /flushdns at the dos prompt.
Reboot.

nslookup and dig are great tools. Check them out.

jon
- Original Message -
From: "Phoeun Pha" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 13, 2002 2:46 PM
Subject: SOT: DNS Havoc!!


> Hey guys i just switched to a new host for the website
www.entelligence.com
>
> But for some reason it still pings to the old host IP address
> Can you guys Ping the site and tell me (directly to my email) what address
> you get?
>
> The new host IP is 66.28.113.146
> The old host IP is 209.113.73.92
>
> The wierd thing is the other coputers in my office are pointing to the new
> site!  I have set up my DNS information correctly too, but it's still
> pointing to the old site.  ahhh!!!
>


__
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: Select SSL via code based on domain name?

2002-06-13 Thread Chris Kief

I believe that SSL requires one IP per site...no sharing.

HTH,
Chris


-Original Message-
From: Ryan Pieszak [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 13, 2002 1:09 PM
To: CF-Talk
Subject: OT?: Select SSL via code based on domain name?

Hello all,
If I have two domain names assigned to the same IP/site, but each of
these
domain names have their own SSL certificate, is there any way in the
code to
specify what SSL cert is used based on the domain name used to get to
the
site?  Thanks for any help.

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


__
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 locking vars cause this?

2002-06-13 Thread Chris Kief

Any idea what level of performance loss we are talking about here?

I imagine that anyone using a shared hosting environment will be in this
situation...just wondering how much this will hurt.

Is there any way around this?

Chris
 


-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 13, 2002 1:06 PM
To: CF-Talk
Subject: Re: Could not locking vars cause this?

Lee Fuller wrote:
> None of the above...  More like...
> 
>   domaina ==> domainb
>   domainb ==> domainb
>   domainb ==> domainb (sporadically)
>   domainc ==> domaina
>   domainc ==> domainb (sporadically)
>   etc.. etc.

Could you dump the cgi scope on all the pages with the problem?

I suspect you will find something like:
.
PATH_TRANSLATED  C:\Inetpub\225\index.cfm
.
CF_TEMPLATE_PATH  C:\Inetpub\224\index.cfm
.

Naturally, bot template paths should be the same. But if they are not, 
try to add the following to the ProxyService section in jrun.xml:
false

Try dumping again.

It will hurt performance, but it might help to figure out what is
happening.

Jochem


__
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: CF form in dreamweaver

2002-06-13 Thread Vernon Viehe

Neil Clark whipped together an extension to give you the CFForm panel in the insert 
panel group. I didn't see it posted to the DW exchange yet, but he might send it to 
you (if he hasn't already). Just put a request here, he'll prolly see it.

-Vern

> -Original Message-
> From: Ryan Kime [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 12, 2002 11:28 AM
> To: CF-Talk
> Subject: RE: CF form in dreamweaver
> 
> 
> If it's important to you, then either take the time to edit 
> the xml or send
> MM a request (i.e. via the wishlist form). Otherwise, you can 
> do like the
> rest of us and type , , and  then 
> right click and
> edit the tag properties.
> 
> 
> -Original Message-
> From: Chris Giminez [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, June 12, 2002 1:17 PM
> To: CF-Talk
> Subject: Re: CF form in dreamweaver
> 
> 
> It's something I use frequently. I don't have the time to 
> figure out how to
> re-write dreamweaver and shouldn't have to. I think it's a 
> big hole in the
> product.
> 
> 
> 
> 
> > "Chris Kief" <[EMAIL PROTECTED]> wrote in message 
> > 001001c211b1$f7d61040$9e01a8c0@RISE5">news:001001c211b1$f7d61040$9e01a8c0@RISE5...
> > > After reading some of the DWMX docs, it doesn't appear that this 
> > > toolbar is offered. Maybe someone out there can write an 
> extension 
> > > to add it??
> >
> > No, it's not there, but you can customize it pretty easily, 
> just edit:
> >
> > Dreamweaver MX\Configuration\Objects\insertbar.xml
> >
> > I don't plan to do an extension right now because I don't 
> use cfform, 
> > sorry
> >
> > Massimo
> >
> 
> 
> 
> 
> 
__
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



OT?: Select SSL via code based on domain name?

2002-06-13 Thread Ryan Pieszak

Hello all,
If I have two domain names assigned to the same IP/site, but each of these
domain names have their own SSL certificate, is there any way in the code to
specify what SSL cert is used based on the domain name used to get to the
site?  Thanks for any help.

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

__
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: DNS Havoc!!

2002-06-13 Thread Brian Scandale

I'm getting your new ip address when I ping.

You are probably just getting the results of cached DNS entries... it should clear up 
in a couple of hours.

P.S.  about half of the pings are timing out.



At 02:29 PM 6/13/02 -0500, you wrote:
>I'm getting the nw IP from both 207.x.x.x and 68.x.x.x
>
>-mk
>
>-Original Message-
>From: Phoeun Pha [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, June 13, 2002 1:47 PM
>To: CF-Talk
>Subject: SOT: DNS Havoc!!
>
>
>Hey guys i just switched to a new host for the website www.entelligence.com
>
>But for some reason it still pings to the old host IP address
>Can you guys Ping the site and tell me (directly to my email) what address
>you get?
>
>The new host IP is 66.28.113.146
>The old host IP is 209.113.73.92
>
>The wierd thing is the other coputers in my office are pointing to the new
>site!  I have set up my DNS information correctly too, but it's still
>pointing to the old site.  ahhh!!!
>
>
>
__
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: Could not locking vars cause this?

2002-06-13 Thread Jochem van Dieten

Lee Fuller wrote:
> None of the above...  More like...
> 
>   domaina ==> domainb
>   domainb ==> domainb
>   domainb ==> domainb (sporadically)
>   domainc ==> domaina
>   domainc ==> domainb (sporadically)
>   etc.. etc.

Could you dump the cgi scope on all the pages with the problem?

I suspect you will find something like:
..
PATH_TRANSLATED  C:\Inetpub\225\index.cfm
..
CF_TEMPLATE_PATH  C:\Inetpub\224\index.cfm
..

Naturally, bot template paths should be the same. But if they are not, 
try to add the following to the ProxyService section in jrun.xml:
false

Try dumping again.

It will hurt performance, but it might help to figure out what is happening.

Jochem

__
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: DNS Havoc!!

2002-06-13 Thread Justin Scott

> Last Friday.  By the way the old host (very nasty) charged 49.95 for a DNS
> change!  u think they ripped us off?

Yes.  Do DNS yourself with fast updates: www.dtdns.com

Sorry for the shameless plug, hehe..

-Justin Scott, Lead Developer
 Sceiron Internet Services, Inc.
 http://www.sceiron.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: DNS Havoc!!

2002-06-13 Thread Seth Petry-Johnson

> Hey guys i just switched to a new host for the website
www.entelligence.com
>
> But for some reason it still pings to the old host IP address
> Can you guys Ping the site and tell me (directly to my email) what address
> you get?

Check out www.tracert.com - you can request a ping or traceroute result from
servers located all over the world without waiting for fellow developers to
read a post and get back to you :)

3 different servers from the tracert.com site all gave me the 66.28.113.146
address.

__
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



CFMX Ports

2002-06-13 Thread Deborah Curley

Hi all,
I'm playing around with a windows box here and configuring IIS for CFMX. I'm 
curious about the ports I need to enable. I had enabled 20,21,25,80 and 2225 
and CFMX wouldn't work. I enabled all and it worked.

TIA Deb



__
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



Problem with CFMAIL

2002-06-13 Thread Paolo Cesana

Hi there,
sporadically, one email sitting in the ~/mail/spool directory on the CF server sends a 
message multiple times to the exchange mail server.
Does anyone have any ideas as to why this happens?

Tks/Rgds

 
Paolo Cesana
IT Development Mgr.
"Electricity is not the result of a series of upgrades to the candle"
Auth. unknown


Miami International Forwarders (MIF)

Phone: (305)594-0038 Ext. 7326
Fax: (305)593-0431



__
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: registry error

2002-06-13 Thread Joshua Tipton

If its 2000 I would boot into safe mode so hopefully if something has a hold
on that key it will let go.

Josh

-Original Message-
From: Steven Dworman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 3:45 PM
To: CF-Talk
Subject: Re: registry error


it's not in the odbc datasources control panel.


Steven D. Dworman
Certified Macromedia Developer

Web Consultant
Systems Administrator

phone:  248.647.8841
cell :  248.767.9925

Comspec International
Empower-XL
Software for Higher Education
http://www.ComspecInternational.com
- Original Message -
From: "Phoeun Pha" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 13, 2002 2:18 PM
Subject: RE: registry error


> try deleting it from the ODBC datasources control panel instead of using
the
> Coldfusion admin
>
> that is, if you're using windows :)
>
> -Original Message-
> From: Steven Dworman [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 1:51 PM
> To: CF-Talk
> Subject: registry error
>
>
> I've never had this happen.  Here goes...
>
> I went in to administrator to delete an ODBC source.  Sounds simple I
know,
> but I got this error:
>
> Unable to delete the registry entry in branch
> HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\***datasource here***
> A problem was encountered trying to access the system registry. Error
number
> 5 occurred - Access denied to registry key (probably due to security
> constraints).
>
> Obviously I checked permissions, and of course I have a user with
> administrator permissions logged in.  I am able to delete other sources,
and
> can create new ones.  Also I tried to delete the key itself and got an
error
> saying unable to delete.
> Any help is appreciated.
>
>
>
> Steven D Dworman
> Macromedia Certified Developer
> -
> Web Consultant
> Systems Administrator
>
> ComSpec International - http://www.comspecinternational.com
> phone: 248.647.8841
> cell:  248.767.9925
> -
> EMPOWER-XL ***Software for Higher Education***
> http://www.empower-xl.com
>
>
>
>

__
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



  1   2   3   >