RE: Spaces in cfexecute on Windows machine

2005-11-07 Thread Seth Bienek
Hey Adrian,

Someone else may have a better approach, but this should work too.  Open a
command prompt, navigate to the folder in question, and do 'dir /x'.  This
will output the 8-dot-3 name in the 5th column, and the long name in the 6th
column.

For example, "Program Files" is USUALLY "PROGRA~1", so your new path would
be:
C:\PROGRA~1\directory\file.ext

Hope this helps.

Take Care,

Seth

> -Original Message-
> I am having a problem using cfexecute on a windows. machine. Is there 
> some way to excape the space so that windows recognizes the 
> file name with the space in it?
> 
> For example: C:\program files\directory\file.ext
> 
> How do I get around the space in "program files?"
> It works just fine on locations without spaces.


~|
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:223492
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 Server

2005-10-07 Thread Seth Bienek
Serv-U is a popular FTP server that allows you to set up access based on
users and groups you can create and manage yourself:
http://www.serv-u.com/

Hope this helps,

Seth

> -Original Message-
> 
> Can anyone recommend a third party FTP server that runs on 
> Windows that has a more granular security than IIS.
> 
> Lee Surma


~|
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:220423
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: Multiple File Upload

2005-08-26 Thread Seth Bienek
The Stickman blog has a cool, cross-browser, single-form implementation that 
uses DHTML that I have not tried out yet.  But there's a demo on the site 
and an explanation of how it works:
http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element

Take Care,

Seth 


~|
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:216523
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: Need to share encryption between CF and ASP environments

2005-08-23 Thread Seth Bienek
CFMX 7 comes with a TON of new features in the encryption/decryption
department, via the encrypt() and decrypt() functions:
http://livedocs.macromedia.com/coldfusion/7/htmldocs/0457.htm

encrypt() and decrypt() now support AES, DES, DESEDE and Blowfish
algorithms, in addition to backwards-compatible CF-style encryption.  It
also supports multiple encoding formats.

Hope this helps.

Take Care,

Seth

- Original Message - 
From: "Russ Michaels" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Monday, August 22, 2005 8:42 PM
Subject: RE: Need to share encryption between CF and ASP environments


> If you use the same encryption algorythum on both then yes.
> There are plenty of MD5, SHA, whatever encyption components out there, 
> just
> download and use one of them. COM can be called form CF too..
>
> Russ
>
> -Original Message-
> From: Matthew Friedman [mailto:[EMAIL PROTECTED]
> Sent: 23 August 2005 02:38
> To: CF-Talk
> Subject: Need to share encryption between CF and ASP environments
>
> We are trying to marry a CF application and an ASP application that will
> need to process credit cards.  What we wish to do is to encrypt and store
> the CC number in only one of the environments, but both will need to be 
> able
> to decrypt the information and process payments.
>
> we have a payment system all ready to go, but the question we are 
> struggling
> with is there a way to share the an encrypted credit card that can be
> decrypted on both the ASP server and the CF server and processed.
>
> Any help would be great.
> Matthew Friedman
>
>
>
>
>
>
>
> 

~|
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:216043
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: CFEclipse and FTP

2005-08-11 Thread Seth Bienek
I just installed a product called WebDrive that lets you map an FTP folder
as a "virtual drive" in Windoze.. I have read that there's a similar product
for NetWare users called "netdrive.exe" (which has to come off the Novell
resource disk), so that might be an option for NetWare users that have
access to said disk.

So I've been using WebDrive for a couple of days, and it seems to play
nicely with Eclipse, and I can now edit and save my files directly on the
development server via FTP, just like I had dreamweaver set up.  It even
saves a copy locally in a "synch" folder, so I have a local backup (works
just like DW's "upload on save" feature, same shortcut, CTRL-S).

I'm just now getting a chance to explore CF-Eclipse, since the only
practical I have had to my development environment is through ftp, and so
far I'm digging it.  My only complaint is that there doesn't seem to be an
easy way to switch between projects, which was trivial in DW, using the
dropdown above the resource tree in the Files tab.

That is all for now. :)

Seth

- Original Message -
> On 8/2/05, Phill B <[EMAIL PROTECTED]> wrote:
>> Does CFE have a simple to use FTP like in DreamWeaver? I want a key
>> combination shortcut like in DW. Ctr+U saves and uploads at the same
>> time.
>>
>> Last time I looked at CFE, FTP was still a pain to use.
>>


~|
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:214544
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: Throwing error inside a cfscript block.

2005-07-27 Thread Seth Bienek
- Original Message - 
> Is there a way to throw an error from inside a cfscipt block equivalent to 
> ?

Hi Ian,

Ray Camden has developed a UDF to allow you to throw exceptions from within 
:
http://www.cflib.org/udf.cfm/throw

Take Care,

Seth 


~|
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:213035
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: Any reason client.LastVisit wouldn't exist in CFMX7

2005-07-27 Thread Seth Bienek
> I've initalized client variables in the application.cfc.  Is there any
> other reason client variables wouldn't exist?

Hey Daron,

Did you use the cfapplication tag, or 'This.clientManagement="Yes";' to 
enable client variables?

More info here:
http://livedocs.macromedia.com/coldfusion/7/htmldocs/1154.htm

Take Care,

Seth 

~|
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:212982
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