RE: cf 4.5, 5 apache ?'s

2002-12-16 Thread Craig Thomas
>>1.3.6 is older than 1.3.27.  6 < 27. Confusing but rational at the same

AHHH, makes perfect sense...thanks.

-Craig
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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



RE: cf 4.5, 5 apache ?'s

2002-12-16 Thread Craig Thomas
Stephen,

>>There's no need to install cf4.5sp2 on that box.  There is nothing in
>>CF4.5sp2 that isn't in CF5.

That is what I am worried about. That there will be additional functionality
offered by cf 5, when the production server is still 4.5.2. Is this not the
case?

>>You can't install 2 versions of CF onto one machine (pre-CFMX and its
>>standalone server)

No?  curious as to why not? (you can run cf 5 and cfmx from the same
webserver on the same machine [not the standalone cfmx is bundled with.)

Thanks for the help,

-Craig


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



cf 4.5, 5 apache ?'s

2002-12-16 Thread Craig Thomas
Happy Monday,

I have need to install cf 4.5.x (sp2 i think) on a box already running cf 5
on apache 1.3.22(w2k)[for dev].  First, the docs say cf 4.5 needs apache
1.3.6 or greater, anyone know if that is true? and where can I get apache
1.3.6?  (apache.org has 2.x.x and 1.3.27 listed on the download page)

Also, I am thinking I'll use the virtualhost directive to load the cf 4.5
module, but wanted to ask if anyone had any advice or had done this before
and if so, new of any pitfalls?

TIA,

-Craig

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: Updater 2 woes

2002-12-12 Thread Craig Thomas
http://www.houseoffusion.com/lists.cfm?link=m:4:19750:99909

This one too...

(cool links MD)
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: Updater 2 woes

2002-12-12 Thread Craig Thomas
>>Maybe try deleting contents of cfclasses and restarting cfmx?  *shrugs*

http://www.houseoffusion.com/cf_lists/index.cfm?method=messages&threadid=197
50&forumid=4&refresh=0#99939


you might want to check the earlier parts of this thread for Rob's fun
afternoon and evening before you DO anything else along those lines...

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: Updater 2 woes

2002-12-12 Thread Craig Thomas
beware the bleeding edge...

>>-Original Message-
>>From: Lee Fuller [mailto:[EMAIL PROTECTED]]
>>Sent: Thursday, December 12, 2002 9:51 PM
>>To: CF-Talk
>>Subject: RE: Updater 2 woes
>>
>>
>>Damn I'm glad I waited..
>>
>>| -Original Message-
>>| From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>>| Sent: Thursday, December 12, 2002 6:35 PM
>>| To: CF-Talk
>>| Subject: RE: Updater 2 woes
>>|
>>|
>>| I get this error in when accessing the cfadministrator after
>>| the update.
>>| Other  sites work fine:
>>|
>>| The error occurred in
>>| C:\Inetpub\wwwroot\CFIDE\administrator\Application.cfm: line 1
>>|
>>| Brook
>>|
>>| At 06:07 PM 12/12/2002 -0800, you wrote:
>>| >Hi Tom,
>>| >I did that and it killed the whole site. I am talking to Damon right
>>| >now.
>>| >
>>| >Thanks,
>>| >Rob
>>| >
>>| >-Original Message-
>>| >From: Tom Harwood [mailto:[EMAIL PROTECTED]]
>>| >Sent: Thursday, December 12, 2002 6:01 PM
>>| >To: CF-Talk
>>| >Subject: RE: Updater 2 woes
>>| >
>>| >
>>| >Hello Rob,
>>| >
>>| >Your problem sounds like it may be caused by out-of-date
>>| .class files;
>>| >try clearing out your cfclasses directory.
>>| >
>>| >Hope this helps, and best regards,
>>| >--
>>| >Tom Harwood
>>| >Macromedia Server Products
>>| >CFML Language Development
>>| >
>>| >
>>|
>>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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



OT : javascript ?

2002-12-12 Thread Craig Thomas
Hi all,

I want to open a new window using javascript, which I can do, but I want it
to open as a full sized window (or at least as big as window.opener). Does
anyone know how I can do this without specifying width and height
attributes? I want the functionality of width=100%.

TIA,

-Craig

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: Updater 2 woes

2002-12-12 Thread Craig Thomas
http://www.macromedia.com/support/coldfusion/releasenotes/mx/releasenotes_mx
_updater.html#uninstalling

>>-Original Message-
>>From: Rob Rohan [mailto:[EMAIL PROTECTED]]
>>Sent: Thursday, December 12, 2002 4:22 PM
>>To: CF-Talk
>>Subject: Updater 2 woes
>>
>>
>>Has anyone seen this error after installing updater 2?
>>
>>JRun Servlet Error
>>500 coldfusion.tagext.lang.SettingTag.setRequestTimeout(J)V
>>coldfusion.tagext.lang.SettingTag.setRequestTimeout(J)V
>>
>>Any suggestions as to what could cause this error? Anyone know how to
>>uninstall the updater?
>>
>>
>>Rob
>>
>>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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



RE: CFMX in shared hosting environment

2002-12-12 Thread Craig Thomas
>>AFAIK stability of CF MX in a hosted environment is not different from
>>stability in a non-hosted environment. But I wouldn't really know,
>>everything I run is set up as if it is a hosted site anyway.

This is not directly related to stability, but I am wondering if you, or
anyone, knows if enabling objects ( or createObject) in a hosted
CFMX environment is safe.  I have played on my own (who shall remain
nameless, (and who BTW claims their install is up to snuff)) isp's cfmx
install and I can get at everything in the serviceFactory.

Thanks,

-Craig

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: instant SSL HELP!!!!!

2002-12-10 Thread Craig Thomas
yeah, coming seperate.

-Craig

>>-Original Message-
>>From: Tony Weeg [mailto:[EMAIL PROTECTED]]
>>Sent: Tuesday, December 10, 2002 9:43 PM
>>To: CF-Talk
>>Subject: RE: instant SSL HELP!
>>
>>
>>craig ... do you have a copy of it?
>>http://www.kestral.com.au/devtools/stretch/stretch.zip
>>
>>i get 404 error?
>>thanks.
>>tony
>>
>>-Original Message-
>>From: Craig Thomas [mailto:[EMAIL PROTECTED]]
>>Sent: Tuesday, December 10, 2002 9:41 PM
>>To: CF-Talk
>>Subject: RE: instant SSL HELP!
>>
>>
>>>>how could I get the header info, maybe something in there could lead
>>me
>>>>to something?
>>
>>With an http relay proxy, such as stretch, you can view the http stream.
>>
>>http://www.kestral.com.au/devtools/stretch/
>>
>>I have found it to be very useful, but a little quirky (changing
>>settings
>>requires shutting down and restarting).
>>
>>-Craig
>>
>>
>>
>>
>>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: instant SSL HELP!!!!!

2002-12-10 Thread Craig Thomas
>>how could I get the header info, maybe something in there could lead me
>>to something?

With an http relay proxy, such as stretch, you can view the http stream.

http://www.kestral.com.au/devtools/stretch/

I have found it to be very useful, but a little quirky (changing settings
requires shutting down and restarting).

-Craig



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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



RE: cross-platform Version Control that works

2002-12-10 Thread Craig Thomas
>>Me too, unfortunately DW MX just support VSS and WebDav.

Provided each developer has their own dev environment, you can use
unreserved checkouts (http://www.cvshome.org/docs/manual/cvs_10.html#SEC95)
in CVS and then define the DWMX site locally.  (I do not use DWMX but I this
should work.)

-Craig


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: cross-platform Version Control that works

2002-12-10 Thread Craig Thomas
http://www.cvshome.org/

-Craig
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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



RE: MX Hosting

2002-12-05 Thread Craig Thomas
>>Rob, I have had a couple CFMX sites with www.hostmysite.com for almost a
>>year now and it's been a wonderful experience so far, and fairly cheap

Are you using shared hosting?  if so, that is odd, as when I inquired about
their CFMX hosting I was told they did not allow  (presumably
createObject as well) and that (their) CFMX was unstable in a shared hosting
environment.

-Craig


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: Referencing a variable in a database

2002-11-07 Thread Craig Thomas
>>However, when I add code of
>>#qClients.clientDirectory#/image1.jpg to the
>>database, it doesn't display correctly--it instead shows the code.


Of course not.

Your asking CF to process/compile your code twice. Think about it, to do the
above the CF app server would have to process the  to get the data
and then (re)process the data from the db to even 'know' there was a
 in the data.

I do not know much about what you are trying to accomplish big pictures
wise, but seems like you should/could store the 'clientDirectory' as a
session var (thinking you prob need it more than once).

something like:


Select * from someTbl
Where clientDirectory = 'your way of identifying your clients';






if your clients must login, set the session var(s) then.

HTH

-Craig


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: MX Not starting

2002-11-06 Thread Craig Thomas
>>Anyone got any ideas on this one?

In the absence of anything really helpful, are you sure the jrun service is
started?

-Craig

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: Any word on Apache 2 support for CF5/Linux?

2002-11-06 Thread Craig Thomas
>>>Does Netscape support version 4 of their browser?  Probably not anymore.
>>>Does Microsoft support version 4 of their browser anymore?  
>>Definitely not.

>>What a lame-brained analogy. Todd, there is a VAST difference between

Besides which, both of these are FREE.  


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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



RE: CF Question

2002-10-31 Thread Craig Thomas
>>Uhm...  It's not available unless you provide it Matt...  You

Or someone, say a customer in a shared hosting environment, with access to
your server.

-Craig

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: CF Question

2002-10-31 Thread Craig Thomas
>>Is there any way for me to verify that the person I host with is using a
>>legal copy of ColdFusion???

You may be able to  a bunch of server variables which may help:

Server.ColdFusion.ProductName
Server.ColdFusion.ProductVersion
Server.ColdFusion.ProductLevel 
Server.ColdFusion.SerialNumber 
Server.ColdFusion.SupportedLocales
Server.OS.Name 
Server.OS.AdditionalInformation 
Server.OS.Version 
Server.OS.BuildNumber

-Craig



>>-Original Message-
>>From: Kris Pilles [mailto:kpilles@;wsboces.org]
>>Sent: Thursday, October 31, 2002 2:49 PM
>>To: CF-Talk
>>Subject: CF Question
>>
>>

>>
>>I would like to see if one company that offered us a great deal is using
>>registered copies of CF.
>>
>>KP
>>
>>
>>Kris Pilles
>>Website Manager
>>Western Suffolk BOCES
>>507 Deer Park Rd., Building C
>>Phone: 631-549-4900 x 267
>>E-mail: [EMAIL PROTECTED]
>>
>>
>>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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



RE: CFLoop query problem

2002-10-31 Thread Craig Thomas
>>in succession, but the  tag only shows the first
>>record

The way it's written, a new value for subTotalTaxable is set with every
iteration.


>>  

If I understand you, don't you want to add a value to the existing value
contained in subTotalTaxable?






FYI: ditch the extra #'s.

-Craig

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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



RE: Thank you, Macromedia!

2002-10-31 Thread Craig Thomas
>perhaps chastise was the wrong word...they banned Matt...

Is this true?

-Craig


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: [Fwd: S-02-104: Microsoft: MS02-062 Cumulative Patch for IIS]

2002-10-31 Thread Craig Thomas
>>Where do you signup to be alerted about such vulnerabilities and
>>patches?

http://www.microsoft.com/technet/treeview/default.asp?url=/technet/security/
bulletin/notify.asp
for MS prods.

-Craig

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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



RE: Yahoo moving to PHP

2002-10-29 Thread Craig Thomas
>>> CF has ugly syntax? Are they on crack?

obviously, and compared to php too!  

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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



RE: FINALLY!!! It Arrived!

2002-09-12 Thread Craig Thomas

Thanks for the info, I guess I missed your earlier post. 

-Craig

>>-Original Message-
>>From: Ben Forta [mailto:[EMAIL PROTECTED]]
>>Sent: Thursday, September 12, 2002 9:40 AM
>>To: CF-Talk
>>Subject: RE: FINALLY!!! It Arrived!
>>
>>
>>Craig,
>>
>>I posted that info here a week or so ago. Yep, the first batch of books
>>had CDs that were mistakenly burned as Mac only CDs. The books were
>>recalled and new CDs were inserted, but some shipped with the bad ones.
>>
>>That's the bad news. Now for the good news. You can download all the
>>files from the books web page, and you can also e-mail [EMAIL PROTECTED]
>>and they'll send you a replacement CD at no cost.
>>
>>Sorry for the inconvenience.
>>
>>--- Ben
>>
>>
>>-Original Message-
>>From: Craig Thomas [mailto:[EMAIL PROTECTED]] 
>>Sent: Thursday, September 12, 2002 9:19 AM
>>To: CF-Talk
>>Subject: RE: FINALLY!!! It Arrived!
>>
>>
>>Sorry, after reading the rest of the thread:  wrong book!  (just opened
>>it this morning)  I bought the CFMX wack book.  So, any body with that
>>book have a problem with the cd?
>>
>>-Craig
>>
>>>>-Original Message-
>>>>From: Craig Thomas [mailto:[EMAIL PROTECTED]]
>>>>Sent: Thursday, September 12, 2002 8:51 AM
>>>>To: CF-Talk
>>>>Subject: RE: FINALLY!!! It Arrived!
>>>>
>>>>
>>>>Have any of you with the book tried to access the cd-rom? mine doesn't
>>
>>>>work on any of four different drives, all of which read my other cd's
>>>>just fine.
>>>>
>>>>-Craig
>>>>
>>>>
>>
>>
__
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: FINALLY!!! It Arrived!

2002-09-12 Thread Craig Thomas

Sorry, after reading the rest of the thread:  wrong book!  (just opened it
this morning)  I bought the CFMX wack book.  So, any body with that book
have a problem with the cd?

-Craig

>>-Original Message-
>>From: Craig Thomas [mailto:[EMAIL PROTECTED]]
>>Sent: Thursday, September 12, 2002 8:51 AM
>>To: CF-Talk
>>Subject: RE: FINALLY!!! It Arrived!
>>
>>
>>Have any of you with the book tried to access the cd-rom? mine
>>doesn't work
>>on any of four different drives, all of which read my other cd's
>>just fine.
>>
>>-Craig
>>
>>
__
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: FINALLY!!! It Arrived!

2002-09-12 Thread Craig Thomas

Have any of you with the book tried to access the cd-rom? mine doesn't work
on any of four different drives, all of which read my other cd's just fine.

-Craig

__
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: Developer Platform suggestions was Re: Nice

2002-09-10 Thread Craig Thomas

>>I would naturally tend towards Linux over Windows.  So far, the number
>>suggesting each seems to be about even.

If it's got to be a laptop, I have to weigh in on the windoze side.  Too
many driver/hardware problems with my laptop and RedHat Linux, so I use w2k.
The only thing I miss on it from my rh linux server is postGreSQL (windoze
version in beta).

For dbs, I use MSDE and mySql.  I am running CF 5 with Apache 1.3 and CFMX
standalone (along with php 4, and Apache's tomcat servlet container).

-Craig

>>Dick

__
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: Developer Platform suggestions was Re: Nice

2002-09-10 Thread Craig Thomas

Linux, I like redhat's.  But I, for one, would hate to see you give up on
osx.

-Craig

__
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: CFMail and Type="HTML

2002-09-05 Thread Craig Thomas

>>and found a
>>solution?

I have had trouble with html email and I found it was my html code.  Make
sure the html cf generates is well formed (including  etc). You
might run the html code through http://validator.w3.org/ and see if you have
any problems. Email clients are a lot like browsers in that some will
correctly display mal-formed html just fine, others wont.

-Craig

__
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: Still dead?

2002-08-31 Thread Craig Thomas

I gotta say, that I think this Atwood lady is spot on.

-Craig

>>-Original Message-
>>From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
>>Sent: Saturday, August 31, 2002 9:24 PM
>>To: CF-Talk
>>Subject: Re: Still dead?
>>
>>
>>Just you & me -- I just got PointBase server running with CFMX OS X & 
>>the Vienna SQL DB GUI
>>
>>Dick
>>
>>On Saturday, August 31, 2002, at 03:11 PM, Sean A Corfield wrote:
>>
>>> Is cf-talk alive yet?
>>>
>>> "If you're not annoying somebody, you're not really alive."
>>> -- Margaret Atwood
>>>
>>> 
>>
__
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: Just installed CFMX w/ a problem

2002-08-27 Thread Craig Thomas

>>> password for this particular db (ms access 97).

With Access db's show advanced settings and use a fictitious database user
name to register the datasource.  Not sure why this works as the actual db's
don't require a user name.

>>the drivers
>>> it supports ms access isn't on the list.

Not sure about other os's, but I installed cfmx standalone on w2k and the
access driver was installed.  If it is not there you might try using the
odbc socket driver.

-Craig

__
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.cfm in templates directory?

2002-08-27 Thread Craig Thomas

>>directory.  Would that Application.cfm be included at the top of every
>>template CFINCLUDEd from that directory?

Yep.

-Craig

__
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: Losing Client variables

2002-08-26 Thread Craig Thomas

>>No. Before I set  the variable
>>client.test will have the value "yep, " because it is broken off at the
>>semicolon. This is both in the client variable as in the cookie, which
>>suggests that the problem is in setting the cookie. And it does not
>>occur when setting the clientstore to the registry.

I am running CFMX stand alone/w2k using UUID and j2ee sessions.

tested using IE5.5 and NE6
In both cases client.test does not get set as a cookie.  When using a db or
the registry as the clientstore I have no problems.  I do not experience any
problem with the semi-colon.

-Craig

__
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: Losing Client variables

2002-08-25 Thread Craig Thomas

Then change the value of clientstorage to Registry
>>or your clientstorage database and try again.
>>
>>I am loosing all client variables when using cookies in both Netscape
>>and IE.

How should I determine that the client vars are missing?  I ran the script
and I noticed that the .hitcount is not always consistent (goes back
to 1) after switching from db/cookie/registry storage.  Is that what I am
looking for?

If so, IE 5.5 seems to loose track of client cookies only after testing with
NE (but not Opera).  When I change from db/cookie/registry storage but only
use IE, the hitcount var remains consistent (goes from 1-n).  NE never seems
to have all it's cookies.

-Craig

__
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: Losing Client variables

2002-08-25 Thread Craig Thomas

>>The one page set the vairable, the second page still has the
>>variable, but

Post the code. Posting your code is really the best way for you to get help
with this sort of problem.

-Craig

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



RE: CFMX, Access DSN and JDBCPool errors! Help!

2002-07-31 Thread Craig Thomas

>>I did

What does the error message /log file say?

-Craig

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



RE: CFMX, Access DSN and JDBCPool errors! Help!

2002-07-31 Thread Craig Thomas

>>I have had the same problem but the other way around. All of the SQL dsn's
>>failed. Still have yet to find out why.

If you have access to the sql server admin features, I'd your using to
connect to sql server. I'm wondering too if you used the cf migration wizard
after "co-exist" install?

-Craig

__
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: CF Studio autocomplete

2002-07-31 Thread Craig Thomas

just curious, have you used the tag updater for CFMX yet?

>>-Original Message-
>>From: Jon Hall [mailto:[EMAIL PROTECTED]]
>>Sent: Wednesday, July 31, 2002 2:47 PM
>>To: CF-Talk
>>Subject: CF Studio autocomplete
>>
>>
>>  Does anyone know which file dictates which tags have closing tags,
>>  and which tags display in the autocomplete dropdown as you are
>>  typing in Studio 5? I want the MX tags to autocomplete as well...
>>
>>-- 
>> Jon
>>  mailto:[EMAIL PROTECTED]
>>
>>
__
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: CF 5 App crashing every 5 minutes...

2002-07-31 Thread Craig Thomas

>>That sounds more like freezing than crashing.  I'd check all shared-scope
>>variables for locking (ANY use of a shared-scope variable MUST be locked)


If you are in fact using shared-scope variables, you could always check the
"Single Threaded Sessions" checkbox in CF admin under "locking" to test if
this is your problem without having to add  to find out.

-Craig

__
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 Taking all CPU Resources? (CODE)

2002-07-31 Thread Craig Thomas

>>  I don't have CF5 to run it on but hopefully some folks here 
>>will be able 
>>to confirm / deny the speed differences.

CFMX

p3 733
Debugging on
No Trusted Cache
3400 ms (varies a little, like maybe 100ms)

CF 5 same machine 
740 ms

Also, to run on my cf5 install I hade to modify this:

>>
>>#GetTickCount() - request.StartTime# ms
>>
>>

to this:



#evaluate(GetTickCount() - request.StartTime)# ms



---why is that?

-Craig


__
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: ColdFusion Mail Server

2002-07-31 Thread Craig Thomas

>>I am sending an e-mail via the ColdFusion mail server with a
>>valid "To" and "From" address and the "CC" field is filled in
>>with around 68 e-mail addresses.

You could loop around your  with your cc recipient's and use each
email address in the "to" field.

How many times a day/hour do you send out email to 70ish addresses?  Perhaps
you should look into a more robust solution than  .  Search the
archives, lots of choices.

-Craig

__
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: Passing Application Variables between Applications

2002-07-31 Thread Craig Thomas

>>CF won't allow you to CFINCLUDE application.cfm or the other default
>>templates


Sure it will.  Try it:

put this in an Application.cfm 



and this in a nested app's Application.cfm

 

and this is nested apps index.cfm (or whatever)

#someVar#

And browse index.cfm, it shows : "test"

-Craig



__
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: SQL Help

2002-07-30 Thread Craig Thomas

# sign alert!  

..you don't need those in 's to reference a variable.



works.

-Craig

>>-Original Message-
>>From: Venable, John [mailto:[EMAIL PROTECTED]]
>>Sent: Tuesday, July 30, 2002 2:41 PM
>>To: CF-Talk
>>Subject: RE: SQL Help
>>
>>
>>I don't think you need commas at all, the AND is the logical breakup of
>>statements.
>>
>>John
>>
>>-Original Message-
>>From: James Blaha [mailto:[EMAIL PROTECTED]]
>>Sent: Tuesday, July 30, 2002 2:29 PM
>>To: CF-Talk
>>Subject: SQL Help
>>
>>
>>Can any one help me out here? I'm having a problem getting this query to 
>>work with putting in the proper commas when necessary in myWHERE clause 
>>for the SQL statement.
>>
>>James Blaha
>>
>>
>>SELECT  *
>>
>>FROM HRWebAgent.tApply
>>
>>WHERE   ReqNO > 0
>>
>>
>>AND(ReqNo='#ReqNo#'),
>>
>>
>>
>>AND(FIRSTNAME LIKE '#FIRSTNAME#%'),
>>
>>
>>
>>AND(LASTNAME LIKE '#LASTNAME#%'),
>>
>>
>>
>>
>>AND(APPLIED_DATE BETWEEN '#back_date_listed2#' AND 
>>'#now_date2#'),
>>
>>
>>
>>
>>
>>AND(Desired_Position IN 
>>(#ListQualify(Form.Desired_Position,"'")#)),
>>
>>
>>
>>
>>
>>
>>
>>
__
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, Adobe settle patent squabble

2002-07-30 Thread Craig Thomas

Somehow I think that means we're permanently stuck with a neutered
Homesite+.
>>

I have heard that Homesite + is not as feature rich as CF Studio 5 was/is,
but I am curious as to what is missing from Homesite -, er, +?  (thinking
about buying DWMX).

-Craig

__
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



anyone having list troubles ?

2002-07-29 Thread Craig Thomas

Sorry for the OT post, but I seem to be receiving this list sporadically.
The last post I received was from [EMAIL PROTECTED] (suject: Re: Issue: Update
a tracker database with an index.html file. content: "Assumptions can make
an ass out of u and me... :)") My ISP insists my mail server is ok.  Before
I hassle them, have there been any posts since then?

TIA

-Craig

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



RE: CFMX + Red Hat 7.3 + Apache 2.0.39 displays source..

2002-07-25 Thread Craig Thomas

>>you mean restart them?

Yes.

> does the MX need Jrun in order to run?

I don't think CFMX needs Jrun unless you installed the stand alone version,
which it sounds like you didn't. Not sure about that though.

well i guess the installer did not install it because
I see no jrun directory and i dont have the
/opt/coldfusionmx/runtime/wsconfig directory

I haven't installed on Red Hat, but my w2k (on top of IIS) install did not
create any Jrun directories, though there are Jrun services running.

-Craig



>>-Original Message-
>>From: Alexis Maldonado [mailto:[EMAIL PROTECTED]]
>>Sent: Thursday, July 25, 2002 5:00 PM
>>To: CF-Talk
>>Subject: RE: CFMX + Red Hat 7.3 + Apache 2.0.39 displays source..
>>
>>

>>
>>I did restart them both..
>>ARG..
>>still beautiful source code.
>>
>>On Thu, 2002-07-25 at 15:55, Craig Thomas wrote:
>>> did you remember to hiccup Apache, and CF?
>>>
>>> -Craig
>>>
>>> >>-Original Message-
>>> >>From: Alexis Maldonado [mailto:[EMAIL PROTECTED]]
>>> >>Sent: Thursday, July 25, 2002 4:42 PM
>>> >>To: CF-Talk
>>> >>Subject: Re: CFMX + Red Hat 7.3 + Apache 2.0.39 displays source..
>>> >>
>>> >>
>>> >>tried the hotfix.. still nothing..
>>> >>
>>> >>does the MX need Jrun in order to run?
>>> >>
>>> >>when i start CFMX it says...
>>> >>
>>> >>Jrun not started, will retry connector 12 more time(s)
>>> >>until it reaches 0 and then it says
>>> >>
>>> >>Coldfusion MX has been started.
>>> >>i go to http://localhost/cfide/administrator/index.cfm
>>> >>and i get source code..
>>> >>
>>> >>
>>> >>
>>> >>On Thu, 2002-07-25 at 14:53, [EMAIL PROTECTED] wrote:
>>> >>> You did grab the Apache 2.0.39 hotfix from macromedia's website
>>> >>and apply
>>> >>> it?
>>> >>>
>>> >>> http://www.macromedia.com/v1/handlers/index.cfm?ID=23162
>>> >>>
>>> >>> ~Todd
>>> >>>
>>> >>> On 25 Jul 2002, Alexis Maldonado wrote:
>>> >>>
>>> >>> > I have tried everything. Apache 1.39 ect.. The only one that
>>> >>works is CF
>>> >>> > 5.0 with the EAPI module..
>>> >>> >
>>> >>> > I thought that if i compiled 2.0.39 it would work but no. I
>>> >>Apache keeps
>>> >>> > displaying the code.
>>> >>> >
>>> >>> > What can i do? should i switch distributions?
>>> >>> >
>>> >>> >
>>> >>>
>>> >>
>>>
>>
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX + Red Hat 7.3 + Apache 2.0.39 displays source..

2002-07-25 Thread Craig Thomas

did you remember to hiccup Apache, and CF?

-Craig

>>-Original Message-
>>From: Alexis Maldonado [mailto:[EMAIL PROTECTED]]
>>Sent: Thursday, July 25, 2002 4:42 PM
>>To: CF-Talk
>>Subject: Re: CFMX + Red Hat 7.3 + Apache 2.0.39 displays source..
>>
>>
>>tried the hotfix.. still nothing..
>>
>>does the MX need Jrun in order to run?
>>
>>when i start CFMX it says...
>>
>>Jrun not started, will retry connector 12 more time(s)
>>until it reaches 0 and then it says
>>
>>Coldfusion MX has been started.
>>i go to http://localhost/cfide/administrator/index.cfm
>>and i get source code..
>>
>>
>>
>>On Thu, 2002-07-25 at 14:53, [EMAIL PROTECTED] wrote:
>>> You did grab the Apache 2.0.39 hotfix from macromedia's website 
>>and apply 
>>> it?
>>> 
>>> http://www.macromedia.com/v1/handlers/index.cfm?ID=23162
>>> 
>>> ~Todd
>>> 
>>> On 25 Jul 2002, Alexis Maldonado wrote:
>>> 
>>> > I have tried everything. Apache 1.39 ect.. The only one that 
>>works is CF
>>> > 5.0 with the EAPI module..
>>> > 
>>> > I thought that if i compiled 2.0.39 it would work but no. I 
>>Apache keeps
>>> > displaying the code.
>>> > 
>>> > What can i do? should i switch distributions?
>>> > 
>>> > 
>>> 
>>
__
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: CF MX & WebLogic

2002-07-24 Thread Craig Thomas

>>I don't believe CFMX for WebLogic has been announced.

Will be end of summer - September, I think.

-Craig

__
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 and WebServices - AxisFault faultCode ???

2002-07-18 Thread Craig Thomas

>>I would suggest not using queries in Web services. Convert your query to
>>an array of structs or something.

I'll bite.  Why?

-Craig
__
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: filesystem security (was: Idea Incubator - javax.imageio.Imag eReader)

2002-07-18 Thread Craig Thomas

it's such a good show, we all learn by osmosis!

>>-Original Message-----
>>From: Craig Thomas [mailto:[EMAIL PROTECTED]]
>>Sent: Thursday, July 18, 2002 9:27 PM
>>To: CF-Talk
>>Subject: RE: filesystem security (was: Idea Incubator -
>>javax.imageio.Imag eReader)
>>
>>
>>Well then, thank you both...as the show is always a great.
>>
>>
>>>>-Original Message-
>>>>From: Matt Liotta [mailto:[EMAIL PROTECTED]]
>>>>Sent: Thursday, July 18, 2002 9:14 PM
>>>>To: CF-Talk
>>>>Subject: RE: filesystem security (was: Idea Incubator -
>>>>javax.imageio.Imag eReader)
>>>>
>>>>
>>>>We always agree... we just pretend like we at each other's throats for
>>>>the entertainment of the list.
>>>>
>>>>Matt Liotta
>>>>President & CEO
>>>>Montara Software, Inc.
>>>>http://www.montarasoftware.com/
>>>>V: 415-577-8070
>>>>F: 415-341-8906
>>>>P: [EMAIL PROTECTED]
>>>>
>>>>> -Original Message-
>>>>> From: Craig Thomas [mailto:[EMAIL PROTECTED]]
>>>>> Sent: Thursday, July 18, 2002 6:15 PM
>>>>> To: CF-Talk
>>>>> Subject: RE: filesystem security (was: Idea Incubator -
>>>>javax.imageio.Imag
>>>>> eReader)
>>>>>
>>>>> Holy s$%# Batman!  did Dave and Matt just agree!?
>>>>>
>>>>>
>>>>> >>-Original Message-
>>>>> >>From: Matt Liotta [mailto:[EMAIL PROTECTED]]
>>>>> >>Sent: Thursday, July 18, 2002 7:39 PM
>>>>> >>To: CF-Talk
>>>>> >>Subject: RE: filesystem security (was: Idea Incubator -
>>>>> >>javax.imageio.Imag eReader)
>>>>> >>
>>>>> >>
>>>>> >>I certainly agree and have stated so in other threads. The virtual
>>>>> >>machine image concept is finally starting to go somewhere. It is now
>>>>> >>possible to easily host many different Linux images on the same
>>>>> >>hardware. IBM also offers this kind of setup on its mainframes.
>>>>> >>Although, the costs of hardware are making this setup less cost
>>>>> >>effective. For example, RLX makes a blade chassis that can
>>>>accommodate
>>>>> >>24 blades in 3 U of space. With each blade costing around $1500 a
>>>>piece,
>>>>> >>a rack full of blades is a much better deal than a mainframe.
>>>>> >>
>>>>> >>Matt Liotta
>>>>> >>President & CEO
>>>>> >>Montara Software, Inc.
>>>>> >>http://www.montarasoftware.com/
>>>>> >>V: 415-577-8070
>>>>> >>F: 415-341-8906
>>>>> >>P: [EMAIL PROTECTED]
>>>>> >>
>>>>> >>> -Original Message-
>>>>> >>> From: Dave Watts [mailto:[EMAIL PROTECTED]]
>>>>> >>> Sent: Thursday, July 18, 2002 4:38 PM
>>>>> >>> To: CF-Talk
>>>>> >>> Subject: RE: filesystem security (was: Idea Incubator -
>>>>> >>javax.imageio.Imag
>>>>> >>> eReader)
>>>>> >>>
>>>>> >>> > I think this brings up interesting security issues for
>>>>> >>> > virtual hosting companies. In this case, accessing files
>>>>> >>> > with IE would be done using the application server's user.
>>>>> >>> > Thus enabling all of the virtual users to see each other's
>>>>> >>> > files since there is only a single application server.
>>>>> >>>
>>>>> >>> Well, personally, I've always thought that secure shared hosting
>>>>was
>>>>> >>> always
>>>>> >>> pretty much a lost cause. I think that the only reasonably safe
>>>>> >>approach
>>>>> >>> is
>>>>> >>> to use virtual machines - something like VMware's GSX server, for
>>>>> >>example.
>>>>> >>> While Jochem's setup is probably safe enough for most people, I
>>>>doubt
>>>>> >>that
>>>>> >>> many shared hosting providers go to that extreme. It just seems
>>>>like
>>>>> >>too
>>>>> >>> much trouble to me, but maybe I'm just too lazy. And when you
>>>>start
>>>>> >>using
>>>>> >>> CF
>>>>> >>> in virtual machines, I suspect you might need one license for each
>>>>VM,
>>>>> >>> which
>>>>> >>> might be a bit expensive.
>>>>> >>>
>>>>> >>> I do remember the "old days", though, when a web server
>>>>administrator
>>>>> >>was
>>>>> >>> expected to read every CGI script to ensure that it didn't do
>>>>anything
>>>>> >>> bad.
>>>>> >>>
>>>>> >>> 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: filesystem security (was: Idea Incubator - javax.imageio.Imag eReader)

2002-07-18 Thread Craig Thomas

Well then, thank you both...as the show is always a great.  


>>-Original Message-
>>From: Matt Liotta [mailto:[EMAIL PROTECTED]]
>>Sent: Thursday, July 18, 2002 9:14 PM
>>To: CF-Talk
>>Subject: RE: filesystem security (was: Idea Incubator -
>>javax.imageio.Imag eReader)
>>
>>
>>We always agree... we just pretend like we at each other's throats for
>>the entertainment of the list.
>>
>>Matt Liotta
>>President & CEO
>>Montara Software, Inc.
>>http://www.montarasoftware.com/
>>V: 415-577-8070
>>F: 415-341-8906
>>P: [EMAIL PROTECTED]
>>
>>> -Original Message-
>>> From: Craig Thomas [mailto:[EMAIL PROTECTED]]
>>> Sent: Thursday, July 18, 2002 6:15 PM
>>> To: CF-Talk
>>> Subject: RE: filesystem security (was: Idea Incubator -
>>javax.imageio.Imag
>>> eReader)
>>> 
>>> Holy s$%# Batman!  did Dave and Matt just agree!?
>>> 
>>> 
>>> >>-Original Message-
>>> >>From: Matt Liotta [mailto:[EMAIL PROTECTED]]
>>> >>Sent: Thursday, July 18, 2002 7:39 PM
>>> >>To: CF-Talk
>>> >>Subject: RE: filesystem security (was: Idea Incubator -
>>> >>javax.imageio.Imag eReader)
>>> >>
>>> >>
>>> >>I certainly agree and have stated so in other threads. The virtual
>>> >>machine image concept is finally starting to go somewhere. It is now
>>> >>possible to easily host many different Linux images on the same
>>> >>hardware. IBM also offers this kind of setup on its mainframes.
>>> >>Although, the costs of hardware are making this setup less cost
>>> >>effective. For example, RLX makes a blade chassis that can
>>accommodate
>>> >>24 blades in 3 U of space. With each blade costing around $1500 a
>>piece,
>>> >>a rack full of blades is a much better deal than a mainframe.
>>> >>
>>> >>Matt Liotta
>>> >>President & CEO
>>> >>Montara Software, Inc.
>>> >>http://www.montarasoftware.com/
>>> >>V: 415-577-8070
>>> >>F: 415-341-8906
>>> >>P: [EMAIL PROTECTED]
>>> >>
>>> >>> -Original Message-
>>> >>> From: Dave Watts [mailto:[EMAIL PROTECTED]]
>>> >>> Sent: Thursday, July 18, 2002 4:38 PM
>>> >>> To: CF-Talk
>>> >>> Subject: RE: filesystem security (was: Idea Incubator -
>>> >>javax.imageio.Imag
>>> >>> eReader)
>>> >>>
>>> >>> > I think this brings up interesting security issues for
>>> >>> > virtual hosting companies. In this case, accessing files
>>> >>> > with IE would be done using the application server's user.
>>> >>> > Thus enabling all of the virtual users to see each other's
>>> >>> > files since there is only a single application server.
>>> >>>
>>> >>> Well, personally, I've always thought that secure shared hosting
>>was
>>> >>> always
>>> >>> pretty much a lost cause. I think that the only reasonably safe
>>> >>approach
>>> >>> is
>>> >>> to use virtual machines - something like VMware's GSX server, for
>>> >>example.
>>> >>> While Jochem's setup is probably safe enough for most people, I
>>doubt
>>> >>that
>>> >>> many shared hosting providers go to that extreme. It just seems
>>like
>>> >>too
>>> >>> much trouble to me, but maybe I'm just too lazy. And when you
>>start
>>> >>using
>>> >>> CF
>>> >>> in virtual machines, I suspect you might need one license for each
>>VM,
>>> >>> which
>>> >>> might be a bit expensive.
>>> >>>
>>> >>> I do remember the "old days", though, when a web server
>>administrator
>>> >>was
>>> >>> expected to read every CGI script to ensure that it didn't do
>>anything
>>> >>> bad.
>>> >>>
>>> >>> Dave Watts, CTO, Fig Leaf Software
>>> >>> http://www.figleaf.com/
>>> >>> voice: (202) 797-5496
>>> >>> fax: (202) 797-5444
>>> >>>
>>> >>
>>> 
>>
__
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: filesystem security (was: Idea Incubator - javax.imageio.Imag eReader)

2002-07-18 Thread Craig Thomas

Holy s$%# Batman!  did Dave and Matt just agree!?


>>-Original Message-
>>From: Matt Liotta [mailto:[EMAIL PROTECTED]]
>>Sent: Thursday, July 18, 2002 7:39 PM
>>To: CF-Talk
>>Subject: RE: filesystem security (was: Idea Incubator -
>>javax.imageio.Imag eReader)
>>
>>
>>I certainly agree and have stated so in other threads. The virtual
>>machine image concept is finally starting to go somewhere. It is now
>>possible to easily host many different Linux images on the same
>>hardware. IBM also offers this kind of setup on its mainframes.
>>Although, the costs of hardware are making this setup less cost
>>effective. For example, RLX makes a blade chassis that can accommodate
>>24 blades in 3 U of space. With each blade costing around $1500 a piece,
>>a rack full of blades is a much better deal than a mainframe.
>>
>>Matt Liotta
>>President & CEO
>>Montara Software, Inc.
>>http://www.montarasoftware.com/
>>V: 415-577-8070
>>F: 415-341-8906
>>P: [EMAIL PROTECTED]
>>
>>> -Original Message-
>>> From: Dave Watts [mailto:[EMAIL PROTECTED]]
>>> Sent: Thursday, July 18, 2002 4:38 PM
>>> To: CF-Talk
>>> Subject: RE: filesystem security (was: Idea Incubator -
>>javax.imageio.Imag
>>> eReader)
>>> 
>>> > I think this brings up interesting security issues for
>>> > virtual hosting companies. In this case, accessing files
>>> > with IE would be done using the application server's user.
>>> > Thus enabling all of the virtual users to see each other's
>>> > files since there is only a single application server.
>>> 
>>> Well, personally, I've always thought that secure shared hosting was
>>> always
>>> pretty much a lost cause. I think that the only reasonably safe
>>approach
>>> is
>>> to use virtual machines - something like VMware's GSX server, for
>>example.
>>> While Jochem's setup is probably safe enough for most people, I doubt
>>that
>>> many shared hosting providers go to that extreme. It just seems like
>>too
>>> much trouble to me, but maybe I'm just too lazy. And when you start
>>using
>>> CF
>>> in virtual machines, I suspect you might need one license for each VM,
>>> which
>>> might be a bit expensive.
>>> 
>>> I do remember the "old days", though, when a web server administrator
>>was
>>> expected to read every CGI script to ensure that it didn't do anything
>>> bad.
>>> 
>>> 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: multifunction anchor

2002-07-18 Thread Craig Thomas

>>It should work with IE and Netcrap.
>>
>>That is standard HTML 1.0


SHOULD being the operative word!

-Craig
__
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: including a file with a physical address

2002-07-18 Thread Craig Thomas

>>> how do I include a file in a page, that is above the web root
>>directory?

Set up a mapping in the admin.

Something like /myMapping/ mapped to C:\whatever\.  You can use the mapping
in your CF code [via ] like this:



where myFileName is in c:\whatever

you can even pass attributes to the file like it was a custom tag.



HTH

-Craig

__
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: Best way to resend undelvr-- USING CFMX

2002-07-18 Thread Craig Thomas

>>Note: There are several tags on the Developer exchange to do this for
>>you, but only work on 5.0 or earlier. The file formats and file naming
>>convention CFMX uses for the mail spool files is quite different than
>>earlier versions.

Does any one know how CFMX handles the mail spool/files?  I have found
nothing by way of docs.  Can some one point me in the right direction?

I am having trouble resending the contents of CFusionMX\Mail\UnDelivr. It
seems that moving the emails from \UnDelivr to \Spool no longer works. I can
move the files no problem, but CFMX never sends them out again [they just
hang out in \Spool] I have tried renaming the files, and the spool interval
is set to 15 seconds. Some of the emails have invalid addresses and what
have you, but shouldn't they at least get pumped back into
CFusionMX\Mail\UnDelivr?

We are running CFMX on w2kAdvServer and IIS5.

-Any help is greatly appreciated,

-Craig
 (I need some fresh air and a good cup of coffee).


__
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: Little Nervous

2002-07-17 Thread Craig Thomas

..don't say 'um' or 'a' when you need to pause and think for a minute, lest
you be confused with some one who does not know what they are talking about
;]

-Craig

>>-Original Message-
>>From: William H. Bowen [mailto:[EMAIL PROTECTED]]
>>Sent: Wednesday, July 17, 2002 3:46 PM
>>To: CF-Talk
>>Subject: Re: Little Nervous
>>
>>
>>First, break a leg!
>>
>>Second, don't talk too fast.
>>
>>Third, have fun with it!
>>
>>will
>>
>>
>>William H. Bowen
>>Webmaster
>>ALSTOM's T&D Energy Automation & Information Business
>>
>>"Your friendly neighborhood Webmaster"
>>
>>[EMAIL PROTECTED]
>>http://www.esca.com/
>>
>>425.739.3629 Voice
>>425.466.7016 Cell
>>425.739.3690 FAX
>>- Original Message -
>>From: "Bill Wheatley" <[EMAIL PROTECTED]>
>>To: "CF-Talk" <[EMAIL PROTECTED]>
>>Sent: Wednesday, July 17, 2002 11:04 AM
>>Subject: OT: Little Nervous
>>
>>
>>> I'm going to be doing a seminar tonight with a friend in Miami about
>>Macromedia MX line. I'll be doing CF and some of the other products and my
>>friend will be doing the remainder of the MX line for his graphics side of
>>it.
>>>
>>> And then after that I'm going to start teaching a CF class at the CADD
>>institute of Miami. So I'm a little nervous since this would be my first
>>paid group learning I will be doing. :) I already talked with
>>Adam C. about
>>his tips now anyone else have any other tips.
>>> Besides - Don't forget to zip your fly lol.
>>>
>>> Though I'm excited and I'm sure it will be great so we'll just have to
>>see!
>>>
>>> Bill Wheatley
>>> Senior Database Developer
>>> Macromedia Certified Advanced Coldfusion Developer
>>> EDIETS.COM
>>> 954.360.9022 X159
>>> ICQ 417645
>>>
>>>
>>
__
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: CGI.HTTP_REFERER

2002-07-08 Thread Craig Thomas

I currently use #CGI.HTTP_REFERER# to see the last page my user came
>>from, is there a way to look back 2 pages?
>>
>>Thanks!
>>Jim Vosika
<<

I have never done this, but the javascript object model has a history object
which has the info you would need to know.  Something like
window.history.go(-2) would be back 2 pages, other history.properties that
might interest you are: current, length, next and previous; and
history.methods: back(), forward(), go().

HTH

-Craig

__
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: Application vs Request........

2002-07-08 Thread Craig Thomas

>>> Such as datasources, tablenames,  table widths, colors ect.. There are
> probably 30-40 in all.
>
> Right now I set those as
> 
>  
> ect...<<

a little off topic, but...
if you are really concerned with performance, using cfscript to set 30-40
variables will be a bit (milliseconds) faster than using cfset (at least it
was prior to CFMX).

-Craig

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



RE: CFMX editors...

2002-07-06 Thread Craig Thomas

Studio 4.5.2 can be updated.  These links were posted by Todd.

-Craig

CFMX Tag Updaters:
http://www.macromedia.com/software/coldfusionstudio/productinfo/resources/ta
g_updaters/

CFMX Help:
http://download.macromedia.com/pub/homesite/updates/cfml_ref.zip

~Todd

>>-Original Message-
>>From: Brian Scandale [mailto:[EMAIL PROTECTED]]
>>Sent: Saturday, July 06, 2002 12:44 AM
>>To: CF-Talk
>>Subject: CFMX editors...
>>
>>
>>Curious as to what everyone is using now... It might save me a
>>bunch of time.
>>
>>I've been using CFStudio 4.5.2 but now that I've loaded CFMX onto
>>the development server I was wanting to use the new charting tags
>>etc and an editor that supported the help for the new tags...
>>
>>thanks,
>>Brian
>>
>>
>>
>>
__
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: coldfusionMX and postgresql

2002-07-05 Thread Craig Thomas

http://jochem.vandieten.net/coldfusion/postgresql/

this is a re-post from a list member (Jochem), I found very useful.  Search
the archives for more.

-Craig

>>-Original Message-
>>From: Brian Scandale [mailto:[EMAIL PROTECTED]]
>>Sent: Friday, July 05, 2002 7:16 PM
>>To: CF-Talk
>>Subject: coldfusionMX and postgresql
>>
>>
>>Having trouble getting coldfusion to access postgresql tables...
>>
>>Recall that in 5.0 I just needed to make an ODBC driver available...
>>
>>What are the steps to get it running in MX ?
>>Thanks,
>>Brian
>>
>>
__
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 sessions in CFMX ?

2002-07-02 Thread Craig Thomas

Is the jsessionid variable or the session.sessionid variable available to
java servlets (or both?).  I am confused.

-Craig

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



OT: Apache 2 book recommendations?

2002-06-14 Thread Craig Thomas

Hi there, any recommendations for good Apache 2 books?  

-Craig
__
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: CF Faxing

2002-06-05 Thread Craig Thomas

..whatever you do, I'd stay away from faxcube (I actually think they are
out of business)!  I had terrible problems with them loosing faxes.  We
ended up bagging faxing altogether and opted for emailing.  In our situation
we decided users could  always print the email, so faxing didn't seem to add
much value, just a lot lot lot of hassle for us.

-Craig

>>-Original Message-
>>From: Haggerty, Mike [mailto:[EMAIL PROTECTED]]
>>Sent: Wednesday, June 05, 2002 10:50 AM
>>To: CF-Talk
>>Subject: CF Faxing
>>
>>
>>I am working on a solution that would allow users to receive information
>>from the Web site via Fax.
>>
>>Does anyone have experience integrating CF sites with Fax services? Are
>>there any providers you can recommend?
>>
>>Thanks,
>>M
>>
>>
__
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: Help Please - Having trouble with cferror

2002-05-24 Thread Craig Thomas

>>
Your code is most likely throwing an exception error, after which no CFML
can be processed. There are multiple error types which may be thrown
(exception, request, monitor and some other I can't remember).

Though you did not say it, I bet your  tag is getting processed some
times (like when a request error is thrown),  leading you to believe the
code in the error template is buggy.<<

Sorry, I wrote that wrong, reverse 'exception' and 'request'.I meant to
write:

Your code is most likely throwing a request error, after which no CFML
can be processed. There are multiple error types which may be thrown
(exception, request, monitor and validation).

Though you did not say it, I bet your  tag is getting processed some
times (like when a exception error is thrown),  leading you to believe the
code in the error template is buggy.


-Craig (I'm glad it's Friday afternoon).


__
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: Help Please - Having trouble with cferror

2002-05-24 Thread Craig Thomas

Your code is most likely throwing an exception error, after which no CFML
can be processed. There are multiple error types which may be thrown
(exception, request, monitor and some other I can't remember).

Though you did not say it, I bet your  tag is getting processed some
times (like when a request error is thrown),  leading you to believe the
code in the error template is buggy.

Use multiple error handling templates (in your application.cfm), something
like this:







Forta's CF5 WACK book covers this in detail- HTH.

-Craig

__
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: Reading only part of a really big text file...

2002-05-21 Thread Craig Thomas

>>
I guess analyze for patterns would be the best description.  Basically just
wanted to do text searches for key phrases.<<

Couldn't you make a verity collection of the log file? You wouldn't be using
, but it may get at the info you want.

-Craig


__
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: mySQL vs. Access or MSDE

2002-05-21 Thread Craig Thomas

>>> Anyone have a feeling about the Microsoft Data Engine, which
> is supposed to be a limited connection version of SQL that
> can upscale to SQL very easily rather than Access?

It is SQL Server, essentially, with some minor limitations. I've worked with
it quite a bit, and like it for use instead of Access.<<

I (mistakenly?) understood it only worked in a 'desktop' environment,
running in the background of, say a VB app.  Is that wrong?

-Craig Thomas


__
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: Basic SQL Question

2002-05-21 Thread Craig Thomas

Could be the value in date/time field is  ""  or  " " (instead of NULL).  

-Craig


__
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: mySQL vs. Access

2002-05-21 Thread Craig Thomas

>>If we're talking SMALL small and software licencing is a concern, then
Access will do the job as well<<

What type of licensing concern would dictate Access over mySql?  

I would use mySql over access any day.  

-Craig Thomas


__
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: Slightly OT: Change a stylsheet class via JavaScript?

2002-05-20 Thread Craig Thomas

Is your form validation done in CF or JS?  

-Craig


__
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: Get date/time from browser?

2002-05-16 Thread Craig Thomas

>>Kina like a dateformat/timeformat for javascript? Or maybe a datepart?<<

a mask? like yourDate(yy,mm,dd,hh,mm,ss).

take a look at this:

http://developer.netscape.com/viewsource/goodman_dateobject.html  for an
explanation of the Date object in javascript.


-Craig Thomas


__
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: Get date/time from browser?

2002-05-16 Thread Craig Thomas

>>Hello all,
We have clients in many different time zones, and we would like to find an
easy way to get the local time from the browser rather than querying a
time_zone table every time or setting a session variable.  Almost like a
reverse cfheader where we get info from the browser instead of sending it.
Any ideas?  Thanks.
Ryan<<

Hi, maybe I am missing part of your requirements, but this seems like a
perfect place for javascript, no?


document.write(Date()+".")


-Craig Thomas

__
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: [admin] List status - A CHALLENGE

2002-05-15 Thread Craig Thomas

how about Montana...during the day "reasonable speed"you ever been to
montana?  at night 55.


__
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: Can this be done?

2002-05-15 Thread Craig Thomas

>>I was wondering if there is a way automatically using a table to do the
following and if so, how?<<

I have used (something like) the following to get how ever many columns I
want columns.

x = number of columns desired;






  //could be loop

YOUR CONTENT HERE



//that would make this loop
count













-Craig

__
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: [admin] List status

2002-05-15 Thread Craig Thomas

The paypal link is:

https:[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: [admin] List status

2002-05-15 Thread Craig Thomas

Ever hear of Verity?


__
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: Automatic Read Locking in CF5

2002-05-14 Thread Craig Thomas

>>Is it ok to use CF5's "Automatic read locking" for application/session
scoped variables, provided that I manually lock any shared scope variable
"cfset" statements?<<

Yes.  Your server will have more to process so it will process it all a
little more slowly, but it works great.  I have tried both ways (on dev box)
and noticed no significant difference in speed.  Though, I lock all my reads
manually for portability's (shared hosts) sake.

-Craig


__
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: [admin] List status

2002-05-14 Thread Craig Thomas

>>I will donate a machine contact me off list to see if it meets your
standards :-)

Tony Gruen<<

DITO

Craig Thomas


__
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: [admin] List status

2002-05-14 Thread Craig Thomas

>>Can you say "MySQL?"<<

or postGre?  why spend thousands when all we need is a machine?

  


__
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: Reg Expression for IPs

2002-05-14 Thread Craig Thomas

Treat the ip addresses like lists with "." as a delimiter.

-Craig Thomas


__
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: Form.FIELDNAME - error!!!!

2002-05-09 Thread Craig Thomas

>>


Am I setting my variable to the two words seperated by a period,
query.column? or to a variable query.column?
<<

The first.  If you wanted to set myVar to a variable query.column, don't use
quotes.  (Either way, the period should be a _ or some such.)


SO,


myVar = the string "query_column"


sets the variable variables.myVar to some other variable, namely,
query_column if it exists and throws an error if it doesn't.

-Craig Thomas


__
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: Do I need to lock around queries?

2002-05-06 Thread Craig Thomas

>>And if it is not an application scope variable, what is its scope? <<

Declaring a variable in you application template does NOT create an
application scoped var unless you set it like this:


 it is available in the variable
scope.


If you set it like this:

 it is available in the variable scope.



-Craig Thomas


__
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: Project/File control App

2002-05-02 Thread Craig Thomas

I have no idea if it's fuse box (?),  www.codecoop.com or,  VSS from MS.

-Craig Thomas






__
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: cfinclude passing multiple params

2002-05-01 Thread Craig Thomas

I think he meant "Turn your included file into a custom tag".  

-Craig Thomas

__
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: HTML cfmail question

2002-05-01 Thread Craig Thomas

Also remember to use absolute links as opposed to relative.

-Craig Thomas

__
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: HTML cfmail question

2002-05-01 Thread Craig Thomas

You need (should) use well formed html for HTML email clients to render the
HTML correctly.  As with different browser's, different email clients may or
may not compensate for mal-formed HTML.

-Craig Thomas


__
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: Distributing self-contained CFMX apps

2002-05-01 Thread Craig Thomas

>>AFAIK, JRun is the Web Appliication server, the Standalone web server is 
used in lieu of a web server such as IIS, Apache, etc.  As such, the 
standalone server serves html.

Dick<<

What is 'AFAIK'?

-Craig Thomas


__
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: Distributing self-contained CFMX apps

2002-05-01 Thread Craig Thomas

>>Yeah, but self-contained apps would require one license per app, as
opposed to one application server running multiple apps.<<

Very good point.  

-Craig


__
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: Distributing self-contained CFMX apps

2002-05-01 Thread Craig Thomas

>>
The only downside being that the CFMX license will make the cost of the
software prohibitive. Imagine tacking on thousands of dollars to the price
of your development.
<<

Wouldn't 'cost prohibitive' depend on the client?  If they are running their
own server (or even using a dedicated host) they have to purchase CFMX
anyway, so self contained CFMX apps is not only possible, it is more cost
effective for the client as their IT personnel will only need to install
once.

-Craig Thomas


__
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: Distributing self-contained CFMX apps

2002-05-01 Thread Craig Thomas

Is the stand alone CFMX server using some one else's web server, or does the
embedded JRun server act as a web server? Can it serve .htm(l) pages?

-Craig Thomas


__
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: CFDJ subscription

2002-05-01 Thread Craig Thomas

1-800-513-7111

-Craig Thomas


__
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: states -> counties -> zip codes database?

2002-05-01 Thread Craig Thomas

>Bump, can anyone help me out with this? This has to be a common question.


> > Anyone know of an updated database as mentioned in the
> subject line -
> > preferably one that stores the relationships between counties
> > -> zip codes?

http://www.usps.com/search97cgi/s97_cgi?action=View&VdkVgwKey=http%3A%2F%2Fw
ww%2Eusps%2Ecom%2Ffoia%2Freadroom%2Fzipcodedir%2Ehtm&DocOffset=4&DocsFound=4
23&QueryZip=zip+codes&Collection=external&&HLNavigate=off

The USPS can help you out, for a fee of course.  I do not know of any FREE
versions of the same thing.

-Craig Thomas





__
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: Calculating Taxes (at least not CFMX topic :)

2002-04-30 Thread Craig Thomas

Not an answer to you questions or what you want to hear, but (FYI) the tax
rate is not a state wide law, but varies within different counties in each
state.

-Craig Thomas

-Original Message-
From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 30, 2002 1:03 PM
To: CF-Talk
Subject: OT: Calculating Taxes (at least not CFMX topic :)


I tried to ask this one awhile back without a response... hopefully someone
will have an answer for me (or at least direct me in the right direction).

We are trying to cover our international market allowing companies in
Australia, Canada, Europe ect.. to use our shopping cart system.  We have
been trying to figure out the best most "generic" way to setup our taxing
structures.

For the United States, it is pretty simple, does the product offer taxing or
not?  and if so, what state and what is the tax rate for that state (not
perfect but currently it works for most companies). So State_tax X Total
Cart = Tax Charge

Now if the retailer is in Australia or Canada we get into HST/GST/PST type
taxes ...how do you compute those various types of taxes ... Then there is
the VAT?  Is it similar to US tax?

My last question would be what is a flat tax, I have seen that around, but
is it just what it says, ...example: $10.00 flat tax no matter how much your
cart total is?  Or is the flat tax added on to the other taxes?

Many questions and if anyone has any knowledge that they would like to
share, by all means ..Share and I appreciate it!

Paul Giesenhagen
QuillDesign
http://www.quilldesign.com
SiteDirector - Commerce Builder


__
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 performance (was RE: CF MX)

2002-04-29 Thread Craig Thomas

nope...that's a waxie I think.

-Original Message-
From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 29, 2002 1:44 PM
To: CF-Talk
Subject: RE: CFMX performance (was RE: CF MX)


ok  I'll bite - what's a "stall muffin"  that's not the little white
thingys in the urinal is it?   (yuck!)

-Original Message-
From: Bill Wheatley [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 29, 2002 12:23 PM
To: CF-Talk
Subject: RE: CFMX performance (was RE: CF MX)


because its how they get their jollys ;) dont mind them just be ready to
throw stall muffins at them


Bill Wheatley
Senior Database Developer
Ediets.com
Macromedia Certified Coldfusion Developer
954.360.9022 X159

-Original Message-
From: Matthew R. Small [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 29, 2002 1:27 PM
To: CF-Talk
Subject: RE: CFMX performance (was RE: CF MX)


Crap, can't people just answer a question on this list without flaming?







-Original Message-
From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 29, 2002 12:52 PM
To: CF-Talk
Subject: RE: CFMX performance (was RE: CF MX)

>  Which features are so essential that I need to
> upgrade?

Nothing is ESSENTIAL... But the speed increase, the programming
flexibility, the extra functionality all add up

If you were going to stick with items which weren't essential, then
you'd still be using a Pentium 100, using IE3 and NS2, running Windows
95, 16Mb RAM and have a 2Gb hard disk - the upgrades in processor,
browser, OS, memory and HD aren't ESSENTIAL, but they add an awful lot -
it's the same with server software

Are you telling me that your sites couldn't be improved by an average of
2x CF speed? Let alone the UDFs and QaQ?

You might as well run a P100 as your web server... It does the job, not
as quickly as a PIII, but then again, if speed isn't essential...


How are your Betamax video recorder and your black and white TV?


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

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

An ISO9001 registered company.

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






__
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



IIS 5 to Apache

2002-04-29 Thread Craig Thomas

Hi there,

We are running w2k, IIS 5 and CF 5 and I would like to change the web server
to Apache.  Has any one done this?  know of any problems or things I should
/shouldn't do?

Any help is appreciated,

Thanks

-Craig Thomas

__
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



dot notation

2002-04-24 Thread Craig Thomas

Hi.  Can someone tell me if creating variable names like 'vis.someThing' or
'varibales.vis.someThing' or 'session.vis.someThing' is permissible (or a
good/bad idea)?  how about with a custom tag i.e.: caller.vis.something /
arrtibutes.vis.something and ?

-Craig Thomas

__
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: Custom Error Templates

2002-04-24 Thread Craig Thomas

I understand that it is only called when an error is thrown using try/catch.
I was asking if it works (once called) like other CF templates?  Thanks
-Craig

-Original Message-
From: Pascal Peters [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 24, 2002 9:12 AM
To: CF-Talk
Subject: RE: Custom Error Templates


NO. It is only called when an error is thrown, but before any other
error handling mechanism.

-Original Message-
From: Craig Thomas [mailto:[EMAIL PROTECTED]]
Sent: dinsdag 24 december 2002 15:08
To: CF-Talk
Subject: RE: Custom Error Templates


sounds like the monitor template is just another CF template?.

-Original Message-
From: Pascal Peters [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 24, 2002 8:52 AM
To: CF-Talk
Subject: RE: Custom Error Templates


Validation: when you use ColdFusion Server Side validation on a form and
you have a validation error.

Monitor: This is not an error type. The template defined for this type
will be called before any other error processing is done (including
cftry/cfcatch). After the exucution of the monitor template, the code
will continue executing (the error is rethrown) and the normal error
handlers will be called (for example your ).
It is used for logging errors when doing try/catch.

-Original Message-
From: Craig Thomas [mailto:[EMAIL PROTECTED]]
Sent: woensdag 24 april 2002 14:51
To: CF-Talk
Subject: RE: Custom Error Templates


Pascal, when are monitor or validation error's thrown and what are they?

-Craig Thomas

-Original Message-
From: Pascal Peters [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 24, 2002 2:59 AM
To: CF-Talk
Subject: RE: Custom Error Templates


You have 4 types of CFERROR tags: request, validation, exception and
monitor. The error pages called by request & validation don't execute
the cfml, except the references to error scope variables (only the
reference #error.myvar#, not a  around them). For exception &
monitor, you can use normal cfm templates.

Pascal Peters
Certified ColdFusion Advanced Developer
Macromedia Certified Instructor
LR Technologies
Av. E. De Mot, 19
1000 BRUSSELS, BELGIUM
Tel: +32 2 639 68 70
Fax: +32 2 639 68 99
Email: [EMAIL PROTECTED]
Web: www.lrt.be


-Original Message-
From: Wallick, Mike [mailto:[EMAIL PROTECTED]]
Sent: dinsdag 23 april 2002 21:21
To: CF-Talk
Subject: RE: Custom Error Templates


Then why does it work sometimes?

I found that the CFML in my error template works fine, unless the error
is a "Request Timed Out" error.

Mike

-Original Message-
From: Matthew R. Small [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 23, 2002 2:24 PM
To: CF-Talk
Subject: RE: Custom Error Templates


No, you can't.  What happens if you have an error in the error page?


- Matt


-Original Message-
From: Wallick, Mike [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 23, 2002 3:13 PM
To: CF-Talk
Subject: Custom Error Templates

Hey all.

I'm using  to define a custom request error template and I'm
having some strange issues:

Naturally, I want the error page to look like the rest of the site (I
like consistency). So I made the error template with the same colors,
style stuff, etc. as the rest of the site. Here's the problem:

Intermittently, the error page ignores any CFML tags, variables, etc.
that I placed in it. The only variables that evaluate consistently are
the #error.# variables. When I view the source, I can see some CFML
code.

What gives? Can't I use CFML in an error template?



 Mike Wallick
 Web Application Developer
 [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>
 651.628.5377
 http://www.securecomputing.com
<http://www.securecomputing.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: Custom Error Templates

2002-04-24 Thread Craig Thomas

sounds like the monitor template is just another CF template?.

-Original Message-
From: Pascal Peters [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 24, 2002 8:52 AM
To: CF-Talk
Subject: RE: Custom Error Templates


Validation: when you use ColdFusion Server Side validation on a form and
you have a validation error.

Monitor: This is not an error type. The template defined for this type
will be called before any other error processing is done (including
cftry/cfcatch). After the exucution of the monitor template, the code
will continue executing (the error is rethrown) and the normal error
handlers will be called (for example your ).
It is used for logging errors when doing try/catch.

-Original Message-
From: Craig Thomas [mailto:[EMAIL PROTECTED]]
Sent: woensdag 24 april 2002 14:51
To: CF-Talk
Subject: RE: Custom Error Templates


Pascal, when are monitor or validation error's thrown and what are they?

-Craig Thomas

-Original Message-
From: Pascal Peters [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 24, 2002 2:59 AM
To: CF-Talk
Subject: RE: Custom Error Templates


You have 4 types of CFERROR tags: request, validation, exception and
monitor. The error pages called by request & validation don't execute
the cfml, except the references to error scope variables (only the
reference #error.myvar#, not a  around them). For exception &
monitor, you can use normal cfm templates.

Pascal Peters
Certified ColdFusion Advanced Developer
Macromedia Certified Instructor
LR Technologies
Av. E. De Mot, 19
1000 BRUSSELS, BELGIUM
Tel: +32 2 639 68 70
Fax: +32 2 639 68 99
Email: [EMAIL PROTECTED]
Web: www.lrt.be


-Original Message-
From: Wallick, Mike [mailto:[EMAIL PROTECTED]]
Sent: dinsdag 23 april 2002 21:21
To: CF-Talk
Subject: RE: Custom Error Templates


Then why does it work sometimes?

I found that the CFML in my error template works fine, unless the error
is a "Request Timed Out" error.

Mike

-Original Message-
From: Matthew R. Small [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 23, 2002 2:24 PM
To: CF-Talk
Subject: RE: Custom Error Templates


No, you can't.  What happens if you have an error in the error page?


- Matt


-Original Message-
From: Wallick, Mike [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 23, 2002 3:13 PM
To: CF-Talk
Subject: Custom Error Templates

Hey all.

I'm using  to define a custom request error template and I'm
having some strange issues:

Naturally, I want the error page to look like the rest of the site (I
like consistency). So I made the error template with the same colors,
style stuff, etc. as the rest of the site. Here's the problem:

Intermittently, the error page ignores any CFML tags, variables, etc.
that I placed in it. The only variables that evaluate consistently are
the #error.# variables. When I view the source, I can see some CFML
code.

What gives? Can't I use CFML in an error template?



 Mike Wallick
 Web Application Developer
 [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>
 651.628.5377
 http://www.securecomputing.com
<http://www.securecomputing.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: Custom Error Templates

2002-04-24 Thread Craig Thomas

Pascal, when are monitor or validation error's thrown and what are they?

-Craig Thomas

-Original Message-
From: Pascal Peters [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 24, 2002 2:59 AM
To: CF-Talk
Subject: RE: Custom Error Templates


You have 4 types of CFERROR tags: request, validation, exception and
monitor. The error pages called by request & validation don't execute
the cfml, except the references to error scope variables (only the
reference #error.myvar#, not a  around them). For exception &
monitor, you can use normal cfm templates.

Pascal Peters
Certified ColdFusion Advanced Developer
Macromedia Certified Instructor
LR Technologies
Av. E. De Mot, 19
1000 BRUSSELS, BELGIUM
Tel: +32 2 639 68 70
Fax: +32 2 639 68 99
Email: [EMAIL PROTECTED]
Web: www.lrt.be


-Original Message-
From: Wallick, Mike [mailto:[EMAIL PROTECTED]] 
Sent: dinsdag 23 april 2002 21:21
To: CF-Talk
Subject: RE: Custom Error Templates


Then why does it work sometimes?

I found that the CFML in my error template works fine, unless the error
is a "Request Timed Out" error.

Mike

-Original Message-
From: Matthew R. Small [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, April 23, 2002 2:24 PM
To: CF-Talk
Subject: RE: Custom Error Templates


No, you can't.  What happens if you have an error in the error page?  


- Matt


-Original Message-
From: Wallick, Mike [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, April 23, 2002 3:13 PM
To: CF-Talk
Subject: Custom Error Templates

Hey all.
 
I'm using  to define a custom request error template and I'm
having some strange issues:
 
Naturally, I want the error page to look like the rest of the site (I
like consistency). So I made the error template with the same colors,
style stuff, etc. as the rest of the site. Here's the problem:
 
Intermittently, the error page ignores any CFML tags, variables, etc.
that I placed in it. The only variables that evaluate consistently are
the #error.# variables. When I view the source, I can see some CFML
code.
 
What gives? Can't I use CFML in an error template?
 


 Mike Wallick   
 Web Application Developer  
 [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>   
 651.628.5377   
 http://www.securecomputing.com
<http://www.securecomputing.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: Custom Error Templates

2002-04-23 Thread Craig Thomas

Hi.  Your results are 'intermittent'' because when a 'request' error is
thrown, your template can only use #error.# vars and cannot contain CFML
code (you can view your CFML code because no CF processing takes place.).
When an 'exception' error is thrown your  templates can contain CFML code.
Try using two  tags, one for request errors and one to call
exception errors.

-Craig Thomas


-Original Message-
From: Wallick, Mike [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 23, 2002 3:13 PM
To: CF-Talk
Subject: Custom Error Templates


Hey all.

I'm using  to define a custom request error template and I'm having
some strange issues:

Naturally, I want the error page to look like the rest of the site (I like
consistency). So I made the error template with the same colors, style
stuff, etc. as the rest of the site. Here's the problem:

Intermittently, the error page ignores any CFML tags, variables, etc. that I
placed in it. The only variables that evaluate consistently are the #error.#
variables. When I view the source, I can see some CFML code.

What gives? Can't I use CFML in an error template?



 Mike Wallick
 Web Application Developer
 [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>
 651.628.5377
 http://www.securecomputing.com <http://www.securecomputing.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



  1   2   >