Re: How are developer organizeing their Flash Code?

2004-10-06 Thread Mike Chambers
fyi,

Here is a simple application that I put together, that shows (one) way 
to structure your code in Flash.

It should be simple enough to not be overwhelming.

http://www.macromedia.com/devnet/mx/flash/articles/mxna_sample.html

mike chambers

[EMAIL PROTECTED]

On Oct 5, 2004, at 4:50 PM, Troy Simpson wrote:

 Hello all,

The FlashMX Sim book covers UCM (UserInterface, Control object, 
 Model
Layer) Architecture. How is this different, complared, better and/or
worse than MVC (model, view, controller) and/or MVP (model, view,
presentor).

I want to create a Flash application that is form based like Visual
Basic, Visual C-plus-plus, Java Swing, etc and still be able to keep 
 the
code managable. I am having a problem of knowing where to start with
this. (I wish I had a mentor.)

So far I have read Object-Oriented macromedia Flash MX by William
Drol, Object-Oriented Programming with ActionScript by Branden Hall
and Samuel Wan, FlashMX for Interactive Simulation by Jonathan Kaye
and David Castillo. I am now reading them again.

I have also viewed over 15 hours of video on Flash MX called Learning
Flash MX by Shane Rebenschied.

I am still missing something and I just want to beat the computer up.
LOL :-)  Maybe I am trying to hard.

I am currently using Studio MX and working on getting a DevNet
subscription. Does Flash MX 2004 better equipped for what I am 
 looking for?

I hope to demonstate the power of Flash to my management and 
 colleagues.
I just need to figure it out myself first before I can make the sale.

Any suggestions?
What other resources are there to help?

Thanks,
Troy

--
Troy Simpson
  Applications Analyst/Programmer, OCPDBA, MCSE, SCSA
North Carolina State University Libraries
Campus Box 7111 | Raleigh | North Carolina
ph.919.515.3855 | fax.919.513.3330
E-mail: [EMAIL PROTECTED]

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Coldfusion and C++

2004-10-06 Thread Sean Corfield
On Tue, 5 Oct 2004 09:27:41 +0100, Simon Smith [EMAIL PROTECTED] wrote:
 I'm an experienced CF/Java/Php developer creating a framework for API calls
 in C++ (it needs to be in C++ for historic reasons)

What historic reasons? I'm genuinely curious. I certainly wouldn't
recommend C++ near anything to do with the web (and I spent eight
years on the C++ standards committee helping to design the language!).
Why would you not use Java for this?
-- 
Sean A Corfield -- http://www.corfield.org/
Team Fusebox -- http://www.fusebox.org/
Got Gmail? -- I have 5 invites

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-06 Thread Sean Corfield
Wow! Here's a thread that could make some serious enemies...

Seth Hodgson (macromedia.com)
Laurent Rouquette (macromedia.com)
Barney Boisvert (for his work on Fusebox 4.1 and all round CFC stuff)
Ben Edwards (for Mach II)
Ray Camden (for Blog CFC and Galleon and a myriad other things)
John Q (for Fusebox - various versions and variants)
Isaac Dealey (for onTap)

Any list is going to leave out a lot of great CF coders so, please, no
offense if I didn't name you!
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Com Object

2004-10-06 Thread Andy Jarrett
Hi there,

I have a com object installed on my development machine which was
developed by another developer. When it is tested via a small VB app
it all works fine.

When i make a call and execute with CF i get the following error in my logs,
# Created by JRun on 06/10 09:47:32 
06/10 09:47:32 error socket closed 
java.net.SocketException: socket closed 
at java.net.PlainSocketImpl.socketAccept(Native Method) 
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353) 
at java.net.ServerSocket.implAccept(ServerSocket.java:448) 
at java.net.ServerSocket.accept(ServerSocket.java:419) 
at jrun.servlet.network.NetworkService.accept(NetworkService.java:368) 
at jrun.servlet.jrpp.JRunProxyService.accept(JRunProxyService.java:104) 
at jrun.servlet.jrpp.JRunProxyService.createRunnable(JRunProxyService.java:120)
at jrunx.scheduler.ThreadPool$ThreadThrottle.createRunnable(ThreadPool.java:377)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:62) 

The component checks a load of fields then send a small text file on
port 22 to another server. What i cannot understand is i cannot get
this working via ColdFusion?

Anyone had a similar problem??

Andy
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Com Object

2004-10-06 Thread Robertson-Ravo, Neil (RX)
What version of CF?



_

From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
Sent: 06 October 2004 10:24
To: CF-Talk
Subject: Com Object

Hi there,

I have a com object installed on my development machine which was
developed by another developer. When it is tested via a small VB app
it all works fine.

When i make a call and execute with CF i get the following error in my logs,
# Created by JRun on 06/10 09:47:32 
06/10 09:47:32 error socket closed 
java.net.SocketException: socket closed 
at java.net.PlainSocketImpl.socketAccept(Native Method) 
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353) 
at java.net.ServerSocket.implAccept(ServerSocket.java:448) 
at java.net.ServerSocket.accept(ServerSocket.java:419) 
at jrun.servlet.network.NetworkService.accept(NetworkService.java:368) 
at jrun.servlet.jrpp.JRunProxyService.accept(JRunProxyService.java:104) 
at
jrun.servlet.jrpp.JRunProxyService.createRunnable(JRunProxyService.java:120)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.createRunnable(ThreadPool.java:377
)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:62) 

The component checks a load of fields then send a small text file on
port 22 to another server. What i cannot understand is i cannot get
this working via ColdFusion?

Anyone had a similar problem??

Andy

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Com Object

2004-10-06 Thread Andy Jarrett
Opps.

Sorry running cfmx 6.1

On Wed, 6 Oct 2004 10:26:24 +0100, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 What version of CF?
 
 
 
 _
 
 From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
 Sent: 06 October 2004 10:24
 To: CF-Talk
 Subject: Com Object
 
 
 
 Hi there,
 
 I have a com object installed on my development machine which was
 developed by another developer. When it is tested via a small VB app
 it all works fine.
 
 When i make a call and execute with CF i get the following error in my logs,
 # Created by JRun on 06/10 09:47:32 
 06/10 09:47:32 error socket closed 
 java.net.SocketException: socket closed 
 at java.net.PlainSocketImpl.socketAccept(Native Method) 
 at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353) 
 at java.net.ServerSocket.implAccept(ServerSocket.java:448) 
 at java.net.ServerSocket.accept(ServerSocket.java:419) 
 at jrun.servlet.network.NetworkService.accept(NetworkService.java:368) 
 at jrun.servlet.jrpp.JRunProxyService.accept(JRunProxyService.java:104) 
 at
 jrun.servlet.jrpp.JRunProxyService.createRunnable(JRunProxyService.java:120)
 at
 jrunx.scheduler.ThreadPool$ThreadThrottle.createRunnable(ThreadPool.java:377
 )
 at jrunx.scheduler.WorkerThread.run(WorkerThread.java:62) 
 
 The component checks a load of fields then send a small text file on
 port 22 to another server. What i cannot understand is i cannot get
 this working via ColdFusion?
 
 Anyone had a similar problem??
 
 Andy
 
 _

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Com Object

2004-10-06 Thread Robertson-Ravo, Neil (RX)
Fully patched?Which O/S?



_

From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
Sent: 06 October 2004 10:43
To: CF-Talk
Subject: Re: Com Object

Opps.

Sorry running cfmx 6.1

On Wed, 6 Oct 2004 10:26:24 +0100, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 What version of CF?
 
 
 
 _
 
 From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
 Sent: 06 October 2004 10:24
 To: CF-Talk
 Subject: Com Object
 
 
 
 Hi there,
 
 I have a com object installed on my development machine which was
 developed by another developer. When it is tested via a small VB app
 it all works fine.
 
 When i make a call and execute with CF i get the following error in my
logs,
 # Created by JRun on 06/10 09:47:32 
 06/10 09:47:32 error socket closed 
 java.net.SocketException: socket closed 
 at java.net.PlainSocketImpl.socketAccept(Native Method) 
 at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353) 
 at java.net.ServerSocket.implAccept(ServerSocket.java:448) 
 at java.net.ServerSocket.accept(ServerSocket.java:419) 
 at jrun.servlet.network.NetworkService.accept(NetworkService.java:368) 
 at jrun.servlet.jrpp.JRunProxyService.accept(JRunProxyService.java:104)

 at

jrun.servlet.jrpp.JRunProxyService.createRunnable(JRunProxyService.java:120)
 at

jrunx.scheduler.ThreadPool$ThreadThrottle.createRunnable(ThreadPool.java:377
 )
 at jrunx.scheduler.WorkerThread.run(WorkerThread.java:62) 
 
 The component checks a load of fields then send a small text file on
 port 22 to another server. What i cannot understand is i cannot get
 this working via ColdFusion?
 
 Anyone had a similar problem??
 
 Andy
 
 _


_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Com Object

2004-10-06 Thread Robertson-Ravo, Neil (RX)
So you have a Firewall such as ZoneAlarm installed? Try
uninstalling/disabling and see what happens.

_

From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
Sent: 06 October 2004 10:43
To: CF-Talk
Subject: Re: Com Object

Opps.

Sorry running cfmx 6.1

On Wed, 6 Oct 2004 10:26:24 +0100, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 What version of CF?
 
 
 
 _
 
 From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
 Sent: 06 October 2004 10:24
 To: CF-Talk
 Subject: Com Object
 
 
 
 Hi there,
 
 I have a com object installed on my development machine which was
 developed by another developer. When it is tested via a small VB app
 it all works fine.
 
 When i make a call and execute with CF i get the following error in my
logs,
 # Created by JRun on 06/10 09:47:32 
 06/10 09:47:32 error socket closed 
 java.net.SocketException: socket closed 
 at java.net.PlainSocketImpl.socketAccept(Native Method) 
 at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353) 
 at java.net.ServerSocket.implAccept(ServerSocket.java:448) 
 at java.net.ServerSocket.accept(ServerSocket.java:419) 
 at jrun.servlet.network.NetworkService.accept(NetworkService.java:368) 
 at jrun.servlet.jrpp.JRunProxyService.accept(JRunProxyService.java:104)

 at

jrun.servlet.jrpp.JRunProxyService.createRunnable(JRunProxyService.java:120)
 at

jrunx.scheduler.ThreadPool$ThreadThrottle.createRunnable(ThreadPool.java:377
 )
 at jrunx.scheduler.WorkerThread.run(WorkerThread.java:62) 
 
 The component checks a load of fields then send a small text file on
 port 22 to another server. What i cannot understand is i cannot get
 this working via ColdFusion?
 
 Anyone had a similar problem??
 
 Andy
 
 _


_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Com Object

2004-10-06 Thread Andy Jarrett
Sorry, my head is totally shot away today with Flu.

CFMX 6.1 - fully updated - but without most Hotfixes
WinXP pro w/IIS 5.1 w/SP2

On Wed, 6 Oct 2004 10:49:01 +0100, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 So you have a Firewall such as ZoneAlarm installed? Try
 uninstalling/disabling and see what happens.
 
 
 
 _
 
 From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
 Sent: 06 October 2004 10:43
 To: CF-Talk
 Subject: Re: Com Object
 
 Opps.
 
 Sorry running cfmx 6.1
 
 On Wed, 6 Oct 2004 10:26:24 +0100, Robertson-Ravo, Neil (RX)
 [EMAIL PROTECTED] wrote:
  What version of CF?
  
  
  
  _
  
  From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
  Sent: 06 October 2004 10:24
  To: CF-Talk
  Subject: Com Object
  
  
  
  Hi there,
  
  I have a com object installed on my development machine which was
  developed by another developer. When it is tested via a small VB app
  it all works fine.
  
  When i make a call and execute with CF i get the following error in my
 logs,
  # Created by JRun on 06/10 09:47:32 
  06/10 09:47:32 error socket closed 
  java.net.SocketException: socket closed 
  at java.net.PlainSocketImpl.socketAccept(Native Method) 
  at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353) 
  at java.net.ServerSocket.implAccept(ServerSocket.java:448) 
  at java.net.ServerSocket.accept(ServerSocket.java:419) 
  at jrun.servlet.network.NetworkService.accept(NetworkService.java:368) 
  at jrun.servlet.jrpp.JRunProxyService.accept(JRunProxyService.java:104)
 
  at
 
 jrun.servlet.jrpp.JRunProxyService.createRunnable(JRunProxyService.java:120)
  at
 
 jrunx.scheduler.ThreadPool$ThreadThrottle.createRunnable(ThreadPool.java:377
  )
  at jrunx.scheduler.WorkerThread.run(WorkerThread.java:62) 
  
  The component checks a load of fields then send a small text file on
  port 22 to another server. What i cannot understand is i cannot get
  this working via ColdFusion?
  
  Anyone had a similar problem??
  
  Andy
  
  _
 
 
 _

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Com Object

2004-10-06 Thread Andy Jarrett
Just turned off all firewalls to no prevail. D'oh

On Wed, 6 Oct 2004 11:16:35 +0100, Andy Jarrett [EMAIL PROTECTED] wrote:
 Sorry, my head is totally shot away today with Flu.
 
 CFMX 6.1 - fully updated - but without most Hotfixes
 WinXP pro w/IIS 5.1 w/SP2
 
 On Wed, 6 Oct 2004 10:49:01 +0100, Robertson-Ravo, Neil (RX)
 [EMAIL PROTECTED] wrote:
  So you have a Firewall such as ZoneAlarm installed? Try
 
 
  uninstalling/disabling and see what happens.
 
 
 
  _
 
  From: Andy Jarrett [mailto:[EMAIL PROTECTED]
  Sent: 06 October 2004 10:43
  To: CF-Talk
  Subject: Re: Com Object
 
  Opps.
 
  Sorry running cfmx 6.1
 
  On Wed, 6 Oct 2004 10:26:24 +0100, Robertson-Ravo, Neil (RX)
  [EMAIL PROTECTED] wrote:
   What version of CF?
  
  
  
   _
  
   From: Andy Jarrett [mailto:[EMAIL PROTECTED]
   Sent: 06 October 2004 10:24
   To: CF-Talk
   Subject: Com Object
  
  
  
   Hi there,
  
   I have a com object installed on my development machine which was
   developed by another developer. When it is tested via a small VB app
   it all works fine.
  
   When i make a call and execute with CF i get the following error in my
  logs,
   # Created by JRun on 06/10 09:47:32
   06/10 09:47:32 error socket closed
   java.net.SocketException: socket closed
   at java.net.PlainSocketImpl.socketAccept(Native Method)
   at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
   at java.net.ServerSocket.implAccept(ServerSocket.java:448)
   at java.net.ServerSocket.accept(ServerSocket.java:419)
   at jrun.servlet.network.NetworkService.accept(NetworkService.java:368)
   at jrun.servlet.jrpp.JRunProxyService.accept(JRunProxyService.java:104)
 
   at
  
  jrun.servlet.jrpp.JRunProxyService.createRunnable(JRunProxyService.java:120)
   at
  
  jrunx.scheduler.ThreadPool$ThreadThrottle.createRunnable(ThreadPool.java:377
   )
   at jrunx.scheduler.WorkerThread.run(WorkerThread.java:62)
  
   The component checks a load of fields then send a small text file on
   port 22 to another server. What i cannot understand is i cannot get
   this working via ColdFusion?
  
   Anyone had a similar problem??
  
   Andy
  
   _
  
 
  _
 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Oracle PL/SQL connection through ColdFusion

2004-10-06 Thread Samson Wach
I will give a shot.

Thank you.
Try the Native Oracle driver in CF Enterprise, not the ODBC driver.

BTW, this all works perfectly in CFMX.

-Original Message-
From: Wach, Samson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 6 October 2004 1:35 
To: CF-Talk
Subject: Oracle PL/SQL connection through ColdFusion

The organization where I work is currently using ColdFusion 5 Enterprise on
the Windows 2000 Advanced Server platform.

 

We are accessing an Oracle database using an ODBC driver from Data Direct.

 

When I attempt to add PL/SQL commands (ex. BEGIN) I receive a message
indicating that the SQL expects SELECT UPDATE etc.

 

Does anybody know how to run PL/SQL in a ColdFusion environment?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Com Object

2004-10-06 Thread Craig Dudley
Just playing devils advocate here but...

 
Have registered the dll on the server? If so, have you changed it since
you did? If you have, re-registering it might help.

-Original Message-
From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
Sent: 06 October 2004 11:17
To: CF-Talk
Subject: Re: Com Object

Sorry, my head is totally shot away today with Flu.

CFMX 6.1 - fully updated - but without most Hotfixes
WinXP pro w/IIS 5.1 w/SP2

On Wed, 6 Oct 2004 10:49:01 +0100, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 So you have a Firewall such as ZoneAlarm installed? Try
 uninstalling/disabling and see what happens.
 
 
 
 _
 
 From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
 Sent: 06 October 2004 10:43
 To: CF-Talk
 Subject: Re: Com Object
 
 Opps.
 
 Sorry running cfmx 6.1
 
 On Wed, 6 Oct 2004 10:26:24 +0100, Robertson-Ravo, Neil (RX)
 [EMAIL PROTECTED] wrote:
  What version of CF?
  
  
  
  _
  
  From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
  Sent: 06 October 2004 10:24
  To: CF-Talk
  Subject: Com Object
  
  
  
  Hi there,
  
  I have a com object installed on my development machine which was
  developed by another developer. When it is tested via a small VB app
  it all works fine.
  
  When i make a call and execute with CF i get the following error in
my
 logs,
  # Created by JRun on 06/10 09:47:32 
  06/10 09:47:32 error socket closed 
  java.net.SocketException: socket closed 
  at java.net.PlainSocketImpl.socketAccept(Native Method) 
  at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353) 
  at java.net.ServerSocket.implAccept(ServerSocket.java:448) 
  at java.net.ServerSocket.accept(ServerSocket.java:419) 
  at
jrun.servlet.network.NetworkService.accept(NetworkService.java:368) 
  at
jrun.servlet.jrpp.JRunProxyService.accept(JRunProxyService.java:104)
 
  at
 

jrun.servlet.jrpp.JRunProxyService.createRunnable(JRunProxyService.java:
120)
  at
 

jrunx.scheduler.ThreadPool$ThreadThrottle.createRunnable(ThreadPool.java
:377
  )
  at jrunx.scheduler.WorkerThread.run(WorkerThread.java:62) 
  
  The component checks a load of fields then send a small text file on
  port 22 to another server. What i cannot understand is i cannot get
  this working via ColdFusion?
  
  Anyone had a similar problem??
  
  Andy
  
  _
 
 
 _
 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Pgp signing email with cf

2004-10-06 Thread Craig Dudley
Is anyone currently doing this succesfully?

If so, which version of pgp are you using? Any recommendations for one
of the available cf pgp tags?

Thx

Craig Dudley
Senior Developer
Netstep Corporate Communications Ltd
Direct Line: +44(0) 1422 319712
Phone: +44(0) 1422 200308
Fax: +44(0) 1422 200306
e-mail: [EMAIL PROTECTED]
MS Messenger: [EMAIL PROTECTED]
www: www.netstep.co.uk
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Pgp signing email with cf

2004-10-06 Thread Andrew Dixon
Hi.

We use the following CFC with CFMX6.1 and PGP8.03:

http://tamuri.cfdeveloper.co.uk/

Andrew.

On Wed, 6 Oct 2004 13:11:55 +0100, Craig Dudley [EMAIL PROTECTED] wrote:
 Is anyone currently doing this succesfully?
 
 If so, which version of pgp are you using? Any recommendations for one
 of the available cf pgp tags?
 
 Thx
 
 Craig Dudley
 Senior Developer
 Netstep Corporate Communications Ltd
 Direct Line: +44(0) 1422 319712
 Phone: +44(0) 1422 200308
 Fax: +44(0) 1422 200306
 e-mail: [EMAIL PROTECTED]
 MS Messenger: [EMAIL PROTECTED]
 www: www.netstep.co.uk

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Com Object

2004-10-06 Thread Robertson-Ravo, Neil (RX)
From what I can tell from the email it seems that its all working with VB
just not with CF...its obviously a CF/jRun issue...



_

From: Craig Dudley [mailto:[EMAIL PROTECTED] 
Sent: 06 October 2004 13:09
To: CF-Talk
Subject: RE: Com Object

Just playing devils advocate here but...

Have registered the dll on the server? If so, have you changed it since
you did? If you have, re-registering it might help.

-Original Message-
From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
Sent: 06 October 2004 11:17
To: CF-Talk
Subject: Re: Com Object

Sorry, my head is totally shot away today with Flu.

CFMX 6.1 - fully updated - but without most Hotfixes
WinXP pro w/IIS 5.1 w/SP2

On Wed, 6 Oct 2004 10:49:01 +0100, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 So you have a Firewall such as ZoneAlarm installed? Try
 uninstalling/disabling and see what happens.
 
 
 
 _
 
 From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
 Sent: 06 October 2004 10:43
 To: CF-Talk
 Subject: Re: Com Object
 
 Opps.
 
 Sorry running cfmx 6.1
 
 On Wed, 6 Oct 2004 10:26:24 +0100, Robertson-Ravo, Neil (RX)
 [EMAIL PROTECTED] wrote:
  What version of CF?
  
  
  
  _
  
  From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
  Sent: 06 October 2004 10:24
  To: CF-Talk
  Subject: Com Object
  
  
  
  Hi there,
  
  I have a com object installed on my development machine which was
  developed by another developer. When it is tested via a small VB app
  it all works fine.
  
  When i make a call and execute with CF i get the following error in
my
 logs,
  # Created by JRun on 06/10 09:47:32 
  06/10 09:47:32 error socket closed 
  java.net.SocketException: socket closed 
  at java.net.PlainSocketImpl.socketAccept(Native Method) 
  at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353) 
  at java.net.ServerSocket.implAccept(ServerSocket.java:448) 
  at java.net.ServerSocket.accept(ServerSocket.java:419) 
  at
jrun.servlet.network.NetworkService.accept(NetworkService.java:368) 
  at
jrun.servlet.jrpp.JRunProxyService.accept(JRunProxyService.java:104)
 
  at
 

jrun.servlet.jrpp.JRunProxyService.createRunnable(JRunProxyService.java:
120)
  at
 

jrunx.scheduler.ThreadPool$ThreadThrottle.createRunnable(ThreadPool.java
:377
  )
  at jrunx.scheduler.WorkerThread.run(WorkerThread.java:62) 
  
  The component checks a load of fields then send a small text file on
  port 22 to another server. What i cannot understand is i cannot get
  this working via ColdFusion?
  
  Anyone had a similar problem??
  
  Andy
  
  _
 
 
 _
 
_

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Pgp signing email with cf

2004-10-06 Thread Craig Dudley
Thanks andrew

-Original Message-
From: Andrew Dixon [mailto:[EMAIL PROTECTED] 
Sent: 06 October 2004 13:24
To: CF-Talk
Subject: Re: Pgp signing email with cf

Hi.

We use the following CFC with CFMX6.1 and PGP8.03:

http://tamuri.cfdeveloper.co.uk/

Andrew.

On Wed, 6 Oct 2004 13:11:55 +0100, Craig Dudley [EMAIL PROTECTED]
wrote:
 Is anyone currently doing this succesfully?
 
 If so, which version of pgp are you using? Any recommendations for one
 of the available cf pgp tags?
 
 Thx
 
 Craig Dudley
 Senior Developer
 Netstep Corporate Communications Ltd
 Direct Line: +44(0) 1422 319712
 Phone: +44(0) 1422 200308
 Fax: +44(0) 1422 200306
 e-mail: [EMAIL PROTECTED]
 MS Messenger: [EMAIL PROTECTED]
 www: www.netstep.co.uk
 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Com Object

2004-10-06 Thread Andy Jarrett
Its definately a CF/jRun issue.

Craig, in regards to registering it - i shouldnt need to as its a COM
object and not a CFX. Thats what i thought. I havent need to in the
past for other COM's


On Wed, 6 Oct 2004 13:25:21 +0100, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 From what I can tell from the email it seems that its all working with VB
 just not with CF...its obviously a CF/jRun issue...
 
 
 
 _
 
 From: Craig Dudley [mailto:[EMAIL PROTECTED] 
 Sent: 06 October 2004 13:09
 To: CF-Talk
 Subject: RE: Com Object
 
 
 
 Just playing devils advocate here but...
 
 Have registered the dll on the server? If so, have you changed it since
 you did? If you have, re-registering it might help.
 
 -Original Message-
 From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
 Sent: 06 October 2004 11:17
 To: CF-Talk
 Subject: Re: Com Object
 
 Sorry, my head is totally shot away today with Flu.
 
 CFMX 6.1 - fully updated - but without most Hotfixes
 WinXP pro w/IIS 5.1 w/SP2
 
 On Wed, 6 Oct 2004 10:49:01 +0100, Robertson-Ravo, Neil (RX)
 [EMAIL PROTECTED] wrote:
  So you have a Firewall such as ZoneAlarm installed? Try
  uninstalling/disabling and see what happens.
  
  
  
  _
  
  From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
  Sent: 06 October 2004 10:43
  To: CF-Talk
  Subject: Re: Com Object
  
  Opps.
  
  Sorry running cfmx 6.1
  
  On Wed, 6 Oct 2004 10:26:24 +0100, Robertson-Ravo, Neil (RX)
  [EMAIL PROTECTED] wrote:
   What version of CF?
   
   
   
   _
   
   From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
   Sent: 06 October 2004 10:24
   To: CF-Talk
   Subject: Com Object
   
   
   
   Hi there,
   
   I have a com object installed on my development machine which was
   developed by another developer. When it is tested via a small VB app
   it all works fine.
   
   When i make a call and execute with CF i get the following error in
 my
  logs,
   # Created by JRun on 06/10 09:47:32 
   06/10 09:47:32 error socket closed 
   java.net.SocketException: socket closed 
   at java.net.PlainSocketImpl.socketAccept(Native Method) 
   at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353) 
   at java.net.ServerSocket.implAccept(ServerSocket.java:448) 
   at java.net.ServerSocket.accept(ServerSocket.java:419) 
   at
 jrun.servlet.network.NetworkService.accept(NetworkService.java:368) 
   at
 jrun.servlet.jrpp.JRunProxyService.accept(JRunProxyService.java:104)
  
   at
  
 
 jrun.servlet.jrpp.JRunProxyService.createRunnable(JRunProxyService.java:
 120)
   at
  
 
 jrunx.scheduler.ThreadPool$ThreadThrottle.createRunnable(ThreadPool.java
 :377
   )
   at jrunx.scheduler.WorkerThread.run(WorkerThread.java:62) 
   
   The component checks a load of fields then send a small text file on
   port 22 to another server. What i cannot understand is i cannot get
   this working via ColdFusion?
   
   Anyone had a similar problem??
   
   Andy
   
   _
  
  
  _
  
_
 
 _

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-06 Thread S . Isaac Dealey
 Wow! Here's a thread that could make some serious
 enemies...

 Seth Hodgson (macromedia.com)
 Laurent Rouquette (macromedia.com)
 Barney Boisvert (for his work on Fusebox 4.1 and all round
 CFC stuff)
 Ben Edwards (for Mach II)
 Ray Camden (for Blog CFC and Galleon and a myriad other
 things)
 John Q (for Fusebox - various versions and variants)
 Isaac Dealey (for onTap)

 Any list is going to leave out a lot of great CF coders
 so, please, no
 offense if I didn't name you!

Ha! Yea, that's what several of us were thinking apparently... but
when I read it I didn't interpret it as sorted by ability but rather
-- name the first 5 that come to mind...

Interesting that you mention John Q but not Hal... I remember hearing
that John was more responsible for FB code and Hal was more
responsible for FB community development. I suspect Hal has more name
recognition for that reason, but it's interesting to see who thinks of
John first.

I'm awful flattered to see my name in the list. :)

s. isaac dealey954.927.5117
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.sys-con.com/story/?storyid=44477DE=1
http://www.sys-con.com/story/?storyid=45569DE=1
http://www.fusiontap.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Com Object

2004-10-06 Thread Robertson-Ravo, Neil (RX)
I think he meant register it as a COM Object - using regsvr23 - which you
certainly have to do.



_

From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
Sent: 06 October 2004 13:51
To: CF-Talk
Subject: Re: Com Object

Its definately a CF/jRun issue.

Craig, in regards to registering it - i shouldnt need to as its a COM
object and not a CFX. Thats what i thought. I havent need to in the
past for other COM's

On Wed, 6 Oct 2004 13:25:21 +0100, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 From what I can tell from the email it seems that its all working with VB
 just not with CF...its obviously a CF/jRun issue...
 
 
 
 _
 
 From: Craig Dudley [mailto:[EMAIL PROTECTED] 
 Sent: 06 October 2004 13:09
 To: CF-Talk
 Subject: RE: Com Object
 
 
 
 Just playing devils advocate here but...
 
 Have registered the dll on the server? If so, have you changed it since
 you did? If you have, re-registering it might help.
 
 -Original Message-
 From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
 Sent: 06 October 2004 11:17
 To: CF-Talk
 Subject: Re: Com Object
 
 Sorry, my head is totally shot away today with Flu.
 
 CFMX 6.1 - fully updated - but without most Hotfixes
 WinXP pro w/IIS 5.1 w/SP2
 
 On Wed, 6 Oct 2004 10:49:01 +0100, Robertson-Ravo, Neil (RX)
 [EMAIL PROTECTED] wrote:
  So you have a Firewall such as ZoneAlarm installed? Try
  uninstalling/disabling and see what happens.
  
  
  
  _
  
  From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
  Sent: 06 October 2004 10:43
  To: CF-Talk
  Subject: Re: Com Object
  
  Opps.
  
  Sorry running cfmx 6.1
  
  On Wed, 6 Oct 2004 10:26:24 +0100, Robertson-Ravo, Neil (RX)
  [EMAIL PROTECTED] wrote:
   What version of CF?
   
   
   
   _
   
   From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
   Sent: 06 October 2004 10:24
   To: CF-Talk
   Subject: Com Object
   
   
   
   Hi there,
   
   I have a com object installed on my development machine which was
   developed by another developer. When it is tested via a small VB app
   it all works fine.
   
   When i make a call and execute with CF i get the following error in
 my
  logs,
   # Created by JRun on 06/10 09:47:32 
   06/10 09:47:32 error socket closed 
   java.net.SocketException: socket closed 
   at java.net.PlainSocketImpl.socketAccept(Native Method) 
   at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353) 
   at java.net.ServerSocket.implAccept(ServerSocket.java:448) 
   at java.net.ServerSocket.accept(ServerSocket.java:419) 
   at
 jrun.servlet.network.NetworkService.accept(NetworkService.java:368) 
   at
 jrun.servlet.jrpp.JRunProxyService.accept(JRunProxyService.java:104)
  
   at
  
 
 jrun.servlet.jrpp.JRunProxyService.createRunnable(JRunProxyService.java:
 120)
   at
  
 
 jrunx.scheduler.ThreadPool$ThreadThrottle.createRunnable(ThreadPool.java
 :377
   )
   at jrunx.scheduler.WorkerThread.run(WorkerThread.java:62) 
   
   The component checks a load of fields then send a small text file on
   port 22 to another server. What i cannot understand is i cannot get
   this working via ColdFusion?
   
   Anyone had a similar problem??
   
   Andy
   
   _
  
  
  _
  
_
 
 _


_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Oracle PL/SQL connection through ColdFusion

2004-10-06 Thread Yexley Robert D Contr AFRL/PROE
I'm not sure what you're attempting to do is possible then. I'm fairly certain that the cfquery tag only supports native SQL statements only (SELECT, INSERT, UPDATE, DELETE). I don't believe it supports proprietary procedural code such as PL/SQL or Transact-SQL. I don't think even CFMX supports that. Maybe there's a different tag that allows it, but if so, I'm not aware of it. Sorry.

 
// YEX // 

_

From: Samson Wach [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 05, 2004 4:36 PM
To: CF-Talk
Subject: Re: Oracle PL/SQL connection through ColdFusion

Thanks for the suggestion, but we of the Web development team do not have access to create stored procedures in the database.We need to be able to pass the PL/SQL from the ColdFusion module.

Samson Wach

 cfquery datasouce=#dsn# 

 CREATE OR REPLACE VIEW MONTHLYTOTALS AS 
 SELECT *
 
 /cfquery
 
 I am able to run the above pl/sql query by using the oracle thin 
 client JDBC rather then the odbc connection.You may need to update 
 your drivers to get this kind of functionality.
 
 --
 Ian Skinner
 Web Programmer
 BloodSource
 www.BloodSource.org
 Sacramento, CA
 
 C code. C code run. Run code run. Please!
 - Cynthia Dunning
 
 Confidentiality Notice:This message including any
 attachments is for the sole use of the intended
 recipient(s) and may contain confidential and privileged
 information. Any unauthorized review, use, disclosure or
 distribution is prohibited. If you are not the
 intended recipient, please contact the sender and
 delete any copies of this message. 
 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Jrun processing running at 100%

2004-10-06 Thread Andrew Dixon
Hi.

We have a very strange problem on our Windows 2003 Serer. Since
yesterday the Jrun process keeps maxing out and using 100% CPU (in
task manager). Nothing on the server has been changed (no updates or
code) so I do not think it is anything like that. Anyone had this
problem? Any ideas?

Andrew.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Jrun processing running at 100%

2004-10-06 Thread Hugo Ahlenius
how about log files? you can also try some thread dumps (stack traces),
to see what they say...

http://www.macromedia.com/support/jrun/ts/documents/tn18362.htm

--
Hugo Ahlenius

-
Hugo AhleniusE-Mail: [EMAIL PROTECTED]
Project Officer Phone:+46 8 230460
UNEP GRID-ArendalFax:+46 8 230441
Stockholm OfficeMobile:+46 733 467111
 WWW: http://www.grida.no
- 



| -Original Message-
| From: Andrew Dixon [mailto:[EMAIL PROTECTED] 
| Sent: Wednesday, October 06, 2004 15:12
| To: CF-Talk
| Subject: Jrun processing running at 100%
| 
| Hi.
| 
| We have a very strange problem on our Windows 2003 Serer. 
| Since yesterday the Jrun process keeps maxing out and using 
| 100% CPU (in task manager). Nothing on the server has been 
| changed (no updates or
| code) so I do not think it is anything like that. Anyone had 
| this problem? Any ideas?
| 
| Andrew.
| 
|
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Jrun processing running at 100%

2004-10-06 Thread Robertson-Ravo, Neil (RX)
Do you have any CFHTTP calls in your code? Also what version CF, what JVM
and what hotifixes?I would say that if you have applied the 6.1 Updater
you will be required to reapply the Client Variables Purge Hotfix which
seems to have been omitted from the final 6.1 Updater build.

N



_

From: Hugo Ahlenius [mailto:[EMAIL PROTECTED] 
Sent: 06 October 2004 14:20
To: CF-Talk
Subject: RE: Jrun processing running at 100%

how about log files? you can also try some thread dumps (stack traces),
to see what they say...

http://www.macromedia.com/support/jrun/ts/documents/tn18362.htm

--
Hugo Ahlenius

-
Hugo AhleniusE-Mail: [EMAIL PROTECTED]
Project Officer Phone:+46 8 230460
UNEP GRID-ArendalFax:+46 8 230441
Stockholm OfficeMobile:+46 733 467111
 WWW: http://www.grida.no
- 

| -Original Message-
| From: Andrew Dixon [mailto:[EMAIL PROTECTED] 
| Sent: Wednesday, October 06, 2004 15:12
| To: CF-Talk
| Subject: Jrun processing running at 100%
| 
| Hi.
| 
| We have a very strange problem on our Windows 2003 Serer. 
| Since yesterday the Jrun process keeps maxing out and using 
| 100% CPU (in task manager). Nothing on the server has been 
| changed (no updates or
| code) so I do not think it is anything like that. Anyone had 
| this problem? Any ideas?
| 
| Andrew.
| 
|

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Jrun processing running at 100%

2004-10-06 Thread Andrew Dixon
Ok. We are running MX6.1 with updater. There is some code there that
use CFHTTP. I will try applying the hot-fix and see if that helps.
Thanks.

Andrew.

On Wed, 6 Oct 2004 14:22:35 +0100, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 Do you have any CFHTTP calls in your code? Also what version CF, what JVM
 and what hotifixes?I would say that if you have applied the 6.1 Updater
 you will be required to reapply the Client Variables Purge Hotfix which
 seems to have been omitted from the final 6.1 Updater build.
 
 N
 
 
 
 _
 
 From: Hugo Ahlenius [mailto:[EMAIL PROTECTED] 
 Sent: 06 October 2004 14:20
 To: CF-Talk
 Subject: RE: Jrun processing running at 100%
 
 how about log files? you can also try some thread dumps (stack traces),
 
 
 to see what they say...
 
 http://www.macromedia.com/support/jrun/ts/documents/tn18362.htm
 
 --
 Hugo Ahlenius
 
 -
 Hugo AhleniusE-Mail: [EMAIL PROTECTED]
 Project Officer Phone:+46 8 230460
 UNEP GRID-ArendalFax:+46 8 230441
 Stockholm OfficeMobile:+46 733 467111
WWW: http://www.grida.no
 - 
 
 | -Original Message-
 | From: Andrew Dixon [mailto:[EMAIL PROTECTED] 
 | Sent: Wednesday, October 06, 2004 15:12
 | To: CF-Talk
 | Subject: Jrun processing running at 100%
 | 
 | Hi.
 | 
 | We have a very strange problem on our Windows 2003 Serer. 
 | Since yesterday the Jrun process keeps maxing out and using 
 | 100% CPU (in task manager). Nothing on the server has been 
 | changed (no updates or
 | code) so I do not think it is anything like that. Anyone had 
 | this problem? Any ideas?
 | 
 | Andrew.
 | 
 |
 
 _

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Jrun processing running at 100%

2004-10-06 Thread Robertson-Ravo, Neil (RX)
Yeah, he is the link

http://www.macromedia.com/support/coldfusion/ts/documents/client_purge_updat
er.htm
http://www.macromedia.com/support/coldfusion/ts/documents/client_purge_upda
ter.htm 

Also, ensure that your CFHTTP calls have timeouts sent lower or equal to the
timeout set in the CFIDE as setting it above can cause MX to crash/100% CPU.
It is always best to have a timeout= rather than no timeout as MX will
wait indefinitely for the page to complete and override the CFIDE and can
cause 100% CPU.

N



_

From: Andrew Dixon [mailto:[EMAIL PROTECTED] 
Sent: 06 October 2004 14:29
To: CF-Talk
Subject: Re: Jrun processing running at 100%

Ok. We are running MX6.1 with updater. There is some code there that
use CFHTTP. I will try applying the hot-fix and see if that helps.
Thanks.

Andrew.

On Wed, 6 Oct 2004 14:22:35 +0100, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 Do you have any CFHTTP calls in your code? Also what version CF, what JVM
 and what hotifixes?I would say that if you have applied the 6.1 Updater
 you will be required to reapply the Client Variables Purge Hotfix which
 seems to have been omitted from the final 6.1 Updater build.
 
 N
 
 
 
 _
 
 From: Hugo Ahlenius [mailto:[EMAIL PROTECTED] 
 Sent: 06 October 2004 14:20
 To: CF-Talk
 Subject: RE: Jrun processing running at 100%
 
 how about log files? you can also try some thread dumps (stack traces),
 
 
 to see what they say...
 
 http://www.macromedia.com/support/jrun/ts/documents/tn18362.htm
 
 --
 Hugo Ahlenius
 
 -
 Hugo AhleniusE-Mail: [EMAIL PROTECTED]
 Project Officer Phone:+46 8 230460
 UNEP GRID-ArendalFax:+46 8 230441
 Stockholm OfficeMobile:+46 733 467111
WWW: http://www.grida.no
 - 
 
 | -Original Message-
 | From: Andrew Dixon [mailto:[EMAIL PROTECTED] 
 | Sent: Wednesday, October 06, 2004 15:12
 | To: CF-Talk
 | Subject: Jrun processing running at 100%
 | 
 | Hi.
 | 
 | We have a very strange problem on our Windows 2003 Serer. 
 | Since yesterday the Jrun process keeps maxing out and using 
 | 100% CPU (in task manager). Nothing on the server has been 
 | changed (no updates or
 | code) so I do not think it is anything like that. Anyone had 
 | this problem? Any ideas?
 | 
 | Andrew.
 | 
 |
 
 _


_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Oracle PL/SQL connection through ColdFusion

2004-10-06 Thread Aaron Rouse
It has been a very long time since I have worked with MSSQL/CF and had
to do anything special with the queries, but I seem to recall with
MSSQL you can use T-SQL in your CFQUERIES.

On Wed, 6 Oct 2004 09:09:58 -0400, Yexley Robert D Contr AFRL/PROE
[EMAIL PROTECTED] wrote:
 I'm not sure what you're attempting to do is possible then. I'm fairly certain that the cfquery tag only supports native SQL statements only (SELECT, INSERT, UPDATE, DELETE). I don't believe it supports proprietary procedural code such as PL/SQL or Transact-SQL. I don't think even CFMX supports that. Maybe there's a different tag that allows it, but if so, I'm not aware of it. Sorry.
 
 
 // YEX //
 
_

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Jrun processing running at 100%

2004-10-06 Thread Andrew Dixon
I have installed the hotfix... Lets see if it lasts!!!

Andrew.

On Wed, 6 Oct 2004 14:42:05 +0100, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 Yeah, he is the link
 
 http://www.macromedia.com/support/coldfusion/ts/documents/client_purge_updat
 er.htm
 http://www.macromedia.com/support/coldfusion/ts/documents/client_purge_upda
 ter.htm 
 
 Also, ensure that your CFHTTP calls have timeouts sent lower or equal to the
 timeout set in the CFIDE as setting it above can cause MX to crash/100% CPU.
 It is always best to have a timeout= rather than no timeout as MX will
 wait indefinitely for the page to complete and override the CFIDE and can
 cause 100% CPU.
 
 N
 
 
 
 _
 
 From: Andrew Dixon [mailto:[EMAIL PROTECTED] 
 Sent: 06 October 2004 14:29
 To: CF-Talk
 Subject: Re: Jrun processing running at 100%
 
 Ok. We are running MX6.1 with updater. There is some code there that
 
 
 use CFHTTP. I will try applying the hot-fix and see if that helps.
 Thanks.
 
 Andrew.
 
 On Wed, 6 Oct 2004 14:22:35 +0100, Robertson-Ravo, Neil (RX)
 [EMAIL PROTECTED] wrote:
  Do you have any CFHTTP calls in your code? Also what version CF, what JVM
  and what hotifixes?I would say that if you have applied the 6.1 Updater
  you will be required to reapply the Client Variables Purge Hotfix which
  seems to have been omitted from the final 6.1 Updater build.
  
  N
  
  
  
  _
  
  From: Hugo Ahlenius [mailto:[EMAIL PROTECTED] 
  Sent: 06 October 2004 14:20
  To: CF-Talk
  Subject: RE: Jrun processing running at 100%
  
  how about log files? you can also try some thread dumps (stack traces),
  
  
  to see what they say...
  
  http://www.macromedia.com/support/jrun/ts/documents/tn18362.htm
  
  --
  Hugo Ahlenius
  
  -
  Hugo AhleniusE-Mail: [EMAIL PROTECTED]
  Project Officer Phone:+46 8 230460
  UNEP GRID-ArendalFax:+46 8 230441
  Stockholm OfficeMobile:+46 733 467111
 WWW: http://www.grida.no
  - 
  
  | -Original Message-
  | From: Andrew Dixon [mailto:[EMAIL PROTECTED] 
  | Sent: Wednesday, October 06, 2004 15:12
  | To: CF-Talk
  | Subject: Jrun processing running at 100%
  | 
  | Hi.
  | 
  | We have a very strange problem on our Windows 2003 Serer. 
  | Since yesterday the Jrun process keeps maxing out and using 
  | 100% CPU (in task manager). Nothing on the server has been 
  | changed (no updates or
  | code) so I do not think it is anything like that. Anyone had 
  | this problem? Any ideas?
  | 
  | Andrew.
  | 
  |
  
  _
 
 
 _

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Lazlo

2004-10-06 Thread Damien McKenna
I recommend to everyone interested in doing Flex-like development to 
take a look at:
http://www.laszlosystems.com/
Lazlo is a Flex-like that has just been released as an open source 
technology (Common Public License), runs on a J2EE platform (Tomcat 5) 
and displays to the user in a Flash 5 interface.It has its own 
XML-based language for programming and is extremely easy to use, if the 
tutorials are anything to go by.Looks awesome!
-- 
*Damien McKenna* - Web Developer - [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
Nothing endures but change. - Heraclitus
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Changing text in undelivrable .cfmail file and resending

2004-10-06 Thread Peterson, Andrew S.
Hello all,

 
About 1000 emails (.cfmail) are sitting in my Undelivr folder because
I've got the wrong mail server set. With a simple change on the 2nd line
of every .CFMail file, these email files would be OK. Using code from
evolt, I've managed to replace the offending line with the correct mail
server and set it as a variable, but writing it to the .cfmail file is a
different story. Or is it? If I could write this change to the file, I'd
be good to go. Is this possible using CF or any other program?
Hopefully, I'm missing something simple. (I'm using CF 5).

 
The code below does everything I want it to except modify the file
before moving it to the Spool folder. Thanks in advance for any
assistance.

 
CFPARAM NAME=tmpUndeliverDefaultPath
DEFAULT=C:\CFUSION\MAIL\UNDELIVR\
CFPARAM NAME=tmpSpoolDefaultPath DEFAULT=C:\CFUSION\MAIL\SPOOL\
CFDIRECTORY ACTION="" DIRECTORY=#tmpUndeliverDefaultPath#
NAME=qryDir SORT=Name FILTER=*.cfmail
CFIF qryDir.RecordCount
 CFOUTPUT QUERY=qryDir
CFFILE ACTION="" FILE=#tmpUndeliverDefaultPath##qryDir.Name#
VARIABLE=tmpTxt
READING #QRYDIR.Name#...br /
CFSET tmpEmailContents = ListToArray(tmpTxt,Chr(10))
CFSET tmpEmail =
Trim(ReplaceNoCase(tmpEmailContents[2],mail.ioc.state.il.us,ioc-web-n
av))
CFFILE ACTION="" SOURCE=#tmpUndeliverDefaultPath##qryDir.Name#
DESTINATION=#tmpSpoolDefaultPath##qryDir.Name# 
/CFOUTPUT
/CFIF

 
Sincerely,

 
Andrew
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Com Object

2004-10-06 Thread Craig Dudley
Indeed I did, just a thought as I'd had a few com issues with objects
that has been changed and needed to be re-registered in order to work
right.

 
My only other suggestion would be to run the latest cfmx updater, I
believe it does include some com fixes.

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: 06 October 2004 13:56
To: CF-Talk
Subject: RE: Com Object

I think he meant register it as a COM Object - using regsvr23 - which
you
certainly have to do.

_

From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
Sent: 06 October 2004 13:51
To: CF-Talk
Subject: Re: Com Object

Its definately a CF/jRun issue.

Craig, in regards to registering it - i shouldnt need to as its a COM
object and not a CFX. Thats what i thought. I havent need to in the
past for other COM's

On Wed, 6 Oct 2004 13:25:21 +0100, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 From what I can tell from the email it seems that its all working with
VB
 just not with CF...its obviously a CF/jRun issue...
 
 
 
 _
 
 From: Craig Dudley [mailto:[EMAIL PROTECTED] 
 Sent: 06 October 2004 13:09
 To: CF-Talk
 Subject: RE: Com Object
 
 
 
 Just playing devils advocate here but...
 
 Have registered the dll on the server? If so, have you changed it
since
 you did? If you have, re-registering it might help.
 
 -Original Message-
 From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
 Sent: 06 October 2004 11:17
 To: CF-Talk
 Subject: Re: Com Object
 
 Sorry, my head is totally shot away today with Flu.
 
 CFMX 6.1 - fully updated - but without most Hotfixes
 WinXP pro w/IIS 5.1 w/SP2
 
 On Wed, 6 Oct 2004 10:49:01 +0100, Robertson-Ravo, Neil (RX)
 [EMAIL PROTECTED] wrote:
  So you have a Firewall such as ZoneAlarm installed? Try
  uninstalling/disabling and see what happens.
  
  
  
  _
  
  From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
  Sent: 06 October 2004 10:43
  To: CF-Talk
  Subject: Re: Com Object
  
  Opps.
  
  Sorry running cfmx 6.1
  
  On Wed, 6 Oct 2004 10:26:24 +0100, Robertson-Ravo, Neil (RX)
  [EMAIL PROTECTED] wrote:
   What version of CF?
   
   
   
   _
   
   From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
   Sent: 06 October 2004 10:24
   To: CF-Talk
   Subject: Com Object
   
   
   
   Hi there,
   
   I have a com object installed on my development machine which was
   developed by another developer. When it is tested via a small VB
app
   it all works fine.
   
   When i make a call and execute with CF i get the following error
in
 my
  logs,
   # Created by JRun on 06/10 09:47:32 
   06/10 09:47:32 error socket closed 
   java.net.SocketException: socket closed 
   at java.net.PlainSocketImpl.socketAccept(Native Method) 
   at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353) 
   at java.net.ServerSocket.implAccept(ServerSocket.java:448) 
   at java.net.ServerSocket.accept(ServerSocket.java:419) 
   at
 jrun.servlet.network.NetworkService.accept(NetworkService.java:368)

   at
 jrun.servlet.jrpp.JRunProxyService.accept(JRunProxyService.java:104)
  
   at
  
 

jrun.servlet.jrpp.JRunProxyService.createRunnable(JRunProxyService.java:
 120)
   at
  
 

jrunx.scheduler.ThreadPool$ThreadThrottle.createRunnable(ThreadPool.java
 :377
   )
   at jrunx.scheduler.WorkerThread.run(WorkerThread.java:62) 
   
   The component checks a load of fields then send a small text file
on
   port 22 to another server. What i cannot understand is i cannot
get
   this working via ColdFusion?
   
   Anyone had a similar problem??
   
   Andy
   
   _
  
  
  _
  
_
 
 _


_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: file name with no extensions

2004-10-06 Thread Daniel Farmer
I need the url that the user types in to be www.somesite/welcome

not 'welcome/' or 'welcome/index.htm'. Is there any way to do this?

And then direct the user to the real page It doesn't matter what
happens after that, as long as the url initially appears as
'www.somesite/welcome'.

I figure this is a web server setting. Any ideas.

I've tried creating a directory with the name 'Welcome' and placing a file in that directory webroot/welcome/index.htm ( which redirects the page ) to the real one. But for some reason it does not work. ( yes the redirection code is fine )


huh? why not just create a directory called Welcome and in it have an
index page the redirects them to wherever you want...

unless I misunderstood your query.



 [EMAIL PROTECTED] 10/5/2004 8:52:58 AM 
We have a request to create an opening page like so...

Welcome

with no extension. 
for example www.somesite.com/Welcome 

How is this done?.. something I've never tried.
We need it setup so that when a client types in the above address they
are taken to the right page.

Thanks mates.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Lazlo

2004-10-06 Thread Thomas Chiverton
On Wednesday 06 Oct 2004 15:09 pm, Damien McKenna wrote:
 http://www.laszlosystems.com/
 Lazlo is a Flex-like that has just been released as an open source
 technology

*O*.

*O*. *O*. *O*.

 ___
__/\__/ _ \| |__ | |__ | |__ | |__ __/\__
\ / | | | '_ \| '_ \| '_ \| '_ \\ /
/__\ |_| | | | | | | | | | | | | /__\
\/\___/|_| |_|_| |_|_| |_|_| |_| \/

:waves bye bye to any need to think about Flex ever again.

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: file name with no extensions

2004-10-06 Thread Ray Champagne
Could you explain your reasoning or why you need to do this?Maybe there 
is a better solution?

Just thinking out loud here

Ray

At 10:25 AM 10/6/2004, you wrote:
I need the url that the user types in to be www.somesite/welcome

not 'welcome/' or 'welcome/index.htm'. Is there any way to do this?

And then direct the user to the real page It doesn't matter what
happens after that, as long as the url initially appears as
'www.somesite/welcome'.

I figure this is a web server setting. Any ideas.

I've tried creating a directory with the name 'Welcome' and placing a file 
in that directory webroot/welcome/index.htm ( which redirects the page ) 
to the real one. But for some reason it does not work. ( yes the 
redirection code is fine )




 huh? why not just create a directory called Welcome and in it have an
 index page the redirects them to wherever you want...
 
 unless I misunderstood your query.
 
 
 
  [EMAIL PROTECTED] 10/5/2004 8:52:58 AM 
 We have a request to create an opening page like so...
 
 Welcome
 
 with no extension.
 for example www.somesite.com/Welcome
 
 How is this done?.. something I've never tried.
 We need it setup so that when a client types in the above address they
 are taken to the right page.
 
 Thanks mates.


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: file name with no extensions

2004-10-06 Thread Howie Hamlin
Does redirection work if you access the url directly (including the index.htm)?If so, then it would appear that the web server is not recognizing that as the default document.

Regards,

-- 
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com
inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server
PrismAV - Virus scanning for ColdFusion applications
 Find out how iMS Stacks up to the competition: http://www.coolfusion.com/imssecomparison.cfm

- Original Message - 
From: Daniel Farmer 
To: CF-Talk 
Sent: Wednesday, October 06, 2004 10:25 AM
Subject: Re: file name with no extensions

I need the url that the user types in to be www.somesite/welcome

not 'welcome/' or 'welcome/index.htm'. Is there any way to do this?

And then direct the user to the real page It doesn't matter what
happens after that, as long as the url initially appears as
'www.somesite/welcome'.

I figure this is a web server setting. Any ideas.

I've tried creating a directory with the name 'Welcome' and placing a file in that directory webroot/welcome/index.htm ( which redirects the page ) to the real one. But for some reason it does not work. ( yes the redirection code is fine )
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




CF MX loses ability to post forms

2004-10-06 Thread Rick Mason
I had a member ask me a question this morning that I could not answer.
 Thought someone on the list might be able to help.

Here's his message:

At my company, I have a CFML server sitting on IIS 5.0, on top of
Windows 2000.It has been patched, and updated to the latest
(6,1,0,83762 on Java 1.4.2).The web-server is running two sites on
it (A and B).Everything is working well on the A site(which is the
default-site according to IIS).However, on the B site, we have lost
the ability to POST forms.Session variables are sticking fine, along
with all other processing, however, the FORM structure is ALWAYS
empty, regardless of what I do.A simple page like the below fails :

form method=post name=myform action="">

 input type=text name=sample

 input type=submit value=Submit

/form

[page2.cfm]

cfdump var=#FORM#

The same page(s) when copied to my default site work per-expected,
with the CFDUMP showing the FORM structure, with the submitted
sample field.

As far as I can see, the site definition within IIS has been copied
verbatim, minus the hostname, and site name.The Cache Web Server
Paths option has been de-selected within the CFIDE.I have the CFIDE
directory virtually mapped in both sites.The Application.CFM page
within the B site has nothing special, with the CFAPPLICATION tag, and
the NAME, CLIENTMANAGEMENT, SESSIONMANAGEMENT, SETCLIENTCOOKIES and
the SETDOMAINCOOKIES directives set.

Anyone on here ever seen this problem before?

Rick Mason
Mid-Michigan CFUG
www.coldfusion.org
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Oracle PL/SQL connection through ColdFusion

2004-10-06 Thread Adrocknaphobia
I think what you are trying to do, by defenition will not work, plus
it doesnt make much sense at all. I believe you can execute DML and
DDL through cfquery, but why would you ever want to execute PL/SQL? If
you need an IF or LOOP statement just use CF.

What benefits are you expecting from PL/SQL via cfQuery?

-Adam

On Tue, 05 Oct 2004 16:35:38 -0400, Samson Wach [EMAIL PROTECTED] wrote:
 Thanks for the suggestion, but we of the Web development team do not have
 access to create stored procedures in the database.We need to be able to
 pass the PL/SQL from the ColdFusion module.
 
 Samson Wach
 
 
 
  cfquery datasouce=#dsn# 
 
  CREATE OR REPLACE VIEW MONTHLYTOTALS AS 
  SELECT *
  
  /cfquery
  
  I am able to run the above pl/sql query by using the oracle thin 
  client JDBC rather then the odbc connection.You may need to update 
  your drivers to get this kind of functionality.
  
  --
  Ian Skinner
  Web Programmer
  BloodSource
  www.BloodSource.org
  Sacramento, CA
  
  C code. C code run. Run code run. Please!
  - Cynthia Dunning
  
  Confidentiality Notice:This message including any
  attachments is for the sole use of the intended
  recipient(s) and may contain confidential and privileged
  information. Any unauthorized review, use, disclosure or
  distribution is prohibited. If you are not the
  intended recipient, please contact the sender and
  delete any copies of this message. 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Lazlo

2004-10-06 Thread Thomas Chiverton
On Wednesday 06 Oct 2004 15:25 pm, Thomas Chiverton wrote:
 :waves bye bye to any need to think about Flex ever again.

Speaking of which, isn't Flex now dead in the water, or at least listing 
heavily ?

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-06 Thread Adrocknaphobia
I dont mean to throw a bucket of cold water on this list, but exactly
what makes a 'top CF developer'? I mean, is this a popularity contest,
because I can't say I've even seen applications from 99.9% of the
people listed. So how are we judging?

I don't mean to discredit the people listed, rather encourage them to
show us thier apps.

Also, I would like to post my vote for Rachel Maxim as the hottest CF
developer. ;-)

-Adam

On Wed, 6 Oct 2004 08:48:34 -0400, S. Isaac Dealey [EMAIL PROTECTED] wrote:
  Wow! Here's a thread that could make some serious
  enemies...
 
  Seth Hodgson (macromedia.com)
  Laurent Rouquette (macromedia.com)
  Barney Boisvert (for his work on Fusebox 4.1 and all round
  CFC stuff)
  Ben Edwards (for Mach II)
  Ray Camden (for Blog CFC and Galleon and a myriad other
  things)
  John Q (for Fusebox - various versions and variants)
  Isaac Dealey (for onTap)
 
  Any list is going to leave out a lot of great CF coders
  so, please, no
  offense if I didn't name you!
 
 Ha! Yea, that's what several of us were thinking apparently... but
 when I read it I didn't interpret it as sorted by ability but rather
 -- name the first 5 that come to mind...
 
 Interesting that you mention John Q but not Hal... I remember hearing
 that John was more responsible for FB code and Hal was more
 responsible for FB community development. I suspect Hal has more name
 recognition for that reason, but it's interesting to see who thinks of
 John first.
 
 I'm awful flattered to see my name in the list. :)
 
 
 
 s. isaac dealey954.927.5117
 new epoch : isn't it time for a change?
 
 add features without fixtures with
 the onTap open source framework
 
 http://www.sys-con.com/story/?storyid=44477DE=1
 http://www.sys-con.com/story/?storyid=45569DE=1
 http://www.fusiontap.com

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Com Object

2004-10-06 Thread Craig Dudley
Indeed I did, just a thought as I'd had a few com issues with objects
that has been changed and needed to be re-registered in order to work
right.

My only other suggestion would be to run the latest cfmx updater, I
believe it does include some com fixes.

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: 06 October 2004 13:56
To: CF-Talk
Subject: RE: Com Object

I think he meant register it as a COM Object - using regsvr23 - which
you
certainly have to do.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-06 Thread Aaron Rouse
I was kind of wondering the same thing, some names are showing up the
lists that I do not recall ever really seeing if they could code or
not but I certainly recognize the names.

On Wed, 6 Oct 2004 10:48:05 -0400, Adrocknaphobia
[EMAIL PROTECTED] wrote:
 I dont mean to throw a bucket of cold water on this list, but exactly
 what makes a 'top CF developer'? I mean, is this a popularity contest,
 because I can't say I've even seen applications from 99.9% of the
 people listed. So how are we judging?
 
 I don't mean to discredit the people listed, rather encourage them to
 show us thier apps.

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Changing text in undelivrable .cfmail file and resending

2004-10-06 Thread Peterson, Andrew S.
FYI. I think what I'm a gonna do is rather than try to change the file
contents by changing the mail server, I will loop through each file,
grab what I need, and create a new mail using the cfmail tag. I see no
reason why that wouldn't work.

 
Sincerely,

 
Andrew



From: Peterson, Andrew S. [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 06, 2004 9:19 AM
To: CF-Talk
Subject: Changing text in undelivrable .cfmail file and resending

Hello all,

About 1000 emails (.cfmail) are sitting in my Undelivr folder because
I've got the wrong mail server set. With a simple change on the 2nd line
of every .CFMail file, these email files would be OK. Using code from
evolt, I've managed to replace the offending line with the correct mail
server and set it as a variable, but writing it to the .cfmail file is a
different story. Or is it? If I could write this change to the file, I'd
be good to go. Is this possible using CF or any other program?
Hopefully, I'm missing something simple. (I'm using CF 5).

The code below does everything I want it to except modify the file
before moving it to the Spool folder. Thanks in advance for any
assistance.

CFPARAM NAME=tmpUndeliverDefaultPath
DEFAULT=C:\CFUSION\MAIL\UNDELIVR\
CFPARAM NAME=tmpSpoolDefaultPath DEFAULT=C:\CFUSION\MAIL\SPOOL\
CFDIRECTORY ACTION="" DIRECTORY=#tmpUndeliverDefaultPath#
NAME=qryDir SORT=Name FILTER=*.cfmail
CFIF qryDir.RecordCount
CFOUTPUT QUERY=qryDir
CFFILE ACTION="" FILE=#tmpUndeliverDefaultPath##qryDir.Name#
VARIABLE=tmpTxt
READING #QRYDIR.Name#...br /
CFSET tmpEmailContents = ListToArray(tmpTxt,Chr(10))
CFSET tmpEmail =
Trim(ReplaceNoCase(tmpEmailContents[2],mail.ioc.state.il.us,ioc-web-n
av))
CFFILE ACTION="" SOURCE=#tmpUndeliverDefaultPath##qryDir.Name#
DESTINATION=#tmpSpoolDefaultPath##qryDir.Name# 
/CFOUTPUT
/CFIF

Sincerely,

Andrew 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Lazlo

2004-10-06 Thread Paul Hastings
Damien McKenna wrote:
 XML-based language for programming and is extremely easy to use, if the 
 tutorials are anything to go by.Looks awesome!

if the tutorials are anything to go by, it doesn't seem to know unicode 
from a hole in the ground. at least that's my impression of 'laszlo in 
10 minutes'
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Coldfusion and C++

2004-10-06 Thread Claude Schneegans
Why would you not use Java for this?

Because Java is like using a combine-harvester to mow your lawn.
Same with C++ by the way.
For what you can do with a CFX, plain vanilla C is quite adequate.

--
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Relocate but include form fields

2004-10-06 Thread Andrew Dixon
Hi Everyone.

I have been given some code by a online payment system company to show
how I redirect someone to there site. The way they have done I have to
include a list of form fields in a form and submit that form a CF
script on my server and that then does some encrpyting of the data and
then redirects to their server. However, I'm not happy with the way it
does the redirect as it requires _javascript_, and as I know from
experiance some people turn _javascript_ off for 'security reasons' and
the like. Here is the their example code:

cfoutput
FORM action="" method=post id=form1 name=Test
 input type=hidden name=VPSProtocol value=2.20
 input type=hidden name=TxType value=PAYMENT
 input type=hidden name=Vendor value=#VendorName#
 input type=hidden name=Crypt value=#Crypt#
/FORM
/cfoutput
script language=_javascript_ type=text/_javascript_
document.Test.submit();
/script

Personally I think this is terrible, so my question is how do I do the
same redirect in CF? Surely I can it some how?

Thanks

Andrew.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Interacting with GoldMine data with ColdFusion

2004-10-06 Thread Scott Brady
On Tue, 05 Oct 2004 17:41:40 -0400, Larry White [EMAIL PROTECTED] wrote:
 I can't understand why you would even have SQL Server if all you 
have is DBase files. Maybe I'm missing something but the Corporate
edition requires SQL Server, not the cheaper editions. When we
had it here I set up the Goldmine tables just like any other 
SQL Server tables, with no problems.

We found out how to access the tables.The help via the web in how to
set up the datasources was . . . not helpful.

Thanks anyway.

Scott

-- 
-
Scott Brady
http://www.scottbrady.net/
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-06 Thread Howie Hamlin
Pics?

g
- Original Message - 
From: Adrocknaphobia 
To: CF-Talk 
Sent: Wednesday, October 06, 2004 10:48 AM
Subject: Re: Slightly OT: Name top 5 CF developers you know one way or another

Also, I would like to post my vote for Rachel Maxim as the hottest CF
developer. ;-)

-Adam
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




More XML Issues

2004-10-06 Thread SStewart
First off: huge mad props to Ian Skinner for helping me muddle my way
through this...

I'm trying a slightly different approach:

Heres my CF Code

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN
http://www.w3.org/TR/html4/loose.dtd

html

head

meta http-equiv=Content-Type content=text/html; charset=iso-8859-1

titleUntitled Document/title

/head

body

cffile action="">
file=c:\inetpub\wwwroot\docwf\StandardParagraphs\ReferenceDataWorking.xml
variable=RefFile

cfset RefXML = XmlParse(RefFile)

cfdump var=#RefXML# label=ReferenceData

cffile action="">
file=c:\inetpub\wwwroot\docwf\StandardParagraphs\para.xslt
variable=RefTrans

cfset RefXSLT = XmlParse(RefTrans)

cfdump var=#RefXSLT# label=Transforming XSLT

!--- Parse file into xml variarable ---

cfset Combined = XMLtransform(RefXML,RefXSLT)

cfdump var=#Combined#

/body

/html

Here's the XSLT style sheet

xsl:stylesheet xmlns:xsl=http://www.w3.org/1999/XSL/Transform
version=2.0



xsl:output method=xml indent=yes/



!--load the merge file --

xsl:variable name=newParagraphs
select=document('c:\inetpub\wwwroot\docwf\StandardParagraphs\StandardParagr
aph.xml')/



!-- combine the files --

xsl:template match=/

VFPdata

!-- select all the child
nodes of the VFPData tag in the main file --

xsl:for-each
select=VFPData/child::*

!-- copy the
member tag --

xsl:copy-of
select=./

/xsl:for-each



!-- and all the child nodes
of the VFPData tag in the merge file --

xsl:for-each
select=$newParagraphs/VFPData/child::*

!-- copy the
member tag --

xsl:copy-of
select=./

/xsl:for-each

/VFPdata

/xsl:template



/xsl:stylesheet

and here's the error


xsl:stylesheet

XmlText


XmlAttributes

struct

version

2.0

xmlns:xsl

http://www.w3.org/1999/XSL/Transform

xsl:output

XmlText


XmlAttributes

struct

indent

yes

method

xml

xsl:variable

XmlText


XmlAttributes

struct

name

newParagraphs

select

document('c:\inetpub\wwwroot\docwf\StandardParagraphs\StandardParagraph.xml'
)

xsl:template

XmlText


XmlAttributes

struct

match

/

VFPdata

XmlText


xsl:for-each

XmlText


XmlAttributes

struct

select

VFPData/child::*

xsl:copy-of

XmlText


XmlAttributes

struct

select

.

xsl:for-each

XmlText


XmlAttributes

struct

select

$newParagraphs/VFPData/child::*

xsl:copy-of

XmlText


XmlAttributes

struct

select

.



Error Occurred While Processing Request 


javax.xml.transform.TransformerConfigurationException:
javax.xml.transform.TransformerException: org.xml.sax.SAXParseException:
Document root element is missing. 

 	 

A [Transformer] object cannot be created that satisfies the configuration
requested. This could be due to a failure in compiling the [XSL] text.
javax.xml.transform.TransformerConfigurationException:
javax.xml.transform.TransformerException: org.xml.sax.SAXParseException:
Document root element is missing. 



The error occurred in
C:\inetpub\wwwroot\Docwf\StandardParagraphs\combinedif.cfm: line 21

19 : !--- Parse file into xml variarable ---
20 : 
21 : cfset Combined = XMLtransform(RefXML,RefXSLT)
22 : cfdump var=#Combined#
23 : /body



I've also attached the two XML files

Does the XSLT processor not support variables?

Scott A. Stewart, 

Web Application Developer

Engineering Consulting Services, Ltd. (ECS)

14026 Thunderbolt Place, Suite 100
Chantilly, VA 20151
Phone: (703) 471-8400
Fax: (703) 834-5527

-Original Message-
From: Howie Hamlin [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 06, 2004 11:52 am
To: CF-Talk
Subject: Re: Slightly OT: Name top 5 CF developers you know one way or
another

Pics?

g
- Original Message - 
From: Adrocknaphobia 
To: CF-Talk 
Sent: Wednesday, October 06, 2004 10:48 AM
Subject: Re: Slightly OT: Name top 5 CF developers you know one way or
another

Also, I would like to post my vote for Rachel Maxim as the hottest CF
developer. ;-)

-Adam

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Oracle PL/SQL connection through ColdFusion

2004-10-06 Thread James Holmes
CFMX does indeed support it as I've used it myself (as a quick test of some
code). Of course I then created the procedure in an Oracle package, but it
still worked in a standard cfquery.

-Original Message-
From: Yexley Robert D Contr AFRL/PROE [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 6 October 2004 9:10 
To: CF-Talk
Subject: RE: Oracle PL/SQL connection through ColdFusion

I'm not sure what you're attempting to do is possible then. I'm fairly
certain that the cfquery tag only supports native SQL statements only
(SELECT, INSERT, UPDATE, DELETE). I don't believe it supports proprietary
procedural code such as PL/SQL or Transact-SQL. I don't think even CFMX
supports that. Maybe there's a different tag that allows it, but if so, I'm
not aware of it. Sorry.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Oracle PL/SQL connection through ColdFusion

2004-10-06 Thread James Holmes
Calling a procedure in a built-in package without the call() syntax is only
possible this way, if the user is restricted from creating their own
procedures as in this case.

-Original Message-
From: Adrocknaphobia [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 6 October 2004 10:41 
To: CF-Talk
Subject: Re: Oracle PL/SQL connection through ColdFusion

I think what you are trying to do, by defenition will not work, plus it
doesnt make much sense at all. I believe you can execute DML and DDL through
cfquery, but why would you ever want to execute PL/SQL? If you need an IF or
LOOP statement just use CF.

What benefits are you expecting from PL/SQL via cfQuery
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-06 Thread Lawrence Ng
we're still waiting LOL

jk

 [EMAIL PROTECTED] 10/6/2004 8:51:42 AM 
Pics?

g
- Original Message - 
From: Adrocknaphobia 
To: CF-Talk 
Sent: Wednesday, October 06, 2004 10:48 AM
Subject: Re: Slightly OT: Name top 5 CF developers you know one way
or another

Also, I would like to post my vote for Rachel Maxim as the hottest
CF
developer. ;-)

-Adam
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Oracle PL/SQL connection through ColdFusion

2004-10-06 Thread James Holmes
I should have added, if named arguments are necessary.

-Original Message-
From: James Holmes 
Sent: Thursday, 7 October 2004 12:05 
To: CF-Talk
Subject: RE: Oracle PL/SQL connection through ColdFusion

Calling a procedure in a built-in package without the call() syntax is only
possible this way, if the user is restricted from creating their own
procedures as in this case.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: More XML Issues

2004-10-06 Thread Massimo Foti
 xsl:stylesheet xmlns:xsl=http://www.w3.org/1999/XSL/Transform
 version=2.0

Are you sure you really want/need to use XSLT 2.0?
I don't think CF's XSLT parser support it yet


Massimo Foti
DW tools: http://www.massimocorner.com
CF tools:http://www.olimpo.ch/tmt/

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Simple password protection not working

2004-10-06 Thread pperry
I meant Greg not paul in the below message. sorry

 thank you all.
 
 Paul. the only thing in the table is 1 username and 1 password and it 
 will be that way permanently for the admin login. That may seem weird 
 but its the way it was set up from before so Im just going with it.
 
 Thanks again.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Changing text in undelivrable .cfmail file and resending

2004-10-06 Thread Cedric Villat
The reason this wasn't working is because you are not writing the file back out. After you ReplaceNoCase the mail server, you need to use cffile to write the file back into the undeliverable folder.

Though your solution of creating a new cfmail would be just as easy, if not easier, to implement.

Cedric Villat
http://www.cornfeed.com

Hello all,
 
About 1000 emails (.cfmail) are sitting in my Undelivr folder because
I've got the wrong mail server set. With a simple change on the 2nd line
of every .CFMail file, these email files would be OK. Using code from
evolt, I've managed to replace the offending line with the correct mail
server and set it as a variable, but writing it to the .cfmail file is a
different story. Or is it? If I could write this change to the file, I'd
be good to go. Is this possible using CF or any other program?
Hopefully, I'm missing something simple. (I'm using CF 5).
 
The code below does everything I want it to except modify the file
before moving it to the Spool folder. Thanks in advance for any
assistance.
 
CFPARAM NAME=tmpUndeliverDefaultPath
DEFAULT=C:\CFUSION\MAIL\UNDELIVR\
CFPARAM NAME=tmpSpoolDefaultPath DEFAULT=C:\CFUSION\MAIL\SPOOL\
CFDIRECTORY ACTION="" DIRECTORY=#tmpUndeliverDefaultPath#
NAME=qryDir SORT=Name FILTER=*.cfmail
CFIF qryDir.RecordCount
 CFOUTPUT QUERY=qryDir
CFFILE ACTION="" FILE=#tmpUndeliverDefaultPath##qryDir.Name#
VARIABLE=tmpTxt
READING #QRYDIR.Name#...br /
CFSET tmpEmailContents = ListToArray(tmpTxt,Chr(10))
CFSET tmpEmail =
Trim(ReplaceNoCase(tmpEmailContents[2],mail.ioc.state.il.us,ioc-web-n
av))
CFFILE ACTION="" SOURCE=#tmpUndeliverDefaultPath##qryDir.Name#
DESTINATION=#tmpSpoolDefaultPath##qryDir.Name# 
/CFOUTPUT
/CFIF
 
Sincerely,
 
Andrew
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Oracle PL/SQL connection through ColdFusion

2004-10-06 Thread Yexley Robert D Contr AFRL/PROE
Would you be able to provide a code sample of an anonymous PL/SQL block within a cfquery tag? Particularly one that requires arguments if possible. I'd be interested in seeing an example of that approach, as I've never seen any sort of documentation on how to implement this. I think that's exactly what the original message was requesting as well, so I think it would help a number of people out. Thanks very much for straightening me out.;)

 
// YEX // 

_

From: James Holmes [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 06, 2004 12:01 PM
To: CF-Talk
Subject: RE: Oracle PL/SQL connection through ColdFusion

CFMX does indeed support it as I've used it myself (as a quick test of some
code). Of course I then created the procedure in an Oracle package, but it
still worked in a standard cfquery.

-Original Message-
From: Yexley Robert D Contr AFRL/PROE [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 6 October 2004 9:10 
To: CF-Talk
Subject: RE: Oracle PL/SQL connection through ColdFusion

I'm not sure what you're attempting to do is possible then. I'm fairly
certain that the cfquery tag only supports native SQL statements only
(SELECT, INSERT, UPDATE, DELETE). I don't believe it supports proprietary
procedural code such as PL/SQL or Transact-SQL. I don't think even CFMX
supports that. Maybe there's a different tag that allows it, but if so, I'm
not aware of it. Sorry. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Coldfusion and C++

2004-10-06 Thread Sean Corfield
On Wed, 06 Oct 2004 11:16:12 -0400, Claude Schneegans
[EMAIL PROTECTED] wrote:
 Why would you not use Java for this?
 Because Java is like using a combine-harvester to mow your lawn.
 Same with C++ by the way.
 For what you can do with a CFX, plain vanilla C is quite adequate.

Java is portable in compiled form. C is not. Java has a sandbox so the
code can't hose your machine. C does not.

Don't get me wrong, C is a fine language - I used it for years and
wrote a lot of the ANSI-validated reference implementation of it back
in the 80's - but Java is a much safer, more portable language that
is, frankly, much easier to program in.
-- 
Sean A Corfield -- http://www.corfield.org/
Team Fusebox -- http://www.fusebox.org/
Got Gmail? -- I have 5 invites

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




XML Parsing Question

2004-10-06 Thread Chad McCue
I have an XML document that looks like this:

xml xmlns:s='uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882' xmlns:dt='uuid:C2F41010-65B3-11d1-A29F-00AA00C14882'
 xmlns:rs='urn:schemas-microsoft-com:rowset'
 xmlns:z='#RowsetSchema'

s:Schema id='RowsetSchema'
s:ElementType name='row' content='eltOnly' rs:updatable='true'
s:AttributeType name='SKURcrd' rs:number='1' rs:nullable='true' rs:maydefer='true' rs:writeunknown='true'
rs:basetable='Products' rs:basecolumn='SKURcrd'
s:datatype dt:type='int' dt:maxLength='4' rs:precision='10' rs:fixedlength='true'/
/s:AttributeType
s:extends type='rs:rowbase'/
/s:ElementType
/s:Schema

rs:data
 z:row SKURcrd='3' MfgNo='2692-3' BarCode='043699269235' MfgName='Uncle Mikes' MfgAbbv='UM' ShortDesc='Sling'
smShortDesc='Blk Mountain Sling/Swivels 1-1/4#x22;' Warranty='Limited lifetime warranty.' HazMatID='1' Picture='umpic26923.jpg'
ShipWeight='0.35' ShipLength='4' ShipWidth='2' ShipHeight='12' CategoryName='Slings #x26; Swivels' CategoryAbbv='FASL'
CategoryParentID='90' ProductGroup='42S' GroupMisc='Mountain Nylon w/ Swivels 1#x22; Black' GroupColorID='1'
GroupHandID='1' GroupSizeID='1' MSRP='23.05' Level1='13.3106' Level2='12.5183' Level3='11.8151' MAP='0' MadeIn='US'
FireSightDescription='N/A' FireSightAbbv='NA' FireStockDescription='N/A' FireStockAbbv='NA' FireAmbDescription='N/A'
FireAmbAbbv='NA' FireFinishDescription='N/A' FireFinishAbbv='NA' FireCaliberDescription='N/A' FireCaliberAbbv='NA'
FireModelDescription='N/A' FireModelAbbv='NA' StatusID='1' Description='Completely ready-to-use sling with 1 1/4-inch Super Swivels sewn on both ends. Tough 1 1/4#x22; nylon web with non-slip lining. Wide enough for comfort, compact enough to roll up in your pocket. One-hand adjustment. 48#x22;x 1 1/4#x22;.'/
 z:row SKURcrd='4' MfgNo='P207SS' BarCode='029465018238' MfgName='Federal Cartridge' MfgAbbv='FEDE' ShortDesc='Premium Sabot Slugs (Per 5)'
smShortDesc='Hi-Shok Slug 20Ga. 3#x22; 8oz./5' Warranty='Warranted against manufacturers defects.' HazMatID='2'
Picture='fedpicpremsabotslug.jpg' ShipWeight='0.5' ShipLength='3.5' ShipWidth='2.75' ShipHeight='3.5' CategoryName='Shotgun'
CategoryAbbv='AMSH' CategoryParentID='10' ProductGroup='19Q' GroupMisc='20ga 3#x22; 5/8oz Hydra-Shok HP (Per 5)'
GroupColorID='1' GroupHandID='1' GroupSizeID='1' MSRP='13.95' Level1='9.5002' Level2='9.1764' Level3='8.9724'
MAP='0' MadeIn='US' FireSightDescription='N/A' FireSightAbbv='NA' FireStockDescription='N/A' FireStockAbbv='NA'
FireAmbDescription='N/A' FireAmbAbbv='NA' FireFinishDescription='N/A' FireFinishAbbv='NA' FireCaliberDescription='N/A'
FireCaliberAbbv='NA' FireModelDescription='N/A' FireModelAbbv='NA' StatusID='1' Description='Load number: P207SS Premium' /

How do I pull out the row product data, like the Barcode for each product. There will be multiple z:row lines.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Oracle PL/SQL connection through ColdFusion

2004-10-06 Thread James Holmes
Here's the simplest example (the test I originally performed, which syncs an
Oracle Text index using the built-in package ctx_ddl):

cfset MyIndexName = idx_fulltext
cfquery datasource=My_DSN name=QUpdateTextIndex
BEGIN 
ctx_ddl.sync_index(cfqueryparam cfsqltype=cf_sql_varchar
value=#MyIndexName#);
END;
/cfquery

OK, so that wasn't all that interesting, but it does work in CFMX. It's more
worthwhile when you need named parameters, for one of the alternative forms
of an overloaded prodecure.

-Original Message-
From: Yexley Robert D Contr AFRL/PROE [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 7 October 2004 12:17 
To: CF-Talk
Subject: RE: Oracle PL/SQL connection through ColdFusion

Would you be able to provide a code sample of an anonymous PL/SQL block
within a cfquery tag? Particularly one that requires arguments if
possible. I'd be interested in seeing an example of that approach, as I've
never seen any sort of documentation on how to implement this. I think
that's exactly what the original message was requesting as well, so I think
it would help a number of people out. Thanks very much for straightening me
out.;)
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Lazlo

2004-10-06 Thread Scott Stroz
Looks like Laszlo is broke:

Service Unavailable
The server is temporarily unable to service your request. Please try
again later.

On Wed, 06 Oct 2004 10:09:13 -0400, Damien McKenna
[EMAIL PROTECTED] wrote:
 I recommend to everyone interested in doing Flex-like development to 
take a look at:
http://www.laszlosystems.com/
Lazlo is a Flex-like that has just been released as an open source 
technology (Common Public License), runs on a J2EE platform (Tomcat 5) 
and displays to the user in a Flash 5 interface.It has its own 
XML-based language for programming and is extremely easy to use, if the 
tutorials are anything to go by.Looks awesome!
-- 
*Damien McKenna* - Web Developer - [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
Nothing endures but change. - Heraclitus

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Resources for CFC

2004-10-06 Thread Don
Pls add or revise the following list (in no particular order of importance):
*) CFMX doc (systematic);
*) MM site articles (non-systematic);
*) cflib (focus seems UDF, shed some light on CFC -- inference needed);
*) book on CFC? how about reviews of it/them?

Systematic approach is more desirable.

Strange, CFMX doc does not even mention about key word, super unless I missed it.

TIA.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Lazlo

2004-10-06 Thread Douglas Knudsen
the surprise traffic maybe?they were GOOGED!ha!

Doug

On Wed, 6 Oct 2004 12:42:08 -0400, Scott Stroz [EMAIL PROTECTED] wrote:
 Looks like Laszlo is broke:

Service Unavailable
The server is temporarily unable to service your request. Please try
again later.
 
 

On Wed, 06 Oct 2004 10:09:13 -0400, Damien McKenna
[EMAIL PROTECTED] wrote:
 I recommend to everyone interested in doing Flex-like development to 
take a look at:
http://www.laszlosystems.com/
Lazlo is a Flex-like that has just been released as an open source 
technology (Common Public License), runs on a J2EE platform (Tomcat 5) 
and displays to the user in a Flash 5 interface.It has its own 
XML-based language for programming and is extremely easy to use, if the 
tutorials are anything to go by.Looks awesome!
-- 
*Damien McKenna* - Web Developer - [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
Nothing endures but change. -
 Heraclitus


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Wish for CFpop

2004-10-06 Thread Don
As I mentioned in my last post about home-grown anti-spammer based on CF, it seems to be reasonably good, the following is the latest spam suspects (only one false positive -- RE: Asking you for a favor).However, there's a problem to prevent it from being more useful, that is, the current CFpop tag does not support deletion of mutiple messages at ONE run.FYI, I'm not interested in any third party tool. 

And from pop server implementation perspective, it would be most desirable to have a folder called suspects or the like, hence, MTA can not only retrieve incoming msgs form default inbox but also check/retrieve spamming suspects from the suspects folder if so desired.
Understand this is not what MM can do.Just add a note here.

223 -- 0rder celebrex at discounted prices  
211 -- Re: 1OO-4OO-1OOO extra per month 
194 -- Get vagra for a great price. 
152 -- We sell regalis for an affordable price 
121 -- Government Express e-News for Small Businesses Government Contractors 
5 -- Looking for People to Rate Products for Cash... 
135 -- coverage for you  family 
228 -- [EMAIL PROTECTED] [EMAIL PROTECTED] for October 5, 2004 
115 -- :) this is what you've been waiting for 
120 -- FW: FY '05 - What lies ahead for federal contractors? 
206 -- Sign up for Epicor Perspectives 
169 -- Seven Day Cruise for Two with Any Closed Loan! 
46 -- RE: Asking you for a favor 
62 -- RE: Asking you for a favor 
175 -- We sell regalis for an affordable price 
219 -- Wow! 8(a) activity is up for FY03 and FY04 !!! 
205 -- :)) how many kinds of m`ed`_ica-tions you have tried for your w.eig^ht l~o-ss? 
210 -- Your new sunglasses are ready for pick up. 
103 -- Re: undeniable advertising method for your site.. 
209 -- We sell regalis for an affordable price 
153 -- Get vagra for a great price. 
173 -- Hurry Get the Permanent Solution for hair loss 
27 -- NIH Technologies Available for Commercialization 
130 -- homeland security hot pick: 30 percent dividend 
142 -- FEDERAL CONTRACTING: State-of-art strategy at a small-business price 
18 -- Watch for Those Late-Summer ''Delayoffs'' 
10 -- Manage 2000 eBulletin for September 2004 
141 -- the mental diso'rde.,r would bring people the same discomfort meanwhile 
167 -- IBM Pays Out in Cash-Balance Case; Airlines Wage Pay-Cut War; Citigroup Moves Krawcheck to CFO; more
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Wish for CFpop

2004-10-06 Thread Howie Hamlin
The concept of folders is not in the RFC for a POP server and, so, no POP server does this.If you want multiple folders on the server side they you should use an IMAP server.

Regards,

-- 
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com
inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server
PrismAV - Virus scanning for ColdFusion applications
 Find out how iMS Stacks up to the competition: http://www.coolfusion.com/imssecomparison.cfm

- Original Message - 
From: Chunshen (Don) Li 
To: CF-Talk 
Sent: Wednesday, October 06, 2004 1:03 PM
Subject: *Spam* Wish for CFpop

And from pop server implementation perspective, it would be most desirable to have a folder called suspects or the like, hence, MTA can not only retrieve incoming msgs form default inbox but also check/retrieve spamming suspects from the suspects folder if so desired.
Understand this is not what MM can do.Just add a note here.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: More XML Issues

2004-10-06 Thread SStewart
I get the same error using V.1.0

sas

Scott A. Stewart, 

Web Application Developer

Engineering Consulting Services, Ltd. (ECS)

14026 Thunderbolt Place, Suite 100
Chantilly, VA 20151
Phone: (703) 471-8400
Fax: (703) 834-5527

-Original Message-
From: Massimo Foti [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 06, 2004 12:08 pm
To: CF-Talk
Subject: Re: More XML Issues

 xsl:stylesheet xmlns:xsl=http://www.w3.org/1999/XSL/Transform
 version=2.0

Are you sure you really want/need to use XSLT 2.0?
I don't think CF's XSLT parser support it yet


Massimo Foti
DW tools: http://www.massimocorner.com
CF tools:http://www.olimpo.ch/tmt/


_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




OT: Fun in New Orleans

2004-10-06 Thread Rick Root
So has anyone done any research on things to do in New Orleans?My 
coworkers and I are all flying in Saturday, and I'm hoping to find a 
good jazz club Saturday night.

Last year in Salt Lake City, we went skiing one night... gotta take 
advantage of free trips when you can!

- Rick
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Fun in New Orleans

2004-10-06 Thread SStewart
You MUST go to Mothers, it's probably the best authentic Cajun cuisine in
New Orleans, you'll understand why they call it Mothers the first time you
visit.



Scott A. Stewart, 

Web Application Developer

Engineering Consulting Services, Ltd. (ECS)

14026 Thunderbolt Place, Suite 100
Chantilly, VA 20151
Phone: (703) 471-8400
Fax: (703) 834-5527

-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 06, 2004 01:11 pm
To: CF-Talk
Subject: OT: Fun in New Orleans

So has anyone done any research on things to do in New Orleans?My 
coworkers and I are all flying in Saturday, and I'm hoping to find a 
good jazz club Saturday night.

Last year in Salt Lake City, we went skiing one night... gotta take 
advantage of free trips when you can!

- Rick

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Icons for Applications...

2004-10-06 Thread Blaine Korte
Hey everyone,

If you guys use icons in your apps, where do you get them from?I've been
hand-creating or borrowing all of mine from other apps, but there are some
that I need some ideas for.

Thanks!

Blaine Korte

Web Developer

St Solo Computer Graphics Inc.

+email: [EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: More XML Issues

2004-10-06 Thread SStewart
I get the same error using V.1.0

sas

Scott A. Stewart, 

Web Application Developer

Engineering Consulting Services, Ltd. (ECS)

14026 Thunderbolt Place, Suite 100
Chantilly, VA 20151
Phone: (703) 471-8400
Fax: (703) 834-5527

-Original Message-
From: Massimo Foti [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 06, 2004 12:08 pm
To: CF-Talk
Subject: Re: More XML Issues

 xsl:stylesheet xmlns:xsl=http://www.w3.org/1999/XSL/Transform
 version=2.0

Are you sure you really want/need to use XSLT 2.0?
I don't think CF's XSLT parser support it yet


Massimo Foti
DW tools: http://www.massimocorner.com
CF tools:http://www.olimpo.ch/tmt/


_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Resources for CFC

2004-10-06 Thread Raymond Camden
Just an FYI, cflib is definitely for UDFs only (for now...), the
sister site, cfczone.org, has plenty of CFCs and resources.

On Wed, 06 Oct 2004 12:47:41 -0400, Don Chunshen Li
[EMAIL PROTECTED] wrote:
 Pls add or revise the following list (in no particular order of importance):
 *) CFMX doc (systematic);
 *) MM site articles (non-systematic);
 *) cflib (focus seems UDF, shed some light on CFC -- inference needed);
 *) book on CFC? how about reviews of it/them?
 
 Systematic approach is more desirable.
 
 Strange, CFMX doc does not even mention about key word, super unless I missed it.
 
 TIA.
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Lazlo

2004-10-06 Thread Mike Chambers
Umm, no. It is actually doing very well.

http://www.macromedia.com/software/flex/flexbuilder/productinfo/ 
brz_flexbuilder/

We also just announced Free / Non-Commercial licenses for Flex:

http://www.macromedia.com/macromedia/proom/pr/2004/ 
flex_ncni_license.html

More info here:

http://www.macromedia.com/software/flex/

mike chambers

[EMAIL PROTECTED]

On Oct 6, 2004, at 7:43 AM, Thomas Chiverton wrote:

 On Wednesday 06 Oct 2004 15:25 pm, Thomas Chiverton wrote:
 :waves bye bye to any need to think about Flex ever again.

Speaking of which, isn't Flex now dead in the water, or at least
 listing
heavily ?

--
Tom Chiverton
Advanced ColdFusion Programmer
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Access Windows Performance Monitor Data using coldfusion

2004-10-06 Thread applemicro
Has anyone tried to access the windows performace monitoring data
using coldfusion.

What i would like to do is set up a task to grap the data every couple
mins and store the data in a database.

Thanks 
Kurt
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: OT: Fun in New Orleans

2004-10-06 Thread Tony Weeg
u halloween on bourbon street??? 

fuckin a

we are dressing up...my wife and i...

she is going to be a blue fairy, and im going to be a blue something
with spiked black hair and dark glasses...call me the blue guy i
guess :)

other than that, i hear there are some cool ghost tours and stuff...

:) tw

On Wed, 06 Oct 2004 13:11:15 -0400, Rick Root [EMAIL PROTECTED] wrote:
 So has anyone done any research on things to do in New Orleans?My
 coworkers and I are all flying in Saturday, and I'm hoping to find a
 good jazz club Saturday night.
 
 Last year in Salt Lake City, we went skiing one night... gotta take
 advantage of free trips when you can!
 
- Rick
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-06 Thread Tony Weeg
isnt that your old lady adam?

maxim, cool last name, are you takin' hers :)

tw

On Wed, 06 Oct 2004 09:09:03 -0700, Lawrence Ng [EMAIL PROTECTED] wrote:
 we're still waiting LOL
 
 jk
 
  [EMAIL PROTECTED] 10/6/2004 8:51:42 AM 
 Pics?
 
 g
- Original Message -
From: Adrocknaphobia
To: CF-Talk
Sent: Wednesday, October 06, 2004 10:48 AM
Subject: Re: Slightly OT: Name top 5 CF developers you know one way
 or another
 
Also, I would like to post my vote for Rachel Maxim as the hottest
 CF
developer. ;-)
 
-Adam
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Server performance

2004-10-06 Thread JB McMichael
On Wed, 06 Oct 2004 02:32:21 +0200, Jochem van Dieten
[EMAIL PROTECTED] wrote:
 JB McMichael wrote:
  I am currently running CFMX 6.1 Standard Edition with the updater
  installed on a Win2k3 server, with IIS, connecting to a SQL Server
  2000 db that is on another computer.The web server itself is a
  pretty beefy machine, and it is running one website that is fairly
  complex.The site usually has 200 to 300 concurrent users and
  averages about 500,000 page views a day.
 
  To me, this seems like a reasonable amount of traffic for a single
  server to handle.But I am seeing, what I perceive to be, slow
  response times on most of the pages.Myself and the other developers
  have gone through each page on the site and optimized all of the cf
  and sql and html as much as we can, and things have only improved
  slightly.
 
 Do you have debugging enabled?

No, debugging is not enabled.
 
 
  I was wondering if switching to CF Enterprise would make a difference?
 Or, if a switch to Enterprise with a different backend, besides JRun,
  would be faster?Or should I put the money into a new web server or
  2, and start running a load balanced site?
 
 How far have you optimized your CF settings? Did you tweak any of
 the Java parameters?

I have gone through the Macromedia suggested settings for the CF
optimizations.I can't find the link right now to the page, but
everything Macromedia recommends, I have set on the server.If you
know of certain Java parameters I could use to speed things up, or a
page with information, please, let me know.
 
 
  I am pretty sure that SQL Server is not the culprit in all of this.
  Its average time to return a query, at least according to the CF
  performance monitor, is around 35 msec.And IIS doesn't seem to be at
  fault since we are timing the CF code itself, and I can see that it is
  slow.And like I said earlier, we have gone through the code line by
  line pruning and tweaking, so I don't think (or I am hoping it isn't)
  the code is to blame.
 
 Can you provide the 'worst case code' so we can have a look? What
 is the load on the system (CPU and I/O percentages)?
 
I cannot provide any code, sorry.

 Jochem
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: OT: Fun in New Orleans

2004-10-06 Thread Larry Lyons
u halloween on bourbon street??? 

fuckin a

we are dressing up...my wife and i...

she is going to be a blue fairy, and im going to be a blue something
with spiked black hair and dark glasses...call me the blue guy i
guess :)

other than that, i hear there are some cool ghost tours and stuff...

:) tw



damn! now I'm going to have to figure out a different costume.

larry
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: OT: Fun in New Orleans

2004-10-06 Thread Rick Root
Larry Lyons wrote:

u halloween on bourbon street???

Make sure you take some beads ;)

This is the only costume I have... i guess it'll suffice:

http://www.rickroot.com/gallery.cfm?GALLERY_ID=1STARTROW=4

- Rick
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Lazlo

2004-10-06 Thread Stacy Young
Flex is in full swing. Rocks. Checkout flexcoders on yahoo. 

Laszlo had no other option, needs major a complete new approach for me
to even glance at it. Maybe something along the ways of...er...flex ?

Cheers,
Stace


From: Thomas Chiverton [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 06, 2004 10:44 AM
To: CF-Talk
Subject: Re: Lazlo

On Wednesday 06 Oct 2004 15:25 pm, Thomas Chiverton wrote:
 :waves bye bye to any need to think about Flex ever again.

Speaking of which, isn't Flex now dead in the water, or at least listing

heavily ?

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Server performance

2004-10-06 Thread jschley
Not sure if the product support team has a technote published on this yet or not, but check out this Microsoft KB article regarding IIS6 performance. This issue does affect ColdFusion MX 6.1 running on IIS6. Fortunately, it's a pretty simple tweak and ultimately it's going to be fixed by Microsoft in W2K3 service pack 1.

http://support.microsoft.com/default.aspx?scid=kb;EN-US;840875

BTW- make sure you have trusted cache turned on too.

Jim Schley
ColdFusion
Macromedia Inc.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




OT: 64-bit Hardware/Software Madness.

2004-10-06 Thread Che Vilnonis
Our company is looking to invest in new software/hardware before the end of
the year.
Of course, we are interested in a 64bit hardware software solution if it
makes sense.
Presently, 64bit hardware seems available for purchase, yet the software is
lagging
behind. Am I correct in assuming that I will need a 64bit version of the OS,
SQL Server,
all drivers and most importantly CFMX/Java in order to take advantage of all
that a 64bit
solution offers? Would I need 'blackstone'?

Also, if possible, does anyone have a guess-timate as to when most people
will be able
to implement a truely 64bit solution for web development on a Microsoft
platform?

Thanks, Che
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Resources for CFC

2004-10-06 Thread Don
Just checked out cfczone.org, interesting.Imho, adding articles on the conceptual end of cfc would definitely be an addition, the faq is a good start.For instance, when I read a bunch of code of a cfc, each of the functions within contains some same argument, I thought, heck, should there be a better way to do this?the arguments.thisID and arguments.thisName are really shared by both functions or more functions within the given component, why do I have to define them again and again, instead, would it be less code to have something like gobal argument(s) outside functions for the component, and of course, one can specify if the G A is required etc. ...
e.g.
cfcomponent name=FuctionalStuff
cffunction name=getThis
cfargument name=thisID
cfargument name=thisName 
...
/cffunction
cffunction name=setThis
cfargument name=thisID
cfargument name=thisName 
...
/cffuction
...
/cfcomponent 

I know we developers prefer to write code than writing paper.FYI, about the Search capability for finding CFCs on the site, that should be a piece of cake provided knowledge of the normalized table structure ...

Just an FYI, cflib is definitely for UDFs only (for now...), the
sister site, cfczone.org, has plenty of CFCs and resources.


On Wed, 06 Oct 2004 12:47:41 -0400, Don Chunshen Li
[EMAIL PROTECTED] wrote:

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Wish for CFpop

2004-10-06 Thread Don
Thanks for the input.Then, I wish CF has a tag to support IMAP, like CFimap? Or better, a new tag like CFgetMail, which is based on the current CFpop, with key attribute type ='pop' | 'imap' ...

 The concept of folders is not in the RFC for a POP server and, so, no 
 POP server does this.If you want multiple folders on the server side 
 they you should use an IMAP server.
 
 Regards,
 
 -- 
 Howie Hamlin - inFusion Project Manager
 On-Line Data Solutions, Inc. - www.CoolFusion.com
 inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail 
 Server
 PrismAV - Virus scanning for ColdFusion applications
  Find out how iMS Stacks up to the competition: http://www.
 coolfusion.com/imssecomparison.cfm
 

 - Original Message - 

 From: Chunshen (Don) Li 

 To: CF-Talk 

 Sent: Wednesday, October 06, 2004 1:03 PM

 Subject: *Spam* Wish for CFpop
 
 
 

 And from pop server implementation perspective, it would be most 
 desirable to have a folder called suspects or the like, hence, MTA 
 can not only retrieve incoming msgs form default inbox but also 
 check/retrieve spamming suspects from the suspects folder if so 
 desired.

 Understand this is not what MM can do.Just add a note here.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Lazlo

2004-10-06 Thread Stacy Young
But hey, no complaints on having options...and if it helps drive down
market prices, great !

-S


From: Stacy Young 
Sent: Wednesday, October 06, 2004 1:49 PM
To: CF-Talk
Subject: RE: Lazlo

Flex is in full swing. Rocks. Checkout flexcoders on yahoo. 

Laszlo had no other option, needs major a complete new approach for me
to even glance at it. Maybe something along the ways of...er...flex ?

Cheers,
Stace


From: Thomas Chiverton [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 06, 2004 10:44 AM
To: CF-Talk
Subject: Re: Lazlo

On Wednesday 06 Oct 2004 15:25 pm, Thomas Chiverton wrote:
 :waves bye bye to any need to think about Flex ever again.

Speaking of which, isn't Flex now dead in the water, or at least listing

heavily ?

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Wish for CFpop

2004-10-06 Thread Jochem van Dieten
Chunshen (Don) Li wrote:
 Then, I wish CF has a tag to support IMAP, like CFimap?

http://www.macromedia.com/go/wish/

Jochem
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Lazlo

2004-10-06 Thread Damien McKenna
Stacy Young wrote:

Laszlo had no other option, needs major a complete new approach for me
to even glance at it. Maybe something along the ways of...er...flex ?


What didn't you like about Laszlo?
-- 
*Damien McKenna* - Web Developer - [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
Nothing endures but change. - Heraclitus
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Lazlo

2004-10-06 Thread Nathan Strutz
Thomas Chiverton wrote:
 Speaking of which, isn't Flex now dead in the water, or at least listing
 heavily ?

Maybe you're thinking of Central.

evil laugh -- mwahahaha

-nathan strutz
http://www.dopefly.com/
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Lazlo

2004-10-06 Thread Stacy Young
- Lack/weak/verbose remote service infrastructre (huge)
- Couldn't leverage remoting (we're lifting heavy data, made big diff over soap)
- Apps were heavy and sluggish
- Try developing in both, Flex is currently more productive.

We've had very positive reception of our first Flex apps that have been rolled out internally.

With that being said, any improvements going forward will only fuel a more competitive marketplace so bring it on! :D

Stace


From: Damien McKenna [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 06, 2004 2:22 PM
To: CF-Talk
Subject: Re: Lazlo

Stacy Young wrote:

Laszlo had no other option, needs major a complete new approach for me
to even glance at it. Maybe something along the ways of...er...flex ?
  

What didn't you like about Laszlo?
-- 
*Damien McKenna* - Web Developer - [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
Nothing endures but change. - Heraclitus

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Icons for Applications...

2004-10-06 Thread Adrocknaphobia
Steal and improvise from windows XP.

-Adam

On Wed, 06 Oct 2004 11:21:39 -0600, Blaine Korte [EMAIL PROTECTED] wrote:
 Hey everyone,
 
 If you guys use icons in your apps, where do you get them from?I've been
 hand-creating or borrowing all of mine from other apps, but there are some
 that I need some ideas for.
 
 Thanks!
 
 Blaine Korte
 
 Web Developer
 
 St Solo Computer Graphics Inc.
 
 +email: [EMAIL PROTECTED]

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Best way to search on year

2004-10-06 Thread Michael Beveridge
What's the best method to do a query with dates that have the year 2003 within a date/timestamp field.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Icons for Applications...

2004-10-06 Thread Michael Beveridge
Steal and improvise from windows XP.

-Adam


On Wed, 06 Oct 2004 11:21:39 -0600, Blaine Korte [EMAIL PROTECTED] wrote:


hahaha
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Best way to search on year

2004-10-06 Thread Howie Hamlin
This would work:
select * from tablename where datepart(year,columnname)=2003

Regards,

-- 
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com
inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server
PrismAV - Virus scanning for ColdFusion applications
 Find out how iMS Stacks up to the competition: http://www.coolfusion.com/imssecomparison.cfm

- Original Message - 
From: Michael Beveridge 
To: CF-Talk 
Sent: Wednesday, October 06, 2004 2:34 PM
Subject: Best way to search on year

What's the best method to do a query with dates that have the year 2003 within a date/timestamp field.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Icons for Applications...

2004-10-06 Thread Michael Beveridge
Try google image search with subject and the word icon.

 
Work like you don't need the money, love like you've never been hurt,
and dance like no one is watching. -- Bono (U2)
-Original Message-
From: Michael Beveridge [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 06, 2004 2:40 PM
To: CF-Talk
Subject: Re: Icons for Applications...

 
Steal and improvise from windows XP.

-Adam


On Wed, 06 Oct 2004 11:21:39 -0600, Blaine Korte [EMAIL PROTECTED]
wrote:


hahaha
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Icons for Applications...

2004-10-06 Thread Massimo, Tiziana e Federica
 If you guys use icons in your apps, where do you get them from?I've been
 hand-creating or borrowing all of mine from other apps, but there are some
 that I need some ideas for.

There are many free repositories on the web (my fellow designers has plenty
of bookmarks and usually takes care of the job). I managed to find this url
but, again, there are much more:

http://kde-look.org/content/show.php?content=1822


Massimo Foti
DW tools: http://www.massimocorner.com
CF tools:http://www.olimpo.ch/tmt/

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




CFC for image resize/crop

2004-10-06 Thread Massimo, Tiziana e Federica
http://www.olimpo.ch/tmt/cfc/tmt_img

I think I finally managed to achieve a pretty good quality for thumbnail
generation.

Please give it a try and let me know


Massimo Foti
DW tools: http://www.massimocorner.com
CF tools:http://www.olimpo.ch/tmt/

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Icons for Applications...

2004-10-06 Thread Tony Weeg
always.

xp and mac icons (if you have one you can get a screen cap from) are
the bestest...and then just modify for your own good :)

tw

On Wed, 06 Oct 2004 14:39:41 -0400, Michael Beveridge
[EMAIL PROTECTED] wrote:
 Steal and improvise from windows XP.
 
 -Adam
 
 
 On Wed, 06 Oct 2004 11:21:39 -0600, Blaine Korte [EMAIL PROTECTED] wrote:
 
 
 hahaha
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Best way to search on year

2004-10-06 Thread Spike
The answer to that will largely depend on your database, but most 
databases allow you to do date comparisons.

What type of database are you using?

Spike

Michael Beveridge wrote:
 What's the best method to do a query with dates that have the year 2003 within a date/timestamp field.
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




CREATE command in CFQUERY tag?

2004-10-06 Thread Adrienne Brown
Is it possible to execute code that creates a temporary table using a cfquery tag?

Here's the code I'm trying to execute:
cfquery name=createTable datasource=#db#
CREATE TempTable AS

(SELECT ENGINEER_SKILLS_ENGINEERS.ES_ENGINEERS_ID,
ENGINEER_SKILLS_SKILLSET.SKILLSET_ID, 
ENGINEER_SKILLS_PROGRAMS.PROGRAM_ID, 
ENGINEER_SKILLS_CERTIFICATION.CERTIFICATION_ID, 
ENGINEER_SKILLS_TRAINING.TRAINING_ID
 FROM ENGINEER_SKILLS_ENGINEERS
INNER JOIN ENGINEER_SKILLS_SKILLSET ON ENGINEER_SKILLS_SKILLSET.USR_USER_ID = ENGINEER_SKILLS_ENGINEERS.USR_USER_ID
LEFT JOIN ENGINEER_SKILLS_PROGRAMS ON ENGINEER_SKILLS_PROGRAMS.SKILLSET_ID = ENGINEER_SKILLS_SKILLSET.SKILLSET_ID
LEFT JOIN ENGINEER_SKILLS_CERTIFICATION ON ENGINEER_SKILLS_CERTIFICATION.SKILLSET_ID = ENGINEER_SKILLS_SKILLSET.SKILLSET_ID 
LEFT JOIN ENGINEER_SKILLS_TRAINING ON ENGINEER_SKILLS_TRAINING.SKILLSET_ID = ENGINEER_SKILLS_SKILLSET.SKILLSET_ID
WHERE ES_ENGINEERS_ID = 1)
/cfquery

This code runs just find when I copy and paste into SQL Plus, but when I put it in a cfquery tag, I get the following error:

Error Executing Database Query. [Macromedia][Oracle JDBC Driver][Oracle]ORA-00901: invalid CREATE command 

I find it interesting that I'm not getting a Coldfusion error, which leads me to believe that I *should* be able to run this code. Or am I just crazy?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Best way to search on year

2004-10-06 Thread Michael Beveridge
Database is MySQL

 The answer to that will largely depend on your database, but most 
 databases allow you to do date comparisons.
 
 What type of database are you using?
 
 Spike
 
 Michael Beveridge wrote:
  What's the best method to do a query with dates that have the year 
 2003 within a date/timestamp field.
  
 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Best way to search on year

2004-10-06 Thread Scott Stroz
select * from table where Year(dateField) = 2003

On Wed, 06 Oct 2004 14:55:15 -0400, Michael Beveridge
[EMAIL PROTECTED] wrote:
 Database is MySQL
 
 

 The answer to that will largely depend on your database, but most 
 databases allow you to do date comparisons.
 
 What type of database are you using?
 
 Spike
 
 Michael Beveridge wrote:
  What's the best method to do a query with dates that have the year 
 2003 within a date/timestamp field.
  
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Icons for Applications...

2004-10-06 Thread dave
if u search the archives on here i uploaded a friggin ton of them but i forgot where
or this guy usually has cool stuff

http://www.foood.net/index.htm

-- Original Message --
From: Tony Weeg [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Wed, 6 Oct 2004 14:44:22 -0400

always.

xp and mac icons (if you have one you can get a screen cap from) are
the bestest...and then just modify for your own good :)

tw


On Wed, 06 Oct 2004 14:39:41 -0400, Michael Beveridge
[EMAIL PROTECTED] wrote:
 Steal and improvise from windows XP.
 
 -Adam
 
 
 On Wed, 06 Oct 2004 11:21:39 -0600, Blaine Korte [EMAIL PROTECTED] wrote:
 
 
 hahaha
 
 


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Icons for Applications...

2004-10-06 Thread Mark Drew
I tend to create them as I need them following a style

MD

On Wed,6 Oct 2004 15:16:29 -0400, dave [EMAIL PROTECTED] wrote:
 if u search the archives on here i uploaded a friggin ton of them but i forgot where
 or this guy usually has cool stuff
 
 http://www.foood.net/index.htm
 
 
 -- Original Message --
 From: Tony Weeg [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Date:Wed, 6 Oct 2004 14:44:22 -0400
 
 always.
 
 xp and mac icons (if you have one you can get a screen cap from) are
 the bestest...and then just modify for your own good :)
 
 tw
 
 
 On Wed, 06 Oct 2004 14:39:41 -0400, Michael Beveridge
 [EMAIL PROTECTED] wrote:
  Steal and improvise from windows XP.
  
  -Adam
  
  
  On Wed, 06 Oct 2004 11:21:39 -0600, Blaine Korte [EMAIL PROTECTED] wrote:
  
 
  hahaha
 
 
 
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




  1   2   >