Re: Appending variable names to CFSET

2005-06-13 Thread Aaron DC
That's because the list in example 2 is simply "linkItems". It would work if
you had



HTH
Aaron
- Original Message -
From: "Mark Henderson" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Tuesday, June 14, 2005 2:02 PM
Subject: RE: Appending variable names to CFSET


> Thanks Ricardo. I got it working and it wasn't the variable causing my
> trouble.
>
> If I do this:
> 
>
> Instead of this:
>
> 
> 
>
> It works. Go figure.
>
> Adieu
> Mark


~|
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:209375
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: Appending variable names to CFSET

2005-06-13 Thread James Holmes
You needed  

 

Note the pound signs.

-Original Message-
From: Mark Henderson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 14 June 2005 12:02 
To: CF-Talk
Subject: RE: Appending variable names to CFSET

Thanks Ricardo. I got it working and it wasn't the variable causing my
trouble. 

If I do this:


Instead of this:

 

It works. Go figure.

~|
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:209374
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: Appending variable names to CFSET

2005-06-13 Thread Mark Henderson
Thanks Ricardo. I got it working and it wasn't the variable causing my
trouble. 

If I do this:


Instead of this:




It works. Go figure.

Adieu
Mark

~|
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:209373
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: Appending variable names to CFSET

2005-06-13 Thread Ricardo Russon
Mark, 

Is this what you are looking for

 ?

HTH

Ricardo



On 6/14/05, Mark Henderson <[EMAIL PROTECTED]> wrote:
> Quick question. Is it possible to take a predefined variable and add
> that as part of another variable name inside cfset.
> 
> Here is my example.
> 
> 
>   SELECTlink_ID,
> name,
> url,
> comment,
> category,
> active
>   FROM  links
>   WHERE active = Yes
> 
> 
> 
> And using QoQ
> 
> 
> 
>   
> SELECT  *
> FROMqryLinkMaster
> WHERE   category = '#lcase(linkIndex)#'
>   
>   
>  
> 
> But before the loop ends I want to be able to name a variable WITH the
> relevant linkIndex in its name (to make it unique) so that in the above
> example I would have
> linkDrivers,linkSecurity,linkSearch etc  defined as variables. It wont
> let me add a predefined variable to a one new one and I keep getting
> syntax errors.
> 
> Any ideas??
> 
> TIA
> Mark
> 
> 

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


Appending variable names to CFSET

2005-06-13 Thread Mark Henderson
Quick question. Is it possible to take a predefined variable and add
that as part of another variable name inside cfset.

Here is my example.


  SELECTlink_ID, 
name, 
url, 
comment, 
category, 
active
  FROM  links
  WHERE active = Yes



And using QoQ



   
SELECT  *
FROMqryLinkMaster
WHERE   category = '#lcase(linkIndex)#'
  
  
  

But before the loop ends I want to be able to name a variable WITH the
relevant linkIndex in its name (to make it unique) so that in the above
example I would have
linkDrivers,linkSecurity,linkSearch etc  defined as variables. It wont
let me add a predefined variable to a one new one and I keep getting
syntax errors. 

Any ideas?? 

TIA
Mark

~|
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:209371
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: CF on shared hosting

2005-06-13 Thread James Holmes
The Jrun used with a CF Standalone install has no real security - you
might try to edit the java security policy file directly but I doubt
that would be easy. The JSP files then run with no sandboxing, able to
veiw the entire server and do everything that an unsandboxed CF install
can do.

-Original Message-
From: Calvin Ward [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 14 June 2005 2:10 
To: CF-Talk
Subject: RE: CF on shared hosting

Why is Jrun unsuitable?

- Calvin 

~|
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:209370
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: Re[2]: cfexecute question

2005-06-13 Thread S . Isaac Dealey
> SID> Try setting the ColdFusion server service to use the
> Administrator
> SID> account or another windows user account instead of
> the system account
> SID> -- that might get the result you want. I'm not
> certain of that, but
> SID> I'm guessing that if CF Server is assigned to the
> Administrator
> SID> account on that machine then any cfexecute tag (like
> cffile tags)
> SID> would be part of that security context and so would
> produce other
> SID> behavior associated with that user account like
> displaying Homesite on
> SID> the desktop.

> Thank you Isaac

Welcome.

> SID> Of course -- I have to say -- there's a use for CF I
> never expected...
> SID> makes me curious what the purpose is... open the
> offending template
> SID> when an error occurs?

> It's for navigation purposes. It might be useful in web
> applications
> like FuseBuilder or similar for MachII or onTap
> frameworks.
> Suppose you have circuit.xml or fusebox.xml tree already
> drawn in
> your browser with 'include' or 'plugin' nodes and when you
> click them
> CF server opens editor with a related cfm file in case it
> is
> running locally.


Ahh okay... that makes sense...

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




~|
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:209369
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: Server Restart

2005-06-13 Thread Tarantor
Thanks for answer.

I have already found solution like same way. :)




Problem has been solved. Thanks again.

Oguz Demirkapi



-Original Message-
From: Russ [mailto:[EMAIL PROTECTED] 
Sent: Montag, 13. Juni 2005 23:50
To: CF-Talk
Subject: RE: Server Restart

Yea, just use cfexecute, something like this 

-Original Message-
From: Tarantor [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 13, 2005 5:10 PM
To: CF-Talk
Subject: Server Restart

Hi,

 

I have a dedicated server with Win2k3 and I want to restart it.

 

But terminal services does not work now. I can only reach my server tomorrow
morning.

 

But ftp and CF (CFMX7) are working and I can upload any CF code to the
server. I thought that I can restart server with a simple CF code. :-)

 

I will check a solution with CFExecute etc., but if you have already a small
code or a tip, that would be great.

 

 

Best regards,

 

Oðuz Demirkapý

 







~|
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:209368
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: cfexecute question

2005-06-13 Thread Sergey Croitor
DW> Within the list of services, configure the CF service to be able to interact
DW> with the desktop.

Thanks a lot Dave. I forgot about this service option.
It works now though jrunsvc console window is sticked up at task bar
as well and HomeSite had yelled it cannot find its Desktop (another
then current user account).



-Sergeymailto:[EMAIL PROTECTED]


~|
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:209367
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[2]: cfexecute question

2005-06-13 Thread Sergey Croitor
SID> Try setting the ColdFusion server service to use the Administrator
SID> account or another windows user account instead of the system account
SID> -- that might get the result you want. I'm not certain of that, but
SID> I'm guessing that if CF Server is assigned to the Administrator
SID> account on that machine then any cfexecute tag (like cffile tags)
SID> would be part of that security context and so would produce other
SID> behavior associated with that user account like displaying Homesite on
SID> the desktop.

Thank you Isaac

SID> Of course -- I have to say -- there's a use for CF I never expected...
SID> makes me curious what the purpose is... open the offending template
SID> when an error occurs?

It's for navigation purposes. It might be useful in web applications
like FuseBuilder or similar for MachII or onTap frameworks.
Suppose you have circuit.xml or fusebox.xml tree already drawn in
your browser with 'include' or 'plugin' nodes and when you click them
CF server opens editor with a related cfm file in case it is
running locally.


-Sergey


~|
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:209366
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: Server Restart

2005-06-13 Thread Russ
Yea, just use cfexecute, something like this 

-Original Message-
From: Tarantor [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 13, 2005 5:10 PM
To: CF-Talk
Subject: Server Restart

Hi,

 

I have a dedicated server with Win2k3 and I want to restart it.

 

But terminal services does not work now. I can only reach my server tomorrow
morning.

 

But ftp and CF (CFMX7) are working and I can upload any CF code to the
server. I thought that I can restart server with a simple CF code. :-)

 

I will check a solution with CFExecute etc., but if you have already a small
code or a tip, that would be great.

 

 

Best regards,

 

Oðuz Demirkapý

 





~|
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:209365
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: [QUARRANTINE]CFDUMP and value formatting

2005-06-13 Thread Bryan Stevenson
> Everything from FORM and GET come in as a string.
>
> So, what you see if you dump the FORM scope should be the literal text
> that is actually submitted.
>
> --Ben

Greatso I did misunderstand your initial reply ;-)

Thanks for the claritythought it being formatted from the FORM would be 
just plain wrong!!

Cheers

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:209364
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: cfexecute question

2005-06-13 Thread Dave Watts
> HomeSite starts but under SYSTEM account so it is invisible on
> desktop. Is there any way to start editor by cfmx server in visible
> mode?

Within the list of services, configure the CF service to be able to interact
with the desktop.

> Try setting the ColdFusion server service to use the Administrator
> account or another windows user account instead of the system account
> -- that might get the result you want. I'm not certain of that, but
> I'm guessing that if CF Server is assigned to the Administrator
> account on that machine then any cfexecute tag (like cffile tags)
> would be part of that security context and so would produce other
> behavior associated with that user account like displaying Homesite on
> the desktop.

By itself, that won't cause programs to appear on the desktop.

> Of course -- I have to say -- there's a use for CF I never expected...
> makes me curious what the purpose is... open the offending template
> when an error occurs?

I've done this before to circumvent desktop security policies on machines
that have CF installed.

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:209363
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: [QUARRANTINE]CFDUMP and value formatting

2005-06-13 Thread Ben Doom
11/14/1979 is a string.  Now() and createdate() and parsedatetime() etc.
create datetime objects.

Everything from FORM and GET come in as a string.

So, what you see if you dump the FORM scope should be the literal text
that is actually submitted.

--Ben

Bryan Stevenson wrote:
> 
> Are you saying a field in the FORM scope that contains a string that appears 
> to be a date would get formatted? or does CF have to know it's a date?
> 
> Would a date in a FORM scope var be considered a date/time object or just a 
> string?


~|
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:209362
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: Quick OT Javascript question.

2005-06-13 Thread Claude Schneegans
 >>var SelOpt = document...options.selectedIndex;

Not sure this will work: selectedIndex is a property of the select 
object, not of the options array.

var SelOpt = document...selectedIndex;
should work better.

 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
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:209361
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


Server Restart

2005-06-13 Thread Tarantor
Hi,

 

I have a dedicated server with Win2k3 and I want to restart it.

 

But terminal services does not work now. I can only reach my server tomorrow
morning.

 

But ftp and CF (CFMX7) are working and I can upload any CF code to the
server. I thought that I can restart server with a simple CF code. :-)

 

I will check a solution with CFExecute etc., but if you have already a small
code or a tip, that would be great.

 

 

Best regards,

 

Oðuz Demirkapý

 



~|
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:209360
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 question

2005-06-13 Thread S . Isaac Dealey
> I'm trying to open cfm file in editor by
>  name = "D:\Program
> Files\Macromedia\HomeSite+\HomeSite+.exe"
> arguments = "#URL.fullFileName#">
> 

> HomeSite starts but under SYSTEM account so it is
> invisible on
> desktop.
> Is there any way to start editor by cfmx server in visible
> mode?

> It is supposed that application is smart enough
> to not try start editor when request is remote :)

> Thanks

Try setting the ColdFusion server service to use the Administrator
account or another windows user account instead of the system account
-- that might get the result you want. I'm not certain of that, but
I'm guessing that if CF Server is assigned to the Administrator
account on that machine then any cfexecute tag (like cffile tags)
would be part of that security context and so would produce other
behavior associated with that user account like displaying Homesite on
the desktop.

Of course -- I have to say -- there's a use for CF I never expected...
makes me curious what the purpose is... open the offending template
when an error occurs?


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




~|
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:209359
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: [QUARRANTINE]CFDUMP and value formatting

2005-06-13 Thread Bryan Stevenson
> IIRC, it will format something that is a datetime object, but a string
> will come through unformatted.
>
> --Ben

Just re-read your reply Ben and wanted to clarify

Are you saying a field in the FORM scope that contains a string that appears 
to be a date would get formatted? or does CF have to know it's a date?

Would a date in a FORM scope var be considered a date/time object or just a 
string?

I could see a date/time field coming from a field in a recordset being 
considered a date/time object (field in the DB is a date/time 
datatype).but a var in the FORM scope is not typedshould just be a 
string right?

TIA

Cheers

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:209358
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 question

2005-06-13 Thread Barney Boisvert
First, you shouldn't run CF as the system account.  Set up an
unprivileged account that is specifically for CF (or at least for just
CF and the web server), and run it under that account.

I don't know if Windows has a sudo-like command that lets you run
programs as if you were another user, but that's what you need.  CF
will need to execute homesite as the user that is currently signed
into the machine.

cheers,
barneyb

On 6/13/05, Sergey Croitor <[EMAIL PROTECTED]> wrote:
> I'm trying to open cfm file in editor by
>  name = "D:\Program Files\Macromedia\HomeSite+\HomeSite+.exe"
> arguments = "#URL.fullFileName#">
> 
> 
> HomeSite starts but under SYSTEM account so it is invisible on
> desktop.
> Is there any way to start editor by cfmx server in visible mode?
> 
> It is supposed that application is smart enough
> to not try start editor when request is remote :)
> 
> Thanks
> 
> -Sergey
> 

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

Got Gmail? I have 50 invites.

~|
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:209357
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 OT Javascript question.

2005-06-13 Thread Sergey Croitor
Hello Jeff,

Monday, June 13, 2005, 11:44:18 PM, you wrote:

JW> 4:50 Ponderings...

JW> How do I grab the CURRENTLY selected option in a select list WITHOUT knowing
JW> how many options. (the options are dynamically created)

JW> Say we have in select colors

JW> Red
JW> Green  
JW> Blue

JW> Document.myform.colors[1].value would be the selected one, but how would you
JW> figure that out dynamically?

Document.myform.colors.selectedIndex



-Sergey


~|
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:209355
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 OT Javascript question.

2005-06-13 Thread Claude Schneegans
 >>How do I grab the CURRENTLY selected option in a select list

document.myform.colors.selectedIndex

(Be careful not spelling "Document" with an upper case).

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
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:209356
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: Quick OT Javascript question.

2005-06-13 Thread Matt Osbun
As it happens, that's what I'm doing at the moment.

this.options[this.selectedIndex].value
OR
this.options[this.selectedIndex].text

Depending on which you want.  

So far it's worked in IE and FF

Matt Osbun
Web Developer
Health Systems, International



-Original Message-
From: Jeff Waris [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 13, 2005 3:44 PM
To: CF-Talk
Subject: Quick OT Javascript question.


4:50 Ponderings...

How do I grab the CURRENTLY selected option in a select list WITHOUT
knowing
how many options. (the options are dynamically created)

Say we have in select colors

Red
Green  
Blue

Document.myform.colors[1].value would be the selected one, but how would
you
figure that out dynamically?

Thanks..
Jeff


~|
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:209352
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 OT Javascript question.

2005-06-13 Thread Charlie Griefer
use the selectedIndex property.

document.myform.colors.options[document.myform.colors.selectedIndex].value
document.myform.colors.options[document.myform.colors.selectedIndex].text

On 6/13/05, Jeff Waris <[EMAIL PROTECTED]> wrote:
> 4:50 Ponderings...
> 
> How do I grab the CURRENTLY selected option in a select list WITHOUT knowing
> how many options. (the options are dynamically created)
> 
> Say we have in select colors
> 
> Red
> Green  
> Blue
> 
> Document.myform.colors[1].value would be the selected one, but how would you
> figure that out dynamically?
> 
> Thanks..
> Jeff
> 
> 
> 
> 

~|
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:209351
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: Quick OT Javascript question.

2005-06-13 Thread Howie Hamlin
Sorry - a more complete example would be:

var SelOpt = document...options.selectedIndex;

then

document.myform.colors[SelOpt].value

HTH,

Howie

--- On Monday, June 13, 2005 4:44 PM, Jeff Waris scribed: ---
>
> 4:50 Ponderings...
> 
> How do I grab the CURRENTLY selected option in a select list WITHOUT
> knowing 
> how many options. (the options are dynamically created)
> 
> Say we have in select colors
> 
> Red
> Green  
> Blue
> 
> Document.myform.colors[1].value would be the selected one, but how
> would you 
> figure that out dynamically?
> 
> 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:209354
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: [QUARRANTINE]CFDUMP and value formatting

2005-06-13 Thread Bryan Stevenson
> IIRC, it will format something that is a datetime object, but a string
> will come through unformatted.
>
> --Ben

Really!!??  That is truly stupid IMHO if that really is the case

How the heck can you figure out what may be wrong if your value gets 
formatted??? you wouldn't know what the real value is!!

Can anybody 100% confirm that behaviour?

Thanks Ben

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:209353
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 OT Javascript question.

2005-06-13 Thread Howie Hamlin
document...options.selectedIndex;

HTH,

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

iMS-Lite - the completely free mail server solution for applications and 
application servers
http://www.coolfusion.com/iMSLite


--- On Monday, June 13, 2005 4:44 PM, Jeff Waris scribed: ---
>
> 4:50 Ponderings...
> 
> How do I grab the CURRENTLY selected option in a select list WITHOUT
> knowing 
> how many options. (the options are dynamically created)
> 
> Say we have in select colors
> 
> Red
> Green  
> Blue
> 
> Document.myform.colors[1].value would be the selected one, but how
> would you 
> figure that out dynamically?
> 
> 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:209348
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: Quick OT Javascript question.

2005-06-13 Thread Dustin Tinney
document.myform.colors.length gives you a variable that you can loop
on and find the selected item.

On 6/13/05, Jeff Waris <[EMAIL PROTECTED]> wrote:
> 4:50 Ponderings...
> 
> How do I grab the CURRENTLY selected option in a select list WITHOUT knowing
> how many options. (the options are dynamically created)
> 
> Say we have in select colors
> 
> Red
> Green  
> Blue
> 
> Document.m7yform.colors[1].value would be the selected one, but how would you
> figure that out dynamically?
> 
> 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:209350
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 OT Javascript question.

2005-06-13 Thread Bryan Stevenson
the property is selectedIndex

I'm kinda rutsy but it's something like 
document.MyForm.MySelectBox.selectedIndex

HTH

Cheers

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:209349
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


cfexecute question

2005-06-13 Thread Sergey Croitor
I'm trying to open cfm file in editor by



HomeSite starts but under SYSTEM account so it is invisible on
desktop.
Is there any way to start editor by cfmx server in visible mode?

It is supposed that application is smart enough
to not try start editor when request is remote :)

Thanks

-Sergey


~|
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:209347
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: [QUARRANTINE]CFDUMP and value formatting

2005-06-13 Thread Ben Doom
IIRC, it will format something that is a datetime object, but a string
will come through unformatted.

--Ben

Bryan Stevenson wrote:
> Hey All,
> 
> I'm just wondering if CF formats the data dumped via CFDUMP??
> 
> For exampleif I dump the FORM scope which contains a field with a date as 
> a value...will CF attempt to format it as a date when it dumps it?  or leave 
> the raw value unchanged?
> 
> I would assume it stays raw and unchanged (kind of the whooe point of 
> CFDUMP)but I'm just trying to eliminate some possibilities right now ;-)
> 
> TIA
> 
> Cheers
> 
> 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:209346
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


Quick OT Javascript question.

2005-06-13 Thread Jeff Waris
4:50 Ponderings...

How do I grab the CURRENTLY selected option in a select list WITHOUT knowing
how many options. (the options are dynamically created)

Say we have in select colors

Red
Green  
Blue

Document.myform.colors[1].value would be the selected one, but how would you
figure that out dynamically?

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:209345
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


CFDUMP and value formatting

2005-06-13 Thread Bryan Stevenson
Hey All,

I'm just wondering if CF formats the data dumped via CFDUMP??

For exampleif I dump the FORM scope which contains a field with a date as a 
value...will CF attempt to format it as a date when it dumps it?  or leave the 
raw value unchanged?

I would assume it stays raw and unchanged (kind of the whooe point of 
CFDUMP)but I'm just trying to eliminate some possibilities right now ;-)

TIA

Cheers

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:209344
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: Using CF Variables Returned from a SQL Query

2005-06-13 Thread Stewart, Ryan
Ah ha!  I assumed I was probably missing something in your original
post.  Thanks for the info.

I'll work on optimization now that it works.

Thanks all!

-Ryan
-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 13, 2005 4:29 PM
To: CF-Talk
Subject: Re: Using CF Variables Returned from a SQL Query

> Of course you could use
>
>  instead of using an evaluate (I 
> heard
> a rumor that evaluate had some performance considerations...).
>
> - Calvin

Yepbut the point is he was simply replacing one string with another
and 
not with the actual evaluated value of the variable named in the
string

Make it work firstthen make it faster if neededbaby steps ;-)

Cheers

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:209343
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: Using CF Variables Returned from a SQL Query

2005-06-13 Thread Bryan Stevenson
> Of course you could use
>
>  instead of using an evaluate (I 
> heard
> a rumor that evaluate had some performance considerations...).
>
> - Calvin

Yepbut the point is he was simply replacing one string with another and 
not with the actual evaluated value of the variable named in the string

Make it work firstthen make it faster if neededbaby steps ;-)

Cheers

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:209342
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: Using CF Variables Returned from a SQL Query

2005-06-13 Thread Charles Polisher
Bryan Stevenson wrote:
> > can you wrap a  around the ## variable?
> 
> How do you see that helping Greg?  The  would still be part of the 
> variable being outputted (i.e. the text from the field in the DB).so 
> you'd see the #MyVar# on the screen.

Here's a repost of a solution to this problem:


From: "eastinq" <[EMAIL PROTECTED]>
Newsgroups: macromedia.coldfusion.cfml_general_discussion
Subject: Re: Evaluate variables in midst of a string! 
Date: Wed, 23 Feb 2005 22:04:13 + (UTC)

It is possible, what your wanting to do.



 
 
select username, greeting
 from profile 
 where login = 'abc' 
 

 
 #evaluate(de(myquery.greeting))#
 



~|
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:209341
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: Using CF Variables Returned from a SQL Query

2005-06-13 Thread Calvin Ward
Of course you could use

 instead of using an evaluate (I heard
a rumor that evaluate had some performance considerations...).

- Calvin 

-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 13, 2005 4:19 PM
To: CF-Talk
Subject: Re: Using CF Variables Returned from a SQL Query

No No Nothat's not what I said ;-)

OKthe stepped approach ;-)

assumptions:
-MyField is the anme of the field that conatins the CF vars -MyVar is the
name of one of the CF vars contained in MyField

1) retrieve data

2) output the query

3) while outputting the query you:
-EVALUATE the value of MyVar  
-REPLACE the string #MyVar# (in MyField) with it's value 
-use MyNewField as your output instead of the raw MyField

All you did was replace a string with another string (even though it looked
like a var).  You have to replace the string with the evaluated value of the
variable.


  
  
  #MyNewField #


Hope that clears it up ;-)

Cheers

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
- Original Message -
From: "Stewart, Ryan" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Monday, June 13, 2005 1:03 PM
Subject: RE: Using CF Variables Returned from a SQL Query


> It still isn't working.  I've tried a couple of things.  Before, my
> query statement was written as:
>
> 
> #big_text#
> 
>
> So I went through and made the changes you suggested, and my text
> outputted to the screen as:
>
> Some text here, some more text, a Evaluate("ColdFusion_Variable") here,
> some more text, even more text.
>
> So then I tried changing my cfoutput statement to this:
>
> 
> #Evaluate("big_text")#
> 
>
> But still no change.  I also tried replacing the
> Evaluate("ColdFusion_Variable") with #Evaluate("ColdFusion_Variable")#
> but got the same thing.
>
> Thanks for taking a stab at it, any more ideas?
>
> -Ryan
>
> -Original Message-
> From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 13, 2005 2:04 PM
> To: CF-Talk
> Subject: Re: Using CF Variables Returned from a SQL Query
>
> You'll need to parse out and replace every CF variable in the text (i.e.
>
> find this string "#ColdFusion_Variable#" and replace it with
> Evaluate("ColdFusion_Variable") )
>
> Hope that helps.have fun ;-)
>
> Cheers
>
> - Original Message - 
> From: "Stewart, Ryan" <[EMAIL PROTECTED]>
> To: "CF-Talk" 
> Sent: Monday, June 13, 2005 10:59 AM
> Subject: Using CF Variables Returned from a SQL Query
>
>
>
>
> 



~|
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:209340
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: Using CF Variables Returned from a SQL Query

2005-06-13 Thread Bryan Stevenson
No No Nothat's not what I said ;-)

OKthe stepped approach ;-)

assumptions:
-MyField is the anme of the field that conatins the CF vars
-MyVar is the name of one of the CF vars contained in MyField

1) retrieve data

2) output the query

3) while outputting the query you:
-EVALUATE the value of MyVar  
-REPLACE the string #MyVar# (in MyField) with it's value 
-use MyNewField as your output instead of the raw MyField

All you did was replace a string with another string (even though it looked 
like a var).  You have to replace the string with the evaluated value of the 
variable.


  
  
  #MyNewField #


Hope that clears it up ;-)

Cheers

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
- Original Message - 
From: "Stewart, Ryan" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Monday, June 13, 2005 1:03 PM
Subject: RE: Using CF Variables Returned from a SQL Query


> It still isn't working.  I've tried a couple of things.  Before, my
> query statement was written as:
>
> 
> #big_text#
> 
>
> So I went through and made the changes you suggested, and my text
> outputted to the screen as:
>
> Some text here, some more text, a Evaluate("ColdFusion_Variable") here,
> some more text, even more text.
>
> So then I tried changing my cfoutput statement to this:
>
> 
> #Evaluate("big_text")#
> 
>
> But still no change.  I also tried replacing the
> Evaluate("ColdFusion_Variable") with #Evaluate("ColdFusion_Variable")#
> but got the same thing.
>
> Thanks for taking a stab at it, any more ideas?
>
> -Ryan
>
> -Original Message-
> From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 13, 2005 2:04 PM
> To: CF-Talk
> Subject: Re: Using CF Variables Returned from a SQL Query
>
> You'll need to parse out and replace every CF variable in the text (i.e.
>
> find this string "#ColdFusion_Variable#" and replace it with
> Evaluate("ColdFusion_Variable") )
>
> Hope that helps.have fun ;-)
>
> Cheers
>
> - Original Message - 
> From: "Stewart, Ryan" <[EMAIL PROTECTED]>
> To: "CF-Talk" 
> Sent: Monday, June 13, 2005 10:59 AM
> Subject: Using CF Variables Returned from a SQL Query
>
>
>
>
> 

~|
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:209339
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: Using CF Variables Returned from a SQL Query

2005-06-13 Thread Felipe Fernandes
Store your text in thd BD like this:

Some text here, some more text, a #Evaluate("ColdFusion_Variable")#
here, some more text, even more text.


Felipe

On 6/13/05, Stewart, Ryan <[EMAIL PROTECTED]> wrote:
> It still isn't working.  I've tried a couple of things.  Before, my
> query statement was written as:
> 
> 
> #big_text#
> 
> 
> So I went through and made the changes you suggested, and my text
> outputted to the screen as:
> 
> Some text here, some more text, a Evaluate("ColdFusion_Variable") here,
> some more text, even more text.
> 
> So then I tried changing my cfoutput statement to this:
> 
> 
> #Evaluate("big_text")#
> 
> 
> But still no change.  I also tried replacing the
> Evaluate("ColdFusion_Variable") with #Evaluate("ColdFusion_Variable")#
> but got the same thing.
> 
> Thanks for taking a stab at it, any more ideas?
> 
> -Ryan
> 
> -Original Message-
> From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 13, 2005 2:04 PM
> To: CF-Talk
> Subject: Re: Using CF Variables Returned from a SQL Query
> 
> You'll need to parse out and replace every CF variable in the text (i.e.
> 
> find this string "#ColdFusion_Variable#" and replace it with
> Evaluate("ColdFusion_Variable") )
> 
> Hope that helps.have fun ;-)
> 
> Cheers
> 
> - Original Message -
> From: "Stewart, Ryan" <[EMAIL PROTECTED]>
> To: "CF-Talk" 
> Sent: Monday, June 13, 2005 10:59 AM
> Subject: Using CF Variables Returned from a SQL Query
> 
> 
> 
> 
> 

~|
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:209338
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: Shopping Cart

2005-06-13 Thread Michael Hohnecker
My hosting company pulled Able Commerce out and now is offering Storefront.  
That is the reason was I was skeptical.  It looks like my options are: 

Able Commerce
Cfwebstore

StoreFront seems popular but is ASP.NET

Mike

~|
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:209337
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: Who's using CF recommendations anyone

2005-06-13 Thread Calvin Ward
http://www.section508.gov/  

-Original Message-
From: dave [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 13, 2005 2:07 PM
To: CF-Talk
Subject: Re: Who's using CF recommendations anyone

www.basspro.com
 www.onemodelplace.com
www.logitech.com

~Dave the disruptor~
"A criminal is a person with predatory instincts who has not sufficient
capital to form a corporation." 







~|
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:209336
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: Using CF Variables Returned from a SQL Query

2005-06-13 Thread Russ
Have you tried #evaluate("#big_text#")#?



-Original Message-
From: Stewart, Ryan [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 13, 2005 4:04 PM
To: CF-Talk
Subject: RE: Using CF Variables Returned from a SQL Query

It still isn't working.  I've tried a couple of things.  Before, my
query statement was written as:


#big_text#


So I went through and made the changes you suggested, and my text
outputted to the screen as:

Some text here, some more text, a Evaluate("ColdFusion_Variable") here,
some more text, even more text.

So then I tried changing my cfoutput statement to this:


#Evaluate("big_text")#


But still no change.  I also tried replacing the
Evaluate("ColdFusion_Variable") with #Evaluate("ColdFusion_Variable")#
but got the same thing.

Thanks for taking a stab at it, any more ideas?

-Ryan

-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 13, 2005 2:04 PM
To: CF-Talk
Subject: Re: Using CF Variables Returned from a SQL Query

You'll need to parse out and replace every CF variable in the text (i.e.

find this string "#ColdFusion_Variable#" and replace it with 
Evaluate("ColdFusion_Variable") )

Hope that helps.have fun ;-)

Cheers

- Original Message - 
From: "Stewart, Ryan" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Monday, June 13, 2005 10:59 AM
Subject: Using CF Variables Returned from a SQL Query 






~|
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:209335
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: Using CF Variables Returned from a SQL Query

2005-06-13 Thread Charlie Griefer
take the quotes off of your argument being passed to the evaluate() function.

#evaluate(big_text)#

On 6/13/05, Stewart, Ryan <[EMAIL PROTECTED]> wrote:
> It still isn't working.  I've tried a couple of things.  Before, my
> query statement was written as:
> 
> 
> #big_text#
> 
> 
> So I went through and made the changes you suggested, and my text
> outputted to the screen as:
> 
> Some text here, some more text, a Evaluate("ColdFusion_Variable") here,
> some more text, even more text.
> 
> So then I tried changing my cfoutput statement to this:
> 
> 
> #Evaluate("big_text")#
> 
> 
> But still no change.  I also tried replacing the
> Evaluate("ColdFusion_Variable") with #Evaluate("ColdFusion_Variable")#
> but got the same thing.
> 
> Thanks for taking a stab at it, any more ideas?
> 
> -Ryan
> 
> -Original Message-
> From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 13, 2005 2:04 PM
> To: CF-Talk
> Subject: Re: Using CF Variables Returned from a SQL Query
> 
> You'll need to parse out and replace every CF variable in the text (i.e.
> 
> find this string "#ColdFusion_Variable#" and replace it with
> Evaluate("ColdFusion_Variable") )
> 
> Hope that helps.have fun ;-)
> 
> Cheers
> 
> - Original Message -
> From: "Stewart, Ryan" <[EMAIL PROTECTED]>
> To: "CF-Talk" 
> Sent: Monday, June 13, 2005 10:59 AM
> Subject: Using CF Variables Returned from a SQL Query
> 
> 
> 
> 
> 

~|
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:209334
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: Using CF Variables Returned from a SQL Query

2005-06-13 Thread Stewart, Ryan
It still isn't working.  I've tried a couple of things.  Before, my
query statement was written as:


#big_text#


So I went through and made the changes you suggested, and my text
outputted to the screen as:

Some text here, some more text, a Evaluate("ColdFusion_Variable") here,
some more text, even more text.

So then I tried changing my cfoutput statement to this:


#Evaluate("big_text")#


But still no change.  I also tried replacing the
Evaluate("ColdFusion_Variable") with #Evaluate("ColdFusion_Variable")#
but got the same thing.

Thanks for taking a stab at it, any more ideas?

-Ryan

-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 13, 2005 2:04 PM
To: CF-Talk
Subject: Re: Using CF Variables Returned from a SQL Query

You'll need to parse out and replace every CF variable in the text (i.e.

find this string "#ColdFusion_Variable#" and replace it with 
Evaluate("ColdFusion_Variable") )

Hope that helps.have fun ;-)

Cheers

- Original Message - 
From: "Stewart, Ryan" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Monday, June 13, 2005 10:59 AM
Subject: Using CF Variables Returned from a SQL Query 




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


Using a directory path as a switch statement

2005-06-13 Thread Mark Leder
Hi all,
 
I typically use an include file for navigation elements.  However I want to
be able to show a tree for directories two levels deep.  In this example,
I'd like to show the menu below for both the "/presentations/" directory and
the "/presentations/video/" directory.  The example works fine for the
"/presentations/' directory, but it will not display for the
"/presentations/video/" directory.  I'd rather not have a separate full tree
for each subdirectory.
 
Are there other approaches to making this work?
 
===
 

 



 

 Personal
Brilliance Online Video
 Request Video Demo and
Information Kit
 One Sheet
Biography
 Client
Testimonials
 Sample
Introduction
 Staging/Backgr
ound AV Requirements
 View
Introduction Short Film
 Photograph
 Articles for
your publication

 



 
=
 
Thanks,
Mark
 




~|
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:209332
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: HTML to PDF

2005-06-13 Thread Rick Mason
Rey,
 Did you try the second URL I posted?
 
www.coldfusion.org/downloads/Merging_CF_With_Adobe_pdf1.ppt
 Left off the "1" when I typed it the first time. It works on this end OK. 
Or you can just go to
www.coldfusion.org/downloadsand
find it on the page. It's by far the easiest choice to implement
without
going to CF-7.
   Rick Mason
 

 On 6/13/05, Rey Bango <[EMAIL PROTECTED]> wrote: 
> 
> Hi Rick,
> 
> I tried to download it but nothing came up. I also cut and pasted the
> url in my browser and still nothing. Perhaps its a different filename?
> 
> Rey,,
> 
> Rick Mason wrote:
> > Rey,
> > You may want to check out one of our CFUG presentations on that very
> > subject:
> > www.coldfusion.org/downloads/Merging_CF_With_Adobe_pdf.ppt
> 
> > If you have any questions the author, Randy Brown, has his email in the
> > presentation.
> > Rick Mason
> >
> >
> > On 6/13/05, Rey Bango <[EMAIL PROTECTED]> wrote:
> >
> >>Hi guys. I need a solution that will let me build a dynamic HTML page
> >>and output it to PDF. I know of ActivPDF but it's currently priced at
> >>$1,500 for their webgrabber product.
> >>
> >>We're currently on CFMX 6.1.
> >>
> >>Any alternatives?
> >>
> >>Rey...
> >>
> >>--
> >>http://www.ReyBango.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:209331
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: mx 6 licenses?

2005-06-13 Thread Jeff Congdon
CF7 is, in our opinion, too new to run on production.  We're just now 
moving to 6.11 on these servers (from 5.x), after having run 6.x for a 
few years on our backend.

I still find myself fighting, in the last 60 days, fatal errors on my 
6.11 servers that that would have been disasterous if we had encountered 
them on our public WWW servers (see: client variables looping and 
crashing IIS every 7 days,  
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19590)  
So, flat out, I don't trust 7 yet for our public site, and my 
Bossman(tm) trusts it even less.  I'm even a bit worried about putting 
6.11 on these machines for the same reason, but to a much lesser extent.

The licensing issue turned out to be moot, b/c my cooworker found his 
old CF5 - MX upgrade licenses that he thought he had lost.  But what we 
would have done, we had decided, is buy MX7 licenses, put MX7 on our 
backend machines that were 'least necessary', then pushed those MX6 
licenses to the pub servers.

I'll begin playing with MX7 this summer though, as I'm really curious 
about some of the new functionality - namely CFDOCUMENT to pdf.

Thanks,
-Jeff

Jared Rypka-Hauer - CMG, LLC wrote:

>And, just to complicate matters... :)
>
>CFMX 7 is the same price as 6.1, so if you go with 7 you'll get an extra 
>upgrade cycle and a lot of benefits in terms of functionality and power.
>
>Unless you're looking to pick up 6.0 licenses on the cheap just because it's 
>a deprecated product, I'd highly recommend 7 just because of the deprecation 
>likelihood of 6.1 in future upgrade cycles.
>
>If you need licensed versions of a CF engine, look at BlueDragon Standard... 
>which happens to be quite speedy and powerful, but also happens to be free.
>
>Laterz,
>J
>
>On 6/10/05, James Holmes <[EMAIL PROTECTED]> wrote:
>  
>
>>Agreed - I stongly recommend against running CF 6.0.
>>
>>6.1 is the way to go.
>>
>>
>>
>
>
>
>  
>


~|
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:209330
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: CF on shared hosting

2005-06-13 Thread Damien McKenna
From: Calvin Ward [mailto:[EMAIL PROTECTED] 
> > > - JSP should not be allowed to run on the CF server (for
> > > security reasons)
> > 
> > Beyond the rationale that the bundled version of JRun is 
> > unsuitable for shared hosting,  
> 
> Why is Jrun unsuitable?

If they're telling you to disable JSP then IMHO then it is unsuitable
for use for JSP serving shared hosting.  I'm still trying to work out
the full details myself, especially as to whethere any J2EE platforms
are suitable for this.

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


~|
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:209329
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: UNC vs Mapped Drive

2005-06-13 Thread Mark A Kruger
Dave,

I would expect the other way around - can you explain?  On a windows server
the UNC would sometimes involve a lookup through a sequence of services
(lmhost, then wins, then DNS then broadcast) whereas the map drive "should"
cache that information. They also use a differenct ipc mechanism what's
your reasoning?

-Mark

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Monday, June 13, 2005 1:43 PM
To: CF-Talk
Subject: RE: UNC vs Mapped Drive


> Is there any difference in performance when accessing files
> on another server between these two methods? The access would
> be in terms of cffile and some zipping using a java based zip
> util.

I would expect that a UNC path might be infinitesimally faster, but the
difference if any should be negligible.

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:209328
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: UNC vs Mapped Drive

2005-06-13 Thread Jim McAtee
For file zipping/archiving I don't think you'd want to copy files to the 
local computer first.  It shouldn't make a difference in terms of 
bandwidth and just adds another step to the process.

We use UNC paths - much easier than dealing with drive mappings and 
troubleshooting whether or not they're mapped for a particular user 
account.


- Original Message - 
From: "Dawson, Michael" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Monday, June 13, 2005 11:52 AM
Subject: RE: UNC vs Mapped Drive


>I don't think there is any difference in performance, but I do know that
> I would keep all operations local to the same server than have them go
> across the network.  Depending on your task, the first thing would be to
> copy any remote files to the local server.  Or, the last thing would be
> to copy local files to the remote server.
>
> Again, this is to keep as much file processing on the local server
> rather than through network traffic.
>
> M!ke
>
> -Original Message-
> From: Scott Mulholland [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 13, 2005 11:13 AM
> To: CF-Talk
> Subject: UNC vs Mapped Drive
>
> Is there any difference in performance when accessing files on another
> server between these two methods?  The access would be in terms of
> cffile and some zipping using a java based zip util.
>
>
>
> Thanks,
>
> Scott 


~|
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:209327
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: UNC vs Mapped Drive

2005-06-13 Thread Dave Watts
> Is there any difference in performance when accessing files 
> on another server between these two methods? The access would 
> be in terms of cffile and some zipping using a java based zip 
> util.

I would expect that a UNC path might be infinitesimally faster, but the
difference if any should be negligible.

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:209326
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: Using CF Variables Returned from a SQL Query

2005-06-13 Thread Bryan Stevenson
> can you wrap a  around the ## variable?

How do you see that helping Greg?  The  would still be part of the 
variable being outputted (i.e. the text from the field in the DB).so 
you'd see the #MyVar# on the screen.

Bryan 


~|
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:209325
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: CF on shared hosting

2005-06-13 Thread Calvin Ward
Why is Jrun unsuitable?

- Calvin 

-Original Message-
From: Damien McKenna [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 13, 2005 11:41 AM
To: CF-Talk
Subject: RE: CF on shared hosting

> - For security, sandboxing should disable CFOBJECT/Createobject() (to 
> prevent Java objects being instantiated)
> - JSP should not be allowed to run on the CF server (for security
> reasons)

Beyond the rationale that the bundled version of JRun is unsuitable for
shared hosting, is there a reason to not support e.g. a different JSP
container?  I ask because I was considering switching to SmarterLinux for
web hosting and they provide JSP using a non-JRun container.

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




~|
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:209324
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: Using CF Variables Returned from a SQL Query

2005-06-13 Thread Greg Morphis
can you wrap a  around the ## variable? 

On 6/13/05, Stewart, Ryan <[EMAIL PROTECTED]> wrote:
> I have a column in a SQL table that contains a string of text that
> includes ColdFusion variables.  When I query the text, I'd like the
> values of the ColdFusion variables to output on the screen.
> 
> 
> 
> Example:
> 
> 
> 
> I query the database and get back this:
> 
> 
> 
> Some text here, some more text, a #ColdFusion_Variable# here, some more
> text, even more text.
> 
> 
> 
> And that is exactly what is displayed on the screen.
> 
> 
> 
> If I have #ColdFusion_Variable# set to something, (let's say the number
> 500).  I want it to output to the screen as follows:
> 
> 
> 
> Some text here, some more text, a 500 here, some more text, even more
> text.
> 
> 
> 
> Is there a trick to getting a CF Variable to show up that way when
> returning it from a SQL statement?
> 
> 
> 
> Thanks in advance,
> 
> 
> 
> Ryan Stewart
> 
> 
> 
> 

~|
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:209323
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: Who's using CF recommendations anyone

2005-06-13 Thread dave
www.basspro.com
 www.onemodelplace.com
www.logitech.com

~Dave the disruptor~
"A criminal is a person with predatory instincts who has not sufficient capital 
to form a corporation." 





~|
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:209322
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: Using CF Variables Returned from a SQL Query

2005-06-13 Thread Bryan Stevenson
You'll need to parse out and replace every CF variable in the text (i.e. 
find this string "#ColdFusion_Variable#" and replace it with 
Evaluate("ColdFusion_Variable") )

Hope that helps.have fun ;-)

Cheers

- Original Message - 
From: "Stewart, Ryan" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Monday, June 13, 2005 10:59 AM
Subject: Using CF Variables Returned from a SQL Query 


~|
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:209321
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: Who's using CF recommendations anyone

2005-06-13 Thread Jim Davis
> -Original Message-
> From: Steve Kahn [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 13, 2005 11:34 AM
> To: CF-Talk
> Subject: Who's using CF recommendations anyone
> 
> Anyone have a good recommendation of companies using cf for their sites. I
> know I saw a Dell site recently but cant remember the link. Also does
> anyone have a good article on the benefits of cf to other applications.

They'd never admit it, but Metlife has a lot of CF both internally and
externally.

Jim Davis





~|
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:209320
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 CF Variables Returned from a SQL Query

2005-06-13 Thread Stewart, Ryan
I have a column in a SQL table that contains a string of text that
includes ColdFusion variables.  When I query the text, I'd like the
values of the ColdFusion variables to output on the screen.

 

Example:

 

I query the database and get back this:

 

Some text here, some more text, a #ColdFusion_Variable# here, some more
text, even more text.

 

And that is exactly what is displayed on the screen.

 

If I have #ColdFusion_Variable# set to something, (let's say the number
500).  I want it to output to the screen as follows:

 

Some text here, some more text, a 500 here, some more text, even more
text.

 

Is there a trick to getting a CF Variable to show up that way when
returning it from a SQL statement?

 

Thanks in advance,

 

Ryan Stewart



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


Who's using CF recommendations anyone

2005-06-13 Thread Robert Munn
Invitrogen has a huge e-commerce site written in CF.

> Anyone have a good recommendation of companies using cf for their 
> sites. I know I saw a Dell site recently but cant remember the link. 
> Also does anyone have a good article on the benefits of cf to other 
> applications.
> 
> Thanks 
Steve

~|
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:209318
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: Source control PLUS Deployment control...

2005-06-13 Thread Robert Munn
If you are running CF Enterprise, you can use the Archive and Deploy system 
built into the CF Admin. I started using it when we went through Sarbanes-Oxley 
remediation. I get a ticket for a change, I make the changes, they go through 
production control processing, then I create an archive on my test system with 
all of the files I need to deploy to the production system. The archive name is 
the ticket number. I move the archive to production, deploy it, and I have a 
history of everything I have done to the system. We don't have any huge 
clusters, so I do this all machine by machine. My team doesn't like it because 
it takes longer than other deployment methods, but it creates a very good audit 
trail, which is important to me. 

I could, in theory, have a non-CF person (e.g. a system admin) do the 
deployment of the archives into production, which would provide another level 
of separation of duties (big for SOX), but we're not quite there yet.

My company's flagship product is a Service Management solution, it does 
everything you could every dream of and more in that space. It's a really cool 
product, but it is probably overkill times 100 for what you need. If you are 
curious you can read all about it on our Web site:

www.peregrine.com

Rob

>I've been following this thread a bit and was wondering if anyone was in the
>same boat as I am. 
>
>Right now we run VSS as version control of various CFM's in our test
>environment. (VSS isn't necessarily our future as it was here before I was
>and it really isn't suited for what we need for the future)
>
>I have an added dilemma to this. I have two separate production environments
>that I have to keep synced with changes. This can become daunting sometimes
>figuring out what changes have deployed to what production environment.
>Technically they should be synced, but that isn't always the case. It would
>be nice to be able to see what's been deployed where at any given time.
>
>I have more twists in this pretzel but that's the largest...
>-I run sql server here and it would be nice to also be able to keep track of
>the changes and deployment status of SQL
>-A ticketing system that can handle requests from our users and a ticketing
>system that can handle internal tickets for our internal fixes and upgrades.
>
>-A web based interface for the ticketing systems that allows our users to
>see only their tickets and their statuses.
>
>Does something like this even exist??? I am sure I am not the only one in
>the universe that needs to keep track of deployment as well as version
>control of the actual programs...
>
>Anyone have any recommendations??
>
>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:209317
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: UNC vs Mapped Drive

2005-06-13 Thread Dawson, Michael
I don't think there is any difference in performance, but I do know that
I would keep all operations local to the same server than have them go
across the network.  Depending on your task, the first thing would be to
copy any remote files to the local server.  Or, the last thing would be
to copy local files to the remote server.

Again, this is to keep as much file processing on the local server
rather than through network traffic.

M!ke 

-Original Message-
From: Scott Mulholland [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 13, 2005 11:13 AM
To: CF-Talk
Subject: UNC vs Mapped Drive

Is there any difference in performance when accessing files on another
server between these two methods?  The access would be in terms of
cffile and some zipping using a java based zip util.

 

Thanks,

Scott

~|
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:209316
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: HTML to PDF

2005-06-13 Thread Calvin Ward
Say, in one of our projects, cfdocument slices text and images in half at
page breaks... Why is that?

- Calvin 

-Original Message-
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Monday, June 13, 2005 12:19 PM
To: CF-Talk
Subject: HTML to PDF

A few intro/demos of the CFDOCUMENT feature and creating printable HTML
output in CFMX7 can be found here:

http://www.macromedia.com/software/coldfusion/demos/

Damon



~|
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:209315
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: Who's using CF recommendations anyone

2005-06-13 Thread Tony Weeg
+10 on the BOA site.

its GREAT. i use it daily.

tw

On 6/13/05, Emmet McGovern <[EMAIL PROTECTED]> wrote:
> Make sure you double check Ben's list.  Last I checked some had moved on to
> inferior technologies. ;)
> 
> I find Bank of America's site is a pretty compelling argument for scale and
> security.
> 
> -e
> 
> 
> 
> 

~|
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:209314
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: Source control PLUS Deployment control...

2005-06-13 Thread Nathan Strutz
Chip,

Insightful post, thanks. One thing that caught my eye is exporting to a 
staging server calling 'svn checkout', shouldn't you 'svn export' that 
instead? Checking out files also exports a flurry of .svn folders for 
local version tracking, but exporting gives you a clean directory 
structure. Perhaps that's what the 'checkout release' does? I haven't 
seen or played with that feature.

-nathan strutz
http://www.dopefly.com/

Chip temm wrote:

>Hi Russ,
>
>   >Does Homesite+/CFStudio have any CVS support (especially for subversion?).
>   >We're planning to move to SVN from developing from ftp, but wondering how 
> to
>   >set the whole thing up. 
>
>Bunch of ways to do this with Homesite.  The easiest I know of is to use 
>TortoiseSVN.  From Homesite, all of the Tortoise right-click menus will be 
>available in the directory browsing pane (but NOT in the file browser below 
>it).  When you change a file and want to update your server version, right 
>click its parent directory and COMMIT.  Simple.  If you want to use Homesite's 
>Project-thingy with its source control integration, you will have to install 
>something like Jalinidi Igloo which emulates SourceSafe's API (called SCC).  
>Hasn't been worth it for me. SO, that's the client side
>
>   >We have a development server, where all the changes are made and tested by
>   >editing the files directly through ftp and testing them through the web
>   >browser.  When they're ready, we ftp them over to the production server and
>   >use Araxis Merge to compare the changes with the old files and merge them
>   >(just for safety, and also certain files only get parts of them deployed,
>   >such as the cfc files which contain all the DAO logic). 
>   >How can we make this type of set up work with SVN?  I mean if we retrieve a
>   >file from CVS through Homesite+ or CFEClipse, how do we save the file to 
> the
>   >dev server so that we can test it, and then when we're done, how do we
>   >deploy the changes to production?   Is this even possible? 
>   >Russ
>The environment
>Here's the thing: you need to think about source control a bit differently 
>than you thought about the FTP method you setup.  Ideally, you would have a 
>souce control server, a staging server (you call that dev server above), a 
>production server and your local development machine. 
>
>Developing
>You develop on a local standalone CF server- you should be able to test 
>anything here (except load) that you can test on your staging server. When you 
>are happy with a certain file (or directory), you commit it to your SVN 
>repository.  On the SVN machine there is no web server, cf server, whatever- 
>it is just a place to keep track of your changes and make sure that if 
>everything else blows up you keep your job. 
>
>Deploying to staging
>When you want to deploy the code to staging (to demo for a client, beta test, 
>whatever) you go to the staging box and use tortoise (or a shell script call 
>to cvsnt) to UPDATE (or if this is the first deployment CHECKOUT) the code 
>from the SVN box.  If you are strict, you will include in  your staging 
>deployment process a step to encrypt your CF code.  This keeps you honest and 
>doesn't allow you to make code changes on staging (from where you would likely 
>forget to commit them).  In fact, you should really do a CHECKOUT RELEASE 
>(this is TortoiseCVS terminology- may be different on SVN) which ensures that 
>your fresh files are not COMMITable from their new home.
>
>Deploying to production
>Same as deploying to staging.  You don't move a thing from staging.  You don't 
>have to.  All of your changes are in SVN right?  If your deployment to staging 
>worked and all other environment variables are the same, your deployment to 
>production will be as simple as pie.
>
>Using CF Enterprise to help
>You could alternately create a CAR on Staging when you are ready to deploy and 
>push that to Production.  This is an additional insurance that the deployment 
>is a success as the CAR wraps up all the CF server settings nicely for you: 
>when you restore the CAR on the target, CF is setup exactly as it was on the 
>source server.
>
>Saving money
>If you don't have an extra server for the source control, no prob.  Use your 
>staging box- but do NOT put your SVN repository in the webroot.  The key is to 
>keep source control separate from the normal running location of your apps.
>
>Scripting it all
>You could setup all of this to run as batch files in windows or linux.  The 
>staging process could be scheduled.  You could trigger the running of the 
>staging deployment by calling a CF page with a CFExecute that runs the batch 
>file.  If you are extra crafty you might use a nifty new CF Gateway to watch 
>for some file system chage or listen for a ping from somewhere to tell it to 
>run and get the latest release
>
>You're on the right path- it is less complicated than it sounds!
>Cheers
>Chip Temm
>
>

~~~

Re: HTML to PDF

2005-06-13 Thread Paul Hastings
Rey Bango wrote:
> Thanks Damon. The thing is that we're running on CFMX 6.1 but I'm going 

maybe iText. http://www.lowagie.com/iText/ the demo stuff damon pointed 
to should apply to this lib too.



~|
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:209312
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: Who's using CF recommendations anyone

2005-06-13 Thread mac jordan
On 6/13/05, Steve Kahn <[EMAIL PROTECTED]> wrote:
> 
> Anyone have a good recommendation of companies using cf for their sites. I 
> know I saw a Dell site recently but cant remember the link. Also does anyone 
> have a good article on the benefits of cf to other applications.
> 

we have a UK corporate - www.babcock.co.uk , and a 
UK magazine (busy site) - www.private-eye.co.uk

-- 
mac jordan
home: www.kestrel.org 
work: www.webhorus.net 
them: www.jordan-cats.org 


~|
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:209311
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: HTML to PDF

2005-06-13 Thread Rey Bango
Thanks Damon. The thing is that we're running on CFMX 6.1 but I'm going 
to bookmark these links for future use.

Rey.,

[EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
> A few intro/demos of the CFDOCUMENT feature and creating printable HTML 
> output in CFMX7 can be found here:
> 
> http://www.macromedia.com/software/coldfusion/demos/
> 
> Damon
> 
> 

~|
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:209310
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: Who's using CF recommendations anyone

2005-06-13 Thread Emmet McGovern
Make sure you double check Ben's list.  Last I checked some had moved on to
inferior technologies. ;)

I find Bank of America's site is a pretty compelling argument for scale and
security.

-e



~|
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:209309
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 content not pass into word

2005-06-13 Thread Ida Chen
I am trying to write a function that returns xml type and generate the content 
in a well formated word document. Somehow the word will just return blanks with 
no content in it. When I highlight the doc, I see some tabs and spaces. The 
code is below:

in cfc:

   
 
  
 

 


the cfm:





  




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


HTML to PDF

2005-06-13 Thread dcooper
A few intro/demos of the CFDOCUMENT feature and creating printable HTML output 
in CFMX7 can be found here:

http://www.macromedia.com/software/coldfusion/demos/

Damon

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


UNC vs Mapped Drive

2005-06-13 Thread Scott Mulholland
Is there any difference in performance when accessing files on another
server between these two methods?  The access would be in terms of cffile
and some zipping using a java based zip util.

 

Thanks,

Scott


---
[This E-mail scanned for viruses by Declude Virus.  Service provided by 
Accurate Imaging, Inc.]


~|
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:209306
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: Source control PLUS Deployment control...

2005-06-13 Thread James Holmes
Yep:

http://svnbook.red-bean.com/en/1.1/ch02s03.html#svn-ch-2-sect-3.2

"Unlike those of many other version control systems, Subversion's
revision numbers apply to entire trees, not individual files. Each
revision number selects an entire tree, a particular state of the
repository after some committed change. Another way to think about it is
that revision N represents the state of the repository filesystem after
the Nth commit." 

-Original Message-
From: Douglas Knudsen [mailto:[EMAIL PROTECTED] 
Sent: Monday, 13 June 2005 11:58 
To: CF-Talk
Subject: Re: Source control PLUS Deployment control...

in SVN.so if I commit a single file in a main trunk, the whole trunk
gets a new version number? 

CVS has tags, tag module to get what Brian is talking of.

~|
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:209305
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: Source control PLUS Deployment control...

2005-06-13 Thread Massimo Foti
http://svnbook.red-bean.com/en/1.1/ch04.html

  
Massimo Foti
Tools for ColdFusion and Dreamweaver developers:
http://www.massimocorner.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:209304
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: Source control PLUS Deployment control...

2005-06-13 Thread Douglas Knudsen
in SVN.so if I commit a single file in a main trunk, the whole trunk 
gets a new version number? 

CVS has tags, tag module to get what Brian is talking of.

DK

On 6/13/05, James Holmes <[EMAIL PROTECTED]> wrote:
> 
> Since SubVersion applies version numbers to the whole repo, each commit
> has its own label (the version number). Just take note of which version
> you want and checkout that version.
> 
> -Original Message-
> From: Brian Kotek [mailto:[EMAIL PROTECTED]
> Sent: Monday, 13 June 2005 11:48
> To: CF-Talk
> Subject: Re: Source control PLUS Deployment control...
> 
> John, are you aware of a way to "label" a tree in Subversion? In VSS you
> can apply a label to a whole project, and then if you need to you can
> deploy a specific label, or roll back to a specific label.
> 
> 

~|
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:209303
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: Source control PLUS Deployment control...

2005-06-13 Thread James Holmes
Since SubVersion applies version numbers to the whole repo, each commit
has its own label (the version number). Just take note of which version
you want and checkout that version. 

-Original Message-
From: Brian Kotek [mailto:[EMAIL PROTECTED] 
Sent: Monday, 13 June 2005 11:48 
To: CF-Talk
Subject: Re: Source control PLUS Deployment control...

John, are you aware of a way to "label" a tree in Subversion? In VSS you
can apply a label to a whole project, and then if you need to you can
deploy a specific label, or roll back to a specific label.

~|
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:209302
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: Who's using CF recommendations anyone

2005-06-13 Thread Dave Carabetta
On 6/13/05, Steve Kahn <[EMAIL PROTECTED]> wrote:
> Anyone have a good recommendation of companies using cf for their sites. I 
> know I saw a Dell site recently but cant remember the link. Also does anyone 
> have a good article on the benefits of cf to other applications.
> 

Ben Forta keeps a rather comprehensive list by mentioning them on his
blog. Lots of "big" names in there:

http://www.forta.com/blog/

Regards,
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:209301
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: Who's using CF recommendations anyone

2005-06-13 Thread Calvin Ward
You can try this list: http://www.forta.com/cf/using/

- Calvin 

-Original Message-
From: Steve Kahn [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 13, 2005 11:34 AM
To: CF-Talk
Subject: Who's using CF recommendations anyone

Anyone have a good recommendation of companies using cf for their sites. I
know I saw a Dell site recently but cant remember the link. Also does anyone
have a good article on the benefits of cf to other applications.

Thanks
Steve



~|
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:209299
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: Who's using CF recommendations anyone

2005-06-13 Thread Howie Hamlin
http://www.forta.com/cf/using/

--- On Monday, June 13, 2005 11:34 AM, Steve Kahn scribed: ---
>
> Anyone have a good recommendation of companies using cf for their
> sites. I know I saw a Dell site recently but cant remember the link.
> Also does anyone have a good article on the benefits of cf to other
> applications.   
> 
> Thanks
> Steve
> 
> 

~|
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:209300
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: CF on shared hosting

2005-06-13 Thread James Holmes
I'm still waiting for the security on those SmarterLinux JSP installs
(since I can still traverse my SmarterLinux server), but anything that
has a manageable security policy is OK.

-Original Message-
From: Damien McKenna [mailto:[EMAIL PROTECTED] 
Sent: Monday, 13 June 2005 11:41 
To: CF-Talk
Subject: RE: CF on shared hosting

> - For security, sandboxing should disable CFOBJECT/Createobject() (to 
> prevent Java objects being instantiated)
> - JSP should not be allowed to run on the CF server (for security
> reasons)

Beyond the rationale that the bundled version of JRun is unsuitable for
shared hosting, is there a reason to not support e.g. a different JSP
container?  I ask because I was considering switching to SmarterLinux
for web hosting and they provide JSP using a non-JRun container.

~|
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:209298
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: Source control PLUS Deployment control...

2005-06-13 Thread Brian Kotek
John, are you aware of a way to "label" a tree in Subversion? In VSS you can 
apply a label to a whole project, and then if you need to you can deploy a 
specific label, or roll back to a specific label. I can't find a similar 
function in Subversion...I can see the history of individual files but don't 
see a way to label, get or rollback a whole tree to a previous state.

On 6/12/05, John Paul Ashenfelter <[EMAIL PROTECTED]> wrote:
> 
> I'm jumping into this SCC/deployment discussion pretty late, but
> wanted to echo the votes for Subversion for source control. On the
> client side, TortoiseSVN on the Windows client side is excellent and
> Subclipse is there for Eclipse users.
> 
> (I haven't seen any Mac users chime in about how it works for them on
> Dreamweaver, but my Mac friends tell me Subversion repositories can be
> mounted pretty easily on OS X since it's all Web_DAV under the hood --
> that's probably even easier than dealing with Tortoise for simple
> tasks)
> 
> And the latest Subversion (1.2) added reserved checkout functionality,
> which is the model Visual SourceSafe (among others) uses -- files are
> locked until the user checks them back in. This is in addition to the
> base functionality of Subversion, which follows the model used by CVS
> and other SCC that allows anyone to check out any files and focuses on
> merging to resolve changes.
> 
> > Scripting it all
> > You could setup all of this to run as batch files in windows or linux. 
> The staging process could be scheduled. You could trigger the running of the 
> staging deployment by calling a CF page with a CFExecute that runs the batch 
> file. If you are extra crafty you might use a nifty new CF Gateway to watch 
> for some file system chage or listen for a ping from somewhere to tell it to 
> run and get the latest release
> 
> I'm pretty suprised no one's mentioned Ant and the many, many tools
> around it for the deployment side of things. Regardless of the SCC
> system, Ant is a nobrainer for automating deployment, especially if
> you need to do things like reset databases, run test or acceptance
> suites, or any other of the additional quality control steps as part
> of an automated deployment process. Plug in CruiseControl and you've
> got a pretty robust system for deploying for test, stage, and
> production/delivery.
> 
> As an aside, I'll be talking about these tools at CF-United in the
> Open Source Java Tools session and they are certainly topics that can
> come up at the BOF.
> 
> 
> 
> --
> John Paul Ashenfelter
> CTO/Transitionpoint
> (blog) http://www.ashenfelter.com
> (email) [EMAIL PROTECTED]
> 
> 

~|
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:209297
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: Who's using CF recommendations anyone

2005-06-13 Thread Connie DeCinko
I noticed yesterday, the host of MAX2005, the Anaheim Convention Center,
uses CFM. 


-Original Message-
From: Steve Kahn [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 13, 2005 8:34 AM
To: CF-Talk
Subject: Who's using CF recommendations anyone

Anyone have a good recommendation of companies using cf for their sites. I
know I saw a Dell site recently but cant remember the link. Also does anyone
have a good article on the benefits of cf to other applications.

Thanks 
Steve




~|
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:209296
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: CF on shared hosting

2005-06-13 Thread Damien McKenna
> - For security, sandboxing should disable CFOBJECT/Createobject() (to
> prevent Java objects being instantiated)
> - JSP should not be allowed to run on the CF server (for security
> reasons)

Beyond the rationale that the bundled version of JRun is unsuitable for
shared hosting, is there a reason to not support e.g. a different JSP
container?  I ask because I was considering switching to SmarterLinux
for web hosting and they provide JSP using a non-JRun container.

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


~|
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:209295
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: Who's using CF recommendations anyone

2005-06-13 Thread Aaron Rouse
Here is one, what it does not show is that their intranet is almost all CFM
 http://www.slb.com/

 On 6/13/05, Steve Kahn <[EMAIL PROTECTED]> wrote: 
> 
> Anyone have a good recommendation of companies using cf for their sites. I 
> know I saw a Dell site recently but cant remember the link. Also does anyone 
> have a good article on the benefits of cf to other applications.
> 
> Thanks
> Steve
> 
> 

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


Who's using CF recommendations anyone

2005-06-13 Thread Steve Kahn
Anyone have a good recommendation of companies using cf for their sites. I know 
I saw a Dell site recently but cant remember the link. Also does anyone have a 
good article on the benefits of cf to other applications.

Thanks 
Steve

~|
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:209293
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: HTML to PDF

2005-06-13 Thread Rey Bango
Hi Rick,

I tried to download it but nothing came up. I also cut and pasted the 
url in my browser and still nothing. Perhaps its a different filename?

Rey,,

Rick Mason wrote:
> Rey,
>  You may want to check out one of our CFUG presentations on that very 
> subject:
>  
> www.coldfusion.org/downloads/Merging_CF_With_Adobe_pdf.ppt
>  If you have any questions the author, Randy Brown, has his email in the 
> presentation.
>   Rick Mason
> 
> 
>  On 6/13/05, Rey Bango <[EMAIL PROTECTED]> wrote: 
> 
>>Hi guys. I need a solution that will let me build a dynamic HTML page
>>and output it to PDF. I know of ActivPDF but it's currently priced at
>>$1,500 for their webgrabber product.
>>
>>We're currently on CFMX 6.1.
>>
>>Any alternatives?
>>
>>Rey...
>>
>>--
>>http://www.ReyBango.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:209292
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: HTML to PDF

2005-06-13 Thread Rey Bango
Awesome James. I'll certainly look into these options.

Rey...

James Holmes wrote:
> Apache FOP (http://xml.apache.org/fop/) works well. There's a good
> stylesheet for XHTML-> FO at
> http://www-106.ibm.com/developerworks/library/x-xslfo2app/ and the whole
> lot is open source.
> 
> -Original Message-
> From: Rey Bango [mailto:[EMAIL PROTECTED] 
> Sent: Monday, 13 June 2005 11:04 
> To: CF-Talk
> Subject: HTML to PDF
> 
> Hi guys. I need a solution that will let me build a dynamic HTML page
> and output it to PDF. I know of ActivPDF but it's currently priced at
> $1,500 for their webgrabber product.
> 
> We're currently on CFMX 6.1.
> 
> 

~|
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:209291
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: HTML to PDF

2005-06-13 Thread Rey Bango
hehe. Thanks Calvin. Is CFDocument stable? I thought it was a bit quirky 
at times?

Rey...

Calvin Ward wrote:
> Upgrade to 7.0 and you'll pay less and get a whole bunch more functionality!
> :) 
> 
> -Original Message-
> From: Rey Bango [mailto:[EMAIL PROTECTED] 
> Sent: Monday, June 13, 2005 11:04 AM
> To: CF-Talk
> Subject: HTML to PDF
> 
> Hi guys. I need a solution that will let me build a dynamic HTML page and
> output it to PDF. I know of ActivPDF but it's currently priced at $1,500 for
> their webgrabber product.
> 
> We're currently on CFMX 6.1.
> 
> Any alternatives?
> 
> Rey...
> 
> --
> http://www.ReyBango.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:209290
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: getting cflocation to open a new browser window

2005-06-13 Thread Ben Doom
Nope, that won't work.
cflocation sends a header to the browser telling it to redirect.
However you might be able to use JS to do this.  Unfortunately, pop-up
blockers and such will foil your plan.

--Ben

Les Mizzell wrote:
> Given the following:
> 
> 
> 
> 
> 
> How can I get that to open in a new browser window? (target="_blank")
> 
> 


~|
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:209289
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: HTML to PDF

2005-06-13 Thread Rick Mason
Rey,
 Sorry I mistyped the URL.
  
www.coldfusion.org/downloads/Merging_CF_With_Adobe_pdf1.ppt
   Rick Mason
 

 On 6/13/05, Rick Mason <[EMAIL PROTECTED]> wrote: 
> 
> Rey,
>  You may want to check out one of our CFUG presentations on that very 
> subject:
>  
> www.coldfusion.org/downloads/Merging_CF_With_Adobe_pdf.ppt
>  If you have any questions the author, Randy Brown, has his email in the 
> presentation.
>   Rick Mason
>  
> 
>  On 6/13/05, Rey Bango <[EMAIL PROTECTED]> wrote: 
> > 
> > Hi guys. I need a solution that will let me build a dynamic HTML page
> > and output it to PDF. I know of ActivPDF but it's currently priced at 
> > $1,500 for their webgrabber product.
> > 
> > We're currently on CFMX 6.1.
> > 
> > Any alternatives?
> > 
> > Rey...
> > 
> > --
> > http://www.ReyBango.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:209288
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


getting cflocation to open a new browser window

2005-06-13 Thread Les Mizzell
Given the following:





How can I get that to open in a new browser window? (target="_blank")


-- 
---
Les Mizzell

~|
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:209287
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: HTML to PDF

2005-06-13 Thread Mark Madras
Hello, 

We use PDFLib (including PDI) which currently is running $900. It is
licensed on a per cpu basis with discounts for multi-cpu environments.

-Mark

On 6/13/05, Rey Bango <[EMAIL PROTECTED]> wrote:
> Hi guys. I need a solution that will let me build a dynamic HTML page
> and output it to PDF. I know of ActivPDF but it's currently priced at
> $1,500 for their webgrabber product.
> 
> We're currently on CFMX 6.1.
> 
> Any alternatives?
> 
> Rey...
> 
> --
> http://www.ReyBango.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:209286
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: HTML to PDF

2005-06-13 Thread Rick Mason
Rey,
 You may want to check out one of our CFUG presentations on that very 
subject:
 
www.coldfusion.org/downloads/Merging_CF_With_Adobe_pdf.ppt
 If you have any questions the author, Randy Brown, has his email in the 
presentation.
  Rick Mason


 On 6/13/05, Rey Bango <[EMAIL PROTECTED]> wrote: 
> 
> Hi guys. I need a solution that will let me build a dynamic HTML page
> and output it to PDF. I know of ActivPDF but it's currently priced at
> $1,500 for their webgrabber product.
> 
> We're currently on CFMX 6.1.
> 
> Any alternatives?
> 
> Rey...
> 
> --
> http://www.ReyBango.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:209285
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: HTML to PDF

2005-06-13 Thread James Holmes
Apache FOP (http://xml.apache.org/fop/) works well. There's a good
stylesheet for XHTML-> FO at
http://www-106.ibm.com/developerworks/library/x-xslfo2app/ and the whole
lot is open source.

-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED] 
Sent: Monday, 13 June 2005 11:04 
To: CF-Talk
Subject: HTML to PDF

Hi guys. I need a solution that will let me build a dynamic HTML page
and output it to PDF. I know of ActivPDF but it's currently priced at
$1,500 for their webgrabber product.

We're currently on CFMX 6.1.

~|
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:209284
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: HTML to PDF

2005-06-13 Thread Calvin Ward
Upgrade to 7.0 and you'll pay less and get a whole bunch more functionality!
:) 

-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 13, 2005 11:04 AM
To: CF-Talk
Subject: HTML to PDF

Hi guys. I need a solution that will let me build a dynamic HTML page and
output it to PDF. I know of ActivPDF but it's currently priced at $1,500 for
their webgrabber product.

We're currently on CFMX 6.1.

Any alternatives?

Rey...

--
http://www.ReyBango.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:209283
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: HTML to PDF

2005-06-13 Thread Robertson-Ravo, Neil (RX)
It is also not very good at complex HTML.

Probably loads out there.have a look for iText or some other Java based
tool.



-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED] 
Sent: 13 June 2005 16:04
To: CF-Talk
Subject: HTML to PDF

Hi guys. I need a solution that will let me build a dynamic HTML page 
and output it to PDF. I know of ActivPDF but it's currently priced at 
$1,500 for their webgrabber product.

We're currently on CFMX 6.1.

Any alternatives?

Rey...

-- 




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


HTML to PDF

2005-06-13 Thread Rey Bango
Hi guys. I need a solution that will let me build a dynamic HTML page 
and output it to PDF. I know of ActivPDF but it's currently priced at 
$1,500 for their webgrabber product.

We're currently on CFMX 6.1.

Any alternatives?

Rey...

-- 
http://www.ReyBango.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:209281
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: Shopping Cart

2005-06-13 Thread Howie Hamlin
http://www.cfwebstore.com

Highly recommended...

Regards,

Howie

--- On Monday, June 13, 2005 2:02 AM, Michael Hohnecker scribed: ---
>
> I have been messing around with Ben Fortabs shopping cart in the WAC
> book and was wondering what other options are available.  Does anyone
> have recommendations on a Cold Fusion based shopping cart that you
> can customize.  I know Able Commerce is a player in this market but
> Ibm skeptical about them. Any suggestions would be great.
> 
> Mike
> 
> 

~|
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:209280
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: Shopping Cart

2005-06-13 Thread Adam Haskell
> but I'm skeptical about them [able commerce]

What are you skeptical about? I worked with thier product in my last job. 


Adam H

On 6/13/05, Michael Hohnecker <[EMAIL PROTECTED]> wrote:
> I have been messing around with Ben Forta's shopping cart in the WAC book and 
> was wondering what other options are available.  Does anyone have 
> recommendations on a Cold Fusion based shopping cart that you can customize.  
> I know Able Commerce is a player in this market but I'm skeptical about them. 
> Any suggestions would be great.
> 
> Mikw

~|
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:209279
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: dreamweaver tag updater - cfparam types

2005-06-13 Thread S . Isaac Dealey
>> Is is just my imagination, or did the tag updater for
>> dreamweaver for
>> CF7 add "social_security_number" and _remove_ the _much_
>> more
>> frequently used "string" and "struct" types from the list
>> of options
>> for the type attribute?

> I can't confirm since I avoided installing that extension
> on DW. But you
> should be able to fix any problem by yourself editing the
> tag library. Go
> to:

> Edit > Tag Libraries > CFML tags > cfparam > type

Thanks Massimo... Yeah, I know... I was just hoping to get some
confirmation that I'm not going crazy... I hadn't gone and edited them
yet, but I'm going to have to when I get home... I use type="string"
all the time and since it's not in there I'm finding myself repeatedly
typing out type="s and hitting enter and then having to delete
type="social_security_number" and start over...

You know... thinking about it, attribute-specific hot-keys might be
nice for some things... since, for isntance, with the cfparam type
attribute, string and struct require that you nearly type out the
whole word "struct" before the tag-insight becomes useful, at which
point there's not much point to having it in there... but say, if we
could assign an attribute-specific hot-key so that while the
tag-insight is active we could type ctrl+t for struct or ctrl+s for
string (now that social_security_number will be the first under 's')
that'd make the tag insight more helpful... maybe... ahh well...
probably it could be done, but I'd be the only person using it... :-(


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:209278
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: Java jar/class locations without restart

2005-06-13 Thread kola.oyedeji
What version of cf are you using? I know its possible using the J2EE version
of Jrun, not sure if you can edit any of the config files on the standalone
version to achieve the same thing:

http://livedocs.macromedia.com/jrun/4/Assembly_and_Deployment_Guide/deploy3.
htm


Kola

> -Original Message-
> From: Chris Terrebonne [mailto:[EMAIL PROTECTED]
> Sent: 13 June 2005 12:29
> To: CF-Talk
> Subject: Java jar/class locations without restart
> 
> I am reposting this question.  I should have known better than to post on
> a Friday. ;)
> 
> I am trying to determine where I can store Java jar files that will allow
> CF to find them WITHOUT reloading the server.  Is this possible?
> Placing the jars in the WEB-INF/lib directory doesn't work without a
> restart, BUT..  adding classes to the WEB-INF/classes directory does.  Why
> is it that CF can load classes without a restart but not jars?  Is there
> something I'm missing here?  Is there another location to place the jars
> so CF can find them without a restart?
> 
> Thanks,
> Chris
> 
> 
> This email and its attachments may contain confidential information
> which is intended only for the use of the person(s) named above.
> If you are not the intended recipient, you are hereby advised that
> any disclosure, copying, distribution or the taking of any action
> based on the contents of this information is prohibited.  If you
> have received this transmission in error, please notify the sender
> and delete this email from your computer.  Thank you.
> 
> 
> 
> 

~|
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:209277
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: Java jar/class locations without restart

2005-06-13 Thread Gaulin, Mark
I don't think you'll find a way for jars to be picked up
automatically... I'm not aware of a way to do that in "regular" java
(JVM settings, etc), so unless they have special class loader stuff
explicitly for jars, or unless you find some code to do it yourself, I
think you're out of luck.

Basically, if you drop a class file in a classpath directory then it
will be found (but not reloaded when it changes), but only jars
explicitly mentioned in the classpath will be ever be searched; jars not
mentioned are ignored.

Again, you can probably do a custom classloader to get around this, but
I've never used one.

Mark

-Original Message-
From: Chris Terrebonne [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 13, 2005 8:29 AM
To: CF-Talk
Subject: Java jar/class locations without restart

I am reposting this question.  I should have known better than to post
on a Friday. ;)

I am trying to determine where I can store Java jar files that will
allow CF to find them WITHOUT reloading the server.  Is this possible?
Placing the jars in the WEB-INF/lib directory doesn't work without a
restart, BUT..  adding classes to the WEB-INF/classes directory does.
Why is it that CF can load classes without a restart but not jars?  Is
there something I'm missing here?  Is there another location to place
the jars so CF can find them without a restart?

Thanks,
Chris


This email and its attachments may contain confidential information
which is intended only for the use of the person(s) named above.  
If you are not the intended recipient, you are hereby advised that any
disclosure, copying, distribution or the taking of any action based on
the contents of this information is prohibited.  If you have received
this transmission in error, please notify the sender and delete this
email from your computer.  Thank you.





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


  1   2   >