Norton Personal Firewall ? problem with sessions?

2002-09-23 Thread Michael Kear

We're trying to pin down the cause of a problem that's preventing some of our users 
getting access to a pay area of our site.

We're setting a session in the .asp-built shop then passing them to the ColdFusion 
section and setting up a session, which will identify them to the CF Server when they 
travel around the site, and grant them appropriate access based on their status with 
us. 

However some people who are using Norton Personal Firewall are being denied access to 
the ColdFusion parts of the site, even though they're granted access to the .asp parts 
of the site.

Has anyone else experienced this?Does .asp set up sessions differently to the way 
CF does it?  Is there something about Norton Personal Firewall that requires us to set 
up our CF sessions differently?Anyone have any thoughts as to what might be 
causing this?


For the record,  we're setting up both client and session management (we're going to 
delete one of them when we finally button this problem down) and storing client vars 
in the SQL7 database.  It's all on a single server box so we dont need domain cookies 
set. (Do we?)


The application tag is as follows:

.cfapplication name=CFcalcs
 clientmanagement=Yes
 sessionmanagement=Yes
 setclientcookies=Yes
 sessiontimeout=#CreateTimeSpan(0,1,0,0)#
 clientstorage=CFClientVariables

Cheers
Mike Kear
Windsor, NSW, Australia
AFP Webworks.


__
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



Add Column to Query...

2002-09-23 Thread Brian Scandale

How do I go about adding a column to a query dataset? 

For example I want to concatenate two columns together as a third column and 
then group output by that third column... with cfoutput query=SomeQuery 
Group=third column

I know I can do this with the proper SQL SELECT statement, However, 
I want to do this POST querying the database... not from within the SELECT statement.

Ok, off to bed. I'll look again in the morning. Thanks!

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



Re: Add Column to Query...

2002-09-23 Thread Jochem van Dieten

Brian Scandale wrote:
 How do I go about adding a column to a query dataset? 

QueryAddColumn()?

Jochem

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



RE: forced user to access https page

2002-09-23 Thread Mak Wing Lok

how to get CGI.HTTPS? is not one of the variable i can get from CF / apache

makwl

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 2:11 PM
To: '[EMAIL PROTECTED]'
Cc: '[EMAIL PROTECTED]'
Subject: RE: forced user to access https page


 how can i force my users to access HTTPS pages on my CF 
 application even they type HTTP at the URL address on 
 the browser? example if user type http://www.myapp.com 
 i want to redirect them to https://www.myapp.com taht 
 including all the CF pages they access, should i do 
 something on the apache server setting or should i put 
 some coding on the CF pages??

You can just put something like this in your Application.cfm file:

cfif not Len(CGI.HTTPS)
cfset myurl = CGI.SERVER_NAME  CGI.SCRIPT_NAME
cfif Len(CGI.QUERY_STRING)
cfset myurl = myurl  ?  CGI.QUERY_STRING
/cfif
cflocation url=https://#myurl#;
/cfif

Alternatively, there's probably some way to do this in Apache, too. I'd look
at the Redirect directive. I wouldn't be surprised if something like this
worked:

Redirect / https://www.myapp.com/

http://www.lists.aldigital.co.uk/apache-ssl/msg03385.html

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

: dream :: design :: develop :
MXDC 02 :: Join us at this all day conference for 
designers  developers to learn tips, tricks, best 
practices and more for the entire Macromedia MX suite.

September 28, 2002  ::  http://www.mxdc02.com/
(Register today, seats are limited!)
::


__
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: Connection reset error

2002-09-23 Thread Kevan . Windle

Don't know if this will help. I had this same problem connecting to Oracle.
It turned out the the timeout settings for that datasource on CFAdmin were
both set to 0 , instead of what seesm to be the default:
Timeout(min) 20 and Interval(min) 7
When I set them to this the problem went away.  


-Original Message-
From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]]
Sent: 19 September 2002 18:33
To: CF-Talk
Subject: RE: Connection reset error


Ben,

I don't have any help for you on this, but I'm getting it too - on a CFMX
install - WinXP pro, Apache to a remote (not on the same network) SQL 7
server. I don't get it quite that often, but I get it on the first request
after an arbitrary amount of time has elapsed. I haven't worried about it
because none of my Win2k or Linux boxes have this problem - I assumed it was
specific to XP.

-mk

-Original Message-
From: Ben Densmore [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 19, 2002 11:38 AM
To: CF-Talk
Subject: Connection reset error


Hey everyone,
 I posted this problem a while back but never got an answer really. Has
anyone else been getting this error? I took this straight out of my
application.log file.

Error Executing Database Query.[Macromedia][SQLServer JDBC
Driver]Connection reset by peer: JVM_recv in socket input stream read
The specific sequence of files included or processed is:

We are using Sql Server 7, does anyone know if maybe there is some kind
of update for SQL Server 7 that may help solve this? I can't find any
reference to this error on MM's site anywhere. I really need to solve
this so I can convince my company to upgrade to MX. I have tried on
Linux using Apache, Win XP on IIS, Win 2000 Server using the newest
version of VisNetic Website and always get this connection reset every
few minutes or so when trying to get results from a database.

Thanks,
Ben

Ben Densmore
Web Developer
eSupport.com,Inc.
1538 Turnpike St.
North Andover, MA 01845

Phone: (978) 686-6468 x333
Email: [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



Email validation

2002-09-23 Thread david

Hi List

Does anybody have a fullproof server side email validation script.
Perhaps a RE?

Thanks in advance

Dave

__
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: Email validation

2002-09-23 Thread Robertson-Ravo, Neil (REC)

www.cflib.org is guaranteed to have a UDF for this... though there are loads
of tags n scripts for doing it yourself.

Neil




-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 23 September 2002 10:50
To: CF-Talk
Subject: Email validation


Hi List

Does anybody have a fullproof server side email validation script.
Perhaps a RE?

Thanks in advance

Dave


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



Finding number of occurences of a field in a list.

2002-09-23 Thread Adams, Stephen

**
WESTMINSTER CITY COUNCIL
Please refer to the disclaimer beneath this message
**

Hello,

How can I find out how many occurences there are of a field in the list
FORM.fieldnames.  This is so I can use this number as a count in a loop.

Thanks


**
Westminster City Council switchboard: 
+44 20 7641 6000
**
This E-Mail may contain information which is 
privileged, confidential and protected from 
disclosure.  If you are not the intended recipient 
of this E-mail or any part of it, please telephone 
Westminster City Council immediately on receipt.
You should not disclose the contents to any other 
person or take copies.
**

__
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: Finding number of occurences of a field in a list.

2002-09-23 Thread Mike Townend

Have a look at ListValueCountNoCase() and ListValueCount()

HTH



-Original Message-
From: Adams, Stephen [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 23, 2002 11:53
To: CF-Talk
Subject: Finding number of occurences of a field in a list.


**
WESTMINSTER CITY COUNCIL
Please refer to the disclaimer beneath this message
**

Hello,

How can I find out how many occurences there are of a field in the list
FORM.fieldnames.  This is so I can use this number as a count in a loop.

Thanks


**
Westminster City Council switchboard: 
+44 20 7641 6000
**
This E-Mail may contain information which is 
privileged, confidential and protected from 
disclosure.  If you are not the intended recipient 
of this E-mail or any part of it, please telephone 
Westminster City Council immediately on receipt.
You should not disclose the contents to any other 
person or take copies.
**


__
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: Regex help, again

2002-09-23 Thread Gyrus

- Original Message -
From: Ian Lurie [EMAIL PROTECTED]
 Sorry to bug you again, but can you do a quick sanity check? I think this
 one works:

 h[^h]*h[0-9]
---

Wouldn't that run into problems with h in text inside the tags? I suppose
it'd have to be immediately followed by a number - and I guess (1) unless
you're on MX you run into the greedy regex matching problem again, and (2)
if you're on MX wouldn't Matthew's example work anyways?

- Gyrus


- [EMAIL PROTECTED]
work: http://www.tengai.co.uk
play: http://www.norlonto.net
- PGP key available


__
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: Finding number of occurences of a field in a list.

2002-09-23 Thread Adams, Stephen

**
WESTMINSTER CITY COUNCIL
Please refer to the disclaimer beneath this message
**

Thanks, should have looked further through the reference book.



-Original Message-
From: Mike Townend [mailto:[EMAIL PROTECTED]]
Sent: 23 September 2002 12:00
To: CF-Talk
Subject: RE: Finding number of occurences of a field in a list.


Have a look at ListValueCountNoCase() and ListValueCount()

HTH



-Original Message-
From: Adams, Stephen [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 23, 2002 11:53
To: CF-Talk
Subject: Finding number of occurences of a field in a list.


**
WESTMINSTER CITY COUNCIL
Please refer to the disclaimer beneath this message
**

Hello,

How can I find out how many occurences there are of a field in the list
FORM.fieldnames.  This is so I can use this number as a count in a loop.

Thanks


**
Westminster City Council switchboard: 
+44 20 7641 6000
**
This E-Mail may contain information which is 
privileged, confidential and protected from 
disclosure.  If you are not the intended recipient 
of this E-mail or any part of it, please telephone 
Westminster City Council immediately on receipt.
You should not disclose the contents to any other 
person or take copies.
**



__
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: Regex help, again

2002-09-23 Thread I-Lin Kuo

Try

(h[0-9])(([^]|[^/]|/[^h]|/h[^0-9])*)/\1 

hnum
--- Ian Lurie [EMAIL PROTECTED] wrote:
 Yep, that's the problem.
 
 This works great if all I have to do is grab the
 first element:
 
 h[0-9] [^]*
 
 But I actually need what's between the hnum and
 /hnum and it DOES
 include HTML.
 
 Sigh...
 
 -Original Message-
 From: Matthew Walker
 [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, September 22, 2002 10:26 PM
 To: CF-Talk
 Subject: RE: Regex help, again
 
 
 I'm guessing that you actually want h(anynum)(any
 text
 here)/h(anynum) ?
 
 You could use h[0-9]([^]*)/h[0-9] but that
 would only work where
 there are no HTML tags between the h tags.
 
 
 
 
  -Original Message-
  From: Ian Lurie
 [mailto:[EMAIL PROTECTED]]
  Sent: Monday, 23 September 2002 5:15 p.m.
  To: CF-Talk
  Subject: Regex help, again
 
 
  I'm trying to pull all h(anynum)(any text
 here)/h.
 
  I've got: h[0-9] but can't seem to get the
 wildcard to work
  so that I can
  grab the entire element.
 
  Any ideas?
 
  Ian
 
 
 


__
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: forced user to access https page

2002-09-23 Thread Tony Weeg

hi there.

check to see if the variable cgi.CERT_SECRETKEYSIZE
is defined, if it isthe person is viewing your site over and https
connection, if its not, redirect them to the secure url, https://

cfif isDefined(cgi.CERT_SECRETKEYSIZE) and
IsNumeric(#cgi.CERT_SECRETKEYSIZE#)

cfelse
cflocation url=https://www.mySecureurl.com
/cfif

hth

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: Mak Wing Lok [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, September 22, 2002 10:46 PM
To: CF-Talk
Subject: forced user to access https page


how can i force my users to access HTTPS pages on my CF application even
they type HTTP at the URL address on the browser?
example if user type http://www.myapp.com i want to redirect them to
https://www.myapp.com
taht including all the CF pages they access, should i do something on
the
apache server setting or should i put some coding on the CF pages??




__
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 5 Pro vs Enterprise

2002-09-23 Thread Everett, Al

 From: Sean A Corfield [mailto:[EMAIL PROTECTED]]
  What does CF5 Enterprise have that Pro doesn't?
 
 http://www.macromedia.com/software/coldfusion/productinfo/feat
 ures_by_edition/#300

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



RE: WHYYYYY!!!!!!

2002-09-23 Thread S . Isaac Dealey

 no, but ill try that.

 +++ im trying now. ++

 not lookin good...its a shared server
 environment, experthost.com. can they block
 locking capabilities?

No, they can't disable the cflock tag...

 i havent used locks on session vars, havent
 needed to, and having never formally learned
 cf, not really 100% down with the thought
 process behind locking session var setting...

 any good books on that topic?

Not whole books, but there's a really good article on www.depressedpress.com
Depending on who you talk to, cflock was either a feature or a kludge to
overcome a weakness in versions of the cf-server prior to MX. The issue goes
something like this: variable session.x is available to a given person at
any point during a session, however, multiple pages or processes may attempt
to read/write session.x more or less simultaneously ( this happens more
often with frames because they're loading at the same time, thus creating a
tighter race condition ). So what happens if page x is trying to set
session.x while page y is trying to read session.y or worse, 2 pages are
trying to set it at the same time? If you're lucky nothing especially
horrible. Often it may cause the memory where session.x is stored to become
corrupted, resulting in bad pointers, etc. wherein person x is provided with
the session.x variable from person y's session or worse, the whole server
just takes a nose dive because it doesn't know what's what in it's volatile
memory.

 +

 now back to the issueits the setting
 of the cookie var that is buggin

 now, the interesting part, is that this is
 the setting of a cookie var called FinalRegisteredLive
 which is already set, however now it needs
 to be set with new data contained in it, am i
 seeing that i have to make the value of it (nothing)
 and then, reset it to a new value? or shouldnt
 i be able to rewrite the value with the cfset?

Yea, I'd try using cfset cookie.x = blah and see if that helps any ...

Isaac
Certified Advanced ColdFusion 5 Developer

www.turnkey.to
954-776-0046

__
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: Resource for upgrading errors on going from coldfusion 5 to CFMx

2002-09-23 Thread Declan Maher

Can anybody point to a resouces for figuring out why errors are occuring
in the upgrade from cf5 to CFMX?


e.g. the evaluate function
The Error Occurred in
D:\dev.nobleenergy-nepat.com\www_root\input\newscardaction.cfm: line 58
 
56 :/cfif
57 : WHERE prospects_id = #evaluate(form.prospects_id)#
58 : /cfquery
59 :/cfif
60 : 


eg. the valuelist function

he Error Occurred in
D:\dev.nobleenergy-nepat.com\www_root\schedule\add1.cfm: line 360
 
358 : 
359 :   trtdnbsp;/td/tr
360 :   cfset list_stage=ValueList(Stage.showtypeid)
361 :   

 
regards,
declan



 





__
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 tag or Javascipt script for client_side date confirm

2002-09-23 Thread Chris Lofback

I wrote a JavaScript library called FormValidation.js to handle this sort of
thing (as well as several other form validation needs).  See
http://66.0.48.14/js/ for basic documentation and code.  There are a couple
ways to approach this, but the library has a JS equivalent to the CF
DateCompare function so you could write a function something like this:

function doCheckDates() {
if
(dateCompare(document.MyForm.DateA.value,document.MyForm.DateB.value) == 1)
{
return confirm('Date A should be before Date B. Continue?');
}
}

The library will parse most standard (non-European) date formats and is
backward compatible to NS4 and IE4.

Chris Lofback
Sr. Web Developer

TRX Integration
28051 US 19 N., Ste. C
Clearwater, FL  33761
www.trxi.com


 -Original Message-
 From: Michael E. Carluen [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, September 21, 2002 5:21 PM
 To: CF-Talk
 Subject: Custom tag or Javascipt script for client_side date confirm
 
 
 I was wondering if anyone knows of an available custom tag or 
 a javascipt script that will compare 2 form date values... if 
 date A is later than date B,  display a javascipt confirm 
 window whether or not to proceed with the submission of the form.
 
 Any help will be appreciated.
 
 Michael
 
__
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: Resource for upgrading errors on going from coldfusion 5 to CFMx

2002-09-23 Thread Joe Eugene

huh.. i havent seen this so far... Upgrade/clean install of cmfx?

btw
its advisable to do #form[prospects_id]#

Joe

- Original Message -
From: Declan Maher [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 23, 2002 9:00 AM
Subject: RE: Resource for upgrading errors on going from coldfusion 5 to
CFMx


 Can anybody point to a resouces for figuring out why errors are occuring
 in the upgrade from cf5 to CFMX?


 e.g. the evaluate function
 The Error Occurred in
 D:\dev.nobleenergy-nepat.com\www_root\input\newscardaction.cfm: line 58

 56 : /cfif
 57 : WHERE prospects_id = #evaluate(form.prospects_id)#
 58 : /cfquery
 59 : /cfif
 60 :


 eg. the valuelist function

 he Error Occurred in
 D:\dev.nobleenergy-nepat.com\www_root\schedule\add1.cfm: line 360

 358 :
 359 : trtdnbsp;/td/tr
 360 : cfset list_stage=ValueList(Stage.showtypeid)
 361 :


 regards,
 declan









 
__
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



file uploading

2002-09-23 Thread Chris Edwards

On very slow connections, my file upload script breaks.  It says the file is
uploaded, but in reality it isn't and continues on its way.  I do a
fileexits check on it and it passes...  Does anyone have an suggestions or
some solid file upload code?

Thanks.

--
Chris Edwards
Web Application Developer
Outer Banks Internet, Inc.
252-441-6698
[EMAIL PROTECTED]
http://www.OuterBanksInternet.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



HELP!!!!! Error message on live sites and can't figure out.

2002-09-23 Thread Phillip B

I just started getting this error on almost all my sites. It just started with no real 
reason over the weekend and I just found out about it. Even the ColdFusion 
Administrators Application.cfm file is giving errors. Any idea's? Since the CF Admin's 
App.cfm file is botched, do I need to reinstall?

Error Occurred While Processing Request
  Error Diagnostic Information
  Just in time compilation error 

  unknown parser error 

  The last successfully parsed CFML construct was a CFAPPLICATION tag occupying 
document position (18:1) to (18:14). 

  The specific sequence of files included or processed is:
  D:\inetpub\wwwroot\trackermarine\Application.cfm  


  Date/Time: 09/23/02 09:51:30
  Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
  Remote Address: 12.14.224.43
 





Phillip Broussard
http://www.fillworks.com/
http://www.loungeroyale.com/

001010101011001010101101
101000100010110100101101
Decoder Ring (http://www.loungeroyale.com/experiences/coderring/)



__
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: Secure...controlled in CF?

2002-09-23 Thread Alex

What is the site doing? What does controlling https within CF mean?

On Sun, 22 Sep 2002, SFN Development wrote:

 Howdy Listmembers,
 I have just picked up working on a site that is controlling https within CF
 (whether to use their cert or not). This is new to me, can anyone point me
 to a resource to get me started on this? I have been poking around my books
 and online this weekend but haven't run across anything conclusive.

 Any input is appreciated.

 Tony Gruen




 
__
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: HELP!!!!! Error message on live sites and can't figure out.

2002-09-23 Thread Adrian Lynch

Something's wrong in ya Application.cfm file

Ade

-Original Message-
From: Phillip B [mailto:[EMAIL PROTECTED]]
Sent: 23 September 2002 14:57
To: CF-Talk
Subject: HELP! Error message on live sites and can't figure out.


I just started getting this error on almost all my sites. It just started
with no real reason over the weekend and I just found out about it. Even the
ColdFusion Administrators Application.cfm file is giving errors. Any idea's?
Since the CF Admin's App.cfm file is botched, do I need to reinstall?

Error Occurred While Processing Request
  Error Diagnostic Information
  Just in time compilation error 

  unknown parser error 

  The last successfully parsed CFML construct was a CFAPPLICATION tag
occupying document position (18:1) to (18:14). 

  The specific sequence of files included or processed is:
  D:\inetpub\wwwroot\trackermarine\Application.cfm  


  Date/Time: 09/23/02 09:51:30
  Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
  Remote Address: 12.14.224.43
 





Phillip Broussard
http://www.fillworks.com/
http://www.loungeroyale.com/

001010101011001010101101
101000100010110100101101
Decoder Ring (http://www.loungeroyale.com/experiences/coderring/)




__
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



cflocking de-mystified (was RE: WHYYYYY!!!!!!)

2002-09-23 Thread Tony Weeg

my man, My Man!
thank you dave.

that's probably the funniest thing I have read this morning
and the most informative email I have gotten in a long time
in regards to locking (kinda wish I'd made it to the locking
session last year @ devcon)

but anyway, it makes sense, plain and well done.

thank you!

ps...i implemented this into my code @ my office @ my real
job this morning, and things are humming along

now, I guess my next question would be, is the cflock timeout
sort of an arbitrary guess as to what would be a good amount of time?
I mean, how long are the lock timeouts on the heaviest hit
cf pages set for? whats a good number?

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 23, 2002 1:52 AM
To: CF-Talk
Subject: RE: WHY!!


 i havent used locks on session vars, havent
 needed to, and having never formally learned
 cf, not really 100% down with the thought
 process behind locking session var setting...

The thought process is very simple. If you're running CF 5 or earlier,
and
you're using session variables, and you don't lock them, bad things will
happen. Memory variables can be accessed by concurrent requests, and CF
doesn't handle that well, by default. While you might not think session
variables would be used by concurrent requests, there are many possible
cases in which more than one request from the same user might be running
concurrently.

 any good books on that topic?

A book would be overkill, just for this topic. If you're using CF 5 or
earlier, just follow these simple rules:

1. Dvery time you put Session, Application or Server in your code,
use
CFLOCK around it.

2. If you're using any version of CF which supports the SCOPE attribute
(4.5+, I think), use that with your CFLOCK tags around memory variables.

3. If you're reading a memory variable, use TYPE=READONLY in your
CFLOCK;
if you may change the variable's value, use TYPE=EXCLUSIVE.

4. There is no rule 4.

5. Reread rule 1.

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

: dream :: design :: develop :
MXDC 02 :: Join us at this all day conference for 
designers  developers to learn tips, tricks, best 
practices and more for the entire Macromedia MX suite.

September 28, 2002  ::  http://www.mxdc02.com/
(Register today, seats are limited!)
::


__
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: Secure...controlled in CF?

2002-09-23 Thread Tony Weeg

tony,

take a look at the email that I sent to 
Mak Wing Lok in regards to forcing https
if there is a cert present on the current
connection.

it is a start :)

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: Alex [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 23, 2002 9:54 AM
To: CF-Talk
Subject: Re: Secure...controlled in CF?


What is the site doing? What does controlling https within CF mean?

On Sun, 22 Sep 2002, SFN Development wrote:

 Howdy Listmembers,
 I have just picked up working on a site that is controlling https
within CF
 (whether to use their cert or not). This is new to me, can anyone
point me
 to a resource to get me started on this? I have been poking around my
books
 and online this weekend but haven't run across anything conclusive.

 Any input is appreciated.

 Tony Gruen




 

__
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: HELP!!!!! Error message on live sites and can't figure out.

2002-09-23 Thread Phillip B

Thats the problem. None of the Application.cfm files have been touched in a
few months. I even checked the modified date and the haven't changed either.
I looked at the code and it all looks fine. Plus, I can't edit the
ColdFusion Administrator Application.cfm file because its been encrypted and
it too has stoped working.

Phillip Broussard
http://www.fillworks.com/
http://www.loungeroyale.com/

001010101011001010101101
101000100010110100101101
Decoder Ring (http://www.loungeroyale.com/experiences/coderring/)


- Original Message -
From: Adrian Lynch [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 23, 2002 8:54 AM
Subject: RE: HELP! Error message on live sites and can't figure out.


 Something's wrong in ya Application.cfm file

 Ade

 -Original Message-
 From: Phillip B [mailto:[EMAIL PROTECTED]]
 Sent: 23 September 2002 14:57
 To: CF-Talk
 Subject: HELP! Error message on live sites and can't figure out.


 I just started getting this error on almost all my sites. It just started
 with no real reason over the weekend and I just found out about it. Even
the
 ColdFusion Administrators Application.cfm file is giving errors. Any
idea's?
 Since the CF Admin's App.cfm file is botched, do I need to reinstall?

 Error Occurred While Processing Request
   Error Diagnostic Information
   Just in time compilation error

   unknown parser error

   The last successfully parsed CFML construct was a CFAPPLICATION tag
 occupying document position (18:1) to (18:14).

   The specific sequence of files included or processed is:
   D:\inetpub\wwwroot\trackermarine\Application.cfm


   Date/Time: 09/23/02 09:51:30
   Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
   Remote Address: 12.14.224.43






 Phillip Broussard
 http://www.fillworks.com/
 http://www.loungeroyale.com/

 001010101011001010101101
 101000100010110100101101
 Decoder Ring (http://www.loungeroyale.com/experiences/coderring/)




 
__
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: HELP!!!!! Error message on live sites and can't figure out.

2002-09-23 Thread Adrian Lynch

Let's have a look at your App.cfm files then. Have you upgraded recently?

-Original Message-
From: Phillip B [mailto:[EMAIL PROTECTED]]
Sent: 23 September 2002 15:04
To: CF-Talk
Subject: Re: HELP! Error message on live sites and can't figure out.


Thats the problem. None of the Application.cfm files have been touched in a
few months. I even checked the modified date and the haven't changed either.
I looked at the code and it all looks fine. Plus, I can't edit the
ColdFusion Administrator Application.cfm file because its been encrypted and
it too has stoped working.

Phillip Broussard
http://www.fillworks.com/
http://www.loungeroyale.com/

001010101011001010101101
101000100010110100101101
Decoder Ring (http://www.loungeroyale.com/experiences/coderring/)


- Original Message -
From: Adrian Lynch [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 23, 2002 8:54 AM
Subject: RE: HELP! Error message on live sites and can't figure out.


 Something's wrong in ya Application.cfm file

 Ade

 -Original Message-
 From: Phillip B [mailto:[EMAIL PROTECTED]]
 Sent: 23 September 2002 14:57
 To: CF-Talk
 Subject: HELP! Error message on live sites and can't figure out.


 I just started getting this error on almost all my sites. It just started
 with no real reason over the weekend and I just found out about it. Even
the
 ColdFusion Administrators Application.cfm file is giving errors. Any
idea's?
 Since the CF Admin's App.cfm file is botched, do I need to reinstall?

 Error Occurred While Processing Request
   Error Diagnostic Information
   Just in time compilation error

   unknown parser error

   The last successfully parsed CFML construct was a CFAPPLICATION tag
 occupying document position (18:1) to (18:14).

   The specific sequence of files included or processed is:
   D:\inetpub\wwwroot\trackermarine\Application.cfm


   Date/Time: 09/23/02 09:51:30
   Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
   Remote Address: 12.14.224.43






 Phillip Broussard
 http://www.fillworks.com/
 http://www.loungeroyale.com/

 001010101011001010101101
 101000100010110100101101
 Decoder Ring (http://www.loungeroyale.com/experiences/coderring/)




 

__
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



Com Object Error

2002-09-23 Thread Brook

I get this error when using any com object with CFMX. It was working on our 
dev server and now the site is live and the payment processing is failing. 
Lovely. Anybody know what causes this? I ran the CFMX updater today also.

An exception occurred when instantiating a Com object.

The cause of this exception was that: AutomationException:
0x80070005 - General access denied error.

Brook


__
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



Sorta OT:Posting One Site Inside Another

2002-09-23 Thread Mark Leder

A client wants to be able to offer the ability to post his site INSIDE
an organization's members-only password protected area (outputting
everything between HTML/HTML).  As an example, say I launch a
browser window going to Macromedis's homepage; below the flash banner I
would pull in MSN.com (the entire page).

Here's the problem: If the organization had their site written in CF, I
could use CFHTTP.  But this ability needs to be cross-platform (ie,
posting my client's CF pages inside ASP, JSP, etc.)

[A clickable hyperlink to my client's content, launching a new browser
window) was originally discussed - however the organizations wanting to
buy this site content doesn't want people leaving their member's only
area for any reason - this would be a deal-killer]

Is there a way to do this?  How would I package the my client's site so
that others can pick it up and insert it inside their site.  Would it be
XML? WDDX?  I really don't know where to begin with this one.  Are there
some reference books, sites, tutorials that are recommended?

Hopefully this description is clear.

Thanks,
Mark

__
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: Regex help, again

2002-09-23 Thread Alex

CFSET b=some stuff first h3Middle of message /h3 stuff ending
cfoutput#b#/cfoutput

cfset a=reReplaceNoCase(b,.*h[0-9][^]*(.*)/h[0-9].*,\1)
CFOUTPUT#a#/CFOUTPUT


On Mon, 23 Sep 2002, I-Lin Kuo wrote:

 Try

 (h[0-9])(([^]|[^/]|/[^h]|/h[^0-9])*)/\1

 hnum
 --- Ian Lurie [EMAIL PROTECTED] wrote:
  Yep, that's the problem.
 
  This works great if all I have to do is grab the
  first element:
 
  h[0-9] [^]*
 
  But I actually need what's between the hnum and
  /hnum and it DOES
  include HTML.
 
  Sigh...
 
  -Original Message-
  From: Matthew Walker
  [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, September 22, 2002 10:26 PM
  To: CF-Talk
  Subject: RE: Regex help, again
 
 
  I'm guessing that you actually want h(anynum)(any
  text
  here)/h(anynum) ?
 
  You could use h[0-9]([^]*)/h[0-9] but that
  would only work where
  there are no HTML tags between the h tags.
 
 
 
 
   -Original Message-
   From: Ian Lurie
  [mailto:[EMAIL PROTECTED]]
   Sent: Monday, 23 September 2002 5:15 p.m.
   To: CF-Talk
   Subject: Regex help, again
  
  
   I'm trying to pull all h(anynum)(any text
  here)/h.
  
   I've got: h[0-9] but can't seem to get the
  wildcard to work
   so that I can
   grab the entire element.
  
   Any ideas?
  
   Ian
  
  
 
 

 
__
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: Sorta OT:Posting One Site Inside Another

2002-09-23 Thread Alex

what about a frame?

On Mon, 23 Sep 2002, Mark Leder wrote:

 A client wants to be able to offer the ability to post his site INSIDE
 an organization's members-only password protected area (outputting
 everything between HTML/HTML).  As an example, say I launch a
 browser window going to Macromedis's homepage; below the flash banner I
 would pull in MSN.com (the entire page).

 Here's the problem: If the organization had their site written in CF, I
 could use CFHTTP.  But this ability needs to be cross-platform (ie,
 posting my client's CF pages inside ASP, JSP, etc.)

 [A clickable hyperlink to my client's content, launching a new browser
 window) was originally discussed - however the organizations wanting to
 buy this site content doesn't want people leaving their member's only
 area for any reason - this would be a deal-killer]

 Is there a way to do this?  How would I package the my client's site so
 that others can pick it up and insert it inside their site.  Would it be
 XML? WDDX?  I really don't know where to begin with this one.  Are there
 some reference books, sites, tutorials that are recommended?

 Hopefully this description is clear.

 Thanks,
 Mark

 
__
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!!!!! Error message on live sites and can't figure out.

2002-09-23 Thread Phillip B

I'm running CF 5. I havent upgraded anything on it since I intalled it. I
did some extra checking and it looks like any code I try to use that is
coldfusion wont work. I even tried this.

cfset hi = hi

cfoutput#hi#/cfoutput

And I got this as a response.

Just in time compilation error

unknown parser error

The last successfully parsed CFML construct was a CFSET tag occupying
document position (1:1) to (1:6).

Man this sucks!!!


Phillip Broussard
http://www.fillworks.com/
http://www.loungeroyale.com/

001010101011001010101101
101000100010110100101101
Decoder Ring (http://www.loungeroyale.com/experiences/coderring/)


- Original Message -
From: Adrian Lynch [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 23, 2002 9:01 AM
Subject: RE: HELP! Error message on live sites and can't figure out.


 Let's have a look at your App.cfm files then. Have you upgraded recently?

 -Original Message-
 From: Phillip B [mailto:[EMAIL PROTECTED]]
 Sent: 23 September 2002 15:04
 To: CF-Talk
 Subject: Re: HELP! Error message on live sites and can't figure out.


 Thats the problem. None of the Application.cfm files have been touched in
a
 few months. I even checked the modified date and the haven't changed
either.
 I looked at the code and it all looks fine. Plus, I can't edit the
 ColdFusion Administrator Application.cfm file because its been encrypted
and
 it too has stoped working.

 Phillip Broussard
 http://www.fillworks.com/
 http://www.loungeroyale.com/

 001010101011001010101101
 101000100010110100101101
 Decoder Ring (http://www.loungeroyale.com/experiences/coderring/)


 - Original Message -
 From: Adrian Lynch [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Monday, September 23, 2002 8:54 AM
 Subject: RE: HELP! Error message on live sites and can't figure out.


  Something's wrong in ya Application.cfm file
 
  Ade
 
  -Original Message-
  From: Phillip B [mailto:[EMAIL PROTECTED]]
  Sent: 23 September 2002 14:57
  To: CF-Talk
  Subject: HELP! Error message on live sites and can't figure out.
 
 
  I just started getting this error on almost all my sites. It just
started
  with no real reason over the weekend and I just found out about it. Even
 the
  ColdFusion Administrators Application.cfm file is giving errors. Any
 idea's?
  Since the CF Admin's App.cfm file is botched, do I need to reinstall?
 
  Error Occurred While Processing Request
Error Diagnostic Information
Just in time compilation error
 
unknown parser error
 
The last successfully parsed CFML construct was a CFAPPLICATION
tag
  occupying document position (18:1) to (18:14).
 
The specific sequence of files included or processed is:
D:\inetpub\wwwroot\trackermarine\Application.cfm
 
 
Date/Time: 09/23/02 09:51:30
Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Remote Address: 12.14.224.43
 
 
 
 
 
 
  Phillip Broussard
  http://www.fillworks.com/
  http://www.loungeroyale.com/
 
  001010101011001010101101
  101000100010110100101101
  Decoder Ring (http://www.loungeroyale.com/experiences/coderring/)
 
 
 
 
 

 
__
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!!!!! Error message on live sites and can't figure out.

2002-09-23 Thread Andy Ousterhout

Have you tried restarting CF App Server?

-Original Message-
From: Phillip B [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 9:22 AM
To: CF-Talk
Subject: Re: HELP! Error message on live sites and can't figure out.


I'm running CF 5. I havent upgraded anything on it since I intalled it. I
did some extra checking and it looks like any code I try to use that is
coldfusion wont work. I even tried this.

cfset hi = hi

cfoutput#hi#/cfoutput

And I got this as a response.

Just in time compilation error

unknown parser error

The last successfully parsed CFML construct was a CFSET tag occupying
document position (1:1) to (1:6).

Man this sucks!!!


Phillip Broussard
http://www.fillworks.com/
http://www.loungeroyale.com/

001010101011001010101101
101000100010110100101101
Decoder Ring (http://www.loungeroyale.com/experiences/coderring/)


- Original Message -
From: Adrian Lynch [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 23, 2002 9:01 AM
Subject: RE: HELP! Error message on live sites and can't figure out.


 Let's have a look at your App.cfm files then. Have you upgraded recently?

 -Original Message-
 From: Phillip B [mailto:[EMAIL PROTECTED]]
 Sent: 23 September 2002 15:04
 To: CF-Talk
 Subject: Re: HELP! Error message on live sites and can't figure out.


 Thats the problem. None of the Application.cfm files have been touched in
a
 few months. I even checked the modified date and the haven't changed
either.
 I looked at the code and it all looks fine. Plus, I can't edit the
 ColdFusion Administrator Application.cfm file because its been encrypted
and
 it too has stoped working.

 Phillip Broussard
 http://www.fillworks.com/
 http://www.loungeroyale.com/

 001010101011001010101101
 101000100010110100101101
 Decoder Ring (http://www.loungeroyale.com/experiences/coderring/)


 - Original Message -
 From: Adrian Lynch [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Monday, September 23, 2002 8:54 AM
 Subject: RE: HELP! Error message on live sites and can't figure out.


  Something's wrong in ya Application.cfm file
 
  Ade
 
  -Original Message-
  From: Phillip B [mailto:[EMAIL PROTECTED]]
  Sent: 23 September 2002 14:57
  To: CF-Talk
  Subject: HELP! Error message on live sites and can't figure out.
 
 
  I just started getting this error on almost all my sites. It just
started
  with no real reason over the weekend and I just found out about it. Even
 the
  ColdFusion Administrators Application.cfm file is giving errors. Any
 idea's?
  Since the CF Admin's App.cfm file is botched, do I need to reinstall?
 
  Error Occurred While Processing Request
Error Diagnostic Information
Just in time compilation error
 
unknown parser error
 
The last successfully parsed CFML construct was a CFAPPLICATION
tag
  occupying document position (18:1) to (18:14).
 
The specific sequence of files included or processed is:
D:\inetpub\wwwroot\trackermarine\Application.cfm
 
 
Date/Time: 09/23/02 09:51:30
Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Remote Address: 12.14.224.43
 
 
 
 
 
 
  Phillip Broussard
  http://www.fillworks.com/
  http://www.loungeroyale.com/
 
  001010101011001010101101
  101000100010110100101101
  Decoder Ring (http://www.loungeroyale.com/experiences/coderring/)
 
 
 
 
 



__
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!!!!! Error message on live sites and can't figure out.

2002-09-23 Thread Phillip B

So I'm freaking out and didn't think of restarting ColdFusion. Hey it's
Monday ; ) So I restart it and everythings seemsfine now. Is this just one
of those things that just happenes with ColdFusion or should I keep looking
for a cause?


Phillip Broussard
http://www.fillworks.com/
http://www.loungeroyale.com/

001010101011001010101101
101000100010110100101101
Decoder Ring (http://www.loungeroyale.com/experiences/coderring/)


- Original Message -
From: Adrian Lynch [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 23, 2002 9:01 AM
Subject: RE: HELP! Error message on live sites and can't figure out.


 Let's have a look at your App.cfm files then. Have you upgraded recently?

 -Original Message-
 From: Phillip B [mailto:[EMAIL PROTECTED]]
 Sent: 23 September 2002 15:04
 To: CF-Talk
 Subject: Re: HELP! Error message on live sites and can't figure out.


 Thats the problem. None of the Application.cfm files have been touched in
a
 few months. I even checked the modified date and the haven't changed
either.
 I looked at the code and it all looks fine. Plus, I can't edit the
 ColdFusion Administrator Application.cfm file because its been encrypted
and
 it too has stoped working.

 Phillip Broussard
 http://www.fillworks.com/
 http://www.loungeroyale.com/

 001010101011001010101101
 101000100010110100101101
 Decoder Ring (http://www.loungeroyale.com/experiences/coderring/)


 - Original Message -
 From: Adrian Lynch [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Monday, September 23, 2002 8:54 AM
 Subject: RE: HELP! Error message on live sites and can't figure out.


  Something's wrong in ya Application.cfm file
 
  Ade
 
  -Original Message-
  From: Phillip B [mailto:[EMAIL PROTECTED]]
  Sent: 23 September 2002 14:57
  To: CF-Talk
  Subject: HELP! Error message on live sites and can't figure out.
 
 
  I just started getting this error on almost all my sites. It just
started
  with no real reason over the weekend and I just found out about it. Even
 the
  ColdFusion Administrators Application.cfm file is giving errors. Any
 idea's?
  Since the CF Admin's App.cfm file is botched, do I need to reinstall?
 
  Error Occurred While Processing Request
Error Diagnostic Information
Just in time compilation error
 
unknown parser error
 
The last successfully parsed CFML construct was a CFAPPLICATION
tag
  occupying document position (18:1) to (18:14).
 
The specific sequence of files included or processed is:
D:\inetpub\wwwroot\trackermarine\Application.cfm
 
 
Date/Time: 09/23/02 09:51:30
Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Remote Address: 12.14.224.43
 
 
 
 
 
 
  Phillip Broussard
  http://www.fillworks.com/
  http://www.loungeroyale.com/
 
  001010101011001010101101
  101000100010110100101101
  Decoder Ring (http://www.loungeroyale.com/experiences/coderring/)
 
 
 
 
 

 
__
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: Sorta OT:Posting One Site Inside Another

2002-09-23 Thread Mark Leder

I probably will not have control over the site layout or functionality
of the purchasing organization's site.

Thanks,
Mark


-Original Message-
From: Alex [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 23, 2002 10:12 AM
To: CF-Talk
Subject: Re: Sorta OT:Posting One Site Inside Another


what about a frame?

On Mon, 23 Sep 2002, Mark Leder wrote:

 A client wants to be able to offer the ability to post his site INSIDE

 an organization's members-only password protected area (outputting 
 everything between HTML/HTML).  As an example, say I launch a 
 browser window going to Macromedis's homepage; below the flash banner 
 I would pull in MSN.com (the entire page).

 Here's the problem: If the organization had their site written in CF, 
 I could use CFHTTP.  But this ability needs to be cross-platform (ie, 
 posting my client's CF pages inside ASP, JSP, etc.)

 [A clickable hyperlink to my client's content, launching a new browser
 window) was originally discussed - however the organizations wanting 
 to buy this site content doesn't want people leaving their member's 
 only area for any reason - this would be a deal-killer]

 Is there a way to do this?  How would I package the my client's site 
 so that others can pick it up and insert it inside their site.  Would 
 it be XML? WDDX?  I really don't know where to begin with this one.  
 Are there some reference books, sites, tutorials that are recommended?

 Hopefully this description is clear.

 Thanks,
 Mark

 

__
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!!!!! Error message on live sites and can't figure out.

2002-09-23 Thread Adrian Lynch

It's because you have a 0 where you should have a 1 in your email footer :O|

Row 1, 2nd from the left.

Change it, restart CF and everything should be dandy, no no, don't thank me
:O)

-Original Message-
From: Phillip B [mailto:[EMAIL PROTECTED]]
Sent: 23 September 2002 15:26
To: CF-Talk
Subject: Re: HELP! Error message on live sites and can't figure out.


So I'm freaking out and didn't think of restarting ColdFusion. Hey it's
Monday ; ) So I restart it and everythings seemsfine now. Is this just one
of those things that just happenes with ColdFusion or should I keep looking
for a cause?


Phillip Broussard
http://www.fillworks.com/
http://www.loungeroyale.com/

001010101011001010101101
101000100010110100101101
Decoder Ring (http://www.loungeroyale.com/experiences/coderring/)


- Original Message -
From: Adrian Lynch [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 23, 2002 9:01 AM
Subject: RE: HELP! Error message on live sites and can't figure out.


 Let's have a look at your App.cfm files then. Have you upgraded recently?

 -Original Message-
 From: Phillip B [mailto:[EMAIL PROTECTED]]
 Sent: 23 September 2002 15:04
 To: CF-Talk
 Subject: Re: HELP! Error message on live sites and can't figure out.


 Thats the problem. None of the Application.cfm files have been touched in
a
 few months. I even checked the modified date and the haven't changed
either.
 I looked at the code and it all looks fine. Plus, I can't edit the
 ColdFusion Administrator Application.cfm file because its been encrypted
and
 it too has stoped working.

 Phillip Broussard
 http://www.fillworks.com/
 http://www.loungeroyale.com/

 001010101011001010101101
 101000100010110100101101
 Decoder Ring (http://www.loungeroyale.com/experiences/coderring/)


 - Original Message -
 From: Adrian Lynch [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Monday, September 23, 2002 8:54 AM
 Subject: RE: HELP! Error message on live sites and can't figure out.


  Something's wrong in ya Application.cfm file
 
  Ade
 
  -Original Message-
  From: Phillip B [mailto:[EMAIL PROTECTED]]
  Sent: 23 September 2002 14:57
  To: CF-Talk
  Subject: HELP! Error message on live sites and can't figure out.
 
 
  I just started getting this error on almost all my sites. It just
started
  with no real reason over the weekend and I just found out about it. Even
 the
  ColdFusion Administrators Application.cfm file is giving errors. Any
 idea's?
  Since the CF Admin's App.cfm file is botched, do I need to reinstall?
 
  Error Occurred While Processing Request
Error Diagnostic Information
Just in time compilation error
 
unknown parser error
 
The last successfully parsed CFML construct was a CFAPPLICATION
tag
  occupying document position (18:1) to (18:14).
 
The specific sequence of files included or processed is:
D:\inetpub\wwwroot\trackermarine\Application.cfm
 
 
Date/Time: 09/23/02 09:51:30
Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Remote Address: 12.14.224.43
 
 
 
 
 
 
  Phillip Broussard
  http://www.fillworks.com/
  http://www.loungeroyale.com/
 
  001010101011001010101101
  101000100010110100101101
  Decoder Ring (http://www.loungeroyale.com/experiences/coderring/)
 
 
 
 
 

 

__
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!!!!! Error message on live sites and can't figure out.

2002-09-23 Thread Jochem van Dieten

Quoting Phillip B [EMAIL PROTECTED]:
 
 So I'm freaking out and didn't think of restarting ColdFusion. Hey
 it's Monday ; ) So I restart it and everythings seemsfine now. Is this
 just one of those things that just happenes with ColdFusion or should
 I keep looking for a cause?

My first suspicion would be unlocked shared scope vars. What are your 
settings for automatic locking in the CF Administrator?

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



RE: cflocking de-mystified (was RE: WHYYYYY!!!!!!)

2002-09-23 Thread Dave Watts

 now, I guess my next question would be, is the cflock 
 timeout sort of an arbitrary guess as to what would be 
 a good amount of time? I mean, how long are the lock 
 timeouts on the heaviest hit cf pages set for? whats 
 a good number?

42.

Seriously, the number will depend on what you're doing inside the lock, and
how critical it is to wait for that lock as opposed to cancelling the
request. Just remember that the timeout specifies how long CF will wait to
execute that lock, not how long it'll hold the lock. That is, if CF has to
wait because another request is using the lock, the timeout is how long CF
will wait.

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

: dream :: design :: develop :
MXDC 02 :: Join us at this all day conference for 
designers  developers to learn tips, tricks, best 
practices and more for the entire Macromedia MX suite.

September 28, 2002  ::  http://www.mxdc02.com/
(Register today, seats are limited!)
::

__
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: HELP!!!!! Error message on live sites and can't figure out.

2002-09-23 Thread Andy Ousterhout

I don't know enough to try anything more sophisticated, so this is where I
generally start when I have a CF problem I can't explain.

In some cases, ignorance is bliss! (-:

Andy

-Original Message-
From: Phillip B [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 9:26 AM
To: CF-Talk
Subject: Re: HELP! Error message on live sites and can't figure out.


So I'm freaking out and didn't think of restarting ColdFusion. Hey it's
Monday ; ) So I restart it and everythings seemsfine now. Is this just one
of those things that just happenes with ColdFusion or should I keep looking
for a cause?


Phillip Broussard
http://www.fillworks.com/
http://www.loungeroyale.com/

001010101011001010101101
101000100010110100101101
Decoder Ring (http://www.loungeroyale.com/experiences/coderring/)


- Original Message -
From: Adrian Lynch [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 23, 2002 9:01 AM
Subject: RE: HELP! Error message on live sites and can't figure out.


 Let's have a look at your App.cfm files then. Have you upgraded recently?

 -Original Message-
 From: Phillip B [mailto:[EMAIL PROTECTED]]
 Sent: 23 September 2002 15:04
 To: CF-Talk
 Subject: Re: HELP! Error message on live sites and can't figure out.


 Thats the problem. None of the Application.cfm files have been touched in
a
 few months. I even checked the modified date and the haven't changed
either.
 I looked at the code and it all looks fine. Plus, I can't edit the
 ColdFusion Administrator Application.cfm file because its been encrypted
and
 it too has stoped working.

 Phillip Broussard
 http://www.fillworks.com/
 http://www.loungeroyale.com/

 001010101011001010101101
 101000100010110100101101
 Decoder Ring (http://www.loungeroyale.com/experiences/coderring/)


 - Original Message -
 From: Adrian Lynch [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Monday, September 23, 2002 8:54 AM
 Subject: RE: HELP! Error message on live sites and can't figure out.


  Something's wrong in ya Application.cfm file
 
  Ade
 
  -Original Message-
  From: Phillip B [mailto:[EMAIL PROTECTED]]
  Sent: 23 September 2002 14:57
  To: CF-Talk
  Subject: HELP! Error message on live sites and can't figure out.
 
 
  I just started getting this error on almost all my sites. It just
started
  with no real reason over the weekend and I just found out about it. Even
 the
  ColdFusion Administrators Application.cfm file is giving errors. Any
 idea's?
  Since the CF Admin's App.cfm file is botched, do I need to reinstall?
 
  Error Occurred While Processing Request
Error Diagnostic Information
Just in time compilation error
 
unknown parser error
 
The last successfully parsed CFML construct was a CFAPPLICATION
tag
  occupying document position (18:1) to (18:14).
 
The specific sequence of files included or processed is:
D:\inetpub\wwwroot\trackermarine\Application.cfm
 
 
Date/Time: 09/23/02 09:51:30
Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Remote Address: 12.14.224.43
 
 
 
 
 
 
  Phillip Broussard
  http://www.fillworks.com/
  http://www.loungeroyale.com/
 
  001010101011001010101101
  101000100010110100101101
  Decoder Ring (http://www.loungeroyale.com/experiences/coderring/)
 
 
 
 
 



__
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: SQL Server advice

2002-09-23 Thread Douglas Jordon

I-Lin Kuo wrote:
 I'm coming in on this late, but you don't have to use
 2 operations. As you said a transform will work. But
 each transform will fill up only one table. Also, a
 package may consist of many operations, each performed
 conditionally based on whether other operations
 succeeded or failed, so certainly everything can go
 into a single package.

I suspected as much. I need to study... any favorite resources?

Has anybody tried the DTS book from the Programmer to Promgrammer series?

__
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: cflocking de-mystified (was RE: WHYYYYY!!!!!!)

2002-09-23 Thread Tony Weeg

yeah, I get that, but I guess what im looking for is something like...

1 cfset = wait for processing 1 sec.
1 cfset + 1 whatever = wait for proc. 2.5 secs.

are there any metrics or best practices for this?

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 23, 2002 10:35 AM
To: CF-Talk
Subject: RE: cflocking de-mystified (was RE: WHY!!)


 now, I guess my next question would be, is the cflock 
 timeout sort of an arbitrary guess as to what would be 
 a good amount of time? I mean, how long are the lock 
 timeouts on the heaviest hit cf pages set for? whats 
 a good number?

42.

Seriously, the number will depend on what you're doing inside the lock,
and
how critical it is to wait for that lock as opposed to cancelling the
request. Just remember that the timeout specifies how long CF will wait
to
execute that lock, not how long it'll hold the lock. That is, if CF has
to
wait because another request is using the lock, the timeout is how long
CF
will wait.

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

: dream :: design :: develop :
MXDC 02 :: Join us at this all day conference for 
designers  developers to learn tips, tricks, best 
practices and more for the entire Macromedia MX suite.

September 28, 2002  ::  http://www.mxdc02.com/
(Register today, seats are limited!)
::


__
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



IE6 and CFLocation

2002-09-23 Thread Thomas Chiverton

Is anyone else seeing issues with IE6 and the CFLocation tab, where IE shows
the 2nd set of headers (i.e.:
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Mon, 23 Sep 2002 14:29:20 GMT
Connection: close
) at the top of the page it has been redirected to in the  cflocation  ?

I'm seeing this consistently on a site we're building here, and I'm trying
to avoid writing a
 cf_location  that does:
If (IE6.0) then
 evil java script refresh
else
 pass to cflocation
fi

Tom Chiverton
You don't have to be a mad scientist to believe in ColdFusion




__
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: IE6 and CFLocation

2002-09-23 Thread Tony Weeg

is it a page that uses cfform tags?

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 23, 2002 10:36 AM
To: CF-Talk
Subject: IE6 and CFLocation


Is anyone else seeing issues with IE6 and the CFLocation tab, where IE
shows
the 2nd set of headers (i.e.:
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Mon, 23 Sep 2002 14:29:20 GMT
Connection: close
) at the top of the page it has been redirected to in the  cflocation 
?

I'm seeing this consistently on a site we're building here, and I'm
trying
to avoid writing a
 cf_location  that does:
If (IE6.0) then
 evil java script refresh
else
 pass to cflocation
fi

Tom Chiverton
You don't have to be a mad scientist to believe in ColdFusion





__
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: Norton Personal Firewall ? problem with sessions?

2002-09-23 Thread jon hall

Are the cfid and cftoken cookies being set on these machines?

-- 
 jon
 mailto:[EMAIL PROTECTED]

Monday, September 23, 2002, 3:35:23 AM, you wrote:
MK We're trying to pin down the cause of a problem that's preventing some of our 
users getting access to a pay area of our site.

MK We're setting a session in the .asp-built shop then passing them to the ColdFusion 
section and setting up a session, which will identify them to the CF Server when they 
travel around the site,
MK and grant them appropriate access based on their status with us. 

MK However some people who are using Norton Personal Firewall are being denied access 
to the ColdFusion parts of the site, even though they're granted access to the .asp 
parts of the site.

MK Has anyone else experienced this?Does .asp set up sessions differently to the 
way CF does it?  Is there something about Norton Personal Firewall that requires us to 
set up our CF sessions
MK differently?Anyone have any thoughts as to what might be causing this?


MK For the record,  we're setting up both client and session management (we're going 
to delete one of them when we finally button this problem down) and storing client 
vars in the SQL7 database. 
MK It's all on a single server box so we dont need domain cookies set. (Do we?)


MK The application tag is as follows:

MK .cfapplication name=CFcalcs
MK  clientmanagement=Yes
MK  sessionmanagement=Yes
MK  setclientcookies=Yes
MK  sessiontimeout=#CreateTimeSpan(0,1,0,0)#
MK  clientstorage=CFClientVariables

__
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: IE6 and CFLocation

2002-09-23 Thread Mike Townend

Or CFHTMLHEAD ?

Or basically anything where CF programatically adds code to the head
section of a page?



-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 23, 2002 15:39
To: CF-Talk
Subject: RE: IE6 and CFLocation


is it a page that uses cfform tags?

.tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 23, 2002 10:36 AM
To: CF-Talk
Subject: IE6 and CFLocation


Is anyone else seeing issues with IE6 and the CFLocation tab, where IE
shows the 2nd set of headers (i.e.: HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Mon, 23 Sep 2002 14:29:20 GMT
Connection: close
) at the top of the page it has been redirected to in the  cflocation 
?

I'm seeing this consistently on a site we're building here, and I'm
trying to avoid writing a  cf_location  that does: If (IE6.0) then
evil java script refresh else  pass to cflocation fi

Tom Chiverton
You don't have to be a mad scientist to believe in ColdFusion






__
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: IE6 and CFLocation

2002-09-23 Thread Tony Weeg

I know I have ran into that header crap on pages
that use cfform tags.and when I posed
the question, I got no good answer.
and for the recordnot chtmlhead or cfhttp
anything, simply cfform tags, and cflocations.

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: Mike Townend [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 23, 2002 10:47 AM
To: CF-Talk
Subject: RE: IE6 and CFLocation


Or CFHTMLHEAD ?

Or basically anything where CF programatically adds code to the head
section of a page?



-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 23, 2002 15:39
To: CF-Talk
Subject: RE: IE6 and CFLocation


is it a page that uses cfform tags?

tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 23, 2002 10:36 AM
To: CF-Talk
Subject: IE6 and CFLocation


Is anyone else seeing issues with IE6 and the CFLocation tab, where IE
shows the 2nd set of headers (i.e.: HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Mon, 23 Sep 2002 14:29:20 GMT
Connection: close
) at the top of the page it has been redirected to in the  cflocation 
?

I'm seeing this consistently on a site we're building here, and I'm
trying to avoid writing a  cf_location  that does: If (IE6.0) then
evil java script refresh else  pass to cflocation fi

Tom Chiverton
You don't have to be a mad scientist to believe in ColdFusion







__
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: Sorta OT:Posting One Site Inside Another

2002-09-23 Thread Jeffry Houser

  I'm confused..
  My first thought was a frame.  Arguments could be made that using a frame 
is leaving the members-only site, at least for a single frame.

  Are you ( they ) really looking for a copy of the complete site, 
including your look and feel?  Or do they just want to be able to display 
the data?  Can you just create an XML version of your site's data and give 
them access to it?

At 10:06 AM 9/23/2002 -0400, you wrote:
A client wants to be able to offer the ability to post his site INSIDE
an organization's members-only password protected area (outputting
everything between HTML/HTML).  As an example, say I launch a
browser window going to Macromedis's homepage; below the flash banner I
would pull in MSN.com (the entire page).

Here's the problem: If the organization had their site written in CF, I
could use CFHTTP.  But this ability needs to be cross-platform (ie,
posting my client's CF pages inside ASP, JSP, etc.)

[A clickable hyperlink to my client's content, launching a new browser
window) was originally discussed - however the organizations wanting to
buy this site content doesn't want people leaving their member's only
area for any reason - this would be a deal-killer]

Is there a way to do this?  How would I package the my client's site so
that others can pick it up and insert it inside their site.  Would it be
XML? WDDX?  I really don't know where to begin with this one.  Are there
some reference books, sites, tutorials that are recommended?

Hopefully this description is clear.

Thanks,
Mark


__
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: Sorta OT:Posting One Site Inside Another

2002-09-23 Thread Mark Leder

They want a copy of the complete site, with my client's header and
footer, and look and feel.

Thanks,
Mark


-Original Message-
From: Jeffry Houser [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 23, 2002 10:57 AM
To: CF-Talk
Subject: Re: Sorta OT:Posting One Site Inside Another


  I'm confused..
  My first thought was a frame.  Arguments could be made that using a
frame 
is leaving the members-only site, at least for a single frame.

  Are you ( they ) really looking for a copy of the complete site, 
including your look and feel?  Or do they just want to be able to
display 
the data?  Can you just create an XML version of your site's data and
give 
them access to it?

At 10:06 AM 9/23/2002 -0400, you wrote:
A client wants to be able to offer the ability to post his site INSIDE 
an organization's members-only password protected area (outputting 
everything between HTML/HTML).  As an example, say I launch a 
browser window going to Macromedis's homepage; below the flash banner I

would pull in MSN.com (the entire page).

Here's the problem: If the organization had their site written in CF, I

could use CFHTTP.  But this ability needs to be cross-platform (ie, 
posting my client's CF pages inside ASP, JSP, etc.)

[A clickable hyperlink to my client's content, launching a new browser
window) was originally discussed - however the organizations wanting to

buy this site content doesn't want people leaving their member's only 
area for any reason - this would be a deal-killer]

Is there a way to do this?  How would I package the my client's site so

that others can pick it up and insert it inside their site.  Would it 
be XML? WDDX?  I really don't know where to begin with this one.  Are 
there some reference books, sites, tutorials that are recommended?

Hopefully this description is clear.

Thanks,
Mark



__
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: IE6 and CFLocation

2002-09-23 Thread Colin Murphy

I had this problem before.
It was caused by code being placed after the cflocation.
I fixed it by making the cflocation the very last line of code running on
the page before it redirects.

Hope this helps.

Colin
- Original Message -
From: Tony Weeg [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 23, 2002 3:51 PM
Subject: RE: IE6 and CFLocation


 I know I have ran into that header crap on pages
 that use cfform tags.and when I posed
 the question, I got no good answer.
 and for the recordnot chtmlhead or cfhttp
 anything, simply cfform tags, and cflocations.

 ..tony

 Tony Weeg
 Senior Web Developer
 Information System Design
 Navtrak, Inc.
 Fleet Management Solutions
 www.navtrak.net
 410.548.2337


 -Original Message-
 From: Mike Townend [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 23, 2002 10:47 AM
 To: CF-Talk
 Subject: RE: IE6 and CFLocation


 Or CFHTMLHEAD ?

 Or basically anything where CF programatically adds code to the head
 section of a page?



 -Original Message-
 From: Tony Weeg [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 23, 2002 15:39
 To: CF-Talk
 Subject: RE: IE6 and CFLocation


 is it a page that uses cfform tags?

 tony

 Tony Weeg
 Senior Web Developer
 Information System Design
 Navtrak, Inc.
 Fleet Management Solutions
 www.navtrak.net
 410.548.2337


 -Original Message-
 From: Thomas Chiverton [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 23, 2002 10:36 AM
 To: CF-Talk
 Subject: IE6 and CFLocation


 Is anyone else seeing issues with IE6 and the CFLocation tab, where IE
 shows the 2nd set of headers (i.e.: HTTP/1.1 200 OK
 Server: Microsoft-IIS/5.0
 Date: Mon, 23 Sep 2002 14:29:20 GMT
 Connection: close
 ) at the top of the page it has been redirected to in the  cflocation 
 ?

 I'm seeing this consistently on a site we're building here, and I'm
 trying to avoid writing a  cf_location  that does: If (IE6.0) then
 evil java script refresh else  pass to cflocation fi

 Tom Chiverton
 You don't have to be a mad scientist to believe in ColdFusion







 
__
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: IE6 and CFLocation

2002-09-23 Thread Bud

On 9/23/02, Thomas Chiverton penned:
Is anyone else seeing issues with IE6 and the CFLocation tab, where IE shows
the 2nd set of headers (i.e.:
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Mon, 23 Sep 2002 14:29:20 GMT
Connection: close
) at the top of the page it has been redirected to in the  cflocation  ?

What version of CF? If 4.5, be sure SP2 is installed.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
__
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: IE6 and CFLocation

2002-09-23 Thread Thomas Chiverton

 What version of CF? If 4.5, be sure SP2 is installed.

Is there a known issue ?


__
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: Sorta OT:Posting One Site Inside Another

2002-09-23 Thread Jeffry Houser

  Do you want them to hit your images remotely, or have a local copy?
  How often do they want it updated?

  This seems like an unconventional request to say the least, especially 
since you have no control over the remote site.  ( Shouldn't it be there 
problem on how to get it? Of course it should, but it's not... )

At 11:02 AM 9/23/2002 -0400, you wrote:
They want a copy of the complete site, with my client's header and
footer, and look and feel.

Thanks,
Mark


-Original Message-
From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 10:57 AM
To: CF-Talk
Subject: Re: Sorta OT:Posting One Site Inside Another


   I'm confused..
   My first thought was a frame.  Arguments could be made that using a
frame
is leaving the members-only site, at least for a single frame.

   Are you ( they ) really looking for a copy of the complete site,
including your look and feel?  Or do they just want to be able to
display
the data?  Can you just create an XML version of your site's data and
give
them access to it?

At 10:06 AM 9/23/2002 -0400, you wrote:
 A client wants to be able to offer the ability to post his site INSIDE
 an organization's members-only password protected area (outputting
 everything between HTML/HTML).  As an example, say I launch a
 browser window going to Macromedis's homepage; below the flash banner I

 would pull in MSN.com (the entire page).
 
 Here's the problem: If the organization had their site written in CF, I

 could use CFHTTP.  But this ability needs to be cross-platform (ie,
 posting my client's CF pages inside ASP, JSP, etc.)
 
 [A clickable hyperlink to my client's content, launching a new browser
 window) was originally discussed - however the organizations wanting to

 buy this site content doesn't want people leaving their member's only
 area for any reason - this would be a deal-killer]
 
 Is there a way to do this?  How would I package the my client's site so

 that others can pick it up and insert it inside their site.  Would it
 be XML? WDDX?  I really don't know where to begin with this one.  Are
 there some reference books, sites, tutorials that are recommended?
 
 Hopefully this description is clear.
 
 Thanks,
 Mark
 
 

--
Jeffry Houser | mailto:[EMAIL PROTECTED]
Need a Web Developer?  Contact me!
AIM: Reboog711  | Phone: 1-203-379-0773
--
Vote for ColdFusion: A Beginner's Guide in
the ColdFusion Developer's Journal Readers Choice Awards
http://www.sys-con.com/coldfusion/readerschoice2002/
--
My CFMX Book: 
http://www.amazon.com/exec/obidos/ASIN/0072225564/instantcoldfu-20
My Books: http://www.instantcoldfusion.com
My Band: http://www.farcryfly.com 

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



RE: Sorta OT:Posting One Site Inside Another

2002-09-23 Thread S . Isaac Dealey

Look and feel you can make accessible to some extent with a style sheet by
providing an absolute url to the style sheet used on your client's site.

As to the rest of the content, it's tough to say ... There are various ways
to accomplish it ... it could be done with xml, but xml is more suited to
_separating_ format from content, not retaining it. Ideally you'd make the
content accessible via url and it'd be the purchaser's responsibility to
figure out how to go get it -- I'm sure there's a com object somewhere that
can be used to simulate cfhttp functionality for ASP, JSP or PHP...

In failing that, you're limited to more manual sorts of processes like FTP
or storing your complete pages in a datasource, asking the purchaser for an
IP address, username and password for their db server and have them set up a
new table to receive inserts and updates of pages from your site.

The larger issue I suspect will be links and images -- are there any
absolute urls on your client's site? Image src will need to be absolute ( to
pull from your client's site ) if the images won't also be transferred to
the purchaser's site. Links will need to be relative to keep members within
the purchaser's site.


S. Isaac Dealey
Certified Advanced ColdFusion 5 Developer

www.turnkey.to
954-776-0046

 They want a copy of the complete site, with my client's header and
 footer, and look and feel.

 Thanks,
 Mark


 -Original Message-
 From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 23, 2002 10:57 AM
 To: CF-Talk
 Subject: Re: Sorta OT:Posting One Site Inside Another


   I'm confused..
   My first thought was a frame.  Arguments could be made that using a
 frame
 is leaving the members-only site, at least for a single frame.

   Are you ( they ) really looking for a copy of the complete site,
 including your look and feel?  Or do they just want to be able to
 display
 the data?  Can you just create an XML version of your site's data and
 give
 them access to it?

 At 10:06 AM 9/23/2002 -0400, you wrote:
A client wants to be able to offer the ability to post his site INSIDE
an organization's members-only password protected area (outputting
everything between HTML/HTML).  As an example, say I launch a
browser window going to Macromedis's homepage; below the flash banner I

would pull in MSN.com (the entire page).

Here's the problem: If the organization had their site written in CF, I

could use CFHTTP.  But this ability needs to be cross-platform (ie,
posting my client's CF pages inside ASP, JSP, etc.)

[A clickable hyperlink to my client's content, launching a new browser
window) was originally discussed - however the organizations wanting to

buy this site content doesn't want people leaving their member's only
area for any reason - this would be a deal-killer]

Is there a way to do this?  How would I package the my client's site so

that others can pick it up and insert it inside their site.  Would it
be XML? WDDX?  I really don't know where to begin with this one.  Are
there some reference books, sites, tutorials that are recommended?

Hopefully this description is clear.

Thanks,
Mark



 
__
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: Sorta OT:Posting One Site Inside Another

2002-09-23 Thread David Hannum

Mark,

After thinking about your challenge, I think about the only way to do this
would be for each potential client to give you an FTP directory.  Then, you
could schedule an FTP process to send up all of the pages in a container.
They could then wrap the container with their ASP. PHP, CF or whatever to
suck it into their operation.  How dyanmic would the content be?  I mean,
info changing daily, weekly, hourly, what?

Dave


- Original Message -
From: Jeffry Houser [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 23, 2002 11:22 AM
Subject: RE: Sorta OT:Posting One Site Inside Another


   Do you want them to hit your images remotely, or have a local copy?
   How often do they want it updated?

   This seems like an unconventional request to say the least, especially
 since you have no control over the remote site.  ( Shouldn't it be there
 problem on how to get it? Of course it should, but it's not... )

 At 11:02 AM 9/23/2002 -0400, you wrote:
 They want a copy of the complete site, with my client's header and
 footer, and look and feel.
 
 Thanks,
 Mark
 
 
 -Original Message-
 From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 23, 2002 10:57 AM
 To: CF-Talk
 Subject: Re: Sorta OT:Posting One Site Inside Another
 
 
I'm confused..
My first thought was a frame.  Arguments could be made that using a
 frame
 is leaving the members-only site, at least for a single frame.
 
Are you ( they ) really looking for a copy of the complete site,
 including your look and feel?  Or do they just want to be able to
 display
 the data?  Can you just create an XML version of your site's data and
 give
 them access to it?
 
 At 10:06 AM 9/23/2002 -0400, you wrote:
  A client wants to be able to offer the ability to post his site INSIDE
  an organization's members-only password protected area (outputting
  everything between HTML/HTML).  As an example, say I launch a
  browser window going to Macromedis's homepage; below the flash banner I
 
  would pull in MSN.com (the entire page).
  
  Here's the problem: If the organization had their site written in CF, I
 
  could use CFHTTP.  But this ability needs to be cross-platform (ie,
  posting my client's CF pages inside ASP, JSP, etc.)
  
  [A clickable hyperlink to my client's content, launching a new browser
  window) was originally discussed - however the organizations wanting to
 
  buy this site content doesn't want people leaving their member's only
  area for any reason - this would be a deal-killer]
  
  Is there a way to do this?  How would I package the my client's site so
 
  that others can pick it up and insert it inside their site.  Would it
  be XML? WDDX?  I really don't know where to begin with this one.  Are
  there some reference books, sites, tutorials that are recommended?
  
  Hopefully this description is clear.
  
  Thanks,
  Mark
  
  

 --
 Jeffry Houser | mailto:[EMAIL PROTECTED]
 Need a Web Developer?  Contact me!
 AIM: Reboog711  | Phone: 1-203-379-0773
 --
 Vote for ColdFusion: A Beginner's Guide in
 the ColdFusion Developer's Journal Readers Choice Awards
 http://www.sys-con.com/coldfusion/readerschoice2002/
 --
 My CFMX Book:
 http://www.amazon.com/exec/obidos/ASIN/0072225564/instantcoldfu-20
 My Books: http://www.instantcoldfusion.com
 My Band: http://www.farcryfly.com

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



Re: IE6 and CFLocation

2002-09-23 Thread S . Isaac Dealey

Or if there's not already, try adding cfabort immediately following the
cflocation tag

 I had this problem before.
 It was caused by code being placed after the cflocation.
 I fixed it by making the cflocation the very last line of code running on
 the page before it redirects.

 Hope this helps.

 Colin
 - Original Message -
 From: Tony Weeg [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Monday, September 23, 2002 3:51 PM
 Subject: RE: IE6 and CFLocation


 I know I have ran into that header crap on pages
 that use cfform tags.and when I posed
 the question, I got no good answer.
 and for the recordnot chtmlhead or cfhttp
 anything, simply cfform tags, and cflocations.

 ..tony

 Tony Weeg
 Senior Web Developer
 Information System Design
 Navtrak, Inc.
 Fleet Management Solutions
 www.navtrak.net
 410.548.2337


 -Original Message-
 From: Mike Townend [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 23, 2002 10:47 AM
 To: CF-Talk
 Subject: RE: IE6 and CFLocation


 Or CFHTMLHEAD ?

 Or basically anything where CF programatically adds code to the head
 section of a page?



 -Original Message-
 From: Tony Weeg [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 23, 2002 15:39
 To: CF-Talk
 Subject: RE: IE6 and CFLocation


 is it a page that uses cfform tags?

 tony

 Tony Weeg
 Senior Web Developer
 Information System Design
 Navtrak, Inc.
 Fleet Management Solutions
 www.navtrak.net
 410.548.2337


 -Original Message-
 From: Thomas Chiverton [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 23, 2002 10:36 AM
 To: CF-Talk
 Subject: IE6 and CFLocation


 Is anyone else seeing issues with IE6 and the CFLocation tab, where IE
 shows the 2nd set of headers (i.e.: HTTP/1.1 200 OK
 Server: Microsoft-IIS/5.0
 Date: Mon, 23 Sep 2002 14:29:20 GMT
 Connection: close
 ) at the top of the page it has been redirected to in the  cflocation 
 ?

 I'm seeing this consistently on a site we're building here, and I'm
 trying to avoid writing a  cf_location  that does: If (IE6.0) then
 evil java script refresh else  pass to cflocation fi

 Tom Chiverton
 You don't have to be a mad scientist to believe in ColdFusion








 
__
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: job in london

2002-09-23 Thread Ben Whalley

Design and digital media consultancy looking for tech lead/senior developer with 
CF/J2EE background. Full details at:
http://www.ry.com/tomdickharry.pdf

Thanks,

Ben Whalley
Radley Yeldar
[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: Sorta OT:Posting One Site Inside Another

2002-09-23 Thread Mark Leder

Thanks for your continued input on this challenge.

I'll try and answer the posts up to this message in one swoop.

1) The content will most likely change every day, sometimes more often.
This content change could be both with the client himself, or with end
users who use the site (ie, members posting messages on the internal
message board.

2) Most of the images on the site are absolutes (since most of the page
contents are aggregations of includes pulled from different folders of
the site).  So this part would not be a problem.

3) The links being relative could be more of an issue, though not
insurmountable.

4) Since these are very large organizations interested in picking up the
pages, we could just provide the URL's - though it might be a tough
sell.

Keep the ideas coming - this is very enlightening (for me anyway).

Thanks,
Mark


-Original Message-
From: David Hannum [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 23, 2002 11:37 AM
To: CF-Talk
Subject: Re: Sorta OT:Posting One Site Inside Another


Mark,

After thinking about your challenge, I think about the only way to do
this would be for each potential client to give you an FTP directory.
Then, you could schedule an FTP process to send up all of the pages in a
container. They could then wrap the container with their ASP. PHP, CF or
whatever to suck it into their operation.  How dyanmic would the
content be?  I mean, info changing daily, weekly, hourly, what?

Dave


- Original Message -
From: Jeffry Houser [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 23, 2002 11:22 AM
Subject: RE: Sorta OT:Posting One Site Inside Another


   Do you want them to hit your images remotely, or have a local copy?
   How often do they want it updated?

   This seems like an unconventional request to say the least, 
 especially since you have no control over the remote site.  ( 
 Shouldn't it be there problem on how to get it? Of course it should, 
 but it's not... )

 At 11:02 AM 9/23/2002 -0400, you wrote:
 They want a copy of the complete site, with my client's header and 
 footer, and look and feel.
 
 Thanks,
 Mark
 
 
 -Original Message-
 From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 23, 2002 10:57 AM
 To: CF-Talk
 Subject: Re: Sorta OT:Posting One Site Inside Another
 
 
I'm confused..
My first thought was a frame.  Arguments could be made that using 
 a frame is leaving the members-only site, at least for a single 
 frame.
 
Are you ( they ) really looking for a copy of the complete site, 
 including your look and feel?  Or do they just want to be able to 
 display the data?  Can you just create an XML version of your site's 
 data and give
 them access to it?
 
 At 10:06 AM 9/23/2002 -0400, you wrote:
  A client wants to be able to offer the ability to post his site 
  INSIDE an organization's members-only password protected area 
  (outputting everything between HTML/HTML).  As an example, say 
  I launch a browser window going to Macromedis's homepage; below the

  flash banner I
 
  would pull in MSN.com (the entire page).
  
  Here's the problem: If the organization had their site written in 
  CF, I
 
  could use CFHTTP.  But this ability needs to be cross-platform (ie,

  posting my client's CF pages inside ASP, JSP, etc.)
  
  [A clickable hyperlink to my client's content, launching a new 
  browser
  window) was originally discussed - however the organizations
wanting to
 
  buy this site content doesn't want people leaving their member's 
  only area for any reason - this would be a deal-killer]
  
  Is there a way to do this?  How would I package the my client's 
  site so
 
  that others can pick it up and insert it inside their site.  Would 
  it be XML? WDDX?  I really don't know where to begin with this one.

  Are there some reference books, sites, tutorials that are 
  recommended?
  
  Hopefully this description is clear.
  
  Thanks,
  Mark
  
  

 --
 Jeffry Houser | mailto:[EMAIL PROTECTED]
 Need a Web Developer?  Contact me!
 AIM: Reboog711  | Phone: 1-203-379-0773
 --
 Vote for ColdFusion: A Beginner's Guide in
 the ColdFusion Developer's Journal Readers Choice Awards 
 http://www.sys-con.com/coldfusion/readerschoice2002/
 --
 My CFMX Book: 
 http://www.amazon.com/exec/obidos/ASIN/0072225564/instantcoldfu-20
 My Books: http://www.instantcoldfusion.com
 My Band: http://www.farcryfly.com

 

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



Re: Urgent: COM Object Issue

2002-09-23 Thread Frank Mamone

That' done with dcomcnfg.exe in you system32 directory.


- Original Message -
From: Brook [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 23, 2002 12:07 PM
Subject: Urgent: COM Object Issue


 I'm sorry to post this again, but this COM object does all our payment
 processing and it is currently down. What kind of permissions do COM
 objects need? Where do you assign these permissions. Does anyone know what
 this error means:

 An exception occurred when instantiating a Com object.
 The cause of this exception was that: AutomationException:
 0x80070005 - General access denied error.

 Brook


 
__
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: Sorta OT:Posting One Site Inside Another

2002-09-23 Thread Ryan Kime

If you are using MX, I would suggest writing a web service. If these are big
sites that want the content, as you say, then they should be able to find a
way to interface with a web service.

I would have static headers and footers they can point to when creating
their template and then do a web service for the content.


-Ryan

-Original Message-
From: Mark Leder [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 23, 2002 10:58 AM
To: CF-Talk
Subject: RE: Sorta OT:Posting One Site Inside Another


Thanks for your continued input on this challenge.

I'll try and answer the posts up to this message in one swoop.

1) The content will most likely change every day, sometimes more often. This
content change could be both with the client himself, or with end users who
use the site (ie, members posting messages on the internal message board.

2) Most of the images on the site are absolutes (since most of the page
contents are aggregations of includes pulled from different folders of the
site).  So this part would not be a problem.

3) The links being relative could be more of an issue, though not
insurmountable.

4) Since these are very large organizations interested in picking up the
pages, we could just provide the URL's - though it might be a tough sell.

Keep the ideas coming - this is very enlightening (for me anyway).

Thanks,
Mark

__
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: Urgent: COM Object Issue

2002-09-23 Thread Mike Townend

What version of CF are you using...

I seem to recall your initial post... And I think your runnin cmfx on
both a dev and live site? Are both the same version ? Ie patched...

Is CF running as the default System account?

Is the COM object a normal COM object or a DCOM object ?



-Original Message-
From: Brook [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 23, 2002 17:08
To: CF-Talk
Subject: Urgent: COM Object Issue


I'm sorry to post this again, but this COM object does all our payment 
processing and it is currently down. What kind of permissions do COM 
objects need? Where do you assign these permissions. Does anyone know
what 
this error means:

An exception occurred when instantiating a Com object.
The cause of this exception was that: AutomationException: 0x80070005 -
General access denied error.

Brook



__
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: cflocking de-mystified (was RE: WHYYYYY!!!!!!)

2002-09-23 Thread jon hall

Locking has almost no performance penalty in and of itself, so there
is nothing to add to the amount of time the code being locked take to
process. 1 cfset is going to take almost no time at all, so you could
safely put the timeout at 1 second, because even if CF was totally
maxed on threads with 5, 10, or 20, etc pages executing at once, and
they all hit that one cfset at the same time, that cfset is still
probably going to execute faster than threads * processing time.

So as Dave said, it really depends on what is being done in the
lock. Personally I usually default to 5 seconds, even for 1 cfset. If
a 5 second lock it timing out, then I'm probably doing something wrong
in the first place.

-- 
 jon
 mailto:[EMAIL PROTECTED]

Monday, September 23, 2002, 10:32:35 AM, you wrote:
TW yeah, I get that, but I guess what im looking for is something like...

TW 1 cfset = wait for processing 1 sec.
TW 1 cfset + 1 whatever = wait for proc. 2.5 secs.

TW are there any metrics or best practices for this?

TW ..tony

TW Tony Weeg
TW Senior Web Developer
TW Information System Design
TW Navtrak, Inc.
TW Fleet Management Solutions
TW www.navtrak.net
TW 410.548.2337 


TW -Original Message-
TW From: Dave Watts [mailto:[EMAIL PROTECTED]] 
TW Sent: Monday, September 23, 2002 10:35 AM
TW To: CF-Talk
TW Subject: RE: cflocking de-mystified (was RE: WHY!!)


 now, I guess my next question would be, is the cflock 
 timeout sort of an arbitrary guess as to what would be 
 a good amount of time? I mean, how long are the lock 
 timeouts on the heaviest hit cf pages set for? whats 
 a good number?

TW 42.

TW Seriously, the number will depend on what you're doing inside the lock,
TW and
TW how critical it is to wait for that lock as opposed to cancelling the
TW request. Just remember that the timeout specifies how long CF will wait
TW to
TW execute that lock, not how long it'll hold the lock. That is, if CF has
TW to
TW wait because another request is using the lock, the timeout is how long
TW CF
TW will wait.

__
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: IE6 and CFLocation

2002-09-23 Thread Bud

On 9/23/02, Thomas Chiverton penned:
   What version of CF? If 4.5, be sure SP2 is installed.

Is there a known issue ?

Don't know if there's anything documented, but I had the problem on a 
server (not mine) running 4.5 SP1 and it went away after installing 
SP2.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
__
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: Email validation

2002-09-23 Thread Joseph Thompson

Erik Voldengen sent this to the list a while back.

It handles multiple top levels, checks for valid root domains, disallows
double @@ and will ensure that the email address contains just
alphanumeric characters.

Very nice piece of work!

cfset email_address=[EMAIL PROTECTED]

cfif
REFindNocase(^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*\.(([a-z
]{2,3})|(aero|coop|info|museum|name))$,email_address)
.good..
cfelse
.bad..
/cfif

__
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: Urgent: COM Object Issue

2002-09-23 Thread Brook

CFMX / Win2k. The dev box has not been patched and the live server has. The 
live server is having the error. The com object works fine on the dev 
server. I get the same error on a couple com objects. One is simply:

function FolderSize(path)
{Var fso  = CreateObject(COM, Scripting.FileSystemObject);
Var folder = fso.Getfolder(path);
Return folder.Size;}

And this causes an error. I think they are both COM objects not DCOM 
objects. They are definitely not listed in the dcomcnfg.exe control panel. 
But there are a lot of numbered entries with no name. Does this control 
panel work with COM objects aswell as DCOM objects?





At 04:56 PM 23/09/02 +0100, you wrote:
What version of CF are you using...

I seem to recall your initial post... And I think your runnin cmfx on
both a dev and live site? Are both the same version ? Ie patched...

Is CF running as the default System account?

Is the COM object a normal COM object or a DCOM object ?



-Original Message-
From: Brook [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 17:08
To: CF-Talk
Subject: Urgent: COM Object Issue


I'm sorry to post this again, but this COM object does all our payment
processing and it is currently down. What kind of permissions do COM
objects need? Where do you assign these permissions. Does anyone know
what
this error means:

An exception occurred when instantiating a Com object.
The cause of this exception was that: AutomationException: 0x80070005 -
General access denied error.

Brook




__
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: Urgent: COM Object Issue

2002-09-23 Thread Mike Townend

Not really...as it's the DCOM config panel ;)

My guess is that if you patch the dev server then the COM object will
fail on there also... Might be an idea to test that 

Also check the vendors site to see if they have an updated version of
the Object...

If patching the dev server causes the object to break then there is some
documentation somewhere on the macromedia site (don't know the specific
address) that will allow you to roll back the patch which will at least
get the object running in the live environment whilst you find a
configuration that works on the dev server...

HTH



-Original Message-
From: Brook [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 23, 2002 18:01
To: CF-Talk
Subject: RE: Urgent: COM Object Issue


CFMX / Win2k. The dev box has not been patched and the live server has.
The 
live server is having the error. The com object works fine on the dev 
server. I get the same error on a couple com objects. One is simply:

function FolderSize(path)
{Var fso  = CreateObject(COM, Scripting.FileSystemObject); Var
folder = fso.Getfolder(path); Return folder.Size;}

And this causes an error. I think they are both COM objects not DCOM 
objects. They are definitely not listed in the dcomcnfg.exe control
panel. 
But there are a lot of numbered entries with no name. Does this control 
panel work with COM objects aswell as DCOM objects?





At 04:56 PM 23/09/02 +0100, you wrote:
What version of CF are you using...

I seem to recall your initial post... And I think your runnin cmfx on 
both a dev and live site? Are both the same version ? Ie patched...

Is CF running as the default System account?

Is the COM object a normal COM object or a DCOM object ?



-Original Message-
From: Brook [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 17:08
To: CF-Talk
Subject: Urgent: COM Object Issue


I'm sorry to post this again, but this COM object does all our payment 
processing and it is currently down. What kind of permissions do COM 
objects need? Where do you assign these permissions. Does anyone know 
what this error means:

An exception occurred when instantiating a Com object.
The cause of this exception was that: AutomationException: 0x80070005 -

General access denied error.

Brook





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



OT: server... Where to buy

2002-09-23 Thread Kris Pilles

Anyone have a link to a website where I can buy some reasonably priced
servers...


Kris Pilles
Website Manager
Western Suffolk BOCES
507 Deer Park Rd., Building C
Phone: 631-549-4900 x 267
E-mail: [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: Urgent: COM Object Issue

2002-09-23 Thread Brook

Well, that would suck, if the update is causing these issues. I though 
the update had better support for COM...

At 05:50 PM 23/09/02 +0100, you wrote:
Not really...as it's the DCOM config panel ;)

My guess is that if you patch the dev server then the COM object will
fail on there also... Might be an idea to test that

Also check the vendors site to see if they have an updated version of
the Object...

If patching the dev server causes the object to break then there is some
documentation somewhere on the macromedia site (don't know the specific
address) that will allow you to roll back the patch which will at least
get the object running in the live environment whilst you find a
configuration that works on the dev server...

HTH



-Original Message-
From: Brook [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 18:01
To: CF-Talk
Subject: RE: Urgent: COM Object Issue


CFMX / Win2k. The dev box has not been patched and the live server has.
The
live server is having the error. The com object works fine on the dev
server. I get the same error on a couple com objects. One is simply:

function FolderSize(path)
{Var fso  = CreateObject(COM, Scripting.FileSystemObject); Var
folder = fso.Getfolder(path); Return folder.Size;}

And this causes an error. I think they are both COM objects not DCOM
objects. They are definitely not listed in the dcomcnfg.exe control
panel.
But there are a lot of numbered entries with no name. Does this control
panel work with COM objects aswell as DCOM objects?





At 04:56 PM 23/09/02 +0100, you wrote:
 What version of CF are you using...
 
 I seem to recall your initial post... And I think your runnin cmfx on
 both a dev and live site? Are both the same version ? Ie patched...
 
 Is CF running as the default System account?
 
 Is the COM object a normal COM object or a DCOM object ?
 
 
 
 -Original Message-
 From: Brook [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 23, 2002 17:08
 To: CF-Talk
 Subject: Urgent: COM Object Issue
 
 
 I'm sorry to post this again, but this COM object does all our payment
 processing and it is currently down. What kind of permissions do COM
 objects need? Where do you assign these permissions. Does anyone know
 what this error means:
 
 An exception occurred when instantiating a Com object.
 The cause of this exception was that: AutomationException: 0x80070005 -

 General access denied error.
 
 Brook
 
 
 
 


__
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: WHYYYYY!!!!!!

2002-09-23 Thread Blum, Jason (SAA)

Maybe I can jump in on this thread with a related question - Dave and
others keep emphasizing that it isn't necessary to lock in MX.

I am using a large Application.Array for a number of values and strings
which I then loop through to output.  The array is being written to and
read from at least a dozen times a minute - I do this because I figured
it would be best to just keep it in memory given how frequently it gets
referenced.

But then I keep getting the same symptom - MX freezes up at 100% CPU
every four or five hours.  Plenty of memory and storage.

Again, not locking Application variables because I thought it was
unnecessary.

So,
1, is it in fact necessary in MX and
2, Is an Application.array the best place to store this kind of thing?

Thanks!

-Jason 




-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 23, 2002 1:52 AM
To: CF-Talk
Subject: RE: WHY!!

 i havent used locks on session vars, havent
 needed to, and having never formally learned
 cf, not really 100% down with the thought
 process behind locking session var setting...

The thought process is very simple. If you're running CF 5 or earlier,
and
you're using session variables, and you don't lock them, bad things will
happen. Memory variables can be accessed by concurrent requests, and CF
doesn't handle that well, by default. While you might not think session
variables would be used by concurrent requests, there are many possible
cases in which more than one request from the same user might be running
concurrently.

 any good books on that topic?

A book would be overkill, just for this topic. If you're using CF 5 or
earlier, just follow these simple rules:

1. Dvery time you put Session, Application or Server in your code,
use
CFLOCK around it.

2. If you're using any version of CF which supports the SCOPE attribute
(4.5+, I think), use that with your CFLOCK tags around memory variables.

3. If you're reading a memory variable, use TYPE=READONLY in your
CFLOCK;
if you may change the variable's value, use TYPE=EXCLUSIVE.

4. There is no rule 4.

5. Reread rule 1.

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

: dream :: design :: develop :
MXDC 02 :: Join us at this all day conference for 
designers  developers to learn tips, tricks, best 
practices and more for the entire Macromedia MX suite.

September 28, 2002  ::  http://www.mxdc02.com/
(Register today, seats are limited!)
::


__
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: Add Column to Query...

2002-09-23 Thread Brian Scandale

That looks very promising! and jeeze... right under my nose the whole time. That's 
embarrassing. Thanks Jochem

At 01:53 AM 9/23/02, you wrote:
Brian Scandale wrote:
 How do I go about adding a column to a query dataset? 

QueryAddColumn()?

Jochem


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



Re: server... Where to buy

2002-09-23 Thread Tim Laureska

What kind of server (windows 2000?)... We can build you one reasonably
priced

Tim Laureska
1st-string technologies
- Original Message -
From: Kris Pilles [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: September 23, 2002 1:00 PM
Subject: OT: server... Where to buy


 Anyone have a link to a website where I can buy some reasonably priced
 servers...


 Kris Pilles
 Website Manager
 Western Suffolk BOCES
 507 Deer Park Rd., Building C
 Phone: 631-549-4900 x 267
 E-mail: [EMAIL PROTECTED]


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



RE: cflocking de-mystified (was RE: WHYYYYY!!!!!!)

2002-09-23 Thread Jason Egan

Right - I use the name attribute for cflock rather than scope
(occasionally) because my understanding is that when you lock on the
scope you Lock the entire scope down for that transaction -- if you use
names, then they are all (potentially) unique and you won't have a
usually fast process waiting on a slow process - essentially denying
client access because of scope locking...

Jason
CFDynamics.com

 -Original Message-
 From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, September 23, 2002 7:53 AM
 To: CF-Talk
 Subject: cflocking de-mystified (was RE: WHY!!)
 
 
 
 my man, My Man!
 thank you dave.
 
 that's probably the funniest thing I have read this morning
 and the most informative email I have gotten in a long time
 in regards to locking (kinda wish I'd made it to the locking 

 session last year @ devcon)
 
 but anyway, it makes sense, plain and well done.
 
 thank you!
 
 ps...i implemented this into my code @ my office @ my real
 job this morning, and things are humming along
 
 now, I guess my next question would be, is the cflock timeout 
 sort of an arbitrary guess as to what would be a good amount 
 of time? I mean, how long are the lock timeouts on the 
 heaviest hit cf pages set for? whats a good number?
 
 ...tony
 
 Tony Weeg
 Senior Web Developer
 Information System Design
 Navtrak, Inc.
 Fleet Management Solutions
 www.navtrak.net
 
 410.548.2337 
 
 
 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, September 23, 2002 1:52 AM
 To: CF-Talk
 Subject: RE: WHY!!
 
 
  i havent used locks on session vars, havent
  needed to, and having never formally learned
  cf, not really 100% down with the thought
  process behind locking session var setting...
 
 The thought process is very simple. If you're running CF 5 or 
 earlier, and you're using session variables, and you don't 
 lock them, bad things will happen. Memory variables can be 
 accessed by concurrent requests, and CF doesn't handle that 
 well, by default. While you might not think session variables 
 would be used by concurrent requests, there are many possible 
 cases in which more than one request from the same user might 
 be running concurrently.
 
  any good books on that topic?
 
 A book would be overkill, just for this topic. If you're 
 using CF 5 or earlier, just follow these simple rules:
 
 1. Dvery time you put Session, Application or Server in 
 your code, use CFLOCK around it.
 
 2. If you're using any version of CF which supports the SCOPE 
 attribute (4.5+, I think), use that with your CFLOCK tags 
 around memory variables.
 
 3. If you're reading a memory variable, use TYPE=READONLY 
 in your CFLOCK; if you may change the variable's value, use 
 TYPE=EXCLUSIVE.
 
 4. There is no rule 4.
 
 5. Reread rule 1.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 voice: (202) 797-5496
 fax: (202) 797-5444
 
 : dream :: design :: develop :
 MXDC 02 :: Join us at this all day conference for 
 designers  developers to learn tips, tricks, best 
 practices and more for the entire Macromedia MX suite.
 
 September 28, 2002  ::  http://www.mxdc02.com/
 (Register today, seats are limited!)
 ::
 
 
 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: RE: WHYYYYY!!!!!!

2002-09-23 Thread ksuh

You're probably having a race condition occurring.  Those still required locks.

- Original Message -
From: Blum, Jason (SAA) [EMAIL PROTECTED]
Date: Monday, September 23, 2002 11:06 am
Subject: RE: WHY!!

 Maybe I can jump in on this thread with a related question - Dave and
 others keep emphasizing that it isn't necessary to lock in MX.
 
 I am using a large Application.Array for a number of values and 
 stringswhich I then loop through to output.  The array is being 
 written to and
 read from at least a dozen times a minute - I do this because I 
 figuredit would be best to just keep it in memory given how 
 frequently it gets
 referenced.
 
 But then I keep getting the same symptom - MX freezes up at 100% CPU
 every four or five hours.  Plenty of memory and storage.
 
 Again, not locking Application variables because I thought it was
 unnecessary.
 
 So,
 1, is it in fact necessary in MX and
 2, Is an Application.array the best place to store this kind of thing?
 
 Thanks!
 
 -Jason 
 
 
 
 
 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, September 23, 2002 1:52 AM
 To: CF-Talk
 Subject: RE: WHY!!
 
  i havent used locks on session vars, havent
  needed to, and having never formally learned
  cf, not really 100% down with the thought
  process behind locking session var setting...
 
 The thought process is very simple. If you're running CF 5 or earlier,
 and
 you're using session variables, and you don't lock them, bad 
 things will
 happen. Memory variables can be accessed by concurrent requests, 
 and CF
 doesn't handle that well, by default. While you might not think 
 sessionvariables would be used by concurrent requests, there are 
 many possible
 cases in which more than one request from the same user might be 
 runningconcurrently.
 
  any good books on that topic?
 
 A book would be overkill, just for this topic. If you're using CF 
 5 or
 earlier, just follow these simple rules:
 
 1. Dvery time you put Session, Application or Server in your 
 code,use
 CFLOCK around it.
 
 2. If you're using any version of CF which supports the SCOPE 
 attribute(4.5+, I think), use that with your CFLOCK tags around 
 memory variables.
 
 3. If you're reading a memory variable, use TYPE=READONLY in your
 CFLOCK;
 if you may change the variable's value, use TYPE=EXCLUSIVE.
 
 4. There is no rule 4.
 
 5. Reread rule 1.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 voice: (202) 797-5496
 fax: (202) 797-5444
 
 : dream :: design :: develop :
 MXDC 02 :: Join us at this all day conference for 
 designers  developers to learn tips, tricks, best 
 practices and more for the entire Macromedia MX suite.
 
 September 28, 2002  ::  http://www.mxdc02.com/
 (Register today, seats are limited!)
 ::
 
 
 
__
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



CF5: Pentium 4 or 3?

2002-09-23 Thread Alex Hubner

Hi folks,

Kind of off-topic... I'm buying a new webserver to run CFServer 5 (and
CFMX in the future) and I'm wondering which processor is best for this
CF version. I've heard that P4 use a complete new architeture and many
softwares does not make use of its full capabilities.

My options are:

1) PIII 1.13 Mhz (512 cache)
2) P4 1.6 Mhz (512 cache)
for both:
1Gb DDR RAM memory
SCSI driver
etc.

Does anybody have a clue if this P3 processor will run faster than the
P4 for CF5 or I'm talking bullshit? Which one is best?

Thanks!!
Alex

| alex hübner
| [EMAIL PROTECTED]
| www.amazonia.org.br

__
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



Access xp opens homesite

2002-09-23 Thread vcactus

I updated an access 97 mdb file to access xp.  In the browser when the query ran 
homesite opens.

has anyone else heard of this problem?

__
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: Access xp opens homesite

2002-09-23 Thread Ian Lurie

Sounds like your ColdFusion server isn't running, actually, so it's
delivering the CFM template to your browser instead of the HTML page.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 10:14 AM
To: CF-Talk
Subject: Access xp opens homesite


I updated an access 97 mdb file to access xp.  In the browser when the query
ran homesite opens.

has anyone else heard of this problem?


__
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: server... Where to buy

2002-09-23 Thread Howie Hamlin

I haven't bought from them but they might be worth looking into - the prices are 
really good.

www.amaxit.com

HTH,

--
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com  - 631-737-4668 x101
*** Please vote for iMS here: 
http://www.sys-con.com/coldfusion/readerschoice2002/nominationform.cfm ***
inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server
 Find out how iMS Stacks up to the competition: 
http://www.coolfusion.com/imssecomparison.cfm

- Original Message - 
From: Kris Pilles [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 23, 2002 1:00 PM
Subject: OT: server... Where to buy


 Anyone have a link to a website where I can buy some reasonably priced
 servers...
 
 
 Kris Pilles
 Website Manager
 Western Suffolk BOCES
 507 Deer Park Rd., Building C
 Phone: 631-549-4900 x 267
 E-mail: [EMAIL PROTECTED]
 
 
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Mixing CF and ASP on same server

2002-09-23 Thread Earl, George

Is it ok to mix ColdFusion and ASP applications on the same web server or
should they be kept separate on their own servers? Why? Thanks!

George
[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: WHYYYYY!!!!!!

2002-09-23 Thread Mark A. Kruger - CFG

While it's true you do not have to lock to prevent the old memory
corruption type problems, you will still have to lock to prevent race
conditions - and given your description of what you are doing, I'd lock
everytime you write to your array.

-mk

-Original Message-
From: Blum, Jason (SAA) [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 12:07 PM
To: CF-Talk
Subject: RE: WHY!!


Maybe I can jump in on this thread with a related question - Dave and
others keep emphasizing that it isn't necessary to lock in MX.

I am using a large Application.Array for a number of values and strings
which I then loop through to output.  The array is being written to and
read from at least a dozen times a minute - I do this because I figured
it would be best to just keep it in memory given how frequently it gets
referenced.

But then I keep getting the same symptom - MX freezes up at 100% CPU
every four or five hours.  Plenty of memory and storage.

Again, not locking Application variables because I thought it was
unnecessary.

So,
1, is it in fact necessary in MX and
2, Is an Application.array the best place to store this kind of thing?

Thanks!

-Jason




-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 1:52 AM
To: CF-Talk
Subject: RE: WHY!!

 i havent used locks on session vars, havent
 needed to, and having never formally learned
 cf, not really 100% down with the thought
 process behind locking session var setting...

The thought process is very simple. If you're running CF 5 or earlier,
and
you're using session variables, and you don't lock them, bad things will
happen. Memory variables can be accessed by concurrent requests, and CF
doesn't handle that well, by default. While you might not think session
variables would be used by concurrent requests, there are many possible
cases in which more than one request from the same user might be running
concurrently.

 any good books on that topic?

A book would be overkill, just for this topic. If you're using CF 5 or
earlier, just follow these simple rules:

1. Dvery time you put Session, Application or Server in your code,
use
CFLOCK around it.

2. If you're using any version of CF which supports the SCOPE attribute
(4.5+, I think), use that with your CFLOCK tags around memory variables.

3. If you're reading a memory variable, use TYPE=READONLY in your
CFLOCK;
if you may change the variable's value, use TYPE=EXCLUSIVE.

4. There is no rule 4.

5. Reread rule 1.

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

: dream :: design :: develop :
MXDC 02 :: Join us at this all day conference for
designers  developers to learn tips, tricks, best
practices and more for the entire Macromedia MX suite.

September 28, 2002  ::  http://www.mxdc02.com/
(Register today, seats are limited!)
::



__
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: Mixing CF and ASP on same server

2002-09-23 Thread Mark A. Kruger - CFG

There aren't any conflicts with doing this.  The real issue is general
server resources.  If you've covered that base you'll be ok.

-mk

-Original Message-
From: Earl, George [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 12:31 PM
To: CF-Talk
Subject: Mixing CF and ASP on same server


Is it ok to mix ColdFusion and ASP applications on the same web server or
should they be kept separate on their own servers? Why? Thanks!

George
[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: Mixing CF and ASP on same server

2002-09-23 Thread Tony Weeg

its 100% fine from what I have ran/tested on cf5/cfmx
on iis5.  now, from what I have learned, I don't think
you can have both cf and asp parse the same page

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: Earl, George [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 23, 2002 1:31 PM
To: CF-Talk
Subject: Mixing CF and ASP on same server


Is it ok to mix ColdFusion and ASP applications on the same web server
or
should they be kept separate on their own servers? Why? Thanks!

George
[EMAIL PROTECTED]

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



lat/lon

2002-09-23 Thread Tony Weeg

anyone,

does anybody know of a lat/lon point to point distance custom tag?

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 

__
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: lat/lon

2002-09-23 Thread Tony Weeg

nevermind, my alter ego...the guy who types and clicks send
too fast did that ;)

cfx_GreatCircle DevEx

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 23, 2002 1:49 PM
To: CF-Talk
Subject: lat/lon


anyone,

does anybody know of a lat/lon point to point distance custom tag?

.tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


__
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: lat/lon

2002-09-23 Thread John Beynon

Actually I do Tom Nunamaker's site

Check out http://www.toshop.com/

LatLon UDF at the top

HTH

John.

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: 23 September 2002 18:49
To: CF-Talk
Subject: lat/lon


anyone,

does anybody know of a lat/lon point to point distance custom tag?

.tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


__
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: CF5: Pentium 4 or 3?

2002-09-23 Thread jon hall

There probably isn't much of a difference in performance between the
chips using CF, the P3 might have an advantage doing database stuff
though.
Personally I'd get the P3, and a dual proc board if those were the
only choices. The P4 Xeon's aren't worth it until they hit 1.8 with
the new Hyperthreading, which is a big plus for CF.

-- 
 jon
 mailto:[EMAIL PROTECTED]

Monday, September 23, 2002, 1:23:33 PM, you wrote:
AH Hi folks,

AH Kind of off-topic... I'm buying a new webserver to run CFServer 5 (and
AH CFMX in the future) and I'm wondering which processor is best for this
AH CF version. I've heard that P4 use a complete new architeture and many
AH softwares does not make use of its full capabilities.

AH My options are:

AH 1) PIII 1.13 Mhz (512 cache)
AH 2) P4 1.6 Mhz (512 cache)
AH for both:
AH 1Gb DDR RAM memory
AH SCSI driver
AH etc.

AH Does anybody have a clue if this P3 processor will run faster than the
AH P4 for CF5 or I'm talking bullshit? Which one is best?

AH Thanks!!
AH Alex

__
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: WHYYYYY!!!!!!

2002-09-23 Thread S . Isaac Dealey

 The array is being written to and read from at least a dozen times a
minute

snip

 But then I keep getting the same symptom - MX freezes up at 100% CPU
 every four or five hours.  Plenty of memory and storage.

Entirely asside from MX and whether or not locking is necessary, if you have
2 pages where one checks for the existance of and sets a member of the array
and the second page checks for the existance of and removes it... Could be
that you get yourself into a chicken-egg scenario where two pages are
repeatedly coming up behind each other and modifying the array because of
the condition created by the other page modifying it, thus preventing
ColdFusion threads from being released... Especially if it's being modified
as frequently as you say, I'd give it a little thought. My brain can almost
see the situation in literal terms, but not quite -- I'd have to see more of
the array code to know if the idea has any merit given your setup.

Something else you might want to try -- append the time to a text file each
time the array is updated, just to be sure your metrics are correct and that
it is happening roughly once every 5 seconds and that there aren't
situations where there are overlapping updates as a result of a frameset,
etc...

hth

S. Isaac Dealey
Certified Advanced ColdFusion 5 Developer

www.turnkey.to
954-776-0046
__
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: lat/lon

2002-09-23 Thread Bryan Stevenson

there are lots...but I'd checkout the UDF on CFLIB.org

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
- Original Message -
From: Tony Weeg [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 23, 2002 10:48 AM
Subject: lat/lon


 anyone,

 does anybody know of a lat/lon point to point distance custom tag?

 ..tony

 Tony Weeg
 Senior Web Developer
 Information System Design
 Navtrak, Inc.
 Fleet Management Solutions
 www.navtrak.net
 410.548.2337

 
__
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: Add Column to Query...

2002-09-23 Thread Smith, Matthew P -CONT(DYN)

Word of warning, though, you will have to loop through the record set and
add the value one record at a time.  Not a big deal for small stuff, but I
ran into the same problem and it was prohibitively slow with a large (5000+)
records.  Always better to let the db do stuff like that if possible.

OR

Is if possible to do every column at once?

I've tried QofQ, but that doesn't allow update statements, which would be
super.  Or is there to do a querySetCell(), but have if affect all records,
and have it set it to each records information like 

SET col3 = col1 + col2



Matthew P. Smith 
Web Developer, Object Oriented 
Naval Education  Training Professional 
Development  Technology Center 
(NETPDTC) 
(850)452-1001 ext. 1245 
[EMAIL PROTECTED] 


-Original Message-
From: Brian Scandale [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 12:09 PM
To: CF-Talk
Subject: Re: Add Column to Query...

That looks very promising! and jeeze... right under my nose the whole
time. That's embarrassing. Thanks Jochem

At 01:53 AM 9/23/02, you wrote:
Brian Scandale wrote:
 How do I go about adding a column to a query dataset?

QueryAddColumn()?

Jochem



__
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: Mixing CF and ASP on same server

2002-09-23 Thread S . Isaac Dealey

 Is it ok to mix ColdFusion and ASP applications on the same web server or
 should they be kept separate on their own servers? Why? Thanks!

It's more overhead on the server since you've got 2 servers taking up memory
and cpu time... but there's nothing to prevent it ... My only concern would
be that the server has enough resources to handle the load, but beyond that
you shouldn't run into any dll conflicts or anything so there shouldn't be
any programatic reason to avoid it.


S. Isaac Dealey
Certified Advanced ColdFusion 5 Developer

www.turnkey.to
954-776-0046
__
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: Add Column to Query...

2002-09-23 Thread Jochem van Dieten

Smith, Matthew P -CONT(DYN) wrote:
 Word of warning, though, you will have to loop through the record set and
 add the value one record at a time.

You can add an entire column at once, you just need to have an array 
with the right values.

Jochem

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



Re: OT: server... Where to buy

2002-09-23 Thread Jochem van Dieten

Kris Pilles wrote:
 Anyone have a link to a website where I can buy some reasonably priced
 servers...

Some find http://www.cray.com/ reasonably priced. Others go to their 
local white label seller and build their own from parts. You are a bit 
sketchy on the details.

Jochem

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



CF based email newsletter app

2002-09-23 Thread Douglas Jordon

Anybody know of a free or cheap Cf-based email newsletter app? We have a 
client with 1500 subscribers whose been using her AOL account.

I checked the tag gallery and there was one seemingly perfect $75 
solution, Mail Manager from Aversion Software, but they're unresponsive.

TIA,

Doug Jordon

__
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: Add Column to Query...

2002-09-23 Thread Smith, Matthew P -CONT(DYN)

But to populate the array with concatenated values you would still have to
loop through the record set, I would think?

I'm sure it would depend on what you were trying to do.

Matt

-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 1:29 PM
To: CF-Talk
Subject: Re: Add Column to Query...

Smith, Matthew P -CONT(DYN) wrote:
 Word of warning, though, you will have to loop through the record set
and
 add the value one record at a time.

You can add an entire column at once, you just need to have an array
with the right values.

Jochem


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



Random Product, with a twist?

2002-09-23 Thread Che Vilnonis

What would be the easiest way to display one random product
pulled from a database every 24 hours without session or
client variables? Each page refresh would deliver the same
content for a 24 hour period.

Could this be done based on the applicationtimeout
setting from the cfapplication tag? My default timeout is
24 hours. (applicationtimeout=#CreateTimeSpan(1,0,0,0)#)

TIA...Ché

__
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



Web Services pre-MX

2002-09-23 Thread Dave Carabetta

I need to give a little talk in a few days concerning web services with 
ColdFusion, pre-MX (4.5, 5). I was wondering if any of you out there can 
share what you did in terms of both publishing and/or consuming web services 
via ColdFusion.

I work for a very data-oriented company, and we are exploring the possiblity 
of offering our data as various web services to our clients (and consuming 
them for internal use as well).

Was WDDX the only way to do this pre-MX? Are there any third-party tools to 
help with this? Were other technologies a better fit for this sort of thing 
(i.e., Java, Python, etc.)?

I understand the buzz words when it comes to web services, but can't really 
say that I know a whole lot more than that.

Any help you all might have is appreciated.

Regards,
Dave.


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



RE: Mixing CF and ASP on same server

2002-09-23 Thread Phoeun Pha

It's really a matter of being able to afford another server.  Otherwise,
nuffin wrong :)

-Original Message-
From: Earl, George [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 12:31 PM
To: CF-Talk
Subject: Mixing CF and ASP on same server


Is it ok to mix ColdFusion and ASP applications on the same web server or
should they be kept separate on their own servers? Why? Thanks!

George
[EMAIL PROTECTED]

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



cf_location on CFMX

2002-09-23 Thread Urs Bertschy

I am getting an error (see message below) using the cf_location-customtag on 
ColdFusion MX. This worked fine under CF 5.0. Anybody expierencing the same problem?

I read somewhere that MX now supports writing cookies with the cflocation-tags? Do I 
still need cf_location for any reason or can I change everything to cflocation?





__
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



Strange threading issue, cflock?

2002-09-23 Thread jon hall

  Another locking question...might be a bug in CF5.

  Using CF5, I have a database insert that I need to pause a few
  seconds, then select a value back out that is updated from withing
  the db. My code looks something like this:

  cfquery .../  // Insert Query
  cfset name = Hash(CreateUUID())/
  cflock name=#name# type=readonly timeout=1
  cflock name=#name# type=exclusive timeout=5 throwontimeout=No/cflock
  /cflock
  cfquery .../ // Select Query

  What is strange is that the second query is not executing after the
  cflock times out. It seems that it must be executing _before_ the
  cflock starts! The database usually takes about 1 second to update
  the field, and even if I set the timeout to 20 seconds the recordset
  returned always contains data that would indicate that the query
  didn't wait until the cflock timed out, but executed before the
  cflock...

  It gets stranger even. If I set the timeout high enough and try to
  execute a second page with only the bottom query from above at the
  same time I am executing the above cfquery/cflock/cfquery block the
  single cfquery on a totally different page waits for the lock to
  execute, even though it has no cflocks anywhere in it! The rest of
  the site continues to operate normally, with CF executing pages, but
  it's like this particular cfquery block is respecting the cflock in
  the other page, even though it's not in a cflock itself.
  
  To even futher the proof, I have two databases, a primary and a
  backup that I can perform the same two queries against. The second
  page with the query by itself queried using the other DSN, executes
  instantly! Only when I use the same DSN does this page stop
  everything it is doing to wait for the second one to execute.

  All of this seems to contradict what I know about how CF uses locks.
  I think it's a bug with cflock...and a nasty one. Anyone know what
  may be going on?
  
-- 
 jon
  mailto:[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: CF based email newsletter app

2002-09-23 Thread Larry Juncker

I use iMSMail for our newsletters and it works super.

http://www.coolfusion.com

Give Howie a look.

Larry Juncker
Senior Cold fusion Developer
Heartland Communications Group, Inc.
[EMAIL PROTECTED]
(515) 574-2122

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

If you have received this communication in error, please notify us at the
e-mail listed above.

-Original Message-
From: Douglas Jordon [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 1:39 PM
To: CF-Talk
Subject: CF based email newsletter app


Anybody know of a free or cheap Cf-based email newsletter app? We have a
client with 1500 subscribers whose been using her AOL account.

I checked the tag gallery and there was one seemingly perfect $75
solution, Mail Manager from Aversion Software, but they're unresponsive.

TIA,

Doug Jordon


__
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: cflocking de-mystified (was RE: WHYYYYY!!!!!!)

2002-09-23 Thread Smith, Matthew P -CONT(DYN)

But if you access two variables in the same scope(ie session) at the same
time because of different names, can't that cause corruption?

Also, readonly locks are simply pointers; the only time they are locked down
is during an exclusive lock as used during a write.

Matthew P. Smith 
Web Developer, Object Oriented 
Naval Education  Training Professional 
Development  Technology Center 
(NETPDTC) 
(850)452-1001 ext. 1245 
[EMAIL PROTECTED] 


-Original Message-
From: Jason Egan [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 12:06 PM
To: CF-Talk
Subject: RE: cflocking de-mystified (was RE: WHY!!)

Right - I use the name attribute for cflock rather than scope
(occasionally) because my understanding is that when you lock on the
scope you Lock the entire scope down for that transaction -- if you use
names, then they are all (potentially) unique and you won't have a
usually fast process waiting on a slow process - essentially denying
client access because of scope locking...

Jason
CFDynamics.com

 -Original Message-
 From: Tony Weeg [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 23, 2002 7:53 AM
 To: CF-Talk
 Subject: cflocking de-mystified (was RE: WHY!!)



 my man, My Man!
 thank you dave.

 that's probably the funniest thing I have read this morning
 and the most informative email I have gotten in a long time
 in regards to locking (kinda wish I'd made it to the locking

 session last year @ devcon)

 but anyway, it makes sense, plain and well done.

 thank you!

 ps...i implemented this into my code @ my office @ my real
 job this morning, and things are humming along

 now, I guess my next question would be, is the cflock timeout
 sort of an arbitrary guess as to what would be a good amount
 of time? I mean, how long are the lock timeouts on the
 heaviest hit cf pages set for? whats a good number?

 ...tony

 Tony Weeg
 Senior Web Developer
 Information System Design
 Navtrak, Inc.
 Fleet Management Solutions
 www.navtrak.net

 410.548.2337


 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 23, 2002 1:52 AM
 To: CF-Talk
 Subject: RE: WHY!!


  i havent used locks on session vars, havent
  needed to, and having never formally learned
  cf, not really 100% down with the thought
  process behind locking session var setting...

 The thought process is very simple. If you're running CF 5 or
 earlier, and you're using session variables, and you don't
 lock them, bad things will happen. Memory variables can be
 accessed by concurrent requests, and CF doesn't handle that
 well, by default. While you might not think session variables
 would be used by concurrent requests, there are many possible
 cases in which more than one request from the same user might
 be running concurrently.

  any good books on that topic?

 A book would be overkill, just for this topic. If you're
 using CF 5 or earlier, just follow these simple rules:

 1. Dvery time you put Session, Application or Server in
 your code, use CFLOCK around it.

 2. If you're using any version of CF which supports the SCOPE
 attribute (4.5+, I think), use that with your CFLOCK tags
 around memory variables.

 3. If you're reading a memory variable, use TYPE=READONLY
 in your CFLOCK; if you may change the variable's value, use
 TYPE=EXCLUSIVE.

 4. There is no rule 4.

 5. Reread rule 1.

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

 : dream :: design :: develop :
 MXDC 02 :: Join us at this all day conference for
 designers  developers to learn tips, tricks, best
 practices and more for the entire Macromedia MX suite.

 September 28, 2002  ::  http://www.mxdc02.com/
 (Register today, seats are limited!)
 ::




__
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: Regex help, again

2002-09-23 Thread Ben Doom

Are you just worried about the first tag pair, or all of them?  Or is there
only one tag pair on the page?

If you are looking at the contents of multiple tag pairs, how should they be
returned?


  --Ben Doom
Programmer  General Lackey
Moonbow Software

: -Original Message-
: From: Ian Lurie [mailto:[EMAIL PROTECTED]]
: Sent: Monday, September 23, 2002 1:15 AM
: To: CF-Talk
: Subject: Regex help, again
:
:
: I'm trying to pull all h(anynum)(any text here)/h.
:
: I've got: h[0-9] but can't seem to get the wildcard to work so
: that I can
: grab the entire element.
:
: Any ideas?
:
: Ian
:
: 
__
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: Strange threading issue, cflock?

2002-09-23 Thread Mark A. Kruger - CFG

Jon,

Perhaps I'm missing something and this is an entirely new and clever
approach. I've never tried to use CFLOCK as a timeing mechanism. But what
you are doing here with your named locks seems like intentionally hanging
the process - something I usually tried to avoid doing by accident g. Do
many developers use this approach? Are you sure this is the best way to go
about creating execution time in your process?

-mk


-Original Message-
From: jon hall [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 1:58 PM
To: CF-Talk
Subject: Strange threading issue, cflock?


  Another locking question...might be a bug in CF5.

  Using CF5, I have a database insert that I need to pause a few
  seconds, then select a value back out that is updated from withing
  the db. My code looks something like this:

  cfquery .../  // Insert Query
  cfset name = Hash(CreateUUID())/
  cflock name=#name# type=readonly timeout=1
  cflock name=#name# type=exclusive timeout=5
throwontimeout=No/cflock
  /cflock
  cfquery .../ // Select Query

  What is strange is that the second query is not executing after the
  cflock times out. It seems that it must be executing _before_ the
  cflock starts! The database usually takes about 1 second to update
  the field, and even if I set the timeout to 20 seconds the recordset
  returned always contains data that would indicate that the query
  didn't wait until the cflock timed out, but executed before the
  cflock...

  It gets stranger even. If I set the timeout high enough and try to
  execute a second page with only the bottom query from above at the
  same time I am executing the above cfquery/cflock/cfquery block the
  single cfquery on a totally different page waits for the lock to
  execute, even though it has no cflocks anywhere in it! The rest of
  the site continues to operate normally, with CF executing pages, but
  it's like this particular cfquery block is respecting the cflock in
  the other page, even though it's not in a cflock itself.

  To even futher the proof, I have two databases, a primary and a
  backup that I can perform the same two queries against. The second
  page with the query by itself queried using the other DSN, executes
  instantly! Only when I use the same DSN does this page stop
  everything it is doing to wait for the second one to execute.

  All of this seems to contradict what I know about how CF uses locks.
  I think it's a bug with cflock...and a nasty one. Anyone know what
  may be going on?

--
 jon
  mailto:[EMAIL PROTECTED]


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



  1   2   >