Re: Quick easy custom tag question

2005-08-05 Thread James Holmes
If you need to work out which class file is your specific  template, I
have a neat little CF snippet that will tell you. Let me know if you
want the code.

On 8/5/05, S. Isaac Dealey [EMAIL PROTECTED] wrote:
  If a custom tag has been changed and deployed to a
  production enviroment
  but has the old version cached is there a way to force it
  to recognize the
  new version without restarting the server to clear cache?
 
 Hi Casey. If it's a CFML tag, check the ColdFusion directories for a
 directory containing a bunch of .class files which resemble the names
 of the templates in your application. One of those files is generated
 from your custom tag. You can delete just the tag you're having a
 problem with, if you can isolate it by name, but I generally just
 delete them all -- they're all created when the CFML file is compiled
 anyway. I never had a problem with this until recently -- the servers
 at my day job have had this problem a couple times. Of course, this
 may not be your problem, but it's a possibility. Apparently sometimes
 CF gets confused and doesn't see that there's a newer version of the
 CFML template, so it doesn't delete and recreate the class file.
 
 s. isaac dealey 954.522.6080
 new epoch : isn't it time for a change?
 
 add features without fixtures with
 the onTap open source framework
 
 http://www.fusiontap.com
 http://coldfusion.sys-con.com/author/4806Dealey.htm
 
 
 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213833
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


PDF Creation - just a quickie

2005-08-05 Thread Robertson-Ravo, Neil (RX)
OK,

Sorry to start this one again, but hopefully I will get info I need. I am
looking to create a custom PDF solution with something like iText but wanted
to know what other tools are there which people are using?  

NOTE: I know CF7 has basic PDF creation - so don't bother posting - CF7
does it out of the box etc


This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions.
Visit our website at http://www.reedexpo.com

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213834
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFMail and sendmail problems

2005-08-05 Thread Dave Phipps
Hi,

I wonder if anyone can help - I have an email system that I have just
pushed into testing and I noticed that some messages are not being sent.

I have narrowed the problem down to the format of the email addresses.

I am trying to use the following format:

firstname lastname [EMAIL PROTECTED]

So for me this would be:

Dave Phipps [EMAIL PROTECTED]

The message does not get sent and I get the following in the mail.log:

 555 5.5.4 Phipps parameter unrecognized

I think this is a sendmail error but I can't seem to fix the problem.

I have tried the usual:

cfmail to=Dave Phipps [EMAIL PROTECTED]...

which has worked on other apps running on the same server but I am stuck.

What format do I need to use for cfmail to be able send mail using
sendmail (linux)?

Any help would be really appreciated as I really need to get this thing
live asap.

Cheers,

Dave

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213835
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: PDF Creation - just a quickie

2005-08-05 Thread James Holmes
We use Apache FOP with a nice xhtml - fo stylesheet we picked up from
IBM. All open source.

On 8/5/05, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 OK,
 
 Sorry to start this one again, but hopefully I will get info I need. I am
 looking to create a custom PDF solution with something like iText but wanted
 to know what other tools are there which people are using?
 
 NOTE: I know CF7 has basic PDF creation - so don't bother posting - CF7
 does it out of the box etc

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213836
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Securing Flash Gateways

2005-08-05 Thread Gavin Brook
Hi All,

  I'm currently designing an application that will utilise a Flash
frontend and talk to a CFMX7 Flash gateway for performing business
logic. This connection needs to be secure and the users authenticated
via the business objects. I am familiar with how to perform the
authentication and I've read a few articles on security.

  I was wondering if anyone has any suggestions or experiences with
securing this process both at the application and request levels. Any
tips will be greatly appreciated.

Thanks,

Gavin

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213837
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: My CF Affiliate Program Available for Download

2005-08-05 Thread Will Tomlinson
Aff. programs have the potential to make your clients ALOTTA $$$!

:)

Will


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213838
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: My CF Affiliate Program Available for Download

2005-08-05 Thread Michael T. Tangorre
 From: Will Tomlinson [mailto:[EMAIL PROTECTED] 
 Aff. programs have the potential to make your clients ALOTTA $$$!
 :)
 Will

How about our clients make US a lot of money :-)



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213839
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: My CF Affiliate Program Available for Download

2005-08-05 Thread Will Tomlinson
I had forgotten to include the code that logs the affiliate customer's sale. 
It's in the zip now in a .txt.

Couple other things ...  

1. The app uses xforms (I love those thangs!), and cfcalendar. 

2. I did setup a field to log a customer's expiration date, but there's no 
actual code that deletes them once they expire. Easy nuff to do though with 
some type of scheduled template. 

3. Somethin that'd be really cool to add to this is maybe some cfreports. 

4. There are a few other obvious features that should be added, but this is all 
my client needed for now, so it's all I put into it. Figured the rest would 
come later. :)

Thanks,
Will

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213840
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: My CF Affiliate Program Available for Download

2005-08-05 Thread Will Tomlinson
How about our clients make US a lot of money :-)

That too dude! heehee ... They go hand in hand. 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213841
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: My CF Affiliate Program Available for Download

2005-08-05 Thread Will Tomlinson
And it even includes the affiliate signup form! 

Everything is pretty much straight out of my client's site so you'll have to 
extract some of the code out of the templates. 

Also, in the footer, I'm displaying the affiliate number, so they can SEE it's 
workin'. 

cfif IsDefined(SESSION.affiliate)
  Affiliate: cfoutput#SESSION.affiliate#/cfoutput
/cfif

This isn't like a demo or somethin'. And I wish I HAD a demo setup, but right 
now it's just the real thing on a real site. :)

Will

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213842
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: My CF Affiliate Program Available for Download

2005-08-05 Thread Michael T. Tangorre
 From: Will Tomlinson [mailto:[EMAIL PROTECTED] 
 How about our clients make US a lot of money :-)
 That too dude! heehee ... They go hand in hand. 

Just thought I'd point that out :-)



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213843
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


What would be the easiest way to write this query?

2005-08-05 Thread Che Vilnonis
It's Friday, we're out of coffee at work  I can't think straight...

I've got a promotions table with start  end dates. I'd like to make sure
that any *new* promotion does not overlap any existing promotion w/in the
database.

Promotion Start Promotion End
1/1/20051/15/2005
1/16/2005   1/31/2005
2/1/20053/31/2005
5/1/20055/31/2005

What would be the easiest way write a query to determine if FORM.PStartDate
and FORM.PEndDate won't overlap an existing query?

TIA, Che


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213844
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Number to String

2005-08-05 Thread Lee
On Thu, 4 Aug 2005 17:24:04 -0400
  Adkins, Randy [EMAIL PROTECTED] wrote:
 Why not:  
 
 cfset vTotalSellPrice = VAL(vCoverCost) + 
VAL(vClickCost) +
 VAL(vBindingCost) + VAL(vPackagingCost)
 


If I'm not mistaken that would take 9,999.00 and return 
9.
The error has stopped happening. I guessing it was a bad 
data thing.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213845
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Open Lazlo vs. Flex

2005-08-05 Thread Ken Ferguson
What Bryan was asking Laszlo for was a collection of example using CF 
with a Laszlo app. None of the demos provide that, so he's asked them to 
work some up and send them out.

Douglas Knudsen wrote:

am I missing something here?
http://www.laszlosystems.com/demos/
all teh demos have source code available.

DK

On 8/4/05, Bryan Stevenson [EMAIL PROTECTED] wrote:
  

For those waiting for Lazlo code samples..well so am Istill no mail
from Lazlo Systems, but they did say they'd need to put together the samples
from parts of the siteso I'll let it slide for now...hehe ;-)

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com








~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213846
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Number to String

2005-08-05 Thread Adkins, Randy
No, I am not sure why you think it would return 9 if the calculated
value is 9,999.00
Without using NumberFormat it would return:  

Here is a test I ran:
CFSET vCoverCost = 1000.00
CFSET vClickCost = 2009.00
CFSET vBindingCost = 3090.00
CFSET vPackagingCost = 4900.00

cfset vTotalSellPrice = VAL(vCoverCost) + VAL(vClickCost) +
VAL(vBindingCost) + VAL(vPackagingCost)

CFOUTPUT
Without formatting: #VTotalSellPrice#BR
With Formatting:
#NumberFormat(VTotalSellPrice,999,999,999.00)#
/CFOUTPUT

Without formatting: 10999
With Formatting: 10,999.00 



-Original Message-
From: Lee [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 05, 2005 9:24 AM
To: CF-Talk
Subject: Re: Number to String

On Thu, 4 Aug 2005 17:24:04 -0400
  Adkins, Randy [EMAIL PROTECTED] wrote:
 Why not:  
 
 cfset vTotalSellPrice = VAL(vCoverCost) +
VAL(vClickCost) +
 VAL(vBindingCost) + VAL(vPackagingCost)
 


If I'm not mistaken that would take 9,999.00 and return 9.
The error has stopped happening. I guessing it was a bad data thing.



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213847
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: What would be the easiest way to write this query?

2005-08-05 Thread S . Isaac Dealey
select count(*) as overlapping from promotions where

enddate = #form.startdate#

and

startdate = #form.enddate#

after running this query the overlapping column should tell you how
many existing promotions overlap the dates provided in the form...


You have, essentially 4 conditions


existing overlaps entire new promotion
|-- overlapping --|
   |-- new --|


new promotion overlaps entire existing promotion
   |-- overlapping --|
|-- new   --|

new promotion overlaps end of existing promotion
|-- overlapping --|
|-- new --|

new promotion overlaps beginning of existing promotion
   |-- overlapping --|
|-- new --|

In all 4 conditions, the startdate of the new promotion is less than
or equal to (^left of) the end date of the existing promotion _and_
the enddate of the new promotion is greater than or equal to (^right
of) the start date of the existing promotion -- hence your 2 filters.


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213848
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: What would be the easiest way to write this query?

2005-08-05 Thread Jochem van Dieten
Che Vilnonis wrote:
 
 Promotion Start   Promotion End
 1/1/2005  1/15/2005
 1/16/2005 1/31/2005
 2/1/2005  3/31/2005
 5/1/2005  5/31/2005
 
 What would be the easiest way write a query to determine if FORM.PStartDate
 and FORM.PEndDate won't overlap an existing query?

The following query will return all overlapping promotions:
SELECT *
FROM table
WHERE (#FORM.PStartDate#, #FORM.PEndDate#) OVERLAPS 
(promotionEnd, promotionStart)

Jochem

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213849
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: What would be the easiest way to write this query?

2005-08-05 Thread Jerry Johnson
Does this work on SQL Server 2000?

On 8/5/05, Jochem van Dieten [EMAIL PROTECTED] wrote:
 The following query will return all overlapping promotions:
 SELECT *
 FROM table
 WHERE (#FORM.PStartDate#, #FORM.PEndDate#) OVERLAPS
 (promotionEnd, promotionStart)

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213850
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What would be the easiest way to write this query?

2005-08-05 Thread Mark A Kruger
Jerry,

Althought overlaps is a reserved word in sql, the operand is not
implemented.  I'm looking for an equivelant now.

-mk

-Original Message-
From: Jerry Johnson [mailto:[EMAIL PROTECTED]
Sent: Friday, August 05, 2005 9:11 AM
To: CF-Talk
Subject: Re: What would be the easiest way to write this query?


Does this work on SQL Server 2000?

On 8/5/05, Jochem van Dieten [EMAIL PROTECTED] wrote:
 The following query will return all overlapping promotions:
 SELECT *
 FROM table
 WHERE (#FORM.PStartDate#, #FORM.PEndDate#) OVERLAPS
 (promotionEnd, promotionStart)



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213851
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: What would be the easiest way to write this query?

2005-08-05 Thread Jochem van Dieten
Jerry Johnson wrote:
 Does this work on SQL Server 2000?

I don't know. Try it and if it doesn't ask Microsoft to implement 
feature F053 of the SQL standard :)

Jochem

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213852
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: What would be the easiest way to write this query?

2005-08-05 Thread Jerry Johnson
I'm sure that is on their list already - right after making Windows
secure and IE standards compliant.



On 8/5/05, Jochem van Dieten [EMAIL PROTECTED] wrote:
 Jerry Johnson wrote:
  Does this work on SQL Server 2000?
 
 I don't know. Try it and if it doesn't ask Microsoft to implement
 feature F053 of the SQL standard :)

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213853
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What would be the easiest way to write this query?

2005-08-05 Thread Che Vilnonis
Mark, let us know what you find. Thanks.

-Original Message-
From: Mark A Kruger [mailto:[EMAIL PROTECTED]
Sent: Friday, August 05, 2005 10:14 AM
To: CF-Talk
Subject: RE: What would be the easiest way to write this query?


Jerry,

Althought overlaps is a reserved word in sql, the operand is not
implemented.  I'm looking for an equivelant now.

-mk

-Original Message-
From: Jerry Johnson [mailto:[EMAIL PROTECTED]
Sent: Friday, August 05, 2005 9:11 AM
To: CF-Talk
Subject: Re: What would be the easiest way to write this query?


Does this work on SQL Server 2000?

On 8/5/05, Jochem van Dieten [EMAIL PROTECTED] wrote:
 The following query will return all overlapping promotions:
 SELECT *
 FROM table
 WHERE (#FORM.PStartDate#, #FORM.PEndDate#) OVERLAPS
 (promotionEnd, promotionStart)





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213854
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: My CF Affiliate Program Available for Download

2005-08-05 Thread Rey Bango
Will,

Thanks for sharing man. Very cool of you.

Is that code in the same .zip that you posted last night or do I need to 
re-download the code?

Rey,,,

Will Tomlinson wrote:
 I had forgotten to include the code that logs the affiliate customer's sale. 
 It's in the zip now in a .txt.
 
 Couple other things ...  
 
 1. The app uses xforms (I love those thangs!), and cfcalendar. 
 
 2. I did setup a field to log a customer's expiration date, but there's no 
 actual code that deletes them once they expire. Easy nuff to do though with 
 some type of scheduled template. 
 
 3. Somethin that'd be really cool to add to this is maybe some cfreports. 
 
 4. There are a few other obvious features that should be added, but this is 
 all my client needed for now, so it's all I put into it. Figured the rest 
 would come later. :)
 
 Thanks,
 Will
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213855
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Fwd: FTP and file permissions

2005-08-05 Thread Scott Brady
Well, it's been a month and we are still having this problem.

Has NO ONE ever heard of an instance where logging in to an ftp server
manually (with the same credentials) allows you to see files in a
directory but CFFTP won't?

Scott

-- Forwarded message --
From: Scott Brady [EMAIL PROTECTED]
Date: Jul 1, 2005 1:19 PM
Subject: FTP and file permissions
To: cf-talk@houseoffusion.com


This is a follow-up to my posts from yesterday.

One of our clients pushes a daily data feed to their FTP server, which
we log in to using a scheduled task in CF and download the file and
process the data feed.

Since we upgraded to CF7, it appears that CF's FTP connection can't
see that file (neither a directory listing nor a File Exists can
seee it).  If I manually log into the FTP server (using the exact same
username and password), I'm able to see the file.  If I then copy the
file to some other name, CF can now see the new file. If I delete the
original and rename the copy back to the original's name, CF can now
see the file under the original name.

To me, this sounds like some weird permissions issue, but why would I
be able to see the file when manually FTP-ing in with the same exact
credentials?

Any ideas?

Scott

-- 
-
Scott Brady
http://www.scottbrady.net/

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213856
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


XML Form question

2005-08-05 Thread Matt Osbun
I've recently begun updating one of our web apps- adding some new
features, improving the coding style, and taking advantage of some of
the new CF7 features.

One form was laid out in a nested-table layout, with HTML and CFM
controls mixed in.  I rewrote it using a CF7 XML format with cfformgroup
tags, and execution time went through the roof.  I rewrote the queries
on the page to use cached results, and managed to get execution time
down to about 11000 ms, on average, according to the debug information.

I changed the format back to HTML, and execution time sank to about 250
ms.

I chopped the form down to a very bare-bones layout, but the execution
time increace was roughly the same.

Now, there's nothing requiring me to use an XML format here, so I'll
likely switch to HTML and replace the table layout with DIV's.  The
Label attribute of cfinput and cfformgroup are convieniences, to be
sure, but not requirements.  I'm just curious to see if anyone else has
seen this.  Is this normal, or is there likely a misconfiguration on my
server?  I'd expect a performance hit using XML format versus HTML, but
the scale I'm seeing seems a bit excessive.


Matt Osbun
Web Developer
Health Systems, International


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213857
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What would be the easiest way to write this query?

2005-08-05 Thread S . Isaac Dealey
 Jerry,

 Althought overlaps is a reserved word in sql, the
 operand is not
 implemented.  I'm looking for an equivelant now.

Here's a place where Jochem provided a little more info about it:

http://archives.postgresql.org/pgsql-hackers/2005-05/msg01453.php

:)

I didn't know about it... if it doesn't work, with any given database,
however, it appears to just be a shortcut way of writing

where a.startdate  b.enddate and a.enddate = b.startdate

which is the nearly identical to what I posted - the only difference
is that with overlaps you'll get false if the startdate of a is
exactly the same as the enddate of b... (that is, they sed  instead
of =).

good to know it's there tho... I imagine it's easier for a lot of
folks to use...


 -Original Message-
 From: Jerry Johnson [mailto:[EMAIL PROTECTED]
 Sent: Friday, August 05, 2005 9:11 AM
 To: CF-Talk
 Subject: Re: What would be the easiest way to write this
 query?

 Does this work on SQL Server 2000?

 On 8/5/05, Jochem van Dieten [EMAIL PROTECTED]
 wrote:
 The following query will return all overlapping
 promotions:
 SELECT *
 FROM table
 WHERE (#FORM.PStartDate#, #FORM.PEndDate#) OVERLAPS
 (promotionEnd, promotionStart)


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213858
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


OT: Browser Compatibility.

2005-08-05 Thread Jeff W
What does everyone use to test browser compatibility, visually? 

Short of having a number of PC's/Macs running numerous operating systems and 
different browsers or going by a text chart with different browsers and 
versions incompatibilities, is there another way? I built a nice dynamic 
tabbed menuing system that I want to make sure looks ok on older browsers. I 
have the usuals loaded up IE.6, Firefox, netscape 6.1, netscape 8. My 
validation check says theres incompatibilities with Netscape 6.0. which I 
don't have and I know alot of people also use AOL as well, outside of 
getting an AOL account, how do you go about testing those browsers?

Thanks.
Jeff


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213859
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: XML Form question

2005-08-05 Thread Michael T. Tangorre
Matt,

I converted a rather large form from plain jane XHTML to a flash form and
the page took about 4 years to load. Nothing to tricky either 22 form
elements, 9 of which were select boxes being populated with from cached
queries (average recordset was about 10 records). I was asked to change it
back.



 From: Matt Osbun [mailto:[EMAIL PROTECTED] 
 I've recently begun updating one of our web apps- adding some 
 new features, improving the coding style, and taking 
 advantage of some of the new CF7 features.
 
 One form was laid out in a nested-table layout, with HTML and 
 CFM controls mixed in.  I rewrote it using a CF7 XML format 
 with cfformgroup tags, and execution time went through the 
 roof.  I rewrote the queries on the page to use cached 
 results, and managed to get execution time down to about 
 11000 ms, on average, according to the debug information.
 
 I changed the format back to HTML, and execution time sank to 
 about 250 ms.
 
 I chopped the form down to a very bare-bones layout, but the 
 execution time increace was roughly the same.
 
 Now, there's nothing requiring me to use an XML format here, 
 so I'll likely switch to HTML and replace the table layout 
 with DIV's.  The Label attribute of cfinput and cfformgroup 
 are convieniences, to be sure, but not requirements.  I'm 
 just curious to see if anyone else has seen this.  Is this 
 normal, or is there likely a misconfiguration on my server?  
 I'd expect a performance hit using XML format versus HTML, 
 but the scale I'm seeing seems a bit excessive.



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213860
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Securing Flash Gateways

2005-08-05 Thread Kevin Aebig
I've built quite a few secured remoting apps and other than using the CF
roles authentication with Flash, the only other thing we use is SSL.

It would be great if CF had WS-Security...

Cheers,

Kevin

-Original Message-
From: Gavin Brook [mailto:[EMAIL PROTECTED] 
Sent: August 5, 2005 3:40 AM
To: CF-Talk
Subject: Securing Flash Gateways

Hi All,

  I'm currently designing an application that will utilise a Flash
frontend and talk to a CFMX7 Flash gateway for performing business
logic. This connection needs to be secure and the users authenticated
via the business objects. I am familiar with how to perform the
authentication and I've read a few articles on security.

  I was wondering if anyone has any suggestions or experiences with
securing this process both at the application and request levels. Any
tips will be greatly appreciated.

Thanks,

Gavin



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213861
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: FTP and file permissions

2005-08-05 Thread Dharmendar Kumar
Try turning off/on passive mode.


-Original Message-
From: Scott Brady [mailto:[EMAIL PROTECTED]
Sent: Friday, August 05, 2005 10:36 AM
To: CF-Talk
Subject: Fwd: FTP and file permissions


Well, it's been a month and we are still having this problem.

Has NO ONE ever heard of an instance where logging in to an ftp server
manually (with the same credentials) allows you to see files in a
directory but CFFTP won't?

Scott

-- Forwarded message --
From: Scott Brady [EMAIL PROTECTED]
Date: Jul 1, 2005 1:19 PM
Subject: FTP and file permissions
To: cf-talk@houseoffusion.com


This is a follow-up to my posts from yesterday.

One of our clients pushes a daily data feed to their FTP server, which
we log in to using a scheduled task in CF and download the file and
process the data feed.

Since we upgraded to CF7, it appears that CF's FTP connection can't
see that file (neither a directory listing nor a File Exists can
seee it).  If I manually log into the FTP server (using the exact same
username and password), I'm able to see the file.  If I then copy the
file to some other name, CF can now see the new file. If I delete the
original and rename the copy back to the original's name, CF can now
see the file under the original name.

To me, this sounds like some weird permissions issue, but why would I
be able to see the file when manually FTP-ing in with the same exact
credentials?

Any ideas?

Scott

-- 
-
Scott Brady
http://www.scottbrady.net/



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213862
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Browser Compatibility.

2005-08-05 Thread Sandy Clark
Try Browser Photo http://www.netmechanic.com/browser-index.htm 

-Original Message-
From: Jeff W [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 05, 2005 10:53 AM
To: CF-Talk
Subject: OT: Browser Compatibility.

What does everyone use to test browser compatibility, visually? 

Short of having a number of PC's/Macs running numerous operating systems and
different browsers or going by a text chart with different browsers and
versions incompatibilities, is there another way? I built a nice dynamic
tabbed menuing system that I want to make sure looks ok on older browsers. I
have the usuals loaded up IE.6, Firefox, netscape 6.1, netscape 8. My
validation check says theres incompatibilities with Netscape 6.0. which I
don't have and I know alot of people also use AOL as well, outside of
getting an AOL account, how do you go about testing those browsers?

Thanks.
Jeff




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213863
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: XML Form question

2005-08-05 Thread Matt Osbun
  I'm seeing a lot of that with Flash forms.  

  I admit that when I started using CF7, I was like a kid in a candy
store with Flash forms, and started converting darn near all of them to
Flash.  People were pretty impressed at first, until the load times
started to get problematic.  I think the only form I didn't convert back
is an accordian form on our Intranet that displays various company info-
birthdays, hire date anniversaries, company holidays, etc.

  I was surprised to see this kind of execution time increace with
Xforms, though.

Matt Osbun
Web Developer
Health Systems, International



-Original Message-
From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 05, 2005 9:53 AM
To: CF-Talk
Subject: RE: XML Form question


Matt,

I converted a rather large form from plain jane XHTML to a flash form
and
the page took about 4 years to load. Nothing to tricky either 22
form
elements, 9 of which were select boxes being populated with from cached
queries (average recordset was about 10 records). I was asked to change
it
back.



 From: Matt Osbun [mailto:[EMAIL PROTECTED] 
 I've recently begun updating one of our web apps- adding some 
 new features, improving the coding style, and taking 
 advantage of some of the new CF7 features.
 
 One form was laid out in a nested-table layout, with HTML and 
 CFM controls mixed in.  I rewrote it using a CF7 XML format 
 with cfformgroup tags, and execution time went through the 
 roof.  I rewrote the queries on the page to use cached 
 results, and managed to get execution time down to about 
 11000 ms, on average, according to the debug information.
 
 I changed the format back to HTML, and execution time sank to 
 about 250 ms.
 
 I chopped the form down to a very bare-bones layout, but the 
 execution time increace was roughly the same.
 
 Now, there's nothing requiring me to use an XML format here, 
 so I'll likely switch to HTML and replace the table layout 
 with DIV's.  The Label attribute of cfinput and cfformgroup 
 are convieniences, to be sure, but not requirements.  I'm 
 just curious to see if anyone else has seen this.  Is this 
 normal, or is there likely a misconfiguration on my server?  
 I'd expect a performance hit using XML format versus HTML, 
 but the scale I'm seeing seems a bit excessive.





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213864
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: PDF Creation - just a quickie

2005-08-05 Thread Bryan Stevenson
 OK,

 Sorry to start this one again, but hopefully I will get info I need. I am
 looking to create a custom PDF solution with something like iText but 
 wanted
 to know what other tools are there which people are using?

 NOTE: I know CF7 has basic PDF creation - so don't bother posting - CF7
 does it out of the box etc

and sorry to sound like a broken recordbut use iTextit works fast 
and is easy to use once you play with it a bit ;-)

I honestly couldn't see using anything elseand especially not something 
commercial as iText is free.been running on one client's site for over a 
year now with ZERO problems.

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213865
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: My CF Affiliate Program Available for Download

2005-08-05 Thread Bryan Stevenson
 Aff. programs have the potential to make your clients ALOTTA $$$!
 
 :)
 
 Will

If your clients sell Viagra and Cialis ;-)

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213866
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Browser Compatibility.

2005-08-05 Thread Bryan Stevenson
Browsercam.com

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213867
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: XML Form question

2005-08-05 Thread Michael T. Tangorre
I am interested to see if some MM people have some ideas as to why the
execution times are so dramatically higher. If this is not a configuration
issue I would be reluctant to use them for larger forms.

Mike


 From: Matt Osbun [mailto:[EMAIL PROTECTED] 
 I was surprised to see this kind of execution time increace 
 with Xforms, though.
 Matt Osbun



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213868
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Open Lazlo vs. Flex

2005-08-05 Thread Bryan Stevenson
 What Bryan was asking Laszlo for was a collection of example using CF 
 with a Laszlo app. None of the demos provide that, so he's asked them to 
 work some up and send them out.

Thanks Kenand yes...I'm still waitinganybody...Bueller!! ;-)

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213869
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Browser Compatibility.

2005-08-05 Thread Damien McKenna
 Browsercam.com

A neat idea, but it has to be mentioned that for the price you can get
an old Mac to run OSX and an extra HD to install a variety of other OSes
in your PC to have this selection any time you need.  Or just buy one of
the virtual PC things.

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include stdjoke.h


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213870
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: Browser Compatibility.

2005-08-05 Thread Chris Peters
Although it doesn't cover stuff like AOL browsers and lacks in some areas (IE 5 
vs. IE 5.5), I'd suggest seeing if BrowserCam handles at least some of what 
you're looking for.

www.browsercam.com

You can take screenshots using a wide array of browsers and OSes, and they also 
offer a service where you can VNC into the machines themselves to actually 
_use_ the browsers on the different OSes (great to see how JavaScript, etc. 
runs).

- Chris Peters
  www.chrispetersweb.com

What does everyone use to test browser compatibility, visually? 

Short of having a number of PC's/Macs running numerous operating systems and 
different browsers or going by a text chart with different browsers and 
versions incompatibilities, is there another way? I built a nice dynamic 
tabbed menuing system that I want to make sure looks ok on older browsers. I 
have the usuals loaded up IE.6, Firefox, netscape 6.1, netscape 8. My 
validation check says theres incompatibilities with Netscape 6.0. which I 
don't have and I know alot of people also use AOL as well, outside of 
getting an AOL account, how do you go about testing those browsers?

Thanks.
Jeff

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213871
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: PDF Creation - just a quickie

2005-08-05 Thread Robertson-Ravo, Neil (RX)
I am leaning toward iText...



-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
Sent: 05 August 2005 16:09
To: CF-Talk
Subject: Re: PDF Creation - just a quickie

 OK,

 Sorry to start this one again, but hopefully I will get info I need. I am
 looking to create a custom PDF solution with something like iText but 
 wanted
 to know what other tools are there which people are using?

 NOTE: I know CF7 has basic PDF creation - so don't bother posting - CF7
 does it out of the box etc

and sorry to sound like a broken recordbut use iTextit works fast 
and is easy to use once you play with it a bit ;-)

I honestly couldn't see using anything elseand especially not something 
commercial as iText is free.been running on one client's site for over a

year now with ZERO problems.

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213872
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: PDF Creation - just a quickie

2005-08-05 Thread Bryan Stevenson
I am leaning toward iText...

.just a little further until ya tip over ;-)

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213873
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Using JasperReports with CFMX 6.1 to generate PDF reports

2005-08-05 Thread Rick Root
Just in case anyone searches the cf-talk mailing list for jasperReports 
information, I recently resurrected my blog entry at Charlie Arehart's 
request about using jasperReports with CFMX 6.1 (and it probably applies 
to Bluedragon too, with some changes)

The link I posted to my blog entry last year no longer works, as I 
switched from Moveable Type and didn't bother to move the old blog entries.

Anyway, here's the link:

http://www.rickroot.com/blog/1/2004/05/Using-JasperReports-with-Coldfusion-MX-61.cfm

Obviously, if you're running Coldfusion MX 7.0, you don't care, since 
CFMX 7.0 has jasperReports built in in a much more user friendly manner.

Rick


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213874
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: filtering results based on url variables

2005-08-05 Thread Cameron Johnson
In case anyone is interested, or if someone digs into the archives for this 
topic, a friend helped me work out a javascript solution.

The function basics are:

InvalidTag 
var urlfield= 'cfoutput#url.field#/cfoutput;

function filter(param, value) { 
switch (param) { 
case 'field' : urlfield = value; break; 
}
location.href=page.cfm?field= + urlfield;
}
/script

The links on the page are:
a href=## onclick=filter('field', 'value1'); return false;value1/a

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213875
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: FTP and file permissions

2005-08-05 Thread Scott Brady
On 8/5/05, Dharmendar Kumar  wrote:
 Try turning off/on passive mode.

Thanks for the suggestion.  

Unfortunately, that had no effect.

Scott
-- 
-
Scott Brady
http://www.scottbrady.net/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213876
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


build table loop

2005-08-05 Thread Wade Pettenger
Hello,

I'm trying to build a simple table based on Units and Chapters, where the 
number of Units will vary, and where Units can contain a variable number of 
chapters, chapters increment from 1 to the total number. The table will 
eventually pull in additional data, but I thought I'd start small.

For example

Unit1   Chapter1
Chapter2
Unit2   Chapter3
Unit3   Chapter4
Chapter5
Chapter6
Unit4   Chapter7

My difficulty seems to be how to get the chapters to increment when I try 
nested loops. I've been banging my head a while, and this is as close as I've 
gotten.

!--- Set Variables for Course Structure, key values are number of chapters in 
each Unit---
cfset Unit=StructNew()
cfset Unit.Unit1=1
cfset Unit.Unit2=3
cfset Unit.Unit3=5
cfset Unit.Unit4=2
cfset Unit.Unit5=2

!--- Set up Loop for adding total chapters. unitNumber = number of chapters in 
course. ---
cfset Units=StructCount(Unit)
cfset unitNumber = 0
cfloop index=i From=1 To = #Units#
cfset count=StructFind(Unit, Unit#i#)
cfset unitNumber = #UnitNumber# + count
/cfloop


cfoutput
table
tr
th
Unit Number
/th
th
Chapter Number
/th
td
/tr
cfloop from=1 to=#Units# index=i
tr

td
a href=Unit#i#.cfmUnit#i#/a
/td
td
a href=Chapter#i#.cfmChapter #i#/a
/td
/tr
cfif StructFind(Unit, Unit#i#) GT 1
cfset chapterNumber = i
cfset count=StructFind(Unit, Unit#i#)-1
cfloop from=1 to = #count# index=j
cfset chapterNumber=1+chapterNumber
tr
td

/td
td
a 
href=Chapter#chapterNumber#.cfmChapter#chapterNumber#/a
/td
/tr
/cfloop
/cfif 
tr
td

/td
/tr
/cfloop
/table
/cfoutput
  
Thanks,

Wade Pettenger

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213877
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: build table loop

2005-08-05 Thread Charlie Griefer
why not just use the GROUP attribute of the cfoutput tag?

http://tutorial150.easycfm.com/

On 8/5/05, Wade Pettenger [EMAIL PROTECTED] wrote:
 Hello,
 
 I'm trying to build a simple table based on Units and Chapters, where the 
 number of Units will vary, and where Units can contain a variable number of 
 chapters, chapters increment from 1 to the total number. The table will 
 eventually pull in additional data, but I thought I'd start small.
 
 For example
 
 Unit1   Chapter1
 Chapter2
 Unit2   Chapter3
 Unit3   Chapter4
 Chapter5
 Chapter6
 Unit4   Chapter7
 
 My difficulty seems to be how to get the chapters to increment when I try 
 nested loops. I've been banging my head a while, and this is as close as I've 
 gotten.
 
 !--- Set Variables for Course Structure, key values are number of chapters 
 in each Unit---
 cfset Unit=StructNew()
 cfset Unit.Unit1=1
 cfset Unit.Unit2=3
 cfset Unit.Unit3=5
 cfset Unit.Unit4=2
 cfset Unit.Unit5=2
 
 !--- Set up Loop for adding total chapters. unitNumber = number of chapters 
 in course. ---
 cfset Units=StructCount(Unit)
 cfset unitNumber = 0
 cfloop index=i From=1 To = #Units#
 cfset count=StructFind(Unit, Unit#i#)
 cfset unitNumber = #UnitNumber# + count
 /cfloop
 
 
 cfoutput
 table
 tr
 th
 Unit Number
 /th
 th
 Chapter Number
 /th
 td
 /tr
 cfloop from=1 to=#Units# index=i
 tr
 
 td
 a href=Unit#i#.cfmUnit#i#/a
 /td
 td
 a href=Chapter#i#.cfmChapter #i#/a
 /td
 /tr
 cfif StructFind(Unit, Unit#i#) GT 1
 cfset chapterNumber = i
 cfset count=StructFind(Unit, Unit#i#)-1
 cfloop from=1 to = #count# index=j
 cfset chapterNumber=1+chapterNumber
 tr
 td
 
 /td
 td
 a 
 href=Chapter#chapterNumber#.cfmChapter#chapterNumber#/a
 /td
 /tr
 /cfloop
 /cfif
 tr
 td
 
 /td
 /tr
 /cfloop
 /table
 /cfoutput
 
 Thanks,
 
 Wade Pettenger
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213878
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Browser Compatibility.

2005-08-05 Thread Damien McKenna
 A neat idea, but it has to be mentioned that for the price you can
 get an old Mac to run OSX and an extra HD to install a variety of 
 other OSes in your PC to have this selection any time you need.

Speaking of which, while installing a new DVD burner (LG GSA-4163) in my
PC at work I also snagged a 40gig HD so I've got space to install Linux
to do just this.  I'm also going to relegate our Mac to web browser
compatibility test box status, I just need to get ahold of OSX 10.4
first.

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include stdjoke.h

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213879
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


web service: restricting possible values

2005-08-05 Thread Dharmendar Kumar
Using CF web services, is it even possible to restrict the values in an
element. The WSDL spec says I can use a restriction base and
enumeration's to define the possible values. Something like this:
 
 s:simpleType name=CheckEmailResult
s:restriction base=s:string
  s:enumeration value=Valid / 
  s:enumeration value=InvalidUser / 
  s:enumeration value=InvalidAddress / 
  s:enumeration value=InvalidServer / 
  s:enumeration value=Error / 
/s:restriction
/s:simpleType
 
 
   Is this even possible in ColdFusion?
Thanks,
DK
 
 
 
 





== See forgotten passwords befind  asterisks: www.SeePassword.com 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213880
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Query Problem - Brain Cloud

2005-08-05 Thread Doug Bedient
CAN YOU FIIP/FLOP VARIABLES AND DATA IN CF?

This works in the SQL Query Analyzer. Is there a way to switch it to CF? When I 
run it I get the following error.

[SQLServer JDBC Driver][SQLServer]Invalid column name 'DateFrom'.

Because DateFrom is a passed variable.

Select * RENTALS r
Where NOT EXISTS ( Select 1 From PROPERTYCALENDAR p 
 Where unitCode = r.selectUnit
  And (@DateFrom BETWEEN arrivalDate AND arrivalDate + nights
  Or @DateTo BETWEEN arrivalDate AND arrivalDate + nights))

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213881
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


JRun Connector Protocol Error (re-post)

2005-08-05 Thread Charles Polisher
Dear all,

We've been getting a JRun Connector Protocol Error
screen instead of the expected webpages, intermittently, with
some interesting log entries. I've found nothing helpful on 
JRun Connector Protocol Error, and nothing to match the log entries.
This is CFMX6.1 with update.  Is it even a ColdFusion problem? Help!


From C:\CFusionMX\logs\application.log:

Error,jrpp-136,08/04/05,09:45:41,IMA,
Error Executing Database Query.[Macromedia]
[SequeLink JDBC Driver]Internal network error, connection closed.
The specific sequence of files included or processed is: 
D:\_USN\IMA-NEW\I.M.A.(splashPage).cfm 

And from C:\CFusionMX\runtime\logs\default-event.log :

08/03 14:20:58 error Connection reset
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:168)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:222)
at java.io.BufferedInputStream.read(BufferedInputStream.java:277)
at jrun.servlet.jrpp.ProxyEndpoint.readFully(ProxyEndpoint.java:530)
at jrun.servlet.jrpp.ProxyEndpoint.readFully(ProxyEndpoint.java:522)
at jrun.servlet.jrpp.ProxyEndpoint.readInt(ProxyEndpoint.java:540)
at jrun.servlet.jrpp.ProxyEndpoint.readRequest(ProxyEndpoint.java:229)
at 
jrun.servlet.jrpp.JRunProxyService.swapRunnable(JRunProxyService.java:144)
at 
jrunx.scheduler.ThreadPool$DownstreamMetrics.swapRunnable(ThreadPool.java:320)
at 
jrunx.scheduler.ThreadPool$ThreadThrottle.swapRunnable(ThreadPool.java:433)
at 
jrunx.scheduler.ThreadPool$UpstreamMetrics.swapRunnable(ThreadPool.java:280)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:76)

08/03 15:44:02 error Software caused connection abort: recv failed
java.net.SocketException: Software caused connection abort: recv failed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:222)
at java.io.BufferedInputStream.read(BufferedInputStream.java:277)
at jrun.servlet.jrpp.ProxyEndpoint.readFully(ProxyEndpoint.java:530)
at jrun.servlet.jrpp.ProxyEndpoint.readFully(ProxyEndpoint.java:522)
at jrun.servlet.jrpp.ProxyEndpoint.readInt(ProxyEndpoint.java:540)
at jrun.servlet.jrpp.ProxyEndpoint.readRequest(ProxyEndpoint.java:229)
at 
jrun.servlet.jrpp.JRunProxyService.swapRunnable(JRunProxyService.java:144)
at 
jrunx.scheduler.ThreadPool$DownstreamMetrics.swapRunnable(ThreadPool.java:320)
at 
jrunx.scheduler.ThreadPool$ThreadThrottle.swapRunnable(ThreadPool.java:433)
at 
jrunx.scheduler.ThreadPool$UpstreamMetrics.swapRunnable(ThreadPool.java:280)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:76)

TIA,
Charles Polisher

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213882
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Safe HTML display of user-entered text

2005-08-05 Thread Dave Watts
I'm going through old emails I hadn't read, sorry it's taken so long to
respond.

 On Thu, 3 Mar 2005 16:07:05 -0500, Mike Chabot 
 [EMAIL PROTECTED] wrote:
  I am saying that if the user tries to enter b tags to make text
  bold, he is going to be disappointed because the HtmlEditFormat tag
  basically wipes out all HTML.
  
  If I wanted to allow limited HTML, I would have to scan the 
  string for all potentially dangerous tags, which I belive would 
  be less efficient than applying the HtmlEditFormat function.

 If CFMX 7 is an option for you, check out the new scriptProtect=
 attribute of cfapplication which makes URL and form data safe from
 cross-site scripting attacks but still allows HTML input.

It's worth pointing out that SCRIPTPROTECT, by default, finds only a few
potential XSS exploit string patterns. You can customize these patterns by
editing the appropriate XML configuration file, but I think it's a losing
battle, since there can be so much variety in XSS exploits.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213883
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: FTP and file permissions

2005-08-05 Thread Charles Polisher
Scott Brady wrote:
 On 8/5/05, Dharmendar Kumar  wrote:
  Try turning off/on passive mode.
 
 Thanks for the suggestion.  
 
 Unfortunately, that had no effect.
 
 Scott

Do you have access to the ftp log on the remote site?
What does it show? What OS are you using on each end?

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213884
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Safe HTML display of user-entered text

2005-08-05 Thread Barney Boisvert
Another to this problem is to use a non-HTML markup languages like
BBML or something.   Then there's no posibility for evil, but you do
need a BBML parser (though I know at least one CFML implementation
exists).

Another route would be to explicitly allow stuff you DO want, rather
than denying everything you DON't want.  I.e. take the string, add
non-HTML markers for the tags you want to keep, replace all the other
tags, and then re-HTML-ize the tags to keep:

cfset string = REreplace(string, (/)b, [\1b], all) /
cfset string = REreplace(string, /?[a-zA-Z][^]*, , all) /
cfset string = REreplace(string, [(/)b], \1b, all) /

On 8/5/05, Dave Watts [EMAIL PROTECTED] wrote:
 I'm going through old emails I hadn't read, sorry it's taken so long to
 respond.
 
  On Thu, 3 Mar 2005 16:07:05 -0500, Mike Chabot
  [EMAIL PROTECTED] wrote:
   I am saying that if the user tries to enter b tags to make text
   bold, he is going to be disappointed because the HtmlEditFormat tag
   basically wipes out all HTML.
  
   If I wanted to allow limited HTML, I would have to scan the
   string for all potentially dangerous tags, which I belive would
   be less efficient than applying the HtmlEditFormat function.
 
  If CFMX 7 is an option for you, check out the new scriptProtect=
  attribute of cfapplication which makes URL and form data safe from
  cross-site scripting attacks but still allows HTML input.
 
 It's worth pointing out that SCRIPTPROTECT, by default, finds only a few
 potential XSS exploit string patterns. You can customize these patterns by
 editing the appropriate XML configuration file, but I think it's a losing
 battle, since there can be so much variety in XSS exploits.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 

-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213885
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Client Cookie Expiration

2005-08-05 Thread Dave Watts
I'm going through old emails I hadn't read, sorry it's taken so long to
respond.

 How do you control the EXPIRES attribute of the client cookie 
 (i.e. which is enabled via CFAPPLICATION 
 SETCLIENTCOOKIES=YES ... and contains the CFID and 
 CFTOKEN)?  Mine appear to have expirations far into the 
 future, but I don't want them to persist beyond the session.  
 
 I poked around in the Administrator and did not find anything...

You will have to set these yourself. You can do this by disabling cookies
within your CFAPPLICATION tag or Application.cfc, then setting the cookies
manually using the values from the Client or Session scope (depending on
which you're using):

cfapplication ... setclientcookies=no

cfif not IsDefined(Cookie.CFID)
cfcookie name=CFID value=#Session.CFID# expires=...
cfcookie name=CFTOKEN value=#Session.CFTOKEN# expires=...
/cfif

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213886
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: OT - Security Of Sensitive Data

2005-08-05 Thread Dave Watts
 This MAY be more a hosting question, but I am looking into how I can
 best share sensitive PATIENT information over the internet to our
 nursing staff out in the field.
 
 We have a CrystalTech shared hosting account, and have the typical SSL
 directory available to us. I can even go so far as to ONLY store
 information like Client Number instead of identifying information like
 name, etc. I would simply provide the nursing staff with a physical
 listing of patient and ID numbers.
 
 My question becomes, since we are on a shared server, what 
 real security do I have, even with an SSL directory available to me? 
 And, when it comes to CF, what are my options to maximize security 
 under my less-than-ideal environment? Am I asking too much?

I would be very surprised if any shared hosting environment was secure
enough to meet HIPAA requirements.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213887
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Safe HTML display of user-entered text

2005-08-05 Thread Rick Root
The two ways I've handled this in the past:

#1 - use BBML.  CFMBB (www.cfmbb.org) includes a parseBBML udf that I 
converted from a custom tag written by the dude who runs the depressed 
press.  The nice thing about the BBML parser is that it someone uses a 
[b] but not [/b], then the opening bold tag is not printed.

#1 - use a tagStripper UDF.  I use one that I wrote as a custom tag 
about 6 years ago that I converted to a UDF, and it is also included in 
cfmbb and blogcfm.  It strips all html tags, optionally allowing 
specified tags.

ie

cfset results = tagStripper(results,b,i,strong,em)

would strip out all the tags except those specified.

I don't think the tagStripper UDF I wrote is published anywhere but you 
can rip it out of the cfmbb or blogcfm downloads if you want it.

Rick


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213888
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Safe HTML display of user-entered text

2005-08-05 Thread Dave Watts
I'm going through old emails I hadn't read, sorry it's taken so long to
respond.

 On Thu, 3 Mar 2005 16:07:05 -0500, Mike Chabot 
 [EMAIL PROTECTED] wrote:
  I am saying that if the user tries to enter b tags to make text
  bold, he is going to be disappointed because the HtmlEditFormat tag
  basically wipes out all HTML.
  
  If I wanted to allow limited HTML, I would have to scan the 
  string for all potentially dangerous tags, which I belive would 
  be less efficient than applying the HtmlEditFormat function.

 If CFMX 7 is an option for you, check out the new scriptProtect=
 attribute of cfapplication which makes URL and form data safe from
 cross-site scripting attacks but still allows HTML input.

It's worth pointing out that SCRIPTPROTECT, by default, finds only a few
potential XSS exploit string patterns. You can customize these patterns by
editing the appropriate XML configuration file, but I think it's a losing
battle, since there can be so much variety in XSS exploits.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213889
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Client Cookie Expiration

2005-08-05 Thread Dave Watts
I'm going through old emails I hadn't read, sorry it's taken so long to
respond.

 How do you control the EXPIRES attribute of the client cookie 
 (i.e. which is enabled via CFAPPLICATION 
 SETCLIENTCOOKIES=YES ... and contains the CFID and 
 CFTOKEN)?  Mine appear to have expirations far into the 
 future, but I don't want them to persist beyond the session.  
 
 I poked around in the Administrator and did not find anything...

You will have to set these yourself. You can do this by disabling cookies
within your CFAPPLICATION tag or Application.cfc, then setting the cookies
manually using the values from the Client or Session scope (depending on
which you're using):

cfapplication ... setclientcookies=no

cfif not IsDefined(Cookie.CFID)
cfcookie name=CFID value=#Session.CFID# expires=...
cfcookie name=CFTOKEN value=#Session.CFTOKEN# expires=...
/cfif

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213890
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: OT - Security Of Sensitive Data

2005-08-05 Thread Dave Watts
 This MAY be more a hosting question, but I am looking into how I can
 best share sensitive PATIENT information over the internet to our
 nursing staff out in the field.
 
 We have a CrystalTech shared hosting account, and have the typical SSL
 directory available to us. I can even go so far as to ONLY store
 information like Client Number instead of identifying information like
 name, etc. I would simply provide the nursing staff with a physical
 listing of patient and ID numbers.
 
 My question becomes, since we are on a shared server, what 
 real security do I have, even with an SSL directory available to me? 
 And, when it comes to CF, what are my options to maximize security 
 under my less-than-ideal environment? Am I asking too much?

I would be very surprised if any shared hosting environment was secure
enough to meet HIPAA requirements.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213891
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: FTP and file permissions

2005-08-05 Thread Scott Brady
On 8/5/05, Charles Polisher  wrote:
 Do you have access to the ftp log on the remote site?
 What does it show? What OS are you using on each end?

We don't have access to the ftp logs on the remote site (it's a fairly
locked down server for a Fortune 500 company, so we're just lucky to
be on there at all :) ).

I might be able to have them check the logs on their end, but I doubt it.

The CF OS is Windows 2003.

I don't know exactly what the remote OS is, but I assume it's a
*nix-based OS, because I have to use ls to view the directory when
I'm manually logging in.

Scott

-- 
-
Scott Brady
http://www.scottbrady.net/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213892
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFMail and sendmail problems

2005-08-05 Thread Charles Polisher
Dave Phipps wrote:
 Hi,
 
 I wonder if anyone can help - I have an email system that I have just
 pushed into testing and I noticed that some messages are not being sent.
 
 I have narrowed the problem down to the format of the email addresses.
 
 I am trying to use the following format:
 
 firstname lastname [EMAIL PROTECTED]
 
 So for me this would be:
 
 Dave Phipps [EMAIL PROTECTED]
 
 The message does not get sent and I get the following in the mail.log:
 
  555 5.5.4 Phipps parameter unrecognized
 
 I think this is a sendmail error but I can't seem to fix the problem.
 
 I have tried the usual:
 
 cfmail to=Dave Phipps [EMAIL PROTECTED]...
 
 which has worked on other apps running on the same server but I am stuck.
 
 What format do I need to use for cfmail to be able send mail using
 sendmail (linux)?
 
 Any help would be really appreciated as I really need to get this thing
 live asap.
 
 Cheers,
 
 Dave

Try running sendmail in verbose mode. Run something like:
 /usr/lib/sendmail -v [EMAIL PROTECTED]  somefiletosend
where somefiletosend is some text file to use as the message body.
You ought to be able to see something like this:

220 presper.chasmology.org ESMTP Sendmail 8.12.7/8.12.7/SuSE Linux 0.6; Fri, 5 
Aug 2005 10:50:18 -0700
 EHLO presper.chasmology.org
250-presper.chasmology.org Hello localhost [127.0.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-AUTH plain digest-md5 cram-md5
250-DELIVERBY
250 HELP
 MAIL From:[EMAIL PROTECTED] SIZE=56 [EMAIL PROTECTED]
250 2.1.0 [EMAIL PROTECTED]... Sender ok
 RCPT To:[EMAIL PROTECTED]
 DATA
250 2.1.5 [EMAIL PROTECTED]... Recipient ok
354 Enter mail, end with . on a line by itself
 .
250 2.0.0 j75HoIKe021317 Message accepted for delivery
[EMAIL PROTECTED] Sent (j75HoIKe021317 Message accepted for delivery)
Closing connection to [127.0.0.1]
 QUIT
221 2.0.0 presper.chasmology.org closing connection
 
Post whatever you get.


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213893
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: FTP and file permissions

2005-08-05 Thread Charles Polisher
Scott Brady wrote:
 On 8/5/05, Charles Polisher  wrote:
  Do you have access to the ftp log on the remote site?
  What does it show? What OS are you using on each end?
 
 We don't have access to the ftp logs on the remote site (it's a fairly
 locked down server for a Fortune 500 company, so we're just lucky to
 be on there at all :) ).
 
 I might be able to have them check the logs on their end, but I doubt it.
 
 The CF OS is Windows 2003.
 
 I don't know exactly what the remote OS is, but I assume it's a
 *nix-based OS, because I have to use ls to view the directory when
 I'm manually logging in.
 
 Scott

Is there anything unusual about the filenames you're using,
any departure from straight 8.3 notation, all alphanumeric?



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213894
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: cftransaction... it wasnt safe?

2005-08-05 Thread Dave Watts
I'm going through old emails I hadn't read, sorry it's taken so long to
respond.

 There are rules for passwords, and no spaces be one of mine. I
 figure if Microsoft can tell me that Backup 2/15/2005.zip is an
 illegal file name, then I can tell someone that my dog has$$fleas   
 is an illegal password.

I wouldn't hold that up as a great justification, myself. I would recommend
that you allow spaces in passwords (although you might require that the
first and last characters be something other than spaces) if for no other
reason than to encourage the use of pass phrases.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213895
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: FTP and file permissions

2005-08-05 Thread Dave Watts
 Well, it's been a month and we are still having this problem.
 
 Has NO ONE ever heard of an instance where logging in to an ftp 
 server manually (with the same credentials) allows you to see files 
 in a directory but CFFTP won't?

I suggest you use a packet sniffer to capture a manual FTP session and a
CFFTP session, and see what's different.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213896
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFflie and multiple uploads

2005-08-05 Thread SStewart
Can cffile accept multiple uploads? I'm building an upload widget and one of 
the features is the ability to upload more than one file at a time.

sas

Scott A. Stewart, 
Web Application Developer
 
Engineering Consulting Services, Ltd. (ECS)
14026 Thunderbolt Place, Suite 300
Chantilly, VA 20151
Phone: (703) 995-1737
Fax: (703) 834-5527
 
Many thousands of years ago, a blue faced Pict stepped on a bloated sheep 
carcass... and thus the Pipes were born 
 
 the Scottish Rogues


 

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.10.1/64 - Release Date: 08/04/2005
 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213897
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: cftransaction... it wasnt safe?

2005-08-05 Thread Dave Watts
I'm going through old emails I hadn't read, sorry it's taken so long to
respond.

 I always, always, always set the first column in my table to primary
 key, identity, and often (but NOT always) a clustered index.

I think you're usually better off reserving the clustered index for
something other than an identity column for a couple of reasons. First,
assigning the clustered index to an identity column means you might have
hotspots if you have lots of near-concurrent INSERTs. Second, you get much
more bang for your index buck if you have any other fields within the table
that you commonly search.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213898
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: How to Browse and Choose Directory...

2005-08-05 Thread Dave Watts
I'm going through old emails I hadn't read, sorry it's taken so long to
respond.

 btw, I like the wysidraw app...I wonder if that could be used
 for remote tutoring.  I have a daughter who needs tutoring in math
 and that tutoring requires a student and teacher to be able to
 write on the same sheet of paper.  Can Wysidraw be used
 with pen and pad input, instead of mouse...Wacom?

It works well enough with my Tablet PC, so I would imagine so. However, you
might also take a look at Breeze, which includes this functionality as well
as a lot more. I should probably stick to shilling Wysidraw, but Breeze is
definitely worth looking at.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213899
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFflie and multiple uploads

2005-08-05 Thread Ian Skinner
No cffile does not accept multiple file uploads, but I have created the ability 
to create multiple input type=file... tags, that each tag runs a separate 
cffile operation.


--
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. 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213900
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: FTP and file permissions

2005-08-05 Thread Scott Brady
On 8/5/05, Charles Polisher  wrote:
 Is there anything unusual about the filenames you're using,
 any departure from straight 8.3 notation, all alphanumeric?

Yes, the filenames are in this format:  sometext.csv.pgp  (the
sometext changes every day, but it's always .csv.pgp at the end).

This process has worked until we upgraded to CF7, and I haven't been
able to find any reference to changes with CF7 that would affect this,
though.

Scott


-- 
-
Scott Brady
http://www.scottbrady.net/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213901
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFflie and multiple uploads

2005-08-05 Thread SStewart
H what the boss wants is something similar to the DotNetNuke file 
upload.

Click the browse button, find the file click add and it creates a list of 
files in a new field, the it uploads the list

sas

Scott A. Stewart, 
Web Application Developer
 
Engineering Consulting Services, Ltd. (ECS)
14026 Thunderbolt Place, Suite 300
Chantilly, VA 20151
Phone: (703) 995-1737
Fax: (703) 834-5527
 
Many thousands of years ago, a blue faced Pict stepped on a bloated sheep 
carcass... and thus the Pipes were born 
 
 the Scottish Rogues


-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 05, 2005 02:11 pm
To: CF-Talk
Subject: RE: CFflie and multiple uploads
Importance: Low

No cffile does not accept multiple file uploads, but I have created the ability 
to create multiple input type=file... tags, that each tag runs a separate 
cffile operation.


--
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. 






~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213902
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


File Progress Bar - Flash Remoting

2005-08-05 Thread Billy Jamme
Hi All,

I'm thinking of building a Flash upload file progress bar.   

I'm wondering if:

1) Is possible.

2) Has anyone done it before.

My idea was to compare temp file sizes (in the wwwroot-tmp dir) between 2 time 
points to determine speed, but how do you determine overall file size to begin 
with?

TIA

--j  

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213903
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: OT - Security Of Sensitive Data

2005-08-05 Thread Matt Osbun
Disclaimer: I'm not a lawyer.  I do work in the Healthcare industry,
however, and until recently, my wife did as well.  All in all, this is
my non-legally-binding opinion.

If you are going to use a third-party host, make sure *no* information
is personally identifiable.  ESPECIALLY if diagnosis or diagnosis codes
are involved.  No SSN's, no names, no addresses, etc.

I assume your contract with CrystalTech includes an NDA?  Find out if
that's going to be enough to cover you in the event that a CT employee
reads and shares your data.  I'm *not* implying anything about CT, their
business, their practices, or their employees.  That's merely something
to keep in mind.

Find and talk to a lawyer who is familiar with HIPAA and IT.  That may
take some doing, but it'd be worth it.

If I sound like I'm going just a tad overboard, it's for a reason.  I've
seen (seperately) a large chain of medical facilities (Name obviously
withheld) nearly forced to close its doors permanantly due to HIPPA
violations, and the executive management of an HMO (ditto) mass-sacked
and replaced to avoid a similar fate.  HIPAA regulators aren't screwing
around.

Matt Osbun
Web Developer
Health Systems, International



-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 05, 2005 12:54 PM
To: CF-Talk
Subject: RE: OT - Security Of Sensitive Data


I would be very surprised if any shared hosting environment was secure
enough to meet HIPAA requirements.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213904
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Flex Coldfusion MX 7 Standard

2005-08-05 Thread Dave Watts
 I wanted to know if Flex 1.5 server can be installed on a Windows
 2000 Server running ColdFusion MX 7 Standard?

You can install Flex and CFMX, and have them completely separate. I think
this is the way you'd have to go with CFMX Standard. If you have a full
version of JRun (which you get with CFMX Enterprise), you could install CFMX
and Flex within separate JRun server instances (or even within the same
instance with a bit of config file editing).

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213905
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: GRRRR Dreamweaver broke my client's web site

2005-08-05 Thread Dave Watts
I'm going through old emails I hadn't read, sorry it's taken so long to
respond.

 I'll actually go one further. I'm no DW exeprt by any means, 
 but why anyone would use templates and libraries makes no 
 sense when you could just use SSI's. Not saying anything 
 about Mike's judgement, just making a statement about DW here. 
 
 Why would I use them when I can use a SSI, change it in one 
 place and just upload *ONE* updated page? There's no scary 
 do you want to update all files blah blah? THAT thing is 
 worse than The Grudge! THEN you have to upload all the 
 changed files? Screw that!

Perhaps you're right, if you were the only person working on the site. But
if you're not, templates and library items are very powerful ways to control
and constrain what people can do.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213906
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Bringing family to MAX?

2005-08-05 Thread Robert Munn
I took my wife and my daughter to Orlando with me the first time around, 
thinking that it would be a great chance for them to have a fun vacation. Turns 
out my wife was thinking it was supposed to be a vacation for ALL of us, which 
was a gigantic, huge mistake and the reason why I am never taking my wife or my 
daughter to a conference again. The whole reason to get out of town and go to a 
conference is to immerse yourself in this stuff 24x7, and you can't do that 
with the family in tow. 

I may actually take them a day early just for the night, but this is why: 1. We 
only live an hour away by car, 2. we have passes already and 3. they can stay 
one night and go home. 

Of those going to MAX, who will be taking the family along to visit
Disneyland?  Maybe the families can gather together and hang out while us
geeks are in sessions?
 
 
Constanty Connie DeCinko III
Web Architect, Webmaster, Web Developer
Lone Jet Enterprises
Glendale, Arizona
 http://www.lonejet.com/ www.LoneJet.com

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213907
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Estimated Freight

2005-08-05 Thread Lee
Is anyone working with UPS or others in calculating 
estimated freight?

Lee Surma

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213908
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: File Progress Bar - Flash Remoting

2005-08-05 Thread Kevin Aebig
Well I can tell you right now that its not going to be easy at all. The
amount of remoting calls you'd make would be high. You can get an
approximation of the file size with CGI.CONTENT_LENGTH on the page accepting
the upload.

Cheers,

Kevin

-Original Message-
From: Billy Jamme [mailto:[EMAIL PROTECTED] 
Sent: August 5, 2005 12:24 PM
To: CF-Talk
Subject: File Progress Bar - Flash Remoting 

Hi All,

I'm thinking of building a Flash upload file progress bar.   

I'm wondering if:

1) Is possible.

2) Has anyone done it before.

My idea was to compare temp file sizes (in the wwwroot-tmp dir) between 2
time points to determine speed, but how do you determine overall file size
to begin with?

TIA

--j  



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213910
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFflie and multiple uploads

2005-08-05 Thread Terry Schmitt
There are various java applets out there that provide a friendly dialog to 
choose multiple files and then upload.
I haven't used one in a long time, but here are a couple of interesting links:
http://jupload.sourceforge.net/
http://jupload.biz/
http://www.infomentum.com/appletfile/ -- I used this one a few years ago and 
it worked great, but costs.

You can then write some looping CF code to handle the multiple files, just like 
if you had multiple input type=file... tags in the submitted form.

T


 H what the boss wants is something similar to the DotNetNuke 
 file upload.
 
 Click the browse button, find the file click add and it creates a 
 list of files in a new field, the it uploads the list
 
 sas
 
 Scott A. Stewart, 
 Web Application Developer
 
 
 Engineering Consulting Services, Ltd. (ECS)
 14026 Thunderbolt Place, Suite 300
 Chantilly, VA 20151
 Phone: (703) 995-1737
 Fax: (703) 834-5527
 
 
 Many thousands of years ago, a blue faced Pict stepped on a bloated 
 sheep carcass... and thus the Pipes were born 
 
 
. 
 the Scottish Rogues
 
 
 -Original Message-
 From: Ian Skinner [mailto:[EMAIL PROTECTED] 
 Sent: Friday, August 05, 2005 02:11 pm
 To: CF-Talk
 Subject: RE: CFflie and multiple uploads
 Importance: Low
 
 No cffile does not accept multiple file uploads, but I have created 
 the ability to create multiple input type=file... tags, that each 
 tag runs a separate cffile operation.
 
 
 --
 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. 
 
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213909
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Connecting to SQL from CF across the 'Net?

2005-08-05 Thread Dave Watts
I'm going through old emails I hadn't read, sorry it's taken so long to
respond.

 All of my CF development has used data sources that have been 
 on the same local network as the CF Server. In an upcoming project,
 I'll be connecting to a SQL server from CF by it's IP address via 
 VPN over the Internet.
 
 I'm curious to hear from others who have done this if there have 
 been any issues with dropped connections, poor performance or other 
 difficulties from within CF.

This can certainly cause poor performance. First, remote connections are
typically much slower than connections across the LAN. Much, much slower.
This might not be an issue for you, depending on the amount of traffic you
have, the amount of caching you can do, etc, but I can certainly say that
I've seen cases where this has been a performance killer. Second, the VPN
will probably impose some overhead as well.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213911
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Connecting to SQL from CF across the 'Net?

2005-08-05 Thread Dave Watts
I'm going through old emails I hadn't read, sorry it's taken so long to
respond.

 On this same topic, is there any reason to use a VPN as opposed 
 to just restricting access to a single IP? I think we plan to 
 access our SQL server remotely by allowing external traffic 
 only to our webserver's IP address. We're just getting this 
 set up and I don't want to second guess our IT guy but... is 
 it a bad idea to do it this way?

There are security issues involved in allowing unencrypted traffic across
public networks. If you don't have any sensitive data, this might be
acceptable, but any machine on any network segment between your web server
and your database server may be able to read your database traffic,
including the logins themselves.

There are all sorts of ways you can implement point-to-point encryption,
though. If both machines are running Windows, you might set up an IPsec
tunnel, which is pretty easy to do.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213912
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Async processes on CF 7 pro

2005-08-05 Thread Michael Dinowitz
Someone had mentioned in passing that it was possible to get an async process 
running in CF 7 pro. Anyone know how? I totally love async processing and use 
it for hardcore logging under enterprise but I'd like to use the same for 
others who are on pro.
Thanks

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213913
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Quick easy custom tag question

2005-08-05 Thread Casey C Cook
Thanks for the responses!

Thanks,
CC




This is a PRIVATE message. If you are not the intended recipient, please 
delete without copying and kindly advise us by e-mail of the mistake in 
delivery. NOTE: Regardless of content, this e-mail shall not operate to 
bind CSC to any order or other contract unless pursuant to explicit 
written agreement or government initiative expressly permitting the use of 
e-mail for such purpose.






S. Isaac Dealey info
@turnkey.to
08/04/2005 09:32 PM
Please respond to cf-talk
 
To: CF-Talk cf-talk@houseoffusion.com
cc: 
Subject:Re: Quick easy custom tag question


 If a custom tag has been changed and deployed to a
 production enviroment
 but has the old version cached is there a way to force it
 to recognize the
 new version without restarting the server to clear cache?

Hi Casey. If it's a CFML tag, check the ColdFusion directories for a
directory containing a bunch of .class files which resemble the names
of the templates in your application. One of those files is generated
from your custom tag. You can delete just the tag you're having a
problem with, if you can isolate it by name, but I generally just
delete them all -- they're all created when the CFML file is compiled
anyway. I never had a problem with this until recently -- the servers
at my day job have had this problem a couple times. Of course, this
may not be your problem, but it's a possibility. Apparently sometimes
CF gets confused and doesn't see that there's a newer version of the
CFML template, so it doesn't delete and recreate the class file.

s. isaac dealey 954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213914
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFHTTP Connection Failure

2005-08-05 Thread Dave Watts
I'm going through old emails I hadn't read, sorry it's taken so long to
respond.

 This looks like something I could really get some use out of 
 to debug some of my CFHTTP requests. But is there a way to 
 get it to see ones sent from the internal CFMX web server, 
 the one that runs on port 8500?

The only way I know to do this is with the reverse proxy functionality,
which will let you create a Charles listener on one port and have it forward
to another.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213915
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Async processes on CF 7 pro

2005-08-05 Thread Nathan Strutz
With a wee bit of java you can have it, but to round-trip it back to 
your cf code, you'll have to http request it. Not great, but doable.

-nathan strutz
http://www.dopefly.com/ (wow, my site's up today!)

Michael Dinowitz wrote:
 Someone had mentioned in passing that it was possible to get an async process 
 running in CF 7 pro. Anyone know how? I totally love async processing and use 
 it for hardcore logging under enterprise but I'd like to use the same for 
 others who are on pro.
 Thanks
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213916
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: My CF Affiliate Program Available for Download

2005-08-05 Thread Will Tomlinson
Will,

Thanks for sharing man. Very cool of you.



It's the least I can do for all the help you guys gave me over the years. 

Re-download it. I can't remember when I did what. lol  Been extremely hectic 
around here!

Thanks!

Will

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213917
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: File Progress Bar - Flash Remoting

2005-08-05 Thread Billy Jamme
The remoting calls wouldn't be real-time, I'd fake it a bit.  

As for CGI.CONTENT_LENGTH, I thought that only gave a result after the file was 
uploaded. Am I mistaken?



Well I can tell you right now that its not going to be easy at all. The
amount of remoting calls you'd make would be high. You can get an
approximation of the file size with CGI.CONTENT_LENGTH on the page accepting
the upload.

Cheers,

Kevin


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213918
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Fck additional parameters

2005-08-05 Thread gabriel l smallman
Cool that will work. 

-Original Message-
From: Kerry [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 04, 2005 8:55 AM
To: CF-Talk
Subject: RE: Fck additional parameters

fckconfig.js
edit the default toolbar, or make your own one and tell fckeditor to use
it...

-Original Message-
From: gabriel l smallman [mailto:[EMAIL PROTECTED]
Sent: 04 August 2005 13:33
To: CF-Talk
Subject: Fck additional parameters


Im trying to setup the fck editor and configure what buttons are displayed.
I cannot find any documentation beyond the ... additional parameters ...

I found something that ref. a default toolbar set, but cannot find any ref.
to how to create your own or use another? Do you have to get medieval and go
in and hack out the buttons you don't want?

Thanks

gabe



fckEditor = createObject(component, fckEditorV2/fckeditor);
fckEditor.instanceName=myEditor;
fckEditor.basePath=/fckEditorV2/;
fckEditor.value=This is my lt;stronggt;initiallt;/stronggt; html
text.; fckEditor.width=100%; fckEditor.height=200; // ... additional
parameters ...
fckEditor.create(); // create instance now.






~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213919
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFflie and multiple uploads

2005-08-05 Thread John Munyan
I can highly recommend jupload - it works super!
 
Interested in Hiking in Washington State?  Check out http://www.attrition.ws



From: Terry Schmitt [mailto:[EMAIL PROTECTED]
Sent: Fri 8/5/2005 12:02 PM
To: CF-Talk
Subject: Re: CFflie and multiple uploads



There are various java applets out there that provide a friendly dialog to 
choose multiple files and then upload.
I haven't used one in a long time, but here are a couple of interesting links:
http://jupload.sourceforge.net/
http://jupload.biz/
http://www.infomentum.com/appletfile/ -- I used this one a few years ago and 
it worked great, but costs.

You can then write some looping CF code to handle the multiple files, just like 
if you had multiple input type=file... tags in the submitted form.

T


 H what the boss wants is something similar to the DotNetNuke
 file upload.

 Click the browse button, find the file click add and it creates a
 list of files in a new field, the it uploads the list

 sas

 Scott A. Stewart,
 Web Application Developer


 Engineering Consulting Services, Ltd. (ECS)
 14026 Thunderbolt Place, Suite 300
 Chantilly, VA 20151
 Phone: (703) 995-1737
 Fax: (703) 834-5527


 Many thousands of years ago, a blue faced Pict stepped on a bloated
 sheep carcass... and thus the Pipes were born


..
 the Scottish Rogues


 -Original Message-
 From: Ian Skinner [mailto:[EMAIL PROTECTED]
 Sent: Friday, August 05, 2005 02:11 pm
 To: CF-Talk
 Subject: RE: CFflie and multiple uploads
 Importance: Low

 No cffile does not accept multiple file uploads, but I have created
 the ability to create multiple input type=file... tags, that each
 tag runs a separate cffile operation.


 --
 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.







~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213920
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: File Progress Bar - Flash Remoting

2005-08-05 Thread Kevin Aebig
I got the idea from the ever enlightening Chris Cantrell... hey Chris,
what's the deal? =]

!k

-Original Message-
From: Billy Jamme [mailto:[EMAIL PROTECTED] 
Sent: August 5, 2005 1:46 PM
To: CF-Talk
Subject: Re: File Progress Bar - Flash Remoting 

The remoting calls wouldn't be real-time, I'd fake it a bit.  

As for CGI.CONTENT_LENGTH, I thought that only gave a result after the file
was uploaded. Am I mistaken?



Well I can tell you right now that its not going to be easy at all. The
amount of remoting calls you'd make would be high. You can get an
approximation of the file size with CGI.CONTENT_LENGTH on the page
accepting
the upload.

Cheers,

Kevin




~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213921
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT - Security Of Sensitive Data

2005-08-05 Thread Matt Robertson
I would think at the very least you'd want a dedicated server... seeing as 
CT sells them for $70 monthly that ain't so bad, although you'd have to buy 
CF or work in BD compatibility.

SSL is cheap at US$50 for a good one.

Don't use CT's shared SQL host. Install MSDE on your same server (free).

developer.perthweb.com.au http://developer.perthweb.com.au sells an RSA 
public/private key encryption CFX for US$39 whose proper use (i.e. 128-bit 
or even 256-bit if you are insane) should satisfy even HIPAA.

Even this may not be enough to satisfy HIPAA regs. Only peripherally 
familiar with them thru one client but I think its a safe bet that shared 
hosting is out of the question, especially given the cheap alternatives.

-- 
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com http://mysecretbase.com


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213922
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Estimated Freight

2005-08-05 Thread Will Tomlinson
yes, I am. 

have it working on www.winstoncourtsports.com, uses a ups.cfc

Every item in the db has a weight field. I keep track of the weight of the 
cart, then pass it to ups.cfc which handles all the work. 

Will

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213923
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: OT - Security Of Sensitive Data

2005-08-05 Thread Russ
Don't forget that the free bluedragon doesn't support ssl... It's not very
well documented... 

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 05, 2005 4:21 PM
To: CF-Talk
Subject: Re: OT - Security Of Sensitive Data

I would think at the very least you'd want a dedicated server... seeing as 
CT sells them for $70 monthly that ain't so bad, although you'd have to buy 
CF or work in BD compatibility.

SSL is cheap at US$50 for a good one.

Don't use CT's shared SQL host. Install MSDE on your same server (free).

developer.perthweb.com.au http://developer.perthweb.com.au sells an RSA 
public/private key encryption CFX for US$39 whose proper use (i.e. 128-bit 
or even 256-bit if you are insane) should satisfy even HIPAA.

Even this may not be enough to satisfy HIPAA regs. Only peripherally 
familiar with them thru one client but I think its a safe bet that shared 
hosting is out of the question, especially given the cheap alternatives.

-- 
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com http://mysecretbase.com




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213924
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: OT - Security Of Sensitive Data

2005-08-05 Thread Russ
Also check out what the backup requirements are... Not many hosting
providers support encrypted backups, does it violate HIPPA if your data gets
backed up to a tape unencrypted, and the tape goes to another facility, or
gets lost... 

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 05, 2005 4:21 PM
To: CF-Talk
Subject: Re: OT - Security Of Sensitive Data

I would think at the very least you'd want a dedicated server... seeing as 
CT sells them for $70 monthly that ain't so bad, although you'd have to buy 
CF or work in BD compatibility.

SSL is cheap at US$50 for a good one.

Don't use CT's shared SQL host. Install MSDE on your same server (free).

developer.perthweb.com.au http://developer.perthweb.com.au sells an RSA 
public/private key encryption CFX for US$39 whose proper use (i.e. 128-bit 
or even 256-bit if you are insane) should satisfy even HIPAA.

Even this may not be enough to satisfy HIPAA regs. Only peripherally 
familiar with them thru one client but I think its a safe bet that shared 
hosting is out of the question, especially given the cheap alternatives.

-- 
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com http://mysecretbase.com




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213925
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: OT - Security Of Sensitive Data

2005-08-05 Thread Mark A Kruger
Russ,

Do you mean that the BD engine won't serve pages through an SSL connection?

-Mark


-Original Message-
From: Russ [mailto:[EMAIL PROTECTED]
Sent: Friday, August 05, 2005 3:37 PM
To: CF-Talk
Subject: RE: OT - Security Of Sensitive Data


Don't forget that the free bluedragon doesn't support ssl... It's not very
well documented...

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Friday, August 05, 2005 4:21 PM
To: CF-Talk
Subject: Re: OT - Security Of Sensitive Data

I would think at the very least you'd want a dedicated server... seeing as
CT sells them for $70 monthly that ain't so bad, although you'd have to buy
CF or work in BD compatibility.

SSL is cheap at US$50 for a good one.

Don't use CT's shared SQL host. Install MSDE on your same server (free).

developer.perthweb.com.au http://developer.perthweb.com.au sells an RSA
public/private key encryption CFX for US$39 whose proper use (i.e. 128-bit
or even 256-bit if you are insane) should satisfy even HIPAA.

Even this may not be enough to satisfy HIPAA regs. Only peripherally
familiar with them thru one client but I think its a safe bet that shared
hosting is out of the question, especially given the cheap alternatives.

--
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com http://mysecretbase.com






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213926
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: OT - Security Of Sensitive Data

2005-08-05 Thread Russ
Yea, there is a switch in the code that won't serve pages if you are using
the free BlueDragon version through ssl... I found out the hard way a few
months ago... 

-Original Message-
From: Mark A Kruger [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 05, 2005 4:45 PM
To: CF-Talk
Subject: RE: OT - Security Of Sensitive Data

Russ,

Do you mean that the BD engine won't serve pages through an SSL connection?

-Mark


-Original Message-
From: Russ [mailto:[EMAIL PROTECTED]
Sent: Friday, August 05, 2005 3:37 PM
To: CF-Talk
Subject: RE: OT - Security Of Sensitive Data


Don't forget that the free bluedragon doesn't support ssl... It's not very
well documented...

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Friday, August 05, 2005 4:21 PM
To: CF-Talk
Subject: Re: OT - Security Of Sensitive Data

I would think at the very least you'd want a dedicated server... seeing as
CT sells them for $70 monthly that ain't so bad, although you'd have to buy
CF or work in BD compatibility.

SSL is cheap at US$50 for a good one.

Don't use CT's shared SQL host. Install MSDE on your same server (free).

developer.perthweb.com.au http://developer.perthweb.com.au sells an RSA
public/private key encryption CFX for US$39 whose proper use (i.e. 128-bit
or even 256-bit if you are insane) should satisfy even HIPAA.

Even this may not be enough to satisfy HIPAA regs. Only peripherally
familiar with them thru one client but I think its a safe bet that shared
hosting is out of the question, especially given the cheap alternatives.

--
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com http://mysecretbase.com








~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213927
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Estimated Freight

2005-08-05 Thread C. Hatton Humphrey
 Is anyone working with UPS or others in calculating
 estimated freight?

Going to start working on one soon... luckilly the app I'm working on
is specific to one client and there's a fixed weight chart.  I had
done a little bit of investigation into using the UPS online tools but
had not looked into any prebuilt solutions.

Hatton

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213928
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: OT - Security Of Sensitive Data

2005-08-05 Thread Mark A Kruger
Russ,

Well - that changes a small project we was working on :). Glad you caught it
before I did (ha).

-Mark



-Original Message-
From: Russ [mailto:[EMAIL PROTECTED]
Sent: Friday, August 05, 2005 3:47 PM
To: CF-Talk
Subject: RE: OT - Security Of Sensitive Data


Yea, there is a switch in the code that won't serve pages if you are using
the free BlueDragon version through ssl... I found out the hard way a few
months ago...

-Original Message-
From: Mark A Kruger [mailto:[EMAIL PROTECTED]
Sent: Friday, August 05, 2005 4:45 PM
To: CF-Talk
Subject: RE: OT - Security Of Sensitive Data

Russ,

Do you mean that the BD engine won't serve pages through an SSL connection?

-Mark


-Original Message-
From: Russ [mailto:[EMAIL PROTECTED]
Sent: Friday, August 05, 2005 3:37 PM
To: CF-Talk
Subject: RE: OT - Security Of Sensitive Data


Don't forget that the free bluedragon doesn't support ssl... It's not very
well documented...

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Friday, August 05, 2005 4:21 PM
To: CF-Talk
Subject: Re: OT - Security Of Sensitive Data

I would think at the very least you'd want a dedicated server... seeing as
CT sells them for $70 monthly that ain't so bad, although you'd have to buy
CF or work in BD compatibility.

SSL is cheap at US$50 for a good one.

Don't use CT's shared SQL host. Install MSDE on your same server (free).

developer.perthweb.com.au http://developer.perthweb.com.au sells an RSA
public/private key encryption CFX for US$39 whose proper use (i.e. 128-bit
or even 256-bit if you are insane) should satisfy even HIPAA.

Even this may not be enough to satisfy HIPAA regs. Only peripherally
familiar with them thru one client but I think its a safe bet that shared
hosting is out of the question, especially given the cheap alternatives.

--
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com http://mysecretbase.com










~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213929
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT - Security Of Sensitive Data

2005-08-05 Thread Ken Ferguson
Completely rules out using BD for any sort of commercial app doesn't it? 
I didn't realize this was the case. Thanks for letting me know; I can't 
tell you how mad I would have been if I'd wasted any time looking into 
using it.

--Ferg



Russ wrote:

Yea, there is a switch in the code that won't serve pages if you are using
the free BlueDragon version through ssl... I found out the hard way a few
months ago... 

-Original Message-
From: Mark A Kruger [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 05, 2005 4:45 PM
To: CF-Talk
Subject: RE: OT - Security Of Sensitive Data

Russ,

Do you mean that the BD engine won't serve pages through an SSL connection?

-Mark


-Original Message-
From: Russ [mailto:[EMAIL PROTECTED]
Sent: Friday, August 05, 2005 3:37 PM
To: CF-Talk
Subject: RE: OT - Security Of Sensitive Data


Don't forget that the free bluedragon doesn't support ssl... It's not very
well documented...

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Friday, August 05, 2005 4:21 PM
To: CF-Talk
Subject: Re: OT - Security Of Sensitive Data

I would think at the very least you'd want a dedicated server... seeing as
CT sells them for $70 monthly that ain't so bad, although you'd have to buy
CF or work in BD compatibility.

SSL is cheap at US$50 for a good one.

Don't use CT's shared SQL host. Install MSDE on your same server (free).

developer.perthweb.com.au http://developer.perthweb.com.au sells an RSA
public/private key encryption CFX for US$39 whose proper use (i.e. 128-bit
or even 256-bit if you are insane) should satisfy even HIPAA.

Even this may not be enough to satisfy HIPAA regs. Only peripherally
familiar with them thru one client but I think its a safe bet that shared
hosting is out of the question, especially given the cheap alternatives.

--
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com http://mysecretbase.com










~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213930
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


OT: PL/SQL to loop over list

2005-08-05 Thread Bryan Stevenson
Hey All,

I'm converting some data in Oracle 9i...

Specifically a filed that currently holds *gasp* a comma-seperated value list

Does anyone have a function handy that would accept the list as an argument and 
then loop over the elements in the list so I can insert each value into a new 
tabe where each value will be in a seperate record like it should be??

The CF equivalent is:

cfset MyListColumn = 1,2,3,4,5,6,7,8
cfloop list=#MyListColumn# index=currVal
  INSERT INTO MyTable
   (
   MyField
   )
   VALUES 
   (
   #currVal#
   )

/cfloop

So I need some PL/SQL to take a column in as MyListColumn and then loop over 
that list referencing each element (I can handle the insert myself).

Thanks in advance

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213931
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Estimated Freight

2005-08-05 Thread Matthew Blatchley
Will,

Is that something you wrote or did you get from UPS?

Matt
- Original Message - 
From: Will Tomlinson [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Friday, August 05, 2005 3:30 PM
Subject: SPAM-LOW: Re: Estimated Freight


 yes, I am.

 have it working on www.winstoncourtsports.com, uses a ups.cfc

 Every item in the db has a weight field. I keep track of the weight of the 
 cart, then pass it to ups.cfc which handles all the work.

 Will

 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213932
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


  1   2   >