Re: Spacey img src - sorta OT

2006-05-27 Thread Philip K. Dunn
Disregard thread, please. I found script processing of img file on server which 
caused the grief.

- Original Message - 
From: Philip K. Dunn [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Friday, May 26, 2006 9:28 PM
Subject: Re: Spacey img src - sorta OT


|I did with no success.
|
| meta Method: cffile action=upload, 
photoname=urlencodedformat(cffile.clientfile), I save this in a sql database, I
| recall it, and displayname=urldecode(photoname). Then I img src=displayname. 
Any files with spaces will not display 
on
| the client (Firefox on XP, NT4/6 server). I mouse over the dead pic and the 
proper file name appears (Fun 
Picture.jpg).
| If I right click Properties, I see the %20 in the result. I checked the sql 
data - it is encoded nicely.
|
| fwiw - if I encode Fun+Pictures.jpg, it decodes as Fun Pictures.jpg.
|
|
| - Original Message - 
| From: Bruce Sorge [EMAIL PROTECTED]
| To: CF-Talk cf-talk@houseoffusion.com
| Sent: Friday, May 26, 2006 8:32 PM
| Subject: RE: Spacey img src - sorta OT
|
|
|| Have you considered using URLDecode?
||
|| -Original Message-
|| From: Philip K. Dunn [mailto:[EMAIL PROTECTED]
|| Sent: Friday, May 26, 2006 7:58 PM
|| To: CF-Talk
|| Subject: Spacey img src - sorta OT
||
|| I am trying to serve image files with spacey names (Fun Picture.jpg) and
|| they do not display with img src=.  They come
|| up with the %20 for the space, and show a clean space in Properties.
||
|| Is there not a CF function that deals with this? I seem to have solved this
|| before but the old gray cells are letting me
|| down. Or is there a better site to glean the answer? - tia
||
||
||
||
||
||
||
||
|
| 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241664
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


Spacey img src - sorta OT

2006-05-26 Thread Philip K. Dunn
I am trying to serve image files with spacey names (Fun Picture.jpg) and they 
do not display with img src=.  They come 
up with the %20 for the space, and show a clean space in Properties.

Is there not a CF function that deals with this? I seem to have solved this 
before but the old gray cells are letting me 
down. Or is there a better site to glean the answer? - tia





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241658
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: Spacey img src - sorta OT

2006-05-26 Thread Philip K. Dunn
I did with no success.

meta Method: cffile action=upload, 
photoname=urlencodedformat(cffile.clientfile), I save this in a sql database, I 
recall it, and displayname=urldecode(photoname). Then I img src=displayname. 
Any files with spaces will not display on 
the client (Firefox on XP, NT4/6 server). I mouse over the dead pic and the 
proper file name appears (Fun Picture.jpg). 
If I right click Properties, I see the %20 in the result. I checked the sql 
data - it is encoded nicely.

fwiw - if I encode Fun+Pictures.jpg, it decodes as Fun Pictures.jpg.


- Original Message - 
From: Bruce Sorge [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Friday, May 26, 2006 8:32 PM
Subject: RE: Spacey img src - sorta OT


| Have you considered using URLDecode?
|
| -Original Message-
| From: Philip K. Dunn [mailto:[EMAIL PROTECTED]
| Sent: Friday, May 26, 2006 7:58 PM
| To: CF-Talk
| Subject: Spacey img src - sorta OT
|
| I am trying to serve image files with spacey names (Fun Picture.jpg) and
| they do not display with img src=.  They come
| up with the %20 for the space, and show a clean space in Properties.
|
| Is there not a CF function that deals with this? I seem to have solved this
| before but the old gray cells are letting me
| down. Or is there a better site to glean the answer? - tia
|
|
|
|
|
|
|
| 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241660
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


Javascript image reorder package

2006-05-22 Thread Philip K. Dunn
Anyone know of a javascript package available to re-order images on-screen?

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241146
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: Server Backup Solutions

2006-05-22 Thread Philip K. Dunn
For years I have been backing up to hard drives on the data server (NT/SQLS7) 
and then distributing those files (.bak) 
to other servers using scheduled ftp or PCAnywhere sessions. I maintain a 4 day 
rotation in different directories. I am 
not as diligent with transaction files only maintaining 2 hour backups for a 
day on an independant hard drive.

I roll off data onto DVD every 4 days.

Phil

- Original Message - 
From: Mike Klostermeyer [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Monday, May 22, 2006 2:58 PM
Subject: RE: Server Backup Solutions


| Thanks.  Now thinking about it, an ideal solution would be able to manage,
| say, a weeks worth of daily backups, on a rotating basis.  Any other ideas?
|
| Mike
|
| -Original Message-
| From: Adkins, Randy [mailto:[EMAIL PROTECTED]
| Sent: Monday, May 22, 2006 2:15 PM
| To: CF-Talk
| Subject: RE: Server Backup Solutions
|
|
| I use the standard NT Backup that comes with Windows.
| I made sure my drive mappings were setup and then scheduled
| Backups from that to a tape.
|
| Now ideally would be awesome to have the auto-tape changer
| System. I have seen it before but the project I am on, well
| Lets say we do with what we have or what we can scrounge for.
|
|
|
|
| -Original Message-
| From: Mike Klostermeyer [mailto:[EMAIL PROTECTED]
| Sent: Monday, May 22, 2006 3:07 PM
| To: CF-Talk
| Subject: OT: Server Backup Solutions
|
| Curious if anyone has some suggestions for server backup software.  I
| need to backup (probably to a separate drive cage) web servers and
| database servers in a Microsoft environment, and looking for any input
| or experiences.  I don't need much, but some requirements are to be able
| to put backup process on a scheduler, compression, and obviously, the
| cheaper the better.  Thanks.
|
| Mike
|
|
|
|
|
|
|
| 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241169
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


CFExecute in CF5 - trying to run VBS

2006-05-15 Thread Philip K. Dunn
I try this

cfexecute timeout=10 name=d:\photos\brightness.vbs 
arguments=10/cfexecute
I get NT error 193.

cfexecute timeout=10 name=d:\photos\brightness arguments=10/cfexecute
and get NT error 2.

This: cfexecute timeout=10 name=c:\winnt\system32\command.com  
arguments=d:\photos\brightness.vbs 10/cfexecute
gets  Timeout period expired without completion.

The brightness.vbs runs fine from a command prompt as brightness 10 or 
brightness.vbs 10

There are no tag restrictions

Suggestions? 


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240570
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: CFExecute in CF5 - trying to run VBS

2006-05-15 Thread Philip K. Dunn
Thanks M!ike. I tried

cfexecute name=c:\winnt\system32\cscript.exe 
arguments=d:\photos\brightness.vbs 10 timeout=10/cfexecute

and that worked great.

Any other reason you might do a batch file instead of this?

Ph!l


- Original Message - 
From: Dawson, Michael [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Monday, May 15, 2006 4:49 PM
Subject: RE: CFExecute in CF5 - trying to run VBS


|I would put the commands in a batch file, then use CFEXECUTE to run the
| batch file.
| 
| Also, I didn't know you could run a vbs file from command.com.
| 
| I usually use cscript to run vbs files.
| 
| M!ke
| 
| -Original Message-
| From: Philip K. Dunn [mailto:[EMAIL PROTECTED] 
| Sent: Monday, May 15, 2006 4:08 PM
| To: CF-Talk
| Subject: CFExecute in CF5 - trying to run VBS
| 
| I try this
| 
| cfexecute timeout=10 name=d:\photos\brightness.vbs
| arguments=10/cfexecute I get NT error 193.
| 
| cfexecute timeout=10 name=d:\photos\brightness
| arguments=10/cfexecute and get NT error 2.
| 
| This: cfexecute timeout=10 name=c:\winnt\system32\command.com 
| arguments=d:\photos\brightness.vbs 10/cfexecute gets  Timeout
| period expired without completion.
| 
| The brightness.vbs runs fine from a command prompt as brightness 10 or
| brightness.vbs 10
| 
| There are no tag restrictions
| 
| Suggestions? 
| 
| 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240585
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


COM object return

2006-04-29 Thread Philip K. Dunn
I am trying to use a COM object (Shotgraph) function which sets a parameter 
variable within the object. The question is: 
can CF5 determine the return value of the function variable.

Example:

cfSet g=CreateObject(COM,shotgraph.image)
cfset x=g.gettextdimensions(This is string to measure,w,h)

w and h return pixel width and height of the string (its font size already 
having been specified).

How can I read w,h? Setting the variable x is contrived only to reference the 
object and is not set in this function.




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239110
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: COM object return

2006-04-29 Thread Philip K. Dunn
| I suspect you will not be able to use this COM object directly from CF,
| unless it has alternative properties and methods that you can directly
| address from within CF.

Thanks Dave. All the outbound calls succeed using CF calls to this particular 
COM obj - it is a problem reading the 
inbound variables like this - they apparently are not readable by CF. I 
suspect I only have to somehow wrap this 
single object function. I''ll have to figure out how to do this (CF5/NT)




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239116
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