RE: Hacking a shared SQL server

2002-06-07 Thread Brandon Harper


 granted that that is true. however doesn't CF or any other programming
 language do the same thing. and if the way your getting at 
 the data is by
 using form and url parameter, then it's very easy for me to 
 do from the
 website and not even bother to try hack the database. using 
 client variables
 and session variables make this a little harder but not 
 impossible. 

I was just thinking about this issue today myself since I'm currently
working on something that involves the privacy issues of a lot of users.
My initial thought was to do something such as just using Encrypt() and
Decrypt() to put all variables encoded into one long form/url string.
Though on a page with a lot of links, that would be way too CPU
intensive, and its just a hack job around a good security plan (though I
can see its usefulness as just one small part of a plan-- I tend to
encrypt any somewhat sensitive or easily altered data in
Client/Cookie/Session scopes for instance).  

The solution would be to make a role based security scheme to take care
of that problem.  In theory, it shouldn't matter if someone is manually
entering in ID's of things via Form/URL strings which they want to see
so long as you are checking their permission level to that specific
record.


 Also if
 you're the type of person that likes to use integers for primary keys
 instead of unique identifiers, then I can see you getting at 
 anything in the
 database from a stored procedure. 
 

As others have said, you could probably just use GUID's if you are that
worried.  The additional layer of security would negate the minute added
CPU time needed to generate GUID's if the application needed the
additional security.  Again, if you are controlling / checking access to
records (essentially treating all data from forms and URL's as if it
were a virus), it shouldn't be a problem to begin with.  One of the
other things I could think of being bad about using plain incrementing
integers is that unless you start at a random point of assigning ID's,
people could perhaps get a general idea of how many records for that
type of data exist in the database.

Random ID's (a la Access) are very problematic if you ever need to
'upsize' data to a different database server or environment (i.e. I
could see how they could be a pain for clustering and/or replication).
Or maybe just the recent experience of upsizing a replicated Access DB
pool w/ random ID's to SQL Server has left a bad taste in my mouth.  :)

- Brandon

--
http://spooled.net
http://booms.net

FAQ: http://www.thenetprofits.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 mail weirdness

2002-06-07 Thread Jason Davis

That's a problem, because I don't have access to that mailserver.
I'm getting a smtp account from my ISP :(

- Original Message -
From: Critz [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, June 06, 2002 4:16 PM
Subject: Re: server mail weirdness


 oi Jason!!

 you  can  probably  set  your  mailserver  up  to allow the ip of the
coldfusion
 server, that way it does not need to authenticate...


 --
 Critz
 Certified Adv. ColdFusion Developer

 Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion
 
 Thursday, June 6, 2002, 11:14:31 AM, you wrote:

 JD cf- administrator only allows to put-in mail server address. but my
server requires authentication via username
 JD and password. where do I fill this up? (cf 5 proffesional).

 JD Thanks!



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



Re: CFMX and unicode

2002-06-07 Thread Paul Hastings

 the application has all the information translated in Korean and it
display
 perfectly (well with the exception of CFtree).

you mean in cf5?

 Tried it under CFMX and the forms display garbage.
 initially all the forms had the following at the top:

welcome to world of legacy data: cfmx wants/expects ucs-2 encoded
data. your kr data is encoded how? stored in N datatype fields?

 meta http-equiv=content-type content=text/html;charset=euc-kr
 The above works in CF5 but does not work in CFMX

cfmx wants to spit out utf-8 encoding.

 and added the following to each form
 cfprocessingdirective pageEncoding=euc-kr

this should actually work, provided the data is stored
in something neo likes. how was the data stored?

 cfprocessingdirective pageEncoding=ks_c_5601-1987

how was the data stored?

__
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: Hacking a shared SQL server

2002-06-07 Thread Philip Arnold - ASP

 In a few months nobody is using CF 4.5 anyway.

Really? And you can guarantee this? We have people on this list still
using CF4, that's 3 generations old (since CFMX is out now) - people
stick with software the know works...

Not everybody can afford to/wants to upgrade to the latest software - we
won't hit CFMX in productions for a couple of months, but it doesn't
mean that our client who still has CF4.51 on their servers will
immediately jump on CFMX... In fact they only upgraded from CF3.1 about
6 months ago - to CF4.51 (go figure)

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

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

An ISO9001 registered company.

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


__
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: dbm vs cfm (tds)

2002-06-07 Thread Philip Arnold - ASP

 In fact, I encourage everyone to use .ray files. :

Hey, that's a damn fine idea... CFMX2 running .ray files as default g

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

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

An ISO9001 registered company.

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


__
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: cfexecute

2002-06-07 Thread Philip Arnold - ASP

 C:\temptest.bat  output.txt

I'd suggest putting a location before the output.txt, something like

Test.bat  c:\output.txt

I'm not sure where CFEXECUTE calls the file from...

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

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

An ISO9001 registered company.

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


 -Original Message-
 From: phumes1 [mailto:[EMAIL PROTECTED]]
 Sent: 06 June 2002 18:27
 To: CF-Talk
 Subject: cfexecute


 Hi,

 This is what I put in my batch file:

 test.bat
 

 setlocal
 c:
 cd C:\temp
 c:\tempc:\program\runme.exe c:\temp\filename printer

 Then from the command prompt I did:

 C:\temptest.bat  output.txt

 The programs run just fine. The program displays the
 processing to the screen.
 When I open the file output.txt this is what it contains:

 C:\tempsetlocal
 C:\tempc:
 C:\tempcd c:\temp
 c:\tempc:\program\runme.exe c:\temp\filename printer

 I don't know whats going on.

 The output.txt file should contain the output thats dumped to
 the screen
 but it doesn't.

 The executable file is a Perl script which was compiled to a
 .exe file.
 Could there be something in the Perl script thats stopping
 the output to a
 file?
 Its works to the screen so I can't figure out whats happening.

 Any ideas?



  
  The bat file seem to be working exactly as you tell them to.
  
  In the instance below, when you are calling the exe
 directly, you are
  rerouting the screen output to the p.log file.
  
  It is routing the ouput of the runme command to the log file.
  
  In the CFExecute example you posted earlier, you are
 routing the output
  from the BAT file to the log file. Not quite the same thing.
  
  Try changing the call in the BAT file to match your example below,
  including the redirected output stream.
  
  (and what are the command switches -e /q /v doing for you in the
  CFExecute example? Is /q quiet mode, which supresses all
 bat file output?)
  
  Now you've got me curious
  Jerry Johnson
  
[EMAIL PROTECTED] 06/05/02 02:27PM 
  Why is my output file empty?
  
  The filename is passed to the executable for processing but
 shen I specify
  the output to be redirected to a file its empty. Why?
  
  Run from command prompt:
  
  c:\tempc:\program\runme.exe c:\temp\filename printer  p.log
  
  
  


 +-
 --+

 Philip Humeniuk
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 +-
 ---+


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



RE: Homesite+ - CFMX Tag Definitions ???

2002-06-07 Thread Chris Kief

Ray...

I didn't have them either... (purchase date 5/29)

Thanks for the link Todd...that fixed me right up...after reading the
install directions - seems like someone at MM knows they aren't in
there...

Chris

 1. Extract the zip file to your HomeSite+ root directory. The files
will be installed in the /Help/CFML Reference folder... 


-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 06, 2002 8:12 PM
To: CF-Talk
Subject: RE: Homesite+ - CFMX Tag Definitions ???

Double check. I have Homesite+ as well and they are all there. 

===
Raymond Camden, ColdFusion Jedi Master for Macromedia

Email: [EMAIL PROTECTED]
Yahoo IM : morpheus

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

 -Original Message-
 From: Todd [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, June 06, 2002 10:20 PM
 To: CF-Talk
 Subject: RE: Homesite+ - CFMX Tag Definitions ???
 
 
 Ray,
 
 Not sure if you're aware of it, but the CFML definitions / 
 etc are missing 
 from HomeSite+
 
 ~Todd
 
 At 09:49 PM 6/6/2002 -0400, you wrote:
 Err - I think the idea is if you have Homesite+, you don't need the
 updater. You simply use Homesite+. If you need the updater 
 for Studio 5,
 follow the link the other poster sent. Maybe I'm not quite 
 getting what
 you are saying?
 
 =
 ==
 Raymond Camden, ColdFusion Jedi Master for Macromedia
 
 Email: [EMAIL PROTECTED]
 Yahoo IM : morpheus
 
 My ally is the Force, and a powerful ally it is. - Yoda
 
   -Original Message-
   From: Joshua Miller [mailto:[EMAIL PROTECTED]]
   Sent: Wednesday, June 06, 2001 8:44 PM
   To: CF-Talk
   Subject: RE: Homesite+ - CFMX Tag Definitions ???
  
  
   Why wasn't this included with Homesite+ or was it and I 
 didn't install
   it correctly?
  
   Joshua Miller
   Web Development :: Programming
   Eagle Web Development LLC
   www.eaglewd.com
   [EMAIL PROTECTED]
   (304) 622-5676 (Clarksburg Office)
   (304) 456-4942 (Home Office)
  
  
   -Original Message-
   From: Todd [mailto:[EMAIL PROTECTED]]
   Sent: Thursday, June 06, 2002 8:35 PM
   To: CF-Talk
   Subject: Re: Homesite+ - CFMX Tag Definitions ???
  
  
 http://download.macromedia.com/pub/homesite/updates/cfml_ref.zip
 
 At 08:24 PM 6/6/2001 -0400, you wrote:
  Ok, I heard recently on this list that MM was releasing 
 CFMX tag update
 
  for CFStudio - where can I find this inside of Homesite+ ??? There
  weren't ANY CF tags in the Help section as in Studio - I 
 had to copy
  them from Studio 5 and update the booktree.xml file to get 
 the CF help
  into Homesite+ ...
  
  So what happened to the CFMX help that was supposedly 
 being released?
  Where can I get it? Why isn't it included in Homesite+ Subscription
  Download? Did I just miss it in the install or what?
  
  Thanks,
  
  Joshua Miller
  Web Development :: Programming
  Eagle Web Development LLC
  www.eaglewd.com
  [EMAIL PROTECTED]
  (304) 622-5676 (Clarksburg Office)
  (304) 456-4942 (Home Office)
  
  
 
 
 
 

__
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: Homesite+ - CFMX Tag Definitions ???

2002-06-07 Thread Todd

If you follow this thread:
http://webforums.macromedia.com/homesite/messageview.cfm?catid=91threadid=356695

You can see that it was confirmed internally as an issue.

At 03:35 AM 6/7/2002 -0700, you wrote:
Ray...

I didn't have them either... (purchase date 5/29)

Thanks for the link Todd...that fixed me right up...after reading the
install directions - seems like someone at MM knows they aren't in
there...

Chris

 1. Extract the zip file to your HomeSite+ root directory. The files
will be installed in the /Help/CFML Reference folder... 


-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 06, 2002 8:12 PM
To: CF-Talk
Subject: RE: Homesite+ - CFMX Tag Definitions ???

Double check. I have Homesite+ as well and they are all there.

===
Raymond Camden, ColdFusion Jedi Master for Macromedia

Email: [EMAIL PROTECTED]
Yahoo IM : morpheus

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

  -Original Message-
  From: Todd [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, June 06, 2002 10:20 PM
  To: CF-Talk
  Subject: RE: Homesite+ - CFMX Tag Definitions ???
 
 
  Ray,
 
  Not sure if you're aware of it, but the CFML definitions /
  etc are missing
  from HomeSite+
 
  ~Todd
 
  At 09:49 PM 6/6/2002 -0400, you wrote:
  Err - I think the idea is if you have Homesite+, you don't need the
  updater. You simply use Homesite+. If you need the updater
  for Studio 5,
  follow the link the other poster sent. Maybe I'm not quite
  getting what
  you are saying?
  
  =
  ==
  Raymond Camden, ColdFusion Jedi Master for Macromedia
  
  Email: [EMAIL PROTECTED]
  Yahoo IM : morpheus
  
  My ally is the Force, and a powerful ally it is. - Yoda
  
-Original Message-
From: Joshua Miller [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 06, 2001 8:44 PM
To: CF-Talk
Subject: RE: Homesite+ - CFMX Tag Definitions ???
   
   
Why wasn't this included with Homesite+ or was it and I
  didn't install
it correctly?
   
Joshua Miller
Web Development :: Programming
Eagle Web Development LLC
www.eaglewd.com
[EMAIL PROTECTED]
(304) 622-5676 (Clarksburg Office)
(304) 456-4942 (Home Office)
   
   
-Original Message-
From: Todd [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 06, 2002 8:35 PM
To: CF-Talk
Subject: Re: Homesite+ - CFMX Tag Definitions ???
   
   
  http://download.macromedia.com/pub/homesite/updates/cfml_ref.zip
  
  At 08:24 PM 6/6/2001 -0400, you wrote:
   Ok, I heard recently on this list that MM was releasing
  CFMX tag update
  
   for CFStudio - where can I find this inside of Homesite+ ??? There
   weren't ANY CF tags in the Help section as in Studio - I
  had to copy
   them from Studio 5 and update the booktree.xml file to get
  the CF help
   into Homesite+ ...
   
   So what happened to the CFMX help that was supposedly
  being released?
   Where can I get it? Why isn't it included in Homesite+ Subscription
   Download? Did I just miss it in the install or what?
   
   Thanks,
   
   Joshua Miller
   Web Development :: Programming
   Eagle Web Development LLC
   www.eaglewd.com
   [EMAIL PROTECTED]
   (304) 622-5676 (Clarksburg Office)
   (304) 456-4942 (Home Office)
   
   
  
  
  
 


__
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: Homesite+ - CFMX Tag Definitions ???

2002-06-07 Thread Chris Kief

Nice call...

Thanks again for the help!



-Original Message-
From: Todd [mailto:[EMAIL PROTECTED]] 
Sent: Friday, June 07, 2002 3:41 AM
To: CF-Talk
Subject: RE: Homesite+ - CFMX Tag Definitions ???

If you follow this thread:
http://webforums.macromedia.com/homesite/messageview.cfm?catid=91thread
id=356695

You can see that it was confirmed internally as an issue.

At 03:35 AM 6/7/2002 -0700, you wrote:
Ray...

I didn't have them either... (purchase date 5/29)

Thanks for the link Todd...that fixed me right up...after reading the
install directions - seems like someone at MM knows they aren't in
there...

Chris

 1. Extract the zip file to your HomeSite+ root directory. The files
will be installed in the /Help/CFML Reference folder... 


-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 06, 2002 8:12 PM
To: CF-Talk
Subject: RE: Homesite+ - CFMX Tag Definitions ???

Double check. I have Homesite+ as well and they are all there.

===
Raymond Camden, ColdFusion Jedi Master for Macromedia

Email: [EMAIL PROTECTED]
Yahoo IM : morpheus

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

  -Original Message-
  From: Todd [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, June 06, 2002 10:20 PM
  To: CF-Talk
  Subject: RE: Homesite+ - CFMX Tag Definitions ???
 
 
  Ray,
 
  Not sure if you're aware of it, but the CFML definitions /
  etc are missing
  from HomeSite+
 
  ~Todd
 
  At 09:49 PM 6/6/2002 -0400, you wrote:
  Err - I think the idea is if you have Homesite+, you don't need the
  updater. You simply use Homesite+. If you need the updater
  for Studio 5,
  follow the link the other poster sent. Maybe I'm not quite
  getting what
  you are saying?
  
  =
  ==
  Raymond Camden, ColdFusion Jedi Master for Macromedia
  
  Email: [EMAIL PROTECTED]
  Yahoo IM : morpheus
  
  My ally is the Force, and a powerful ally it is. - Yoda
  
-Original Message-
From: Joshua Miller [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 06, 2001 8:44 PM
To: CF-Talk
Subject: RE: Homesite+ - CFMX Tag Definitions ???
   
   
Why wasn't this included with Homesite+ or was it and I
  didn't install
it correctly?
   
Joshua Miller
Web Development :: Programming
Eagle Web Development LLC
www.eaglewd.com
[EMAIL PROTECTED]
(304) 622-5676 (Clarksburg Office)
(304) 456-4942 (Home Office)
   
   
-Original Message-
From: Todd [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 06, 2002 8:35 PM
To: CF-Talk
Subject: Re: Homesite+ - CFMX Tag Definitions ???
   
   
  http://download.macromedia.com/pub/homesite/updates/cfml_ref.zip
  
  At 08:24 PM 6/6/2001 -0400, you wrote:
   Ok, I heard recently on this list that MM was releasing
  CFMX tag update
  
   for CFStudio - where can I find this inside of Homesite+ ???
There
   weren't ANY CF tags in the Help section as in Studio - I
  had to copy
   them from Studio 5 and update the booktree.xml file to get
  the CF help
   into Homesite+ ...
   
   So what happened to the CFMX help that was supposedly
  being released?
   Where can I get it? Why isn't it included in Homesite+
Subscription
   Download? Did I just miss it in the install or what?
   
   Thanks,
   
   Joshua Miller
   Web Development :: Programming
   Eagle Web Development LLC
   www.eaglewd.com
   [EMAIL PROTECTED]
   (304) 622-5676 (Clarksburg Office)
   (304) 456-4942 (Home Office)
   
   
  
  
  
 



__
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



Editing JSP in DWMX and getting functions insite

2002-06-07 Thread Reilly, Jim

I know that I can edit JSP files in DWMX, but if I have a specific java
variable called firstName that is a String, how can I get DWMX to show me a
list of functions of a String class.

So, if I have
String firstName;

and later on in the code I say:
firstName.
that after I type the . I get a pop-up list of String functions, like:
* charAt(int index)
* compareTo(Object o)

etc...

Or does DWMX not support this...?

Any thoughts?


I asked the macromedia.dreamweaver forum, but nobody responded/knew


Tkx,
Jim



Tkx,
James M. Reilly
GlobalSpec
350 Jordan Road
Troy, NY 12180
Tel:  518.880.0200 x318
Fax: 518.880.0250
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re[2]: server mail weirdness

2002-06-07 Thread Critz

oi Jason!!


I've heard ppl talk of running a cfpop tag before..that way you could
verify on the mailserver and then shoot your  cfmail tag

like said..dunno if it works, but hey...worth a shot i reckon

-- 
Best regards,

Critter, MMCP
Certified ColdFusion Developer
 
Crit[s2k] - CF_ChannelOp Network=EFNet Channel=ColdFusion


Friday, June 7, 2002, 4:47:28 AM, you wrote:

JD That's a problem, because I don't have access to that mailserver.
JD I'm getting a smtp account from my ISP :(

JD - Original Message -
JD From: Critz [EMAIL PROTECTED]
JD To: CF-Talk [EMAIL PROTECTED]
JD Sent: Thursday, June 06, 2002 4:16 PM
JD Subject: Re: server mail weirdness


 oi Jason!!

 you  can  probably  set  your  mailserver  up  to allow the ip of the
JD coldfusion
 server, that way it does not need to authenticate...


 --
 Critz
 Certified Adv. ColdFusion Developer

 Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion
 
 Thursday, June 6, 2002, 11:14:31 AM, you wrote:

 JD cf- administrator only allows to put-in mail server address. but my
JD server requires authentication via username
 JD and password. where do I fill this up? (cf 5 proffesional).

 JD Thanks!



 JD
 
JD 
__
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: cfexecute

2002-06-07 Thread phumes1

I don't know whats happening...

The contents of my output.txt file still contains the following. The output 
to the screen (console) is totally different and this is what I want dumped 
into the output file. The executable is a compiled Perl script. Does anyone 
know how to dump the output of the perl script to a file?


C:\tempsetlocal
C:\tempc:
C:\tempcd c:\temp
c:\tempc:\program\runme.exe c:\temp\filename printer


At 11:19 AM 6/7/2002 +0100, you wrote:
  C:\temptest.bat  output.txt

I'd suggest putting a location before the output.txt, something like

Test.bat  c:\output.txt

I'm not sure where CFEXECUTE calls the file from...

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

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

An ISO9001 registered company.

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


  -Original Message-
  From: phumes1 [mailto:[EMAIL PROTECTED]]
  Sent: 06 June 2002 18:27
  To: CF-Talk
  Subject: cfexecute
 
 
  Hi,
 
  This is what I put in my batch file:
 
  test.bat
  
 
  setlocal
  c:
  cd C:\temp
  c:\tempc:\program\runme.exe c:\temp\filename printer
 
  Then from the command prompt I did:
 
  C:\temptest.bat  output.txt
 
  The programs run just fine. The program displays the
  processing to the screen.
  When I open the file output.txt this is what it contains:
 
  C:\tempsetlocal
  C:\tempc:
  C:\tempcd c:\temp
  c:\tempc:\program\runme.exe c:\temp\filename printer
 
  I don't know whats going on.
 
  The output.txt file should contain the output thats dumped to
  the screen
  but it doesn't.
 
  The executable file is a Perl script which was compiled to a
  .exe file.
  Could there be something in the Perl script thats stopping
  the output to a
  file?
  Its works to the screen so I can't figure out whats happening.
 
  Any ideas?
 
 
 
   
   The bat file seem to be working exactly as you tell them to.
   
   In the instance below, when you are calling the exe
  directly, you are
   rerouting the screen output to the p.log file.
   
   It is routing the ouput of the runme command to the log file.
   
   In the CFExecute example you posted earlier, you are
  routing the output
   from the BAT file to the log file. Not quite the same thing.
   
   Try changing the call in the BAT file to match your example below,
   including the redirected output stream.
   
   (and what are the command switches -e /q /v doing for you in the
   CFExecute example? Is /q quiet mode, which supresses all
  bat file output?)
   
   Now you've got me curious
   Jerry Johnson
   
 [EMAIL PROTECTED] 06/05/02 02:27PM 
   Why is my output file empty?
   
   The filename is passed to the executable for processing but
  shen I specify
   the output to be redirected to a file its empty. Why?
   
   Run from command prompt:
   
   c:\tempc:\program\runme.exe c:\temp\filename printer  p.log
   
   
   
 
 
  +-
  --+
 
  Philip Humeniuk
  [EMAIL PROTECTED]
  [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: ColdFusion Studio - Added Functionality for MX VTM's and Help Files

2002-06-07 Thread Stacy Young

Thanks Gary!


-Original Message-
From: Gary Groomer [mailto:[EMAIL PROTECTED]] 
Sent: Friday, June 07, 2002 12:21 AM
To: CF-Talk
Subject: Re: ColdFusion Studio - Added Functionality for MX VTM's and Help
Files

I forgot that this news group strips attachments.  I'll upload the file to
my web site and re-post the message when I get a chance.

Gary Groomer

- Original Message -
From: Gary Groomer [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, June 06, 2002 9:16 PM
Subject: ColdFusion Studio - Added Functionality for MX VTM's and Help Files


 As I am an avid fan of ColdFusion Studio and want to get as much life out
of
 it as possible, I made some modifications to make it a bit friendlier to
the
 new and changed MX tags.  I decided to document the changes in case anyone
 else might be interested.

 First, I added tag completion so the new tags appear in the popup list and
 tag completion.  Second, I added a section to Studio's help pane entitled
 ColdFusion MX Tags - New and Changed so that the new help files could be
 easily browsed.  The instructions are in the attached text file.  I hope
 that you find it useful.

 For the record, I would like to see Macromedia turn over Studio to an open
 source group.  Then, we as developers, could control Studio's destiny.  It
 wouldn't hurt them in the long run as I still plan on developing
ColdFusion
 applications, which means more money in their pockets.  But, I don't like
 being told to convert to a graphical interface after years of developing
in
 Studio and other text based IDE's.  I would rather go back to Notepad.

 Gary Groomer

 

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



RE: ColdFusion Studio - Added Functionality for MX VTM's and Help Files

2002-06-07 Thread Neil Clark - =TMM=

Or could just download this.

http://www.macromedia.com/software/coldfusionstudio/productinfo/resource
s/tag_updaters/







Neil Clark
Team Macromedia
http://www.macromedia.com/go/team

Announcing Macromedia MX!! 
http://www.macromedia.com/software/trial/




-Original Message-
From: Gary Groomer [mailto:[EMAIL PROTECTED]] 
Sent: 07 June 2002 05:21
To: CF-Talk
Subject: Re: ColdFusion Studio - Added Functionality for MX VTM's and
Help Files

I forgot that this news group strips attachments.  I'll upload the file
to
my web site and re-post the message when I get a chance.

Gary Groomer

- Original Message -
From: Gary Groomer [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, June 06, 2002 9:16 PM
Subject: ColdFusion Studio - Added Functionality for MX VTM's and Help
Files


 As I am an avid fan of ColdFusion Studio and want to get as much life
out
of
 it as possible, I made some modifications to make it a bit friendlier
to
the
 new and changed MX tags.  I decided to document the changes in case
anyone
 else might be interested.

 First, I added tag completion so the new tags appear in the popup list
and
 tag completion.  Second, I added a section to Studio's help pane
entitled
 ColdFusion MX Tags - New and Changed so that the new help files could
be
 easily browsed.  The instructions are in the attached text file.  I
hope
 that you find it useful.

 For the record, I would like to see Macromedia turn over Studio to an
open
 source group.  Then, we as developers, could control Studio's destiny.
It
 wouldn't hurt them in the long run as I still plan on developing
ColdFusion
 applications, which means more money in their pockets.  But, I don't
like
 being told to convert to a graphical interface after years of
developing
in
 Studio and other text based IDE's.  I would rather go back to Notepad.

 Gary Groomer

 

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



Re: CFMX and unicode

2002-06-07 Thread Marius Milosav

Some of the initial data was stored in char, varchar. But the bulk of it
(95%) was n type from the beginning.
Since then we had updated all the fields to nchar, nvarchar
I hope that we don't have to translate everything again. We were supposed to
go live in June and delayed to July to take advantage of CFMX Unicode
features.

Is there a fix to the problem
Thanks
Marius

- Original Message -
From: Paul Hastings [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, June 07, 2002 3:53 AM
Subject: Re: CFMX and unicode


  the application has all the information translated in Korean and it
 display
  perfectly (well with the exception of CFtree).

 you mean in cf5?

  Tried it under CFMX and the forms display garbage.
  initially all the forms had the following at the top:

 welcome to world of legacy data: cfmx wants/expects ucs-2 encoded
 data. your kr data is encoded how? stored in N datatype fields?

  meta http-equiv=content-type content=text/html;charset=euc-kr
  The above works in CF5 but does not work in CFMX

 cfmx wants to spit out utf-8 encoding.

  and added the following to each form
  cfprocessingdirective pageEncoding=euc-kr

 this should actually work, provided the data is stored
 in something neo likes. how was the data stored?

  cfprocessingdirective pageEncoding=ks_c_5601-1987

 how was the data stored?

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



Re: CFMX and unicode

2002-06-07 Thread Paul Hastings

 Some of the initial data was stored in char, varchar. But the bulk of it

and the encoding?

 go live in June and delayed to July to take advantage of CFMX Unicode
 features.

i can assure you that neo  unicode's a very good choice, 
neo  unicode: go anyplace, do anything. remember you heard
that here first ;-)
 
 Is there a fix to the problem

probably. anyway i can get a look at the data/templates? or failing that
try cfhttp from neo to that cf5 box. stuff that into another db using N
datatypes and N' hint for sql server (make sure its going in as unicode,
ucs-2, rather than whatever kr locale's on those boxes).



__
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: Homesite+ - CFMX Tag Definitions ???

2002-06-07 Thread Raymond Camden

Do you have an exact post in that thread, cuz I don't see it. I _do_ see
the note about missing docs - but you were talking about the tag
editors, right? I can confirm that there is NOT a CFML book in the help
tree - but I thought your post was talking about the VTMs - IE, being
able to right click on cflogin and get a tag editor. 

===
Raymond Camden, ColdFusion Jedi Master for Macromedia

Email: [EMAIL PROTECTED]
Yahoo IM : morpheus

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

 -Original Message-
 From: Todd [mailto:[EMAIL PROTECTED]] 
 Sent: Friday, June 07, 2002 6:41 AM
 To: CF-Talk
 Subject: RE: Homesite+ - CFMX Tag Definitions ???
 
 
 If you follow this thread:
 http://webforums.macromedia.com/homesite/messageview.cfm?catid
 =91threadid=356695
 
 You can see that it was confirmed internally as an issue.
 
 At 03:35 AM 6/7/2002 -0700, you wrote:
 Ray...
 
 I didn't have them either... (purchase date 5/29)
 
 Thanks for the link Todd...that fixed me right up...after reading the
 install directions - seems like someone at MM knows they aren't in
 there...
 
 Chris
 
  1. Extract the zip file to your HomeSite+ root directory. The files
 will be installed in the /Help/CFML Reference folder... 
 
 
 -Original Message-
 From: Raymond Camden [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, June 06, 2002 8:12 PM
 To: CF-Talk
 Subject: RE: Homesite+ - CFMX Tag Definitions ???
 
 Double check. I have Homesite+ as well and they are all there.
 
 =
 ==
 Raymond Camden, ColdFusion Jedi Master for Macromedia
 
 Email: [EMAIL PROTECTED]
 Yahoo IM : morpheus
 
 My ally is the Force, and a powerful ally it is. - Yoda
 
   -Original Message-
   From: Todd [mailto:[EMAIL PROTECTED]]
   Sent: Thursday, June 06, 2002 10:20 PM
   To: CF-Talk
   Subject: RE: Homesite+ - CFMX Tag Definitions ???
  
  
   Ray,
  
   Not sure if you're aware of it, but the CFML definitions /
   etc are missing
   from HomeSite+
  
   ~Todd
  
   At 09:49 PM 6/6/2002 -0400, you wrote:
   Err - I think the idea is if you have Homesite+, you 
 don't need the
   updater. You simply use Homesite+. If you need the updater
   for Studio 5,
   follow the link the other poster sent. Maybe I'm not quite
   getting what
   you are saying?
   
   =
   ==
   Raymond Camden, ColdFusion Jedi Master for Macromedia
   
   Email: [EMAIL PROTECTED]
   Yahoo IM : morpheus
   
   My ally is the Force, and a powerful ally it is. - Yoda
   
 -Original Message-
 From: Joshua Miller [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, June 06, 2001 8:44 PM
 To: CF-Talk
 Subject: RE: Homesite+ - CFMX Tag Definitions ???


 Why wasn't this included with Homesite+ or was it and I
   didn't install
 it correctly?

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


 -Original Message-
 From: Todd [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, June 06, 2002 8:35 PM
 To: CF-Talk
 Subject: Re: Homesite+ - CFMX Tag Definitions ???


   http://download.macromedia.com/pub/homesite/updates/cfml_ref.zip
   
   At 08:24 PM 6/6/2001 -0400, you wrote:
Ok, I heard recently on this list that MM was releasing
   CFMX tag update
   
for CFStudio - where can I find this inside of 
 Homesite+ ??? There
weren't ANY CF tags in the Help section as in Studio - I
   had to copy
them from Studio 5 and update the booktree.xml file to get
   the CF help
into Homesite+ ...

So what happened to the CFMX help that was supposedly
   being released?
Where can I get it? Why isn't it included in Homesite+ 
 Subscription
Download? Did I just miss it in the install or what?

Thanks,


__
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



Tag Updater

2002-06-07 Thread Frank Mamone

I noticed there are a few tags not listed in the Insert Tag CFML list even after using 
the MX updater in my CFS 4.5.

The CFDUMP tag for example works with the tag insight but is not listed. Is it because 
I never had CFS 5.0?

Tks

__
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: Homesite+ - CFMX Tag Definitions ???

2002-06-07 Thread todd

Take a look at what Christine Lawson posted.  I was personally talking 
about the missing CFMX CFML help files and I'm pretty sure that's what 
Joshua was looking for.

I never mentioned anything about VTMs, etc..  Don't know how this thread 
got out of hand and it's really not important.  Joshua got what he needed 
and that's all that was needed.

~Todd


On Fri, 7 Jun 2002, Raymond Camden wrote:

 Do you have an exact post in that thread, cuz I don't see it. I _do_ see
 the note about missing docs - but you were talking about the tag
 editors, right? I can confirm that there is NOT a CFML book in the help
 tree - but I thought your post was talking about the VTMs - IE, being
 able to right click on cflogin and get a tag editor. 
 
 ===
 Raymond Camden, ColdFusion Jedi Master for Macromedia
 
 Email: [EMAIL PROTECTED]
 Yahoo IM : morpheus
 
 My ally is the Force, and a powerful ally it is. - Yoda 
 
  -Original Message-
  From: Todd [mailto:[EMAIL PROTECTED]] 
  Sent: Friday, June 07, 2002 6:41 AM
  To: CF-Talk
  Subject: RE: Homesite+ - CFMX Tag Definitions ???
  
  
  If you follow this thread:
  http://webforums.macromedia.com/homesite/messageview.cfm?catid
  =91threadid=356695
  
  You can see that it was confirmed internally as an issue.
  
  At 03:35 AM 6/7/2002 -0700, you wrote:
  Ray...
  
  I didn't have them either... (purchase date 5/29)
  
  Thanks for the link Todd...that fixed me right up...after reading the
  install directions - seems like someone at MM knows they aren't in
  there...
  
  Chris
  
   1. Extract the zip file to your HomeSite+ root directory. The files
  will be installed in the /Help/CFML Reference folder... 
  
  
  -Original Message-
  From: Raymond Camden [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, June 06, 2002 8:12 PM
  To: CF-Talk
  Subject: RE: Homesite+ - CFMX Tag Definitions ???
  
  Double check. I have Homesite+ as well and they are all there.
  
  =
  ==
  Raymond Camden, ColdFusion Jedi Master for Macromedia
  
  Email: [EMAIL PROTECTED]
  Yahoo IM : morpheus
  
  My ally is the Force, and a powerful ally it is. - Yoda
  
-Original Message-
From: Todd [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 06, 2002 10:20 PM
To: CF-Talk
Subject: RE: Homesite+ - CFMX Tag Definitions ???
   
   
Ray,
   
Not sure if you're aware of it, but the CFML definitions /
etc are missing
from HomeSite+
   
~Todd
   
At 09:49 PM 6/6/2002 -0400, you wrote:
Err - I think the idea is if you have Homesite+, you 
  don't need the
updater. You simply use Homesite+. If you need the updater
for Studio 5,
follow the link the other poster sent. Maybe I'm not quite
getting what
you are saying?

=
==
Raymond Camden, ColdFusion Jedi Master for Macromedia

Email: [EMAIL PROTECTED]
Yahoo IM : morpheus

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

  -Original Message-
  From: Joshua Miller [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, June 06, 2001 8:44 PM
  To: CF-Talk
  Subject: RE: Homesite+ - CFMX Tag Definitions ???
 
 
  Why wasn't this included with Homesite+ or was it and I
didn't install
  it correctly?
 
  Joshua Miller
  Web Development :: Programming
  Eagle Web Development LLC
  www.eaglewd.com
  [EMAIL PROTECTED]
  (304) 622-5676 (Clarksburg Office)
  (304) 456-4942 (Home Office)
 
 
  -Original Message-
  From: Todd [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, June 06, 2002 8:35 PM
  To: CF-Talk
  Subject: Re: Homesite+ - CFMX Tag Definitions ???
 
 
http://download.macromedia.com/pub/homesite/updates/cfml_ref.zip

At 08:24 PM 6/6/2001 -0400, you wrote:
 Ok, I heard recently on this list that MM was releasing
CFMX tag update

 for CFStudio - where can I find this inside of 
  Homesite+ ??? There
 weren't ANY CF tags in the Help section as in Studio - I
had to copy
 them from Studio 5 and update the booktree.xml file to get
the CF help
 into Homesite+ ...
 
 So what happened to the CFMX help that was supposedly
being released?
 Where can I get it? Why isn't it included in Homesite+ 
  Subscription
 Download? Did I just miss it in the install or what?
 
 Thanks,
 
 
 
__
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: Homesite+ - CFMX Tag Definitions ???

2002-06-07 Thread Joshua Miller

Do you know why there aren't any Help files for CFMX? It seems that
would have been addressed long before the release of the product.

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


-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED]] 
Sent: Friday, June 07, 2002 8:27 AM
To: CF-Talk
Subject: RE: Homesite+ - CFMX Tag Definitions ???


Do you have an exact post in that thread, cuz I don't see it. I _do_ see
the note about missing docs - but you were talking about the tag
editors, right? I can confirm that there is NOT a CFML book in the help
tree - but I thought your post was talking about the VTMs - IE, being
able to right click on cflogin and get a tag editor. 

===
Raymond Camden, ColdFusion Jedi Master for Macromedia

Email: [EMAIL PROTECTED]
Yahoo IM : morpheus

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

 -Original Message-
 From: Todd [mailto:[EMAIL PROTECTED]]
 Sent: Friday, June 07, 2002 6:41 AM
 To: CF-Talk
 Subject: RE: Homesite+ - CFMX Tag Definitions ???
 
 
 If you follow this thread: 
 http://webforums.macromedia.com/homesite/messageview.cfm?catid
 =91threadid=356695
 
 You can see that it was confirmed internally as an issue.
 
 At 03:35 AM 6/7/2002 -0700, you wrote:
 Ray...
 
 I didn't have them either... (purchase date 5/29)
 
 Thanks for the link Todd...that fixed me right up...after reading the

 install directions - seems like someone at MM knows they aren't in 
 there...
 
 Chris
 
  1. Extract the zip file to your HomeSite+ root directory. The files

 will be installed in the /Help/CFML Reference folder... 
 
 
 -Original Message-
 From: Raymond Camden [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, June 06, 2002 8:12 PM
 To: CF-Talk
 Subject: RE: Homesite+ - CFMX Tag Definitions ???
 
 Double check. I have Homesite+ as well and they are all there.
 
 =
 ==
 Raymond Camden, ColdFusion Jedi Master for Macromedia
 
 Email: [EMAIL PROTECTED]
 Yahoo IM : morpheus
 
 My ally is the Force, and a powerful ally it is. - Yoda
 
   -Original Message-
   From: Todd [mailto:[EMAIL PROTECTED]]
   Sent: Thursday, June 06, 2002 10:20 PM
   To: CF-Talk
   Subject: RE: Homesite+ - CFMX Tag Definitions ???
  
  
   Ray,
  
   Not sure if you're aware of it, but the CFML definitions / etc are

   missing from HomeSite+
  
   ~Todd
  
   At 09:49 PM 6/6/2002 -0400, you wrote:
   Err - I think the idea is if you have Homesite+, you
 don't need the
   updater. You simply use Homesite+. If you need the updater
   for Studio 5,
   follow the link the other poster sent. Maybe I'm not quite
   getting what
   you are saying?
   
   =
   ==
   Raymond Camden, ColdFusion Jedi Master for Macromedia
   
   Email: [EMAIL PROTECTED]
   Yahoo IM : morpheus
   
   My ally is the Force, and a powerful ally it is. - Yoda
   
 -Original Message-
 From: Joshua Miller [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, June 06, 2001 8:44 PM
 To: CF-Talk
 Subject: RE: Homesite+ - CFMX Tag Definitions ???


 Why wasn't this included with Homesite+ or was it and I
   didn't install
 it correctly?

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


 -Original Message-
 From: Todd [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, June 06, 2002 8:35 PM
 To: CF-Talk
 Subject: Re: Homesite+ - CFMX Tag Definitions ???


   http://download.macromedia.com/pub/homesite/updates/cfml_ref.zip
   
   At 08:24 PM 6/6/2001 -0400, you wrote:
Ok, I heard recently on this list that MM was releasing
   CFMX tag update
   
for CFStudio - where can I find this inside of
 Homesite+ ??? There
weren't ANY CF tags in the Help section as in Studio - I
   had to copy
them from Studio 5 and update the booktree.xml file to get
   the CF help
into Homesite+ ...

So what happened to the CFMX help that was supposedly
   being released?
Where can I get it? Why isn't it included in Homesite+
 Subscription
Download? Did I just miss it in the install or what?

Thanks,



__
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: Tag Updater

2002-06-07 Thread todd

I have CF5 and there's no button for CFDUMP either.  Is that what you're 
asking?  If you need to make one, cntrl-shift-F8 and make a button.

~Todd

On Fri, 7 Jun 2002, Frank Mamone wrote:

 I noticed there are a few tags not listed in the Insert Tag CFML list even after 
using the MX updater in my CFS 4.5.
 
 The CFDUMP tag for example works with the tag insight but is not listed. Is it 
because I never had CFS 5.0?
 
 Tks
 
 
__
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: Homesite+ - CFMX Tag Definitions ???

2002-06-07 Thread Raymond Camden

Sorry - this is going to sound like corp BS, but it _really_ isn't my
department. I'm assuming it's just a simple mistake - luckily it's been
addressed though.

Also - sorry I misread your original post!

===
Raymond Camden, ColdFusion Jedi Master for Macromedia

Email: [EMAIL PROTECTED]
Yahoo IM : morpheus

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

 -Original Message-
 From: Joshua Miller [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, June 07, 2001 8:42 AM
 To: CF-Talk
 Subject: RE: Homesite+ - CFMX Tag Definitions ???
 
 
 Do you know why there aren't any Help files for CFMX? It seems that
 would have been addressed long before the release of the product.
 
 Joshua Miller
 Web Development :: Programming
 Eagle Web Development LLC
 www.eaglewd.com
 [EMAIL PROTECTED]
 (304) 622-5676 (Clarksburg Office)
 (304) 456-4942 (Home Office)
 

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



Re: CFMX and unicode

2002-06-07 Thread Marius Milosav

The original translation was on an English server with the default
installation:
Language: English,
Code Page CP 1252

So the data that was saved in the database even in nchar (nvarchar) type
fields cannot be properly interpreted by CFMX?

I know that Unicode is the way to go, but I didn't expected to have this
type of problems.

Anyway, your chapters on Internationalization in the Advanced CF5 book are
very good and I recommend it to anybody doing work for multiple locales. Do
you have something similar for CFMX in the works?

Do you want to see the site in Korean or the cfcode?

Thanks
Marius

- Original Message -
From: Paul Hastings [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, June 07, 2002 8:25 AM
Subject: Re: CFMX and unicode


  Some of the initial data was stored in char, varchar. But the bulk of it

 and the encoding?

  go live in June and delayed to July to take advantage of CFMX Unicode
  features.

 i can assure you that neo  unicode's a very good choice,
 neo  unicode: go anyplace, do anything. remember you heard
 that here first ;-)

  Is there a fix to the problem

 probably. anyway i can get a look at the data/templates? or failing that
 try cfhttp from neo to that cf5 box. stuff that into another db using N
 datatypes and N' hint for sql server (make sure its going in as unicode,
 ucs-2, rather than whatever kr locale's on those boxes).



 
__
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: Homesite+ - CFMX Tag Definitions ???

2002-06-07 Thread S V

I imagine that the same can work for cf studio 5 , right?

= = = Original message = = =

Nice call...

Thanks again for the help!



-Original Message-
From: Todd [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 07, 2002 3:41 AM
To: CF-Talk
Subject: RE: Homesite+ - CFMX Tag Definitions ???

If you follow this thread:
http://webforums.macromedia.com/homesite/messageview.cfm?catid=91thread
id=356695

You can see that it was confirmed internally as an issue.

At 03:35 AM 6/7/2002 -0700, you wrote:
Ray...

I didn't have them either... (purchase date 5/29)

Thanks for the link Todd...that fixed me right up...after reading the
install directions - seems like someone at MM knows they aren't in
there...

Chris

 1. Extract the zip file to your HomeSite+ root directory. The files
will be installed in the /Help/CFML Reference folder... 


-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 06, 2002 8:12 PM
To: CF-Talk
Subject: RE: Homesite+ - CFMX Tag Definitions ???

Double check. I have Homesite+ as well and they are all there.

===
Raymond Camden, ColdFusion Jedi Master for Macromedia

Email: [EMAIL PROTECTED]
Yahoo IM : morpheus

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

  -Original Message-
  From: Todd [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, June 06, 2002 10:20 PM
  To: CF-Talk
  Subject: RE: Homesite+ - CFMX Tag Definitions ???
 
 
  Ray,
 
  Not sure if you're aware of it, but the CFML definitions /
  etc are missing
  from HomeSite+
 
  ~Todd
 
  At 09:49 PM 6/6/2002 -0400, you wrote:
  Err - I think the idea is if you have Homesite+, you don't need the
  updater. You simply use Homesite+. If you need the updater
  for Studio 5,
  follow the link the other poster sent. Maybe I'm not quite
  getting what
  you are saying?
  
  =
  ==
  Raymond Camden, ColdFusion Jedi Master for Macromedia
  
  Email: [EMAIL PROTECTED]
  Yahoo IM : morpheus
  
  My ally is the Force, and a powerful ally it is. - Yoda
  
-Original Message-
From: Joshua Miller [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 06, 2001 8:44 PM
To: CF-Talk
Subject: RE: Homesite+ - CFMX Tag Definitions ???
   
   
Why wasn't this included with Homesite+ or was it and I
  didn't install
it correctly?
   
Joshua Miller
Web Development :: Programming
Eagle Web Development LLC
www.eaglewd.com
[EMAIL PROTECTED]
(304) 622-5676 (Clarksburg Office)
(304) 456-4942 (Home Office)
   
   
-Original Message-
From: Todd [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 06, 2002 8:35 PM
To: CF-Talk
Subject: Re: Homesite+ - CFMX Tag Definitions ???
   
   
  http://download.macromedia.com/pub/homesite/updates/cfml_ref.zip
  
  At 08:24 PM 6/6/2001 -0400, you wrote:
   Ok, I heard recently on this list that MM was releasing
  CFMX tag update
  
   for CFStudio - where can I find this inside of Homesite+ ???
There
   weren't ANY CF tags in the Help section as in Studio - I
  had to copy
   them from Studio 5 and update the booktree.xml file to get
  the CF help
   into Homesite+ ...
   
   So what happened to the CFMX help that was supposedly
  being released?
   Where can I get it? Why isn't it included in Homesite+
Subscription
   Download? Did I just miss it in the install or what?
   
   Thanks,
   
   Joshua Miller
   Web Development :: Programming
   Eagle Web Development LLC
   www.eaglewd.com
   [EMAIL PROTECTED]
   (304) 622-5676 (Clarksburg Office)
   (304) 456-4942 (Home Office)
   
   
  
  
  
 




__
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: Tag Updater

2002-06-07 Thread Frank Mamone

Hey Todd,
What I mean is when you r-click the document and use Insert Tag. You get a
list of CFML tags, when you click on the CFML folder. The CF 5.0 tags are
not listed.


- Original Message -
From: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, June 07, 2002 8:41 AM
Subject: Re: Tag Updater


 I have CF5 and there's no button for CFDUMP either.  Is that what you're
 asking?  If you need to make one, cntrl-shift-F8 and make a button.

 ~Todd

 On Fri, 7 Jun 2002, Frank Mamone wrote:

  I noticed there are a few tags not listed in the Insert Tag CFML list
even after using the MX updater in my CFS 4.5.
 
  The CFDUMP tag for example works with the tag insight but is not listed.
Is it because I never had CFS 5.0?
 
  Tks
 
 
 
__
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: Hacking a shared SQL server

2002-06-07 Thread Tony_Petruzzi

I personally always use uniqueidentifiers for primary keys, it's just a
perference of mine. are they harder to work with? in my opinion, no, they
are just as easy to work with as integers. do they add some extra overhead
and extra access time to the application? if they do, i have never seen it
and the day you can, I'll start calling you The Flash. UID, in my opinion,
add little layer of extra security to your app. Anyone with a pea for a
brain can edit the url or form fields that are passed and change the value
of your variables. if you're using integers, you could easily start poking
around in the app by change the variables. with UID it's a little more
complex to guess. I'm no god  when it comes to SQL server, so if you have
been taught differently and are comfortable with the methods that you use,
use them. don't just change the way you program because i do something
different. there are probably some benefits / limitations on using UIDs as
primary keys that you could find in groups.google.com.

Anthony Petruzzi
Webmaster
954-321-4703
[EMAIL PROTECTED]
http://www.sheriff.org


-Original Message-
From: Tony Carcieri [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 06, 2002 3:21 PM
To: CF-Talk
Subject: RE: Hacking a shared SQL server


Also if
you're the type of person that likes to use integers for primary keys
instead of unique identifiers, then I can see you getting at anything in the
database from a stored procedure.

woah woahcall me dumb here, but by unique identifiers what do you mean?
I ALWAYS though integers were the method of choice be cause of access time.
please fill me in as ints were the way i was taught and if i should be doing
something different, by all means stick my head to a monitor with a
railroad spike!

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 06, 2002 3:09 PM
To: CF-Talk
Subject: RE: Hacking a shared SQL server


granted that that is true. however doesn't CF or any other programming
language do the same thing. and if the way your getting at the data is by
using form and url parameter, then it's very easy for me to do from the
website and not even bother to try hack the database. using client variables
and session variables make this a little harder but not impossible. Also if
you're the type of person that likes to use integers for primary keys
instead of unique identifiers, then I can see you getting at anything in the
database from a stored procedure.

Anthony Petruzzi
Webmaster
954-321-4703
[EMAIL PROTECTED]
http://www.sheriff.org


-Original Message-
From: Matt Liotta [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 06, 2002 3:00 PM
To: CF-Talk
Subject: RE: Hacking a shared SQL server


Suppose you stored all your customer information in your database. Your
application only used stored procedures to read and write data about
these customers. I could just use those stored procedures to read your
customer data and steal it. So the fact that I could only execute stored
procedures doesn't stop me from accessing your data.

-Matt

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, June 06, 2002 11:52 AM
 To: CF-Talk
 Subject: RE: Hacking a shared SQL server

 elaborate

 Anthony Petruzzi
 Webmaster
 954-321-4703
 [EMAIL PROTECTED]
 http://www.sheriff.org


 -Original Message-
 From: Matt Liotta [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, June 06, 2002 2:47 PM
 To: CF-Talk
 Subject: RE: Hacking a shared SQL server


 If I only have access to run your stored procedures then I could still
 access you data through the stored procedures. That IS a security
 problem.

 -Matt

  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, June 06, 2002 11:39 AM
  To: CF-Talk
  Subject: RE: Hacking a shared SQL server
 
  well them let me ask you this. if i locked down my database to the
 point
  where they can only access the stored procedures that I want them
to,
 then
  what do I care if they get ahold of the password to the DSN. They
 would
  only
  be able to do anything that I didn't allow them to anyways.
 
  I'm NOT trying to start a fight here. I just don't understand why I
 would
  care about someone hacking or stealing passwords to a DSN that is
  totally
  locked down. Plus I don't get what you mean when you said even
being
 able
  to call those stored procedures is a serious security issue, as I'm
 sure
  you're aware. If I let them have access to something and they run
it,
  then
  it isn't a security risk. Now if they were able to run something
that
 I
  didn't give them access to, then we have a problem. However, since I
 gave
  them access to run the stored procedures, I don't see a security
risk.
 
 
  Anthony Petruzzi
  Webmaster
  954-321-4703
  [EMAIL PROTECTED]
  http://www.sheriff.org
 
 
  -Original Message-
  From: Dave Watts [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, June 06, 2002 2:25 PM

Re: CFMX and unicode

2002-06-07 Thread Paul Hastings

 The original translation was on an English server with the default
 installation:  Language: English, Code Page CP 1252

and there's your problem. though w/sql server 2k you can actually
set collations per db, per table, even per column. if you go more
m17n then unicode. if you're only going to do korean  english
i guess you can figure out something as is.

 So the data that was saved in the database even in nchar (nvarchar) type
 fields cannot be properly interpreted by CFMX?

well neo's expecting ucs-2 for unicode data ala java  sql server. if
you have something else you have a small problem. i guess this is
going to be common enough to look at some solutions.

 I know that Unicode is the way to go, but I didn't expected to have this
 type of problems.

i actually had more problems with neo  single locales than w/neo 
unicode. after all my years of whining, i actually got a bit too much
unicoderesistance IS futile ;-)

 Anyway, your chapters on Internationalization in the Advanced CF5 book are

thanks.

 very good and I recommend it to anybody doing work for multiple locales.
Do
 you have something similar for CFMX in the works?

i think so.


__
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: Time: Re[2]: Homesite+ - CFMX Tag Definitions ???

2002-06-07 Thread Joshua Miller

Thanks for the note - our power keeps going out and it resets my system
clocks on all my PCs and my Mac - dunno how, but it does it every time.

Thanks,

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


-Original Message-
From: Critz [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 06, 2002 9:05 PM
To: CF-Talk
Subject: OT: Time: Re[2]: Homesite+ - CFMX Tag Definitions ???


oi Joshua!!

yer emails show a creation of 2001...tis making me scroll.


-- 
Critz
Certified Adv. ColdFusion Developer

Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion

Wednesday, June 6, 2001, 8:43:43 PM, you wrote:

JM Why wasn't this included with Homesite+ or was it and I didn't 
JM install it correctly?

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


JM -Original Message-
JM From: Todd [mailto:[EMAIL PROTECTED]]
JM Sent: Thursday, June 06, 2002 8:35 PM
JM To: CF-Talk
JM Subject: Re: Homesite+ - CFMX Tag Definitions ???


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

JM At 08:24 PM 6/6/2001 -0400, you wrote:
Ok, I heard recently on this list that MM was releasing CFMX tag
update

for CFStudio - where can I find this inside of Homesite+ ??? There 
weren't ANY CF tags in the Help section as in Studio - I had to copy 
them from Studio 5 and update the booktree.xml file to get the CF help

into Homesite+ ...

So what happened to the CFMX help that was supposedly being released? 
Where can I get it? Why isn't it included in Homesite+ Subscription 
Download? Did I just miss it in the install or what?

Thanks,

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



JM 

__
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: Number formatting issue

2002-06-07 Thread Thane Sherrington

At 02:22 PM 06/06/02 +0100, Philip Arnold - ASP wrote:

Write a UDF to do it...

Thanks.  This works wonderfully.

T

__
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: cfexecute

2002-06-07 Thread S . Isaac Dealey

 I don't know whats happening...

 The contents of my output.txt file still contains the
 following. The output
 to the screen (console) is totally different and this is
 what I want dumped
 into the output file. The executable is a compiled Perl
 script. Does anyone
 know how to dump the output of the perl script to a file?

Run the perl script using a CFHTTP request then write the content to file.

Isaac

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: Tag Updater

2002-06-07 Thread todd

And, you use the CF5.0 tag updaters on CFStudio 4.5?  I don't think my 
brain will let me go back that far and to be quite honest, I don't use the 
r-click the document and use insert tag. :(  Sorry.

~Todd

On Fri, 7 Jun 2002, Frank Mamone wrote:

 Hey Todd,
 What I mean is when you r-click the document and use Insert Tag. You get a
 list of CFML tags, when you click on the CFML folder. The CF 5.0 tags are
 not listed.
 
 
 - Original Message -
 From: [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Friday, June 07, 2002 8:41 AM
 Subject: Re: Tag Updater
 
 
  I have CF5 and there's no button for CFDUMP either.  Is that what you're
  asking?  If you need to make one, cntrl-shift-F8 and make a button.
 
  ~Todd
 
  On Fri, 7 Jun 2002, Frank Mamone wrote:
 
   I noticed there are a few tags not listed in the Insert Tag CFML list
 even after using the MX updater in my CFS 4.5.
  
   The CFDUMP tag for example works with the tag insight but is not listed.
 Is it because I never had CFS 5.0?
  
   Tks
  
  
  
 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX and .NET on the same computer?

2002-06-07 Thread Kola Oyedeji

Dave

What exactly is the wsconfig.exe utility?


Thanks


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]] 
Sent: 06 June 2002 19:26
To: CF-Talk
Subject: RE: CFMX and .NET on the same computer?

 Thanks for the heads up. I'll be installing on Win2K Pro, 
 but will likely see similar problems. Maybe .Net needs to 
 be installed first? or Last? I've seen the order apps are 
 installed affect performance before. we'll see. But to 
 be on the safe side, I'll be Ghosting my installation to
 another hard drive before I do this...

I didn't have any real problems with either install, but I didn't
install CF
MX to use IIS, either. I set that up manually afterwards, and I'd
recommend
that approach for a development machine, since it gives you greater
control
over the final result. So, to sum up, I did this:

1. On Win2K, I installed CF 5.
2. Then, VS.NET and the .NET Framework.
3. Then, CF MX in standalone mode.
4. I created a separate virtual server in IIS for CF MX.
5. I ran the wsconfig.exe utility in \CfusionMX\runtime\bin to set up a
connector between CF MX and the specific IIS virtual server from (4).

On the other hand, you should be able to install CF MX, then .NET. The
only
issue I can think of is if both are configured to use the same IIS
virtual
server. Even that might work, for all I know.

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

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



RE: Cffunction beware

2002-06-07 Thread Philip Arnold - ASP

 This is very cool.  However. If you get carried away with
 your #signs and write:
 #getpages(1,#variable#,3)#

 Ie, put pound signs inside the function, you get an error saying
 Missing argument name.  which has nothing to do with your problem.

 So, use # signs correctly and don't put them in function calls!

I think this all boils down to this advice;
Learn to use # signs properly

This bring up Ben Forta's To # or not to # article
http://www.defusion.com/articles/index.cfm?ArticleID=26

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

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

An ISO9001 registered company.

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


__
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: Hacking a shared SQL server

2002-06-07 Thread Andrew Tyrone

 -Original Message-
 From: Brandon Harper [mailto:[EMAIL PROTECTED]]
 Sent: Friday, June 07, 2002 2:38 AM
 To: CF-Talk
 Subject: RE: Hacking a shared SQL server
 I was just thinking about this issue today myself since I'm currently
 working on something that involves the privacy issues of a lot of users.
 My initial thought was to do something such as just using Encrypt() and
 Decrypt() to put all variables encoded into one long form/url string.
 Though on a page with a lot of links, that would be way too CPU
 intensive, and its just a hack job around a good security plan (though I
 can see its usefulness as just one small part of a plan-- I tend to
 encrypt any somewhat sensitive or easily altered data in
 Client/Cookie/Session scopes for instance).

I would concur with the idea of encrypting cookies if they contain sensitive
data, however I'd think twice of storing ANY sensitive data in cookies, but
rather store a username or email address and then make the user log in to
get at that sensitive data.

  Also if
  you're the type of person that likes to use integers for primary keys
  instead of unique identifiers, then I can see you getting at
  anything in the
  database from a stored procedure.

I don't really agree with this since my contention is that if you secure
your application it won't matter if someone is passing bogus data to it.  I
will admit that using GUIDs adds another layer of security, however minor it
might be, but I think the added hassle created by it (at least the way I go
about programming my apps) is not worth it.  Like I said in another response
to this topic, if you have certain business rules that require something
more complex such as a GUID or hash, then by all means use them, but use
them where they are appropriate.


--Andy


__
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



Nimoi CMS

2002-06-07 Thread Deanna Schneider

Hi Folks,
Has anyone used the Nimoi CMS from Live Information Systems? It's another
CMS built on CF, and I'm just curious if anyone (particularly anyone in the
states) has tried it.

Thanks!
-Deanna



Deanna Schneider
Interactive Media Developer
[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: CFMX and .NET on the same computer?

2002-06-07 Thread Dave Watts

 What exactly is the wsconfig.exe utility?

It's the configuration utility used to set up JRun connectors to your web
servers. It's in your \CFusionMX\runtime\bin directory. If you select your
web server when you install CF MX, it'll do this stuff automatically for
you, but if you select the standalone option and later want to connect CF MX
to your web server, you can run this.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Hacking a shared SQL server

2002-06-07 Thread Jochem van Dieten

Philip Arnold - ASP wrote:
In a few months nobody is using CF 4.5 anyway.
 
 
 Really? And you can guarantee this? We have people on this list still
 using CF4, that's 3 generations old (since CFMX is out now) - people
 stick with software the know works...
 
 Not everybody can afford to/wants to upgrade to the latest software - we
 won't hit CFMX in productions for a couple of months, but it doesn't
 mean that our client who still has CF4.51 on their servers will
 immediately jump on CFMX... In fact they only upgraded from CF3.1 about
 6 months ago - to CF4.51 (go figure)

But are they running a shared host with sandbox security? Or do they 
only run code they consider trusted?

Although there are probably thousands of systems around running CF 
4.5.x, I would be surprised if there were more than a couple of dozen 
running shared hosting services, and less then 10 with a Sandbox 
Security setup that makes them comparable.

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



Opinion: CFC / Request scope question.

2002-06-07 Thread todd

So, I'm pretty familiar with CFCs and getting it to work, etc.  I learned 
that you can actually store a function within the variable scope (in fact, 
I learned that when you create a UDF, it's actually placed in the variable 
scope).  I also recently learned that you can push a component of an 
object inside a variable as well (via CreateObject();).

I created a 'logging' component that all it does is takes an argument 
(event_id) and it checks the db if it should log the event and / or notify 
someone of the event. I pushed this logging component into the request 
scope and it's now available to all my applications (even other CFCs).

I guess my question is, is this a bad thing to do?  What's the impact of 
pushing components into the request scope (besides memory)...?  I know 
there's this holy war going on regarding the 'request' scope as some 
people say it shouldn't be touched and other people claim that's what it's 
for.

Just looking for opinions...

Thanks,
~Todd

-- 

Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ |
http://www.flashCFM.com/   - webRat (Moderator)|
http://www.ultrashock.com/ - webRat (Back-end Moderator)   |


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



RE: Opinion: CFC / Request scope question.

2002-06-07 Thread Raymond Camden

I think the question can be made a bit more broad - what is better:

1) cfinvoke component=test method=x

or

2) cfset x = createObject(component,test)
cfset y = test.foo()

In general my feelings are that if you are going to do anything more
than call one method, you should use #2. It should be quicker (since you
have the object already), but more than that, it's handier to have the
object around I would think.

Of course, since CFCs have been out for just a little while now, what I
think makes sense now will probably change by next Tuesday. ;)

===
Raymond Camden, ColdFusion Jedi Master for Macromedia

Email: [EMAIL PROTECTED]
Yahoo IM : morpheus

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

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
 Sent: Friday, June 07, 2002 10:08 AM
 To: CF-Talk
 Subject: Opinion: CFC / Request scope question.
 
 
 So, I'm pretty familiar with CFCs and getting it to work, 
 etc.  I learned 
 that you can actually store a function within the variable 
 scope (in fact, 
 I learned that when you create a UDF, it's actually placed in 
 the variable 
 scope).  I also recently learned that you can push a component of an 
 object inside a variable as well (via CreateObject();).
 
 I created a 'logging' component that all it does is takes an argument 
 (event_id) and it checks the db if it should log the event 
 and / or notify 
 someone of the event. I pushed this logging component into 
 the request 
 scope and it's now available to all my applications (even other CFCs).
 
 I guess my question is, is this a bad thing to do?  What's 
 the impact of 
 pushing components into the request scope (besides 
 memory)...?  I know 
 there's this holy war going on regarding the 'request' scope as some 
 people say it shouldn't be touched and other people claim 
 that's what it's 
 for.
 
 Just looking for opinions...
 
 Thanks,
 ~Todd
 
 -- 
 
 Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ |
 http://www.flashCFM.com/   - webRat (Moderator)|
 http://www.ultrashock.com/ - webRat (Back-end Moderator)   |
 
 
 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Hacking a shared SQL server

2002-06-07 Thread Philip Arnold - ASP

 But are they running a shared host with sandbox security? Or do they
 only run code they consider trusted?

 Although there are probably thousands of systems around running CF
 4.5.x, I would be surprised if there were more than a couple of dozen
 running shared hosting services, and less then 10 with a Sandbox
 Security setup that makes them comparable.

They USED to run on a shared 3.1 server, but moved the sites to their
own 4.51 server - the company that hosts the machine they were on don't
want to upgrade, because the sites run perfectly well on 3.1

The funny thing is that all of the apps run on Access, and even their
SQL Server didn't have login passwords, all datasources were open to
everybody...

I think the hosters have gone Chapter 11 now though... I wonder why g

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

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

An ISO9001 registered company.

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


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



Homesite+ where is it?

2002-06-07 Thread RBickham

I've downloaded the trial release of Dreamweaver MX, but can't find the copy
of Homesite+ which is supposted to be installed with it.  Is Homesite+ not
installed with the trial?  Just trying to see if it'll be a good replacement
for Studio. 

Thanks,
Randy

---
Randy Bickham
[EMAIL PROTECTED]
Web Software Developer
J.R. Simplot Company


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



RE: Opinion: CFC / Request scope question.

2002-06-07 Thread Neil Clark - =TMM=

That long? :-p











Neil Clark
Team Macromedia
http://www.macromedia.com/go/team

Announcing Macromedia MX!! 
http://www.macromedia.com/software/trial/




-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED]] 
Sent: 07 June 2002 15:16
To: CF-Talk
Subject: RE: Opinion: CFC / Request scope question.

I think the question can be made a bit more broad - what is better:

1) cfinvoke component=test method=x

or

2) cfset x = createObject(component,test)
cfset y = test.foo()

In general my feelings are that if you are going to do anything more
than call one method, you should use #2. It should be quicker (since you
have the object already), but more than that, it's handier to have the
object around I would think.

Of course, since CFCs have been out for just a little while now, what I
think makes sense now will probably change by next Tuesday. ;)

===
Raymond Camden, ColdFusion Jedi Master for Macromedia

Email: [EMAIL PROTECTED]
Yahoo IM : morpheus

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

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
 Sent: Friday, June 07, 2002 10:08 AM
 To: CF-Talk
 Subject: Opinion: CFC / Request scope question.
 
 
 So, I'm pretty familiar with CFCs and getting it to work, 
 etc.  I learned 
 that you can actually store a function within the variable 
 scope (in fact, 
 I learned that when you create a UDF, it's actually placed in 
 the variable 
 scope).  I also recently learned that you can push a component of an 
 object inside a variable as well (via CreateObject();).
 
 I created a 'logging' component that all it does is takes an argument 
 (event_id) and it checks the db if it should log the event 
 and / or notify 
 someone of the event. I pushed this logging component into 
 the request 
 scope and it's now available to all my applications (even other CFCs).
 
 I guess my question is, is this a bad thing to do?  What's 
 the impact of 
 pushing components into the request scope (besides 
 memory)...?  I know 
 there's this holy war going on regarding the 'request' scope as some 
 people say it shouldn't be touched and other people claim 
 that's what it's 
 for.
 
 Just looking for opinions...
 
 Thanks,
 ~Todd
 
 -- 
 
 Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ |
 http://www.flashCFM.com/   - webRat (Moderator)|
 http://www.ultrashock.com/ - webRat (Back-end Moderator)   |
 
 
 

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



RE: Opinion: CFC / Request scope question.

2002-06-07 Thread todd

I actually use #2 a lot (cept, I wrap script around all that)... 
I find it easier to work with.  However, I'd still like to know peoples 
thoughts on pushing a component into the request scope.

Just to clarify:
cfscript
x = createObject(component,test);
request.x = x;
/cfscript

Now .. 'request.x' is available to even other cfcs without having to make 
an additional invoke/createObject call.

~Todd

On Fri, 7 Jun 2002, Raymond Camden wrote:

 I think the question can be made a bit more broad - what is better:
 
 1) cfinvoke component=test method=x
 
 or
 
 2) cfset x = createObject(component,test)
   cfset y = test.foo()
 
 In general my feelings are that if you are going to do anything more
 than call one method, you should use #2. It should be quicker (since you
 have the object already), but more than that, it's handier to have the
 object around I would think.
 
 Of course, since CFCs have been out for just a little while now, what I
 think makes sense now will probably change by next Tuesday. ;)
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
  Sent: Friday, June 07, 2002 10:08 AM
  Subject: Opinion: CFC / Request scope question.
  
  So, I'm pretty familiar with CFCs and getting it to work, 
  etc.  I learned 
  that you can actually store a function within the variable 
  scope (in fact, 
  I learned that when you create a UDF, it's actually placed in 
  the variable 
  scope).  I also recently learned that you can push a component of an 
  object inside a variable as well (via CreateObject();).
  
  I created a 'logging' component that all it does is takes an argument 
  (event_id) and it checks the db if it should log the event 
  and / or notify 
  someone of the event. I pushed this logging component into 
  the request 
  scope and it's now available to all my applications (even other CFCs).
  
  I guess my question is, is this a bad thing to do?  What's 
  the impact of 
  pushing components into the request scope (besides 
  memory)...?  I know 
  there's this holy war going on regarding the 'request' scope as some 
  people say it shouldn't be touched and other people claim 
  that's what it's 
  for.
  
  Just looking for opinions...
  
  Thanks,
  ~Todd
  

__
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: Print from Mac Browser using JS

2002-06-07 Thread Shawn McKee

Does the JS window.print have a problem in MSIE on a PowerPC?  When our
customers hit a print button on one of our pages to get a printout of
their receipt I get errors from PowerPC users.  IE 5+ and NS 4+ seem to work
fine on Windoze.

Shawn McKee
Manager, Web Development
NewsStand, Inc.
8620 Burnet Rd., Suite 100
Austin, TX 78757 USA
512-334-5100
Read newspapers and magazines from around the world in a whole new way.
NewsStand delivers them to your PC without paper and without delay!
Try: http://www.newsstand.com?NSEMC=EMNSI01



__
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: Homesite+ where is it?

2002-06-07 Thread Howie Hamlin

Homesite+ is only on the CD.

Regards,

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

- Original Message - 
From: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, June 07, 2002 10:18 AM
Subject: Homesite+ where is it?


 I've downloaded the trial release of Dreamweaver MX, but can't find the copy
 of Homesite+ which is supposted to be installed with it.  Is Homesite+ not
 installed with the trial?  Just trying to see if it'll be a good replacement
 for Studio. 
 
 Thanks,
 Randy
 
 ---
 Randy Bickham
 [EMAIL PROTECTED]
 Web Software Developer
 J.R. Simplot Company
 
 
 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
 

__
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: Homesite+ where is it?

2002-06-07 Thread todd

HomeSite+ is not with the trial.  You have to buy it (it being Studio MX 
or DWMX ) and download it or install it off the CD (after you buy it).


On Fri, 7 Jun 2002 [EMAIL PROTECTED] wrote:

 I've downloaded the trial release of Dreamweaver MX, but can't find the copy
 of Homesite+ which is supposted to be installed with it.  Is Homesite+ not
 installed with the trial?  Just trying to see if it'll be a good replacement
 for Studio. 
 
 Thanks,
 Randy
 
 ---
 Randy Bickham
 [EMAIL PROTECTED]
 Web Software Developer
 J.R. Simplot Company
 
 
 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
 

-- 

Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ |
http://www.flashCFM.com/   - webRat (Moderator)|
http://www.ultrashock.com/ - webRat (Back-end Moderator)   |


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



RE: Opinion: CFC / Request scope question.

2002-06-07 Thread Raymond Camden

Are you asking about pushing it into the request scope or putting it
into a variable in general? I don' think there is anything wrong with
either. Certainly if you want your custom tags to use the CFC it makes
since to put it in the request scope.

===
Raymond Camden, ColdFusion Jedi Master for Macromedia

Email: [EMAIL PROTECTED]
Yahoo IM : morpheus

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

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
 Sent: Friday, June 07, 2002 10:19 AM
 To: CF-Talk
 Subject: RE: Opinion: CFC / Request scope question.
 
 
 I actually use #2 a lot (cept, I wrap script around all that)... 
 I find it easier to work with.  However, I'd still like to 
 know peoples 
 thoughts on pushing a component into the request scope.
 
 Just to clarify:
 cfscript
 x = createObject(component,test);
 request.x = x;
 /cfscript
 
 Now .. 'request.x' is available to even other cfcs without 
 having to make 
 an additional invoke/createObject call.
 
 ~Todd
 
 On Fri, 7 Jun 2002, Raymond Camden wrote:
 
  I think the question can be made a bit more broad - what is better:
  
  1) cfinvoke component=test method=x
  
  or
  
  2) cfset x = createObject(component,test)
  cfset y = test.foo()
  
  In general my feelings are that if you are going to do anything more
  than call one method, you should use #2. It should be 
 quicker (since you
  have the object already), but more than that, it's handier 
 to have the
  object around I would think.
  
  Of course, since CFCs have been out for just a little while 
 now, what I
 

__
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: Hacking a shared SQL server

2002-06-07 Thread Andrew Tyrone

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Friday, June 07, 2002 9:03 AM
 To: CF-Talk
 Subject: RE: Hacking a shared SQL server


 I personally always use uniqueidentifiers for primary keys, it's just a
 perference of mine. are they harder to work with? in my opinion, no, they
 are just as easy to work with as integers. do they add some
 extra overhead
 and extra access time to the application? if they do, i have
 never seen it
 and the day you can, I'll start calling you The Flash. UID, in my opinion,
 add little layer of extra security to your app. Anyone with a pea for a
 brain can edit the url or form fields that are passed and change the value
 of your variables. if you're using integers, you could easily
 start poking
 around in the app by change the variables. with UID it's a little more
 complex to guess.

Using GUIDs as security through obscurity might buy you some more time than
using sequential numbers, but in the end it is never a a substitute for
error and variable checking in your apps.  One reason I do not use them for
my primary keys is for testing.  What if I want to call up ProductID 956?
How do I do it if the product has a GUID?  What if I just want to plug that
ProductID into the URL?  Now I have to go and query my database based on
some other product identifier -- possibly the product name -- and then cut
and paste my GUID into the browser location field.  It's an extra step that
I'd rather do without.  I am not saying NOT to use GUIDs as primary keys,
but I'd have to have a damn good reason for it, most likely a business rule
that would require it.


--Andy


__
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: Hacking a shared SQL server

2002-06-07 Thread Andrew Tyrone

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Friday, June 07, 2002 9:03 AM
 To: CF-Talk
 Subject: RE: Hacking a shared SQL server


 I personally always use uniqueidentifiers for primary keys, it's just a
 perference of mine. are they harder to work with? in my opinion, no, they
 are just as easy to work with as integers. do they add some
 extra overhead
 and extra access time to the application? if they do, i have
 never seen it
 and the day you can, I'll start calling you The Flash. UID, in my opinion,
 add little layer of extra security to your app. Anyone with a pea for a
 brain can edit the url or form fields that are passed and change the value
 of your variables. if you're using integers, you could easily
 start poking
 around in the app by change the variables. with UID it's a little more
 complex to guess.

Using GUIDs as security through obscurity might buy you some more time than
using sequential numbers, but in the end it is never a a substitute for
error and variable checking in your apps.  One reason I do not use them for
my primary keys is for testing.  What if I want to call up ProductID 956?
How do I do it if the product has a GUID?  What if I just want to plug that
ProductID into the URL?  Now I have to go and query my database based on
some other product identifier -- possibly the product name -- and then cut
and paste my GUID into the browser location field.  It's an extra step that
I'd rather do without.  I am not saying NOT to use GUIDs as primary keys,
but I'd have to have a damn good reason for it, most likely a business rule
that would require it.


--Andy


__
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: Homesite+ where is it?

2002-06-07 Thread Mike Townend

AFIAK Homesite+ is only available on the Dreamweaver MX CD or if you buy 
Dreamweaver MX in which case its available for download...

AFAIK HomeSite+ is basically CFStudio 5 with the New VTM's... and maybe 
help files but i have read recently (either here of the CFDL list) that 
the help files are not always included...

HTH



[EMAIL PROTECTED] wrote:
 I've downloaded the trial release of Dreamweaver MX, but can't find the copy
 of Homesite+ which is supposted to be installed with it.  Is Homesite+ not
 installed with the trial?  Just trying to see if it'll be a good replacement
 for Studio. 
 
 Thanks,
 Randy
 
 ---
 Randy Bickham
 [EMAIL PROTECTED]
 Web Software Developer
 J.R. Simplot Company
 
 
 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
 


__
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: Opinion: CFC / Request scope question.

2002-06-07 Thread todd

I'm asking about pushing it into the request scope more than anything. 
 Just checking to see if people cringe at the thought or not. =)

Thanks,
~Todd

On Fri, 7 Jun 2002, Raymond Camden wrote:

 Are you asking about pushing it into the request scope or putting it
 into a variable in general? I don' think there is anything wrong with
 either. Certainly if you want your custom tags to use the CFC it makes
 since to put it in the request scope.
 
 ===
 Raymond Camden, ColdFusion Jedi Master for Macromedia
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
  Sent: Friday, June 07, 2002 10:19 AM
  To: CF-Talk
  Subject: RE: Opinion: CFC / Request scope question.
  
  
  I actually use #2 a lot (cept, I wrap script around all that)... 
  I find it easier to work with.  However, I'd still like to 
  know peoples 
  thoughts on pushing a component into the request scope.
  
  Just to clarify:
  cfscript
  x = createObject(component,test);
  request.x = x;
  /cfscript
  
  Now .. 'request.x' is available to even other cfcs without 
  having to make 
  an additional invoke/createObject call.
  
  ~Todd

__
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



Disguising the URL

2002-06-07 Thread Thane Sherrington

I have a site using subdomains, with each subdomain in it's own 
subdirectory.  The main domain is in it's own dir as well.  Is there a way 
to make the URL show up as www.domain.com rather than www.domain.com/domain?

T

__
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: Opinion: CFC / Request scope question.

2002-06-07 Thread Ben Johnson

 However, I'd still like to know peoples
 thoughts on pushing a component into the request scope.

I have not worked *too* much with CFCs, with the exception of with Flash
Remoting, but the idea of putting the CFCs in the request scope seems to be
a bit anti-OO to me.  I have always thought that you should pass references
or values to the CFC you are calling.  It doesn't seem very scalable to make
a CFC assume something is already created in the request scope or even that
the variable that is created is specifically named a certain way.



Ben Johnson
Hostworks, Inc.

__
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: Tag Updater

2002-06-07 Thread Frank Mamone

Is there such a thing?
- Original Message -
From: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, June 07, 2002 9:23 AM
Subject: Re: Tag Updater


 And, you use the CF5.0 tag updaters on CFStudio 4.5?  I don't think my
 brain will let me go back that far and to be quite honest, I don't use the
 r-click the document and use insert tag. :(  Sorry.

 ~Todd

 On Fri, 7 Jun 2002, Frank Mamone wrote:

  Hey Todd,
  What I mean is when you r-click the document and use Insert Tag. You get
a
  list of CFML tags, when you click on the CFML folder. The CF 5.0 tags
are
  not listed.
 
 
  - Original Message -
  From: [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Friday, June 07, 2002 8:41 AM
  Subject: Re: Tag Updater
 
 
   I have CF5 and there's no button for CFDUMP either.  Is that what
you're
   asking?  If you need to make one, cntrl-shift-F8 and make a button.
  
   ~Todd
  
   On Fri, 7 Jun 2002, Frank Mamone wrote:
  
I noticed there are a few tags not listed in the Insert Tag CFML
list
  even after using the MX updater in my CFS 4.5.
   
The CFDUMP tag for example works with the tag insight but is not
listed.
  Is it because I never had CFS 5.0?
   
Tks
   
   
  
 
 
__
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: Tag Updater

2002-06-07 Thread todd

http://www.macromedia.com/support/coldfusion/downloads_updates.html

Scroll down until you see Studio.

On Fri, 7 Jun 2002, Frank Mamone wrote:

 Is there such a thing?
 - Original Message -
 From: [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Friday, June 07, 2002 9:23 AM
 Subject: Re: Tag Updater
 
 
  And, you use the CF5.0 tag updaters on CFStudio 4.5?  I don't think my
  brain will let me go back that far and to be quite honest, I don't use the
  r-click the document and use insert tag. :(  Sorry.
 
  ~Todd
 

-- 

Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ |
http://www.flashCFM.com/   - webRat (Moderator)|
http://www.ultrashock.com/ - webRat (Back-end Moderator)   |


__
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



Default System Probe

2002-06-07 Thread Frank Mamone

I just installed CFMX Enterprise and still can't find where I can define
what they call a default probe. Sounds like a different screen than the
System Probe screen. Looking
at the first step, there isn't a Type drop-down list.

Here is what the help file says:

Thanks!

Setting Up a Default Probe

To set up a default probe using the Server Probe Setup page follow these
steps:

In the Type drop-down list box, select default probe then enter a unique
name for that probe in the Name text box.  By default, the probe type is
Default Probe and the probe name is CF Probe. You can choose to keep or
change the default name (CF Probe) specified.

In the URL to Probe text box, specify the URL address you want to the probe
to monitor. By default, this address is
http://your_server/btauxdir/cfprobe.cfm. Note that the page you want the
probe to monitor can either be an html page, cfm page, or a jsp page.

In the String to Search text box, enter a text string that appears on the
page specified by the URL. If the success_string includes spaces, it must be
enclosed in quotations marks.

In the Frequency text box, enter a time, in seconds, to indicate how often
the probe verifies the availability of the ColdFusion server. By default,
the frequency value is 60 seconds.

In the TimeOut text box, enter a time, in seconds, to indicate how long the
probe should wait before registering a failure. By default, the timeout
value is 60 seconds.
Warning. Do not set the timeout value to less than 60 seconds, or the
ColdFusion server may restart  inadvertently due to network congestion,
rather than detect an actual failure on the server.

If the probe test fails, choose one or more of the following actions that
you want to occur upon failure.

Apply actions to this Web Server.  Select the name of the Web server that
you want  to apply actions to upon failure. By default this selection is
none. If you do not choose a Web Server name from the drop-down list box
no action(s) will be applied to a Web server when and if the probe test
fails.

Restrict Web traffic to the selected server. Check this box if you want to
restrict incoming user requests to the Web server.

Execute this file.  If you want to run a program upon failure, specify the
path and name of the program you want to execute.

Restart the ColdFusion Server.  Check  this box if you want to restart the
ColdFusion Server upon failure. By default, this option is enabled
(checked).

Log when ColdFusion Server restarts.  Check this box if you want to log the
event of when the ColdFusion Server restarts.

To proceed, do one of the following:

Click Apply to exit this page and save the probe information specified. The
name of probe created and its status is identified on the ColdFusion page.

Click Cancel to exit this page without saving the

__
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: Opinion: CFC / Request scope question.

2002-06-07 Thread Raymond Camden

I don't think that is what he is asking Ben. He is not talking about
making the CFC depend on request vars, rather, he is talking about
putting an instance of a CFC in the request scope. So he can do crap
like this:

application.cfm:
cfset request.logger = createObject(component,myKickButtLoggerCFC)

foo.cfm:
cfset request.logger.log(critical,App has broken)
sometag.cfm:
cfscript
stuff;
stuff;
more stuff;
request.logger.log(info,Added user bob);
/cfscript



===
Raymond Camden, ColdFusion Jedi Master for Macromedia

Email: [EMAIL PROTECTED]
Yahoo IM : morpheus

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

 -Original Message-
 From: Ben Johnson [mailto:[EMAIL PROTECTED]] 
 Sent: Friday, June 07, 2002 10:44 AM
 To: CF-Talk
 Subject: RE: Opinion: CFC / Request scope question.
 
 
  However, I'd still like to know peoples
  thoughts on pushing a component into the request scope.
 
 I have not worked *too* much with CFCs, with the exception of 
 with Flash
 Remoting, but the idea of putting the CFCs in the request 
 scope seems to be
 a bit anti-OO to me.  I have always thought that you should 
 pass references
 or values to the CFC you are calling.  It doesn't seem very 
 scalable to make
 a CFC assume something is already created in the request 
 scope or even that
 the variable that is created is specifically named a certain way.
 
 
 
 Ben Johnson
 Hostworks, Inc.
 
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Disguising the URL

2002-06-07 Thread Philip Arnold - ASP

 I have a site using subdomains, with each subdomain in it's own
 subdirectory.  The main domain is in it's own dir as well.
 Is there a way to make the URL show up as www.domain.com rather
 than www.domain.com/domain?

Frames?

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

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

An ISO9001 registered company.

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


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



RE: Disguising the URL

2002-06-07 Thread Adrian Lynch

You could run everything through one page a la fusebox, but you'd be left
with www.domain.com/index.cfm and then whatever url vars you need, not as
tidy as the frames way

-Original Message-
From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
Sent: 07 June 2002 15:52
To: CF-Talk
Subject: RE: Disguising the URL


 I have a site using subdomains, with each subdomain in it's own
 subdirectory.  The main domain is in it's own dir as well.
 Is there a way to make the URL show up as www.domain.com rather
 than www.domain.com/domain?

Frames?

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

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

An ISO9001 registered company.

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



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



RE: Opinion: CFC / Request scope question.

2002-06-07 Thread Ben Johnson

 I don't think that is what he is asking Ben. He is not talking about
 making the CFC depend on request vars, rather, he is talking about
 putting an instance of a CFC in the request scope.

Sorry, I quoted the wrong section.  I can definitely understand using CFCs
in the request scope for that reason.  Here's what I mean to quote:


[EMAIL PROTECTED]:
 Now .. 'request.x' is available to even other cfcs without having to make
 an additional invoke/createObject call.




Ben Johnson
Hostworks, Inc.

__
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: Opinion: CFC / Request scope question.

2002-06-07 Thread Raymond Camden

Ah, now THAT is a different matter. In general, I agree, it's a bad
idea. However, if you are building a framework where a set of CFCs work
together (in a package perhaps) then it may be safe. Spectra made heavy
use of stuff like this - and I think it made sense since everything was
so tightly wound together.

Another view on this - most of the custom tags I write that do DB stuff
will use #application.dsn# or #request.app.dsn# for the datasource.
Since the custom tag is _for_ the application, I don't feel bad about
this at all.

===
Raymond Camden, ColdFusion Jedi Master for Macromedia

Email: [EMAIL PROTECTED]
Yahoo IM : morpheus

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

 -Original Message-
 From: Ben Johnson [mailto:[EMAIL PROTECTED]] 
 Sent: Friday, June 07, 2002 11:01 AM
 To: CF-Talk
 Subject: RE: Opinion: CFC / Request scope question.
 
 
  I don't think that is what he is asking Ben. He is not talking about
  making the CFC depend on request vars, rather, he is talking about
  putting an instance of a CFC in the request scope.
 
 Sorry, I quoted the wrong section.  I can definitely 
 understand using CFCs
 in the request scope for that reason.  Here's what I mean to quote:
 
 
 [EMAIL PROTECTED]:
  Now .. 'request.x' is available to even other cfcs without 
 having to make
  an additional invoke/createObject call.
 
 
 
 
 Ben Johnson
 Hostworks, Inc.
 
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Opinion: CFC / Request scope question.

2002-06-07 Thread todd

Which is what I do, but why would this be anti-OOP?  Are you sayiing to 
follow the true OOP standards, that in each CFC, I have to make a 
cffunction / or just  initialize those external objects I want to use?

~Todd

O Fri, 7 Jun 2002, Raymond Camden wrote:

 I don't think that is what he is asking Ben. He is not talking about
 making the CFC depend on request vars, rather, he is talking about
 putting an instance of a CFC in the request scope. So he can do crap
 like this:
 
 application.cfm:
 cfset request.logger = createObject(component,myKickButtLoggerCFC)
 
 foo.cfm:
 cfset request.logger.log(critical,App has broken)
 sometag.cfm:
 cfscript
 stuff;
 stuff;
 more stuff;
 request.logger.log(info,Added user bob);
 /cfscript
 
 
 
 ===
 Raymond Camden, ColdFusion Jedi Master for Macromedia
 
 Email: [EMAIL PROTECTED]
 Yahoo IM : morpheus
 
 My ally is the Force, and a powerful ally it is. - Yoda 
 
  -Original Message-
  From: Ben Johnson [mailto:[EMAIL PROTECTED]] 
  Sent: Friday, June 07, 2002 10:44 AM
  To: CF-Talk
  Subject: RE: Opinion: CFC / Request scope question.
  
  
   However, I'd still like to know peoples
   thoughts on pushing a component into the request scope.
  
  I have not worked *too* much with CFCs, with the exception of 
  with Flash
  Remoting, but the idea of putting the CFCs in the request 
  scope seems to be
  a bit anti-OO to me.  I have always thought that you should 
  pass references
  or values to the CFC you are calling.  It doesn't seem very 
  scalable to make
  a CFC assume something is already created in the request 
  scope or even that
  the variable that is created is specifically named a certain way.
  
  
  
  Ben Johnson
  Hostworks, Inc.
  
  
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Disguising the URL

2002-06-07 Thread Ian Tait

Eh?

Apache - Virtualhost directive in httpd.conf
IIS - create a virtual site and point it at whatever dir you like...

Or am I missing some vital piece of info? :-)

Ian

-Original Message-
From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
Sent: 07 June 2002 15:52
To: CF-Talk
Subject: RE: Disguising the URL


 I have a site using subdomains, with each subdomain in it's own
 subdirectory.  The main domain is in it's own dir as well.
 Is there a way to make the URL show up as www.domain.com rather
 than www.domain.com/domain?

Frames?

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

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

An ISO9001 registered company.

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



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



CFMX-Linux won't initate Session-Scope

2002-06-07 Thread Patric Stumpe

Hi folks,

i have a wierd problem. I try to port an small application (that's
working) for one of our customers from CF4/NT4 to CFMX/RH7.3.

My application.cfm is this:
--
cfsetting enablecfoutputonly=Yes

cfapplication  name=medienverzeichnis
applicationtimeout=#CreateTimeSpan(0,0,30,0)#
sessiontimeout=#CreateTimeSpan(0,0,30,0)#
clientmanagement=No
sessionmanagement=Yes
setclientcookies=No

cflock timeout=10
cfset application.ds = 'guvv_medien'
cfparam name=session.artikel default=0
/cflock

cfsetting enablecfoutputonly=No
--

The startingpage in this dir is the following index.cfm:
--
cflock timeout=10
cfoutput

frameset cols=170,* border=0 framespacing=0 frameborder=0
frame name=navigation src=_frame/navigation.cfm?#Session.URLToken# 
marginwidth=0 marginheight=0 noresize scrolling=auto border=0 framespacing=0 
frameborder=0
frame name=inhalt src=_inhalt/start.cfm?#Session.URLToken# marginwidth=0 
marginheight=0 noresize scrolling=auto border=0 framespacing=0 frameborder=0
/frameset

/cfoutput
/cflock
--

This one seems to load just fine. But when the navigation.cfm comes up
I get the following error:

Error Occurred While Processing Request
Element URLTOKEN is undefined in SESSION.  

The Error Occurred in 
/var/www/html/guvv-wl/medien/verzeichnisse/_frame/navigation.cfm: line 17
 
15 :tr align=lefttd width=155 align=left valign=topa 
href=../../zeitschriften target=mainimg src=../../_px/nav_zei_of.gif width=155 
height=17 alt= border=0/a/td/tr
16 :tr align=lefttd width=155 align=left valign=topimg 
src=../../../_px/nav_trenner.gif width=155 height=1 alt= border=0/td/tr
17 :tr align=lefttd width=155 align=left valign=topa 
href=../../verzeichnisse/cfoutputindex.cfm?#Session.URLToken#/cfoutput 
target=mainimg src=../../_px/nav_med_on.gif width=155 height=17 alt= 
border=0/td/tr
18 :tr align=lefttd width=155 align=left valign=topimg 
src=../../../_px/nav_trenner.gif width=155 height=1 alt= border=0/td/tr
19 :tr align=lefttd width=155 align=left valign=topimg 
src=../../../_px/nav_blind.gif width=155 height=20 alt= border=0/td/tr


BTW: There's a lock around the session-request. And I do not have any
other application.cfm lying around.

The same pages on CFMX-RC with Windows do work.


I don't know where to go... any help?

TIA

Patric


-- 
Patric Stumpe
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



RE: Homesite+ where is it?

2002-06-07 Thread Joshua Miller

Homesite+ is downloadable if you have a subscription - that's how I got
mine anyway.

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


-Original Message-
From: Mike Townend [mailto:[EMAIL PROTECTED]] 
Sent: Friday, June 07, 2002 10:36 AM
To: CF-Talk
Subject: Re: Homesite+ where is it?


AFIAK Homesite+ is only available on the Dreamweaver MX CD or if you buy

Dreamweaver MX in which case its available for download...

AFAIK HomeSite+ is basically CFStudio 5 with the New VTM's... and maybe 
help files but i have read recently (either here of the CFDL list) that 
the help files are not always included...

HTH



[EMAIL PROTECTED] wrote:
 I've downloaded the trial release of Dreamweaver MX, but can't find 
 the copy of Homesite+ which is supposted to be installed with it.  Is 
 Homesite+ not installed with the trial?  Just trying to see if it'll 
 be a good replacement for Studio.
 
 Thanks,
 Randy
 --
 --
 ---
 Randy Bickham
 [EMAIL PROTECTED]
 Web Software Developer
 J.R. Simplot Company
 
 
 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
 



__
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: Disguising the URL

2002-06-07 Thread Philip Arnold - ASP

 Eh?

 Apache - Virtualhost directive in httpd.conf
 IIS - create a virtual site and point it at whatever dir you like...

 Or am I missing some vital piece of info? :-)

Form the way I read the original request, he wanted anyone who typed in
www.domain.com/domain to only see www.domain.com in the URL, keeping
www.domain.com as a separate entity as well

How can you do this with virtual sites?

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

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

An ISO9001 registered company.

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


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



RE: CFMX-Linux won't initate Session-Scope

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

Patric,

There is an Admin feature to use JSP type sessions ( .cfm;sessionid=adf090
.. etc.)  Is it possible this is set?

Mark

-Original Message-
From: Patric Stumpe [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 07, 2002 10:31 AM
To: CF-Talk
Subject: CFMX-Linux won't initate Session-Scope


Hi folks,

i have a wierd problem. I try to port an small application (that's
working) for one of our customers from CF4/NT4 to CFMX/RH7.3.

My application.cfm is this:
--
cfsetting enablecfoutputonly=Yes

cfapplication  name=medienverzeichnis
applicationtimeout=#CreateTimeSpan(0,0,30,0)#
sessiontimeout=#CreateTimeSpan(0,0,30,0)#
clientmanagement=No
sessionmanagement=Yes
setclientcookies=No

cflock timeout=10
cfset application.ds = 'guvv_medien'
cfparam name=session.artikel default=0
/cflock

cfsetting enablecfoutputonly=No
--

The startingpage in this dir is the following index.cfm:
--
cflock timeout=10
cfoutput

frameset cols=170,* border=0 framespacing=0 frameborder=0
frame name=navigation src=_frame/navigation.cfm?#Session.URLToken#
marginwidth=0 marginheight=0 noresize scrolling=auto border=0
framespacing=0 frameborder=0
frame name=inhalt src=_inhalt/start.cfm?#Session.URLToken#
marginwidth=0 marginheight=0 noresize scrolling=auto border=0
framespacing=0 frameborder=0
/frameset

/cfoutput
/cflock
--

This one seems to load just fine. But when the navigation.cfm comes up
I get the following error:

Error Occurred While Processing Request
Element URLTOKEN is undefined in SESSION.

The Error Occurred in
/var/www/html/guvv-wl/medien/verzeichnisse/_frame/navigation.cfm: line 17

15 :tr align=lefttd width=155 align=left valign=topa
href=../../zeitschriften target=mainimg src=../../_px/nav_zei_of.gif
width=155 height=17 alt= border=0/a/td/tr
16 :tr align=lefttd width=155 align=left valign=topimg
src=../../../_px/nav_trenner.gif width=155 height=1 alt=
border=0/td/tr
17 :tr align=lefttd width=155 align=left valign=topa
href=../../verzeichnisse/cfoutputindex.cfm?#Session.URLToken#/cfoutput
target=mainimg src=../../_px/nav_med_on.gif width=155 height=17
alt= border=0/td/tr
18 :tr align=lefttd width=155 align=left valign=topimg
src=../../../_px/nav_trenner.gif width=155 height=1 alt=
border=0/td/tr
19 :tr align=lefttd width=155 align=left valign=topimg
src=../../../_px/nav_blind.gif width=155 height=20 alt=
border=0/td/tr


BTW: There's a lock around the session-request. And I do not have any
other application.cfm lying around.

The same pages on CFMX-RC with Windows do work.


I don't know where to go... any help?

TIA

Patric


--
Patric Stumpe
mailto:[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: CFMX-Linux won't initate Session-Scope

2002-06-07 Thread Patric Stumpe

Hi Mark,

I already tried that but when the server also didn't know what
session.sessionid was.

Very strange behaviour

Patric


MAKC Patric,

MAKC There is an Admin feature to use JSP type sessions ( .cfm;sessionid=adf090
MAKC .. etc.)  Is it possible this is set?

MAKC Mark

MAKC -Original Message-
MAKC From: Patric Stumpe [mailto:[EMAIL PROTECTED]]
MAKC Sent: Friday, June 07, 2002 10:31 AM
MAKC To: CF-Talk
MAKC Subject: CFMX-Linux won't initate Session-Scope


MAKC Hi folks,

MAKC i have a wierd problem. I try to port an small application (that's
MAKC working) for one of our customers from CF4/NT4 to CFMX/RH7.3.

MAKC My application.cfm is this:
MAKC --
MAKC cfsetting enablecfoutputonly=Yes

MAKC cfapplication  name=medienverzeichnis
MAKC applicationtimeout=#CreateTimeSpan(0,0,30,0)#
MAKC sessiontimeout=#CreateTimeSpan(0,0,30,0)#
MAKC clientmanagement=No
MAKC sessionmanagement=Yes
MAKC setclientcookies=No

MAKC cflock timeout=10
MAKC cfset application.ds = 'guvv_medien'
MAKC cfparam name=session.artikel default=0
MAKC /cflock

MAKC cfsetting enablecfoutputonly=No
MAKC --

MAKC The startingpage in this dir is the following index.cfm:
MAKC --
MAKC cflock timeout=10
MAKC cfoutput

MAKC frameset cols=170,* border=0 framespacing=0 frameborder=0
MAKC frame name=navigation src=_frame/navigation.cfm?#Session.URLToken#
MAKC marginwidth=0 marginheight=0 noresize scrolling=auto border=0
MAKC framespacing=0 frameborder=0
MAKC frame name=inhalt src=_inhalt/start.cfm?#Session.URLToken#
MAKC marginwidth=0 marginheight=0 noresize scrolling=auto border=0
MAKC framespacing=0 frameborder=0
MAKC /frameset

MAKC /cfoutput
MAKC /cflock
MAKC --

MAKC This one seems to load just fine. But when the navigation.cfm comes up
MAKC I get the following error:

MAKC Error Occurred While Processing Request
MAKC Element URLTOKEN is undefined in SESSION.

MAKC The Error Occurred in
MAKC /var/www/html/guvv-wl/medien/verzeichnisse/_frame/navigation.cfm: line 17

MAKC 15 :tr align=lefttd width=155 align=left valign=topa
MAKC href=../../zeitschriften target=mainimg src=../../_px/nav_zei_of.gif
MAKC width=155 height=17 alt= border=0/a/td/tr
MAKC 16 :tr align=lefttd width=155 align=left valign=topimg
MAKC src=../../../_px/nav_trenner.gif width=155 height=1 alt=
border=0/td/tr
MAKC 17 :tr align=lefttd width=155 align=left valign=topa
MAKC href=../../verzeichnisse/cfoutputindex.cfm?#Session.URLToken#/cfoutput
target=mainimg src=../../_px/nav_med_on.gif width=155 height=17
alt= border=0/td/tr
MAKC 18 :tr align=lefttd width=155 align=left valign=topimg
MAKC src=../../../_px/nav_trenner.gif width=155 height=1 alt=
border=0/td/tr
MAKC 19 :tr align=lefttd width=155 align=left valign=topimg
MAKC src=../../../_px/nav_blind.gif width=155 height=20 alt=
border=0/td/tr


MAKC BTW: There's a lock around the session-request. And I do not have any
MAKC other application.cfm lying around.

MAKC The same pages on CFMX-RC with Windows do work.


MAKC I don't know where to go... any help?

MAKC TIA

MAKC Patric


MAKC --
MAKC Patric Stumpe
MAKC mailto:[EMAIL PROTECTED]


MAKC 
__
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: Disguising the URL

2002-06-07 Thread Ian Tait

Well...

Are the sites being accessed as www.domain.com, www.sub1.domain.com etc,
with each subdomain is in its own directory,  if that is the question - then
virtual hosts are the way, no?

Ian

I have a site using subdomains, with each subdomain in it's own 
subdirectory.  The main domain is in it's own dir as well.  Is there a way 
to make the URL show up as www.domain.com rather than
www.domain.com/domain?

-Original Message-
From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
Sent: 07 June 2002 16:44
To: CF-Talk
Subject: RE: Disguising the URL


 Eh?

 Apache - Virtualhost directive in httpd.conf
 IIS - create a virtual site and point it at whatever dir you like...

 Or am I missing some vital piece of info? :-)

Form the way I read the original request, he wanted anyone who typed in
www.domain.com/domain to only see www.domain.com in the URL, keeping
www.domain.com as a separate entity as well

How can you do this with virtual sites?

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

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

An ISO9001 registered company.

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



__
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: Disguising the URL

2002-06-07 Thread Thane Sherrington

At 05:09 PM 6/7/02 +0100, Ian Tait wrote:
Well...

Are the sites being accessed as www.domain.com, www.sub1.domain.com etc,
with each subdomain is in its own directory,  if that is the question - then
virtual hosts are the way, no?

They are being accessed this way:

www.domain.com (shows as www.domain.com/domainname)
subdomain1.domain.com (shows as www.domain.com/subdomain1)
etc.

Each domain is in a folder.  So the tree looks like this:

/domain
/subdomain1
/subdomain2

Some are off the main folder:
/domain/subdomain3

etc.

T

__
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



cftry/catch scoping

2002-06-07 Thread Rob Baxter

If I have a cftry block which contains calls to custom tags, what happens if
there is an error in one of the custom tags? I would expect that the
exception would be thrown out and caught by the catch block of the cftry,
but that doesn't seem to be the case. I'm still getting untrapped errors out
of the custom tags. Can anyone confirm this, or am I doing something wrong?
CF version is 5.0 Professional.

/rob

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



Re: CFMX-Linux won't initate Session-Scope

2002-06-07 Thread Dick Applebaum

Patric

I just tried this on CFMX Linux ported to Mac OS X.

It worked, fine

Could it be that your Application.cfm doesn't start with an upper case 
A

This is not required on OS X, but I think it is required on Linux

Dick


On Friday, June 7, 2002, at 08:49  AM, Mark A. Kruger - CFG wrote:

 Patric,

 There is an Admin feature to use JSP type sessions 
 ( .cfm;sessionid=adf090
 .. etc.)  Is it possible this is set?

 Mark

 -Original Message-
 From: Patric Stumpe [mailto:[EMAIL PROTECTED]]
 Sent: Friday, June 07, 2002 10:31 AM
 To: CF-Talk
 Subject: CFMX-Linux won't initate Session-Scope


 Hi folks,

 i have a wierd problem. I try to port an small application (that's
 working) for one of our customers from CF4/NT4 to CFMX/RH7.3.

 My application.cfm is this:
 --
 cfsetting enablecfoutputonly=Yes

 cfapplication  name=medienverzeichnis
 applicationtimeout=#CreateTimeSpan(0,0,30,0)#
 sessiontimeout=#CreateTimeSpan(0,0,30,0)#
 clientmanagement=No
 sessionmanagement=Yes
 setclientcookies=No

 cflock timeout=10
 cfset application.ds = 'guvv_medien'
 cfparam name=session.artikel default=0
 /cflock

 cfsetting enablecfoutputonly=No
 --

 The startingpage in this dir is the following index.cfm:
 --
 cflock timeout=10
 cfoutput

 frameset cols=170,* border=0 framespacing=0 frameborder=0
 frame name=navigation 
 src=_frame/navigation.cfm?#Session.URLToken#
 marginwidth=0 marginheight=0 noresize scrolling=auto border=0
 framespacing=0 frameborder=0
 frame name=inhalt src=_inhalt/start.cfm?#Session.URLToken#
 marginwidth=0 marginheight=0 noresize scrolling=auto border=0
 framespacing=0 frameborder=0
 /frameset

 /cfoutput
 /cflock
 --

 This one seems to load just fine. But when the navigation.cfm comes up
 I get the following error:

 Error Occurred While Processing Request
 Element URLTOKEN is undefined in SESSION.

 The Error Occurred in
 /var/www/html/guvv-wl/medien/verzeichnisse/_frame/navigation.cfm: line 
 17

 15 :tr align=lefttd width=155 align=left valign=topa
 href=../../zeitschriften target=mainimg 
 src=../../_px/nav_zei_of.gif
 width=155 height=17 alt= border=0/a/td/tr
 16 :tr align=lefttd width=155 align=left valign=topimg
 src=../../../_px/nav_trenner.gif width=155 height=1 alt=
 border=0/td/tr
 17 :tr align=lefttd width=155 align=left valign=topa
 href=../../verzeichnisse/cfoutputindex.cfm?#Session.URLToken#/cfoutput
 
 target=mainimg src=../../_px/nav_med_on.gif width=155 
 height=17
 alt= border=0/td/tr
 18 :tr align=lefttd width=155 align=left valign=topimg
 src=../../../_px/nav_trenner.gif width=155 height=1 alt=
 border=0/td/tr
 19 :tr align=lefttd width=155 align=left valign=topimg
 src=../../../_px/nav_blind.gif width=155 height=20 alt=
 border=0/td/tr


 BTW: There's a lock around the session-request. And I do not have any
 other application.cfm lying around.

 The same pages on CFMX-RC with Windows do work.


 I don't know where to go... any help?

 TIA

 Patric


 --
 Patric Stumpe
 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



Re: CFMX-Linux won't initate Session-Scope

2002-06-07 Thread todd

Yeah, Application.cfm on linux is case sensitive.

On Fri, 7 Jun 2002, Dick Applebaum wrote:

 Patric
 
 I just tried this on CFMX Linux ported to Mac OS X.
 
 It worked, fine
 
 Could it be that your Application.cfm doesn't start with an upper case 
 A
 
 This is not required on OS X, but I think it is required on Linux
 
 Dick
 
 
 On Friday, June 7, 2002, at 08:49  AM, Mark A. Kruger - CFG wrote:
 
  Patric,
 
  There is an Admin feature to use JSP type sessions 
  ( .cfm;sessionid=adf090
  .. etc.)  Is it possible this is set?
 
  Mark
 
  -Original Message-
  From: Patric Stumpe [mailto:[EMAIL PROTECTED]]
  Sent: Friday, June 07, 2002 10:31 AM
  To: CF-Talk
  Subject: CFMX-Linux won't initate Session-Scope
 
 
  Hi folks,
 
  i have a wierd problem. I try to port an small application (that's
  working) for one of our customers from CF4/NT4 to CFMX/RH7.3.
 
  My application.cfm is this:
  --
  cfsetting enablecfoutputonly=Yes
 
  cfapplication  name=medienverzeichnis
  applicationtimeout=#CreateTimeSpan(0,0,30,0)#
  sessiontimeout=#CreateTimeSpan(0,0,30,0)#
  clientmanagement=No
  sessionmanagement=Yes
  setclientcookies=No
 
  cflock timeout=10
  cfset application.ds = 'guvv_medien'
  cfparam name=session.artikel default=0
  /cflock
 
  cfsetting enablecfoutputonly=No
  --
 
  The startingpage in this dir is the following index.cfm:
  --
  cflock timeout=10
  cfoutput
 
  frameset cols=170,* border=0 framespacing=0 frameborder=0
  frame name=navigation 
  src=_frame/navigation.cfm?#Session.URLToken#
  marginwidth=0 marginheight=0 noresize scrolling=auto border=0
  framespacing=0 frameborder=0
  frame name=inhalt src=_inhalt/start.cfm?#Session.URLToken#
  marginwidth=0 marginheight=0 noresize scrolling=auto border=0
  framespacing=0 frameborder=0
  /frameset
 
  /cfoutput
  /cflock
  --
 
  This one seems to load just fine. But when the navigation.cfm comes up
  I get the following error:
 
  Error Occurred While Processing Request
  Element URLTOKEN is undefined in SESSION.
 
  The Error Occurred in
  /var/www/html/guvv-wl/medien/verzeichnisse/_frame/navigation.cfm: line 
  17
 
  15 :tr align=lefttd width=155 align=left valign=topa
  href=../../zeitschriften target=mainimg 
  src=../../_px/nav_zei_of.gif
  width=155 height=17 alt= border=0/a/td/tr
  16 :tr align=lefttd width=155 align=left valign=topimg
  src=../../../_px/nav_trenner.gif width=155 height=1 alt=
  border=0/td/tr
  17 :tr align=lefttd width=155 align=left valign=topa
  href=../../verzeichnisse/cfoutputindex.cfm?#Session.URLToken#/cfoutput
  
  target=mainimg src=../../_px/nav_med_on.gif width=155 
  height=17
  alt= border=0/td/tr
  18 :tr align=lefttd width=155 align=left valign=topimg
  src=../../../_px/nav_trenner.gif width=155 height=1 alt=
  border=0/td/tr
  19 :tr align=lefttd width=155 align=left valign=topimg
  src=../../../_px/nav_blind.gif width=155 height=20 alt=
  border=0/td/tr
 
 
  BTW: There's a lock around the session-request. And I do not have any
  other application.cfm lying around.
 
  The same pages on CFMX-RC with Windows do work.
 
 
  I don't know where to go... any help?
 
  TIA
 
  Patric
 
 
  --
  Patric Stumpe
  mailto:[EMAIL PROTECTED]
 
 
  
 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX-Linux won't initate Session-Scope

2002-06-07 Thread Dave Watts

 Could it be that your Application.cfm doesn't start with an 
 upper case A
 
 This is not required on OS X, but I think it is required on 
 Linux

It's not required on OS X? That's odd, I think. Have you actually tested
this?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: cftry/catch scoping

2002-06-07 Thread Bryan Love

I think it works like this (but I'm not positive):

custom tags operate in their own memory space - they do not share memory
space with the calling procedure.  Therefore if you want the calling
template to capture errors you'll need to somehow notify that template.  I
believe the calling template will capture errors thrown in CFINCLUDEs (since
they operate in the same memory space), so you might try that instead.

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

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



-Original Message-
From: Rob Baxter [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 07, 2002 9:48 AM
To: CF-Talk
Subject: cftry/catch scoping


If I have a cftry block which contains calls to custom tags, what happens if
there is an error in one of the custom tags? I would expect that the
exception would be thrown out and caught by the catch block of the cftry,
but that doesn't seem to be the case. I'm still getting untrapped errors out
of the custom tags. Can anyone confirm this, or am I doing something wrong?
CF version is 5.0 Professional.

/rob


__
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: cftry/catch scoping

2002-06-07 Thread Dave Watts

 If I have a cftry block which contains calls to custom 
 tags, what happens if there is an error in one of the 
 custom tags? I would expect that the exception would be 
 thrown out and caught by the catch block of the cftry,
 but that doesn't seem to be the case. I'm still getting 
 untrapped errors out of the custom tags. Can anyone 
 confirm this, or am I doing something wrong? CF version 
 is 5.0 Professional.

You can, in fact, catch exceptions thrown by a custom tag within your
calling page. Not all errors are exceptions, though - if you have a
misspelled CFML tag in your custom tag, that will create a parsing error
which occurs before runtime, rather than a runtime exception.

In addition, the CFTRY block within your calling page has to contain CFCATCH
blocks with the appropriate types: no type specified (which is equivalent to
TYPE=ANY, more or less), TYPE=Application, or some custom type that's
thrown by the custom tag using CFTHROW.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMX-Linux won't initate Session-Scope

2002-06-07 Thread Dick Applebaum

On Friday, June 7, 2002, at 10:04  AM, Dave Watts wrote:

 Could it be that your Application.cfm doesn't start with an
 upper case A

 This is not required on OS X, but I think it is required on
 Linux

 It's not required on OS X? That's odd, I think. Have you actually tested
 this?


Yes!

The OS X flavor of BSD Unix is non-case-sensitive.

Apple did this to allow backwards user interface compatibility with OS 9.

For example:  when you port CFMX Linux to OS X, the wwwroot/cfide link 
to wwwroot/CFIDE, disappears

You can verify the case insensitivity in the CLI... you have to keep 
alert not to pick up bad habits.

Dick

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 voice: (202) 797-5496
 fax: (202) 797-5444
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX-Linux won't initate Session-Scope

2002-06-07 Thread Neil Clark - =TMM=

Dick, is your port FULLY functional? Are there some parts of the CFAS
which may not function on OSX?







Neil Clark
Team Macromedia
http://www.macromedia.com/go/team

Announcing Macromedia MX!! 
http://www.macromedia.com/software/trial/




-Original Message-
From: Dick Applebaum [mailto:[EMAIL PROTECTED]] 
Sent: 07 June 2002 18:14
To: CF-Talk
Subject: Re: CFMX-Linux won't initate Session-Scope

On Friday, June 7, 2002, at 10:04  AM, Dave Watts wrote:

 Could it be that your Application.cfm doesn't start with an
 upper case A

 This is not required on OS X, but I think it is required on
 Linux

 It's not required on OS X? That's odd, I think. Have you actually
tested
 this?


Yes!

The OS X flavor of BSD Unix is non-case-sensitive.

Apple did this to allow backwards user interface compatibility with OS
9.

For example:  when you port CFMX Linux to OS X, the wwwroot/cfide link 
to wwwroot/CFIDE, disappears

You can verify the case insensitivity in the CLI... you have to keep 
alert not to pick up bad habits.

Dick

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

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



Re: CFMX-Linux won't initate Session-Scope

2002-06-07 Thread Dick Applebaum

I meant to add:

Go to

http://64.175.104.12:8500/CF%20Test%20Files/Session%20Test/

this is using application.cfm - also works with Application.cfm.

No (or non-recognizable application.cfm) throws a Element URLTOKEN is 
undefined in SESSION error

Dick

On Friday, June 7, 2002, at 10:04  AM, Dave Watts wrote:

 Could it be that your Application.cfm doesn't start with an
 upper case A

 This is not required on OS X, but I think it is required on
 Linux

 It's not required on OS X? That's odd, I think. Have you actually tested
 this?

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 voice: (202) 797-5496
 fax: (202) 797-5444
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX-Linux won't initate Session-Scope

2002-06-07 Thread Dave Watts

 The OS X flavor of BSD Unix is non-case-sensitive.
 
 Apple did this to allow backwards user interface 
 compatibility with OS 9.
 
 For example:  when you port CFMX Linux to OS X, the 
 wwwroot/cfide link to wwwroot/CFIDE, disappears
 
 You can verify the case insensitivity in the CLI... 
 you have to keep alert not to pick up bad habits.

Out of curiosity, can this feature be disabled if you don't care about OS
9?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMX-Linux won't initate Session-Scope

2002-06-07 Thread Patric Stumpe

hr,

I think the week was too long for me (too much soccer and work :) ).
Now I'm at homebut surely the application.cfm-File has an lowercase
letter 'a'. I'll try that on monday!

Thanks a lot guys!

Patric



 Yeah, Application.cfm on linux is case sensitive.

 On Fri, 7 Jun 2002, Dick Applebaum wrote:

 Patric
 
 I just tried this on CFMX Linux ported to Mac OS X.
 
 It worked, fine
 
 Could it be that your Application.cfm doesn't start with an upper case 
 A
 
 This is not required on OS X, but I think it is required on Linux
 
 Dick
 
 
 On Friday, June 7, 2002, at 08:49  AM, Mark A. Kruger - CFG wrote:
 
  Patric,
 
  There is an Admin feature to use JSP type sessions 
  ( .cfm;sessionid=adf090
  .. etc.)  Is it possible this is set?
 
  Mark
 
  -Original Message-
  From: Patric Stumpe [mailto:[EMAIL PROTECTED]]
  Sent: Friday, June 07, 2002 10:31 AM
  To: CF-Talk
  Subject: CFMX-Linux won't initate Session-Scope
 
 
  Hi folks,
 
  i have a wierd problem. I try to port an small application (that's
  working) for one of our customers from CF4/NT4 to CFMX/RH7.3.
 
  My application.cfm is this:
  --
  cfsetting enablecfoutputonly=Yes
 
  cfapplication  name=medienverzeichnis
  applicationtimeout=#CreateTimeSpan(0,0,30,0)#
  sessiontimeout=#CreateTimeSpan(0,0,30,0)#
  clientmanagement=No
  sessionmanagement=Yes
  setclientcookies=No
 
  cflock timeout=10
  cfset application.ds = 'guvv_medien'
  cfparam name=session.artikel default=0
  /cflock
 
  cfsetting enablecfoutputonly=No
  --
 
  The startingpage in this dir is the following index.cfm:
  --
  cflock timeout=10
  cfoutput
 
  frameset cols=170,* border=0 framespacing=0 frameborder=0
  frame name=navigation 
  src=_frame/navigation.cfm?#Session.URLToken#
  marginwidth=0 marginheight=0 noresize scrolling=auto border=0
  framespacing=0 frameborder=0
  frame name=inhalt src=_inhalt/start.cfm?#Session.URLToken#
  marginwidth=0 marginheight=0 noresize scrolling=auto border=0
  framespacing=0 frameborder=0
  /frameset
 
  /cfoutput
  /cflock
  --
 
  This one seems to load just fine. But when the navigation.cfm comes up
  I get the following error:
 
  Error Occurred While Processing Request
  Element URLTOKEN is undefined in SESSION.
 
  The Error Occurred in
  /var/www/html/guvv-wl/medien/verzeichnisse/_frame/navigation.cfm: line 
  17
 
  15 :tr align=lefttd width=155 align=left valign=topa
  href=../../zeitschriften target=mainimg 
  src=../../_px/nav_zei_of.gif
  width=155 height=17 alt= border=0/a/td/tr
  16 :tr align=lefttd width=155 align=left valign=topimg
  src=../../../_px/nav_trenner.gif width=155 height=1 alt=
  border=0/td/tr
  17 :tr align=lefttd width=155 align=left valign=topa
  href=../../verzeichnisse/cfoutputindex.cfm?#Session.URLToken#/cfoutput
  
  target=mainimg src=../../_px/nav_med_on.gif width=155 
  height=17
  alt= border=0/td/tr
  18 :tr align=lefttd width=155 align=left valign=topimg
  src=../../../_px/nav_trenner.gif width=155 height=1 alt=
  border=0/td/tr
  19 :tr align=lefttd width=155 align=left valign=topimg
  src=../../../_px/nav_blind.gif width=155 height=20 alt=
  border=0/td/tr
 
 
  BTW: There's a lock around the session-request. And I do not have any
  other application.cfm lying around.
 
  The same pages on CFMX-RC with Windows do work.
 
 
  I don't know where to go... any help?
 
  TIA
 
  Patric
 
 
  --
  Patric Stumpe
  mailto:[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: Disguising the URL

2002-06-07 Thread Eric Dawson

I randomly cut'n'paste some code that might help. I use similar code to 
determine the site to display based on URL. Not sure if this helps. (I have 
a create site engine - that allows the user to map URLs to their content. 
one website on IIS - that is dynamically generated based on the URL.)

What web server are you using? You could create a separate website for each 
subdomain.

mindless thoughts It might be easiest to create a switch in the site root 
that checks for which folder to display - using the http_host variable.

I should read the rest of the threads...

but here is some code anyway(in application.cfm):
cfset site = CGI.HTTP_HOST

cfquery name=SiteDetails datasource=dsn
  SELECT
 Site.SiteID,
 Site.Name,
 Site.Description,
 Site.ConfigurationWDDX,
 xrSiteURL.SiteURL
  FROM Site
  INNER JOIN xrSiteURL
 ON Site.SiteID = xrSiteURL.SiteID
  where xrSiteURL.SiteURL = '#site#'
/cfquery

HTH
Eric

From: Philip Arnold - ASP [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: RE: Disguising the URL
Date: Fri, 7 Jun 2002 15:51:31 +0100

  I have a site using subdomains, with each subdomain in it's own
  subdirectory.  The main domain is in it's own dir as well.
  Is there a way to make the URL show up as www.domain.com rather
  than www.domain.com/domain?

Frames?

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



__
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: Disguising the URL

2002-06-07 Thread Eric Dawson

in my config. I map an IP to an application that serves an undefined amount 
of sites. I create one IIS site, filtering on just IP address.

All domains mapped to that IP address are processed by the same 
application.cfm, index.cfm page. In the application.cfm I parse the 
http_host (not sure when and where it is included in the browser information 
there is a legacy browser issue with this technique but it is possible to 
work around.) and from that information I generate the particular site.

I control everything on the site - so it is easy for me - but - if I was to 
allow them to publish their own HTML pages - well hmmm. i have crazy notions 
on how to make it work - but I guessing you can do something straight 
forward which is simpler.

Summary.
If you have a limited number of subdomains - just create a new website for 
each (virtual domain). If you want to automatically generate subdomains for 
a huge amount of subdomains - then IMO you are better off creating one site 
engine that parses the domain for content to include.

Eric

From: Ian Tait [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: RE: Disguising the URL
Date: Fri, 7 Jun 2002 17:09:59 +0100

Well...

Are the sites being accessed as www.domain.com, www.sub1.domain.com etc,
with each subdomain is in its own directory,  if that is the question - then
virtual hosts are the way, no?

Ian

I have a site using subdomains, with each subdomain in it's own
subdirectory.  The main domain is in it's own dir as well.  Is there a way
to make the URL show up as www.domain.com rather than
www.domain.com/domain?

-Original Message-
From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
Sent: 07 June 2002 16:44
To: CF-Talk
Subject: RE: Disguising the URL


  Eh?
 
  Apache - Virtualhost directive in httpd.conf
  IIS - create a virtual site and point it at whatever dir you like...
 
  Or am I missing some vital piece of info? :-)

Form the way I read the original request, he wanted anyone who typed in
www.domain.com/domain to only see www.domain.com in the URL, keeping
www.domain.com as a separate entity as well

How can you do this with virtual sites?

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

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

An ISO9001 registered company.

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




__
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: Disguising the URL

2002-06-07 Thread Eric Dawson

you could map all domains and subdomains to the website.
in the root page - check for domain and redirect to the appropriate folder.

www.domain.com
www.sub1.domain.com/sub1/
www.sub2.domain.com/sub2/

ie if you request
www.sub1.domain.com/pageA.cfm
the root application.cfm catches the subdomain and redirects to
www.sub1.domain.com/sub1/pageA.html

(I remember some systems like this a couple years back).

If the browser you are using does not include the http_host information.
www.sub1.domain.com/sub1/pageA.html still works.
but your 404 page might have a list of available subdomains.

Eric

From: Thane Sherrington [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: RE: Disguising the URL
Date: Fri, 07 Jun 2002 13:38:21 -0300

At 05:09 PM 6/7/02 +0100, Ian Tait wrote:
 Well...
 
 Are the sites being accessed as www.domain.com, www.sub1.domain.com etc,
 with each subdomain is in its own directory,  if that is the question - 
then
 virtual hosts are the way, no?

They are being accessed this way:

www.domain.com (shows as www.domain.com/domainname)
subdomain1.domain.com (shows as www.domain.com/subdomain1)
etc.

Each domain is in a folder.  So the tree looks like this:

/domain
/subdomain1
/subdomain2

Some are off the main folder:
/domain/subdomain3

etc.

T


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



SOT: showing leading zeros in CSV

2002-06-07 Thread BEN MORRIS

List,

I am looking for a way to show numeric values in a csv file preserving leading zeros. 
For instance, say someone's ssn is 005353828 I want it to show up that way instead 
of 5353828.  Anyone out there have any nuggets of wisdom to do this in excel?

In last field in the below example (in MS Excel 97), the single quotes show along with 
the leading zeros, the double quotes make no difference, the =001 shows up as 
desired when viewed, but the value is '=100' so it might cause more trouble than it 
is worth.  Reformatting all of the fields as text won't do anything because it drops 
the leading zeros from the value, it isn't a formatting issue.  I couldn't find a way 
to import the info manually, and specify a text qualifier.

a,b,c,d,5,001,'001'
a,b,c,d,5,001,001
a,b,c,d,5,001,=001

gracias por adelantado
- Ben Morris

__
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: showing leading zeros in CSV

2002-06-07 Thread Philip Arnold - ASP

 I am looking for a way to show numeric values in a csv file
 preserving leading zeros. For instance, say someone's ssn is
 005353828 I want it to show up that way instead of
 5353828.  Anyone out there have any nuggets of wisdom to do
 this in excel?

Stick an apostrophe in front of it... But if you import it into anything
else, you'll have to strip it off

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

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

An ISO9001 registered company.

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


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



WOT: DNS Strangeness..

2002-06-07 Thread Lee Fuller

I know this is way off the topic here (and feel free to comment back
off-list) but I thought there would be a good collection of hosting
solution providers here who could give me their thoughts.

Is it just me, or has DNS in the world gone haywire for some reason?
Things like VERY old IP addresses not being advertised by an internal
name server (at all - I mean.. Not even in the DNS record files
anywhere) suddenly appearing in name servers around the world... Etc..
Etc.

Just thought I'd get a quick check.

Sorry for the interruption...


__
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: SOT: showing leading zeros in CSV

2002-06-07 Thread Hatton Humphrey

If you're using the HTML2EXCEL tag (or going straight through the COM 
object) to create your Excel file, there was a thread a few weeks back 
where I ran into this.

Basically you have to use the Excel COM object to create the file and in 
you output embed a non-printing character (CHR(3) was what I ended up 
using), then use the COM Object to do a replace, changing the CHR(3) 
with a single quote (').  This must be done from inside Excel itself, 
otherwise it doesn't work.

If you need more, I can find the old thread.

Hatton


BEN MORRIS wrote:

 List,
 
 I am looking for a way to show numeric values in a csv file preserving leading 
zeros. For instance, say someone's ssn is 005353828 I want it to show up that way 
instead of 5353828.  Anyone out there have any nuggets of wisdom to do this in 
excel?
 
 In last field in the below example (in MS Excel 97), the single quotes show along 
with the leading zeros, the double quotes make no difference, the =001 shows up as 
desired when viewed, but the value is '=100' so it might cause more trouble than it 
is worth.  Reformatting all of the fields as text won't do anything because it drops 
the leading zeros from the value, it isn't a formatting issue.  I couldn't find a way 
to import the info manually, and specify a text qualifier.
 
 a,b,c,d,5,001,'001'
 a,b,c,d,5,001,001
 a,b,c,d,5,001,=001
 
 gracias por adelantado
 - Ben Morris
 
 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMX-Linux won't initate Session-Scope

2002-06-07 Thread Dick Applebaum

Neil

No, still waiting for some more info from Jesse Noller.

But, Jesse did say that CFMX can be made to run on OS X with shell 
scripting instead of the C++ intel program: /bin/cfusion.

Jesse says he needs to find a Mac and spend some time to see what is 
needed.

You might send Jesse an email telling him that you are interested in 
this too!

Dick


File attached: image.tiff
No, I haven't been able to work with it yet, i have some other projects 
I need to take care of first. Feel free to pass out my email all over.





On Friday, June 7, 2002, at 10:21  AM, Neil Clark - =TMM= wrote:

 Dick, is your port FULLY functional? Are there some parts of the CFAS
 which may not function on OSX?







 Neil Clark
 Team Macromedia
 http://www.macromedia.com/go/team

 Announcing Macromedia MX!!
 http://www.macromedia.com/software/trial/




 -Original Message-
 From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
 Sent: 07 June 2002 18:14
 To: CF-Talk
 Subject: Re: CFMX-Linux won't initate Session-Scope

 On Friday, June 7, 2002, at 10:04  AM, Dave Watts wrote:

 Could it be that your Application.cfm doesn't start with an
 upper case A

 This is not required on OS X, but I think it is required on
 Linux

 It's not required on OS X? That's odd, I think. Have you actually
 tested
 this?


 Yes!

 The OS X flavor of BSD Unix is non-case-sensitive.

 Apple did this to allow backwards user interface compatibility with OS
 9.

 For example:  when you port CFMX Linux to OS X, the wwwroot/cfide link
 to wwwroot/CFIDE, disappears

 You can verify the case insensitivity in the CLI... you have to keep
 alert not to pick up bad habits.

 Dick

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


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



Re: DNS Strangeness..

2002-06-07 Thread Justin Scott

 I know this is way off the topic here (and feel free to comment back
 off-list) but I thought there would be a good collection of hosting
 solution providers here who could give me their thoughts.

 Is it just me, or has DNS in the world gone haywire for some reason?
 Things like VERY old IP addresses not being advertised by an internal
 name server (at all - I mean.. Not even in the DNS record files
 anywhere) suddenly appearing in name servers around the world... Etc..
 Etc.

But DNS is SO much fun!  Take a peek at www.dnsstuff.com and run some
tests..

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



SOT : Coldfusion Help

2002-06-07 Thread Jason Miller

Hello List,
Hopefully this is not too off topic or not allowed. I was wondering if 
there were any coldfusion / access programmers around the Central New 
Jersey area that are available for some quick but critical freelance work.

The ONLY reason I am posting to this list is yesterday after a severe 
crash - and no backups on one of my drives, my company now has to 
scramble to start rebuilding some graphic files, some director projects, 
a few flash projects and some coldfusion projects. So I am a bit desperate.

Please only email me off list so we don't bog down the list. The 
coldfusion I need assistance with needs to be worked on this weekend. 
Thanks.
jason miller
etcetera inc
732.864.9788 : voice
732.864.9789 : fax
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMX-Linux won't initate Session-Scope

2002-06-07 Thread Dick Applebaum

I guess you could (apology in advance)

Up your A

Dick

I've had a strange day, too


On Friday, June 7, 2002, at 10:31  AM, Patric Stumpe wrote:

 hr,

 I think the week was too long for me (too much soccer and work :) ).
 Now I'm at homebut surely the application.cfm-File has an lowercase
 letter 'a'. I'll try that on monday!

 Thanks a lot guys!

 Patric



 Yeah, Application.cfm on linux is case sensitive.

 On Fri, 7 Jun 2002, Dick Applebaum wrote:

 Patric

 I just tried this on CFMX Linux ported to Mac OS X.

 It worked, fine

 Could it be that your Application.cfm doesn't start with an upper case
 A

 This is not required on OS X, but I think it is required on Linux

 Dick


 On Friday, June 7, 2002, at 08:49  AM, Mark A. Kruger - CFG wrote:

 Patric,

 There is an Admin feature to use JSP type sessions
 ( .cfm;sessionid=adf090
 .. etc.)  Is it possible this is set?

 Mark

 -Original Message-
 From: Patric Stumpe [mailto:[EMAIL PROTECTED]]
 Sent: Friday, June 07, 2002 10:31 AM
 To: CF-Talk
 Subject: CFMX-Linux won't initate Session-Scope


 Hi folks,

 i have a wierd problem. I try to port an small application (that's
 working) for one of our customers from CF4/NT4 to CFMX/RH7.3.

 My application.cfm is this:
 --
 cfsetting enablecfoutputonly=Yes

 cfapplication  name=medienverzeichnis
 applicationtimeout=#CreateTimeSpan(0,0,30,0)#
 sessiontimeout=#CreateTimeSpan(0,0,30,0)#
 clientmanagement=No
 sessionmanagement=Yes
 setclientcookies=No

 cflock timeout=10
 cfset application.ds = 'guvv_medien'
 cfparam name=session.artikel default=0
 /cflock

 cfsetting enablecfoutputonly=No
 --

 The startingpage in this dir is the following index.cfm:
 --
 cflock timeout=10
 cfoutput

 frameset cols=170,* border=0 framespacing=0 frameborder=0
 frame name=navigation
 src=_frame/navigation.cfm?#Session.URLToken#
 marginwidth=0 marginheight=0 noresize scrolling=auto border=0
 framespacing=0 frameborder=0
 frame name=inhalt src=_inhalt/start.cfm?#Session.URLToken#
 marginwidth=0 marginheight=0 noresize scrolling=auto border=0
 framespacing=0 frameborder=0
 /frameset

 /cfoutput
 /cflock
 --

 This one seems to load just fine. But when the navigation.cfm comes 
 up
 I get the following error:

 Error Occurred While Processing Request
 Element URLTOKEN is undefined in SESSION.

 The Error Occurred in
 /var/www/html/guvv-wl/medien/verzeichnisse/_frame/navigation.cfm: 
 line
 17

 15 :tr align=lefttd width=155 align=left valign=topa
 href=../../zeitschriften target=mainimg
 src=../../_px/nav_zei_of.gif
 width=155 height=17 alt= border=0/a/td/tr
 16 :tr align=lefttd width=155 align=left 
 valign=topimg
 src=../../../_px/nav_trenner.gif width=155 height=1 alt=
 border=0/td/tr
 17 :tr align=lefttd width=155 align=left valign=topa
 href=../../verzeichnisse/cfoutputindex.cfm?#Session.URLToken#/cfoutput
 
 target=mainimg src=../../_px/nav_med_on.gif width=155
 height=17
 alt= border=0/td/tr
 18 :tr align=lefttd width=155 align=left 
 valign=topimg
 src=../../../_px/nav_trenner.gif width=155 height=1 alt=
 border=0/td/tr
 19 :tr align=lefttd width=155 align=left 
 valign=topimg
 src=../../../_px/nav_blind.gif width=155 height=20 alt=
 border=0/td/tr


 BTW: There's a lock around the session-request. And I do not have any
 other application.cfm lying around.

 The same pages on CFMX-RC with Windows do work.


 I don't know where to go... any help?

 TIA

 Patric


 --
 Patric Stumpe
 mailto:[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



Directory permission bitwise operation help needed

2002-06-07 Thread Brian Ferrigno

I am trying to find a post from a few months ago about setting folder
permissions for a particular user using a byte length string of 0s and 1s.
You are then able to get a users' permission to perform a certain action
(edit/add/delete) by using bitwise operations on the string. 

ex. a user permssion string of 01010101 would give the user permission to
edit files (this is a very generic example)

Does anyone know where I can find the old topic or have any advice on how to
get started doing this?

Thanks in advance for your help


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



RE: CFMX and .NET on the same computer?

2002-06-07 Thread Timothy Heald

I just finished installing VS.net.  I am wondering if there is a way around
having to uninstall it, then do cf, then reinstall VS?  I do not have CFMX
on this box yet.

Man, wish I had paid attention to these threads earlier :)

Tim Heald
ACP/CCFD :)
Application Development
www.schoollink.net

 -Original Message-
 From: Chris White [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, June 06, 2002 7:22 PM
 To: CF-Talk
 Subject: RE: CFMX and .NET on the same computer?


 I have installed .net and ColdFusionMX on 5 different Windows2000
 Servers.  If .net is on first either ColdFusion has problems installing
 or .net breaks.  I have uninstalled .net and IIS and then did the
 following:

 1.  Installed IIS
 2.  Applied IIS Security fix.
 3.  Installed ColdFusionMX
 4.  Installed .net framework.

 Every problem that I have had with .net has been a security issue.

 Chris

 Chris White
 Webmaster
 Gilbarco Inc.
 336-547-5397 phone
 336-547-5163 fax
 [EMAIL PROTECTED]
 www.gilbarco.com



 -Original Message-
 From: Shawn Grover [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, June 06, 2002 12:55 PM
 To: CF-Talk
 Subject: RE: CFMX and .NET on the same computer?


 Thanks for the heads up.  I'll be installing on Win2K Pro, but will
 likely see similar problems.  Maybe .Net needs to be installed first? or
 Last? I've seen the order apps are installed affect performance
 before. we'll see.  But to be on the safe side, I'll be Ghosting my
 installation to another hard drive before I do this...

 Shawn Grover

 -Original Message-
 From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, June 06, 2002 10:28 AM
 To: CF-Talk
 Subject: RE: CFMX and .NET on the same computer?


 Shawn,

 I have the 2 on my XP machine.  It was very frustrating getting IIS 6,
 CLR and CFMX to cooperate.  I installed Apache and it runs fine no.  No
 conflicts with CF or with .NET - IIS seems to have been the big issue.

 Mark

 -Original Message-
 From: Shawn Grover [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, June 06, 2002 11:20 AM
 To: CF-Talk
 Subject: CFMX and .NET on the same computer?


 I'm about to install the developers version of CFMX on my home computer,
 but also want to install the .Net Framework and MS Studio.NET.  Does
 anyone know of any problems I may encounter doing this?  Should I keep
 them seperate?

 Thanks in Advance.

 Shawn Grover




 
__
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: SOT: showing leading zeros in CSV

2002-06-07 Thread John Venable

Can't you set the column properties to include leading zeroes? I know you
can in Access, I had to do it for zip codes.

John Venable


on 6/7/02 2:10 PM, BEN MORRIS at [EMAIL PROTECTED] most eloquently stated:

 List,
 
 I am looking for a way to show numeric values in a csv file preserving leading
 zeros. For instance, say someone's ssn is 005353828 I want it to show up
 that way instead of 5353828.  Anyone out there have any nuggets of wisdom to
 do this in excel?
 
 In last field in the below example (in MS Excel 97), the single quotes show
 along with the leading zeros, the double quotes make no difference, the =001
 shows up as desired when viewed, but the value is '=100' so it might cause
 more trouble than it is worth.  Reformatting all of the fields as text won't
 do anything because it drops the leading zeros from the value, it isn't a
 formatting issue.  I couldn't find a way to import the info manually, and
 specify a text qualifier.
 
 a,b,c,d,5,001,'001'
 a,b,c,d,5,001,001
 a,b,c,d,5,001,=001
 
 gracias por adelantado
 - Ben Morris
 
 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: DNS Strangeness..

2002-06-07 Thread Matt Liotta

A major ISP in Europe went under like yesterday or something.

-Matt

 -Original Message-
 From: Lee Fuller [mailto:[EMAIL PROTECTED]]
 Sent: Friday, June 07, 2002 11:18 AM
 To: CF-Talk
 Subject: WOT: DNS Strangeness..
 
 I know this is way off the topic here (and feel free to comment back
 off-list) but I thought there would be a good collection of hosting
 solution providers here who could give me their thoughts.
 
 Is it just me, or has DNS in the world gone haywire for some reason?
 Things like VERY old IP addresses not being advertised by an internal
 name server (at all - I mean.. Not even in the DNS record files
 anywhere) suddenly appearing in name servers around the world... Etc..
 Etc.
 
 Just thought I'd get a quick check.
 
 Sorry for the interruption...
 
 
 
__
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: Coldfusion Help

2002-06-07 Thread Justin Scott

 Hopefully this is not too off topic or not allowed. I was wondering if
 there were any coldfusion / access programmers around the Central New
 Jersey area that are available for some quick but critical freelance work.

I doubt many will mind you posting here, but there are a lot of people that
watch the CF-Jobs mailing list that may be interested in helping you out.

-Justin Scott, Lead Developer
 Sceiron Internet Services, Inc.
 http://www.sceiron.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: Directory permission bitwise operation help needed

2002-06-07 Thread Bryan Love

I believe Lewis Sellers can help you.  He has written CFX tags to manipulate
users and permissions.  You'll find posts from him on this talk list...


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

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



-Original Message-
From: Brian Ferrigno [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 07, 2002 11:26 AM
To: CF-Talk
Subject: Directory permission bitwise operation help needed


I am trying to find a post from a few months ago about setting folder
permissions for a particular user using a byte length string of 0s and 1s.
You are then able to get a users' permission to perform a certain action
(edit/add/delete) by using bitwise operations on the string. 

ex. a user permssion string of 01010101 would give the user permission to
edit files (this is a very generic example)

Does anyone know where I can find the old topic or have any advice on how to
get started doing this?

Thanks in advance for your help


Brian 

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



Bilingual App HELP!!

2002-06-07 Thread cftalk

Hey guys, any of yall Familiar with the Houston International 
Festival?  Well it's like this festival that features music, dance, 
arts, and spotlights a different country every year.  Well this year 
that country is MEXICO.

And they want to have an English and Spanish version.  I would like 
some ideas on methods on approaching this.  Everything will be 
identical.  Layout, grpahics.  The only difference is the langage 
(and of course, text on the navigation buttons will change too).  But 
i was wondering if there are any veterans :)

Ideally, I would like to have only one copy, instead of an English 
copy and a Spanish copy.  That way they use the same CFM code.  A 
bulk of the site would be text and information.  So i was thinking 
maybe I can just set the text to variables, and display the correct 
language depending on their preference.  Just text only though!  
There will be only one HTML code, and only one CFM code to follow.  
So well, there you go!  I appreciate any input, humour, pity :)

snifflebear





__
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: SOT: showing leading zeros in CSV

2002-06-07 Thread Philip Arnold - ASP

 Can't you set the column properties to include leading
 zeroes? I know you can in Access, I had to do it for
 zip codes.

It's a CSV, a text file - how do you set column types in a text file?

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

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

An ISO9001 registered company.

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


__
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



  1   2   >