(ot) CKFinder - anyone know about how licensing works?

2010-08-25 Thread Mike Kear

I'm sorry this is off-topic here,  but I've written to Fred  and
haven't had an answer.

I bought a copy of CKFinder the other day and I'm installing it into
my CMS on the domain alacastinaswh.com.au   only it's still showing as
demo version even after i added the licence details to the config.cfm
file as per the instructions.

I have written to Fred, but after a couple of days I havent had an answer yet.

Does anyone know if i buy it for the domain alacastinaswh.com.au,
then install it into a subdomain (e.g.
http://cms.alacastinaswh.com.au)  will that invalidate the licence and
show on the CKFinder as a demo version? I guess what I'm asking is
whether i need to go back to Fred to get a variation in the licence,
or whether i need to look for something else I might have wrong.


Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336498
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: calling a cfc function from the same cfc

2010-08-25 Thread David McGraw

In instances of calling a function that has no return, I find it easier on the 
eyes to call them with cfscript.

cfscript
domain1_404(arguments.requested_template);
/cfscript 

David McGraw
Oyova Software, LLC
http://www.oyova.com


 cfset domain1_404(arguments.requested_template) /

 Hmm, that's a weird syntax.

I'm curious... Why do you think that's a weird syntax? After all, it's
how you'd call built-in functions that don't return anything, such as
setEncoding() or any number of others...
-- 
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336499
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


sending a form through CF and catching the results

2010-08-25 Thread daniel kessler

I want to send a form through CF, without the user entering anything, to the 
this page:
https://jobs.umd.edu/applicants/jsp/shared/search/SearchResults_css.jsp

I would like it to display particular results, so I would have to also send it 
a field with a value in it.  I wish to do this through code only without the 
user participating.  Then, I would like to catch the results, parse that out 
and display it on another page.


Is this possible?  Is  it somehow done through  cfhttp?  That look promising, 
but I didn't know how to send over field information too.  I want the 
college/division field to only search for the information SPHL - School of 
Public Health to get our job listings.

Thank you for any assistance! 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336500
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: COM Object support in 64-bit - Vague and Unclear

2010-08-25 Thread Mark A. Kruger

COM is not really supported by windows a la 2008 either - except via .NET
interop.  Right?

Mark A. Kruger, MCSE, CFG
(402) 408-3733 ext 105
Skype: markakruger
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com



-Original Message-
From: Dave Watts [mailto:dwa...@figleaf.com] 
Sent: Tuesday, August 24, 2010 9:28 PM
To: cf-talk
Subject: Re: COM Object support in 64-bit - Vague and Unclear


 Dear Adobe Coldfusion, your technote/FAQ on Colfdusion 64-bit says : no
support for COM
 INTEROPERABILITY -
http://kb2.adobe.com/cps/403/kb403277.html#_Toc193176418

 Can you please elaborate on that in relation to Coldfusion 64-bit?

 Does this mean 32-bit COM won't work in 64-bit CF?
 Does this mean 64-bit COM will work in 64-bit CF?

 Right. Neither will work.

Scratch the right part. Neither will work.

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

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336501
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) CKFinder - anyone know about how licensing works?

2010-08-25 Thread Gerald Guido

 install it into a subdomain
*
I think you are SOL** :(
*
*The *license states*:

**Web Site*: you may integrate CKFinder in one web site (the Web Site).
The Web Site URL must be specified at the moment of the purchase. The
license will not be valid for sub-domains of the specified Web Site URL.
***
*http://ckfinder.com/license

G!


On Wed, Aug 25, 2010 at 4:18 AM, Mike Kear afpwebwo...@gmail.com wrote:


 I'm sorry this is off-topic here,  but I've written to Fred  and
 haven't had an answer.

 I bought a copy of CKFinder the other day and I'm installing it into
 my CMS on the domain alacastinaswh.com.au   only it's still showing as
 demo version even after i added the licence details to the config.cfm
 file as per the instructions.

 I have written to Fred, but after a couple of days I havent had an answer
 yet.

 Does anyone know if i buy it for the domain alacastinaswh.com.au,
 then install it into a subdomain (e.g.
 http://cms.alacastinaswh.com.au)  will that invalidate the licence and
 show on the CKFinder as a demo version? I guess what I'm asking is
 whether i need to go back to Fred to get a variation in the licence,
 or whether i need to look for something else I might have wrong.


 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Adobe Certified Advanced ColdFusion Developer
 AFP Webworks
 http://afpwebworks.com
 ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336502
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


re: sending a form through CF and catching the results

2010-08-25 Thread Jason Fisher

Yes, CFHTTP is your buddy here.  Just enter the actual column names that 
are coming back in your search query in the 'columns' attribute, and try 
this:



cfhttp method=POST 
url=https://jobs.umd.edu/applicants/jsp/shared/search/SearchResults_css.jsp
 port=443 name=mySearchQuery 
columns=whatever,columns,are,coming,back,from,search
cfhttpparam type=FORMFIELD name=collegeDivision value=SPHL - 
School 
of Public Health /
/cfhttp


cfdump var=#mySearchQuery# /

- Jason
feed me moar web2 loafmeat




From: daniel kessler dani...@umd.edu
Sent: Wednesday, August 25, 2010 9:35 AM
To: cf-talk cf-talk@houseoffusion.com
Subject: sending a form through CF and catching the results

I want to send a form through CF, without the user entering anything, to 
the this page:
https://jobs.umd.edu/applicants/jsp/shared/search/SearchResults_css.jsp

I would like it to display particular results, so I would have to also send 
it a field with a value in it.  I wish to do this through code only without 
the user participating.  Then, I would like to catch the results, parse 
that out and display it on another page.

Is this possible?  Is  it somehow done through  cfhttp?  That look 
promising, but I didn't know how to send over field information too.  I 
want the college/division field to only search for the information SPHL - 
School of Public Health to get our job listings.

Thank you for any assistance! 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336503
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: COM Object support in 64-bit - Vague and Unclear

2010-08-25 Thread Dave Watts

 COM is not really supported by windows a la 2008 either - except via .NET
 interop.  Right?

I'm not really sure about that, exactly. I know that Microsoft doesn't
intend people to do COM programming for newer versions of Windows. But
in any case, I've stayed well away from COM in any CF projects for a
while. Even when it worked, it never worked particularly well.

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

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336504
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: COM Object support in 64-bit - Vague and Unclear

2010-08-25 Thread Mark A. Kruger

It was ok back in CF5 ... IF the COM itself was written well. The issue with
COM was always COM itself :)

Mark A. Kruger, MCSE, CFG
(402) 408-3733 ext 105
Skype: markakruger
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com



-Original Message-
From: Dave Watts [mailto:dwa...@figleaf.com] 
Sent: Wednesday, August 25, 2010 8:56 AM
To: cf-talk
Subject: Re: COM Object support in 64-bit - Vague and Unclear


 COM is not really supported by windows a la 2008 either - except via .NET
 interop.  Right?

I'm not really sure about that, exactly. I know that Microsoft doesn't
intend people to do COM programming for newer versions of Windows. But
in any case, I've stayed well away from COM in any CF projects for a
while. Even when it worked, it never worked particularly well.

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

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336505
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


LinkPoint on 64bit/2008, was RE: COM Object support in 64-bit - Vague and Unclear

2010-08-25 Thread Justin Scott

 COM is not really supported by windows a la 2008
 either - except via .NET interop.  Right?

This brings up an interesting point for me.  We use the LinkPoint API COM
object on our 32-bit Windows 2003 servers at present and have been
considering an upgrade to 2008 and 64-bit CF9.  Is anyone using the
LinkPoint/YourPay API in a 64-bit environment, and if so, what interface are
you using to talk to it if the COM object isn't supported?


-Justin



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336506
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Related grid columns: How update 2nd column from change in 1st column

2010-08-25 Thread Joy Rose

I want to update a value in 1 dropdown column and display associated data 
in a second dropdown column in a cfgrid.

For starters, I want to display the current choices for the 2 columns from the 
database as well
as the associated items for the second column in a dropdown list. 

Since the columns are related, I call a cfc from the grid's bind in the cfm 
file. The function gets the value of the 1st column,
then calls (through a cfinvoke) another function to get the allowable items for 
the second column.

The second function does return the correct 2nd column values, BUT
I can't display the 2nd column's values in the cfgridcolumn's
values and valuesdisplay attributes in the cfm file. 


This is the gridcolumn code for the 2nd column:
cfgridcolumn name=Labor_Cat header=Labor Category
values=#ValueList(CATNames.CatName)#
valuesdisplay=#ValueList(CATNames.CatName)#

CatNames is the returnvariable from the function cfinvoking the second function.



Here's the 1st function:

cffunction name=GetFTEs access=remote returntype=struct 
cfargument name=page type=numeric required=yes
cfargument name=pageSize type=numeric required=yes
 cfargument name=gridsortcolumn type=string required=no 
default=
 cfargument name=gridsortdir type=string required=no default=
 cfargument name=RCP_ID type=string required=yes

cfset var qGetFTEs =  /

!--- Select associated FTEs from 
chosen RCP ---
 
CFQUERY name=qGetFTEs datasource=#request.ATCdsn#
SELECT FTE_id, FTE.RCP_id, 
Funding_Year, Labor_Cat,Labor_Band,Number_of_Ftes, FTE.Entry_Date, 
FTE.Entered_By
from FTE, RCP_table 
WHERE FTE.RCP_id = #RCP_ID# and FTE.RCP_id = 
RCP_table.RCP_id
cfif ARGUMENTS.gridsortcolumn NEQ  and 
#ARGUMENTS.gridsortdir# NEQ 
ORDER BY #ARGUMENTS.gridsortcolumn# 
#ARGUMENTS.gridsortdir#
 /cfif
/CFQUERY  

 
cfinvoke component = GetRCPsForFTEs method=GetassocCats 
returnvariable=CatNames
cfinvokeargument name=LaborBand value=#qGetFTEs.Labor_Band# 
/cfinvoke

 
cfreturn QueryConvertForGrid(qGetFTEs, arguments.page, arguments.pageSize)
   
/cffunction



Here is the 2nd function:

cffunction name=GetassocCats access=remote returntype=string
  
  cfargument name=LaborBand type=string required=yes 


cfquery name=getBandID  
datasource=#request.ATCdsn#
Select Band_ID
from LaborBand_LKUP
where Band_Name = '#arguments.LaborBand#'
/cfquery

cfquery name=getAssocCATIDs  
datasource=#request.ATCdsn#
Select fk_Cat_ID
from Labor_BandCat_LKUP
where fk_Band_ID = #getBandID.Band_ID#
/cfquery 
  
cfquery name=getAssocCATNames  
datasource=#request.ATCdsn#
Select Cat_Name
from LaborCat_LKUP
where Cat_ID = #getAssocCATIDs.fk_Cat_ID#
/cfquery

/cffunction

Here's the grid in the cfm file:

 cfgrid name=RCPFTEs format=html
title=FTEs on this RCP 
pagesize=5
collapsible=yes
selectmode=edit
striperows=yes
selectonload=false
bindonload=no 
bind=cfc:ATC_test._cfc.GetRCPsForFTEs.GetFTEs({cfgridpage},
   
{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection},{RCPs4FTEs.RCP_ID})
 onChange=cfc:ATC_test._cfc.GetRCPsForFTEs.UpFTE({cfgridaction},
{cfgridrow},
{cfgridchanged}
   ) 
  cfgridcolumn name=RCP_id header=RCP ID display=no
  cfgridcolumn name=FTE_id header=FTE ID display=no 

  cfgridcolumn name=Funding_Year header=Funding Year select=no
  cfgridcolumn name=Labor_Band header=Labor Band select=no 
cfgridcolumn name=Labor_Cat header=Labor Category
values=#ValueList(CatName)#
valuesdisplay=#ValueList(CatName)#
  cfgridcolumn name=Labor_Group header=Labor Group 
  cfgridcolumn name=Number_of_Ftes header=Number of FTEs
  cfgridcolumn name=Entry_Date header=Last Changed on  select=no
  cfgridcolumn name=Entered_By header=Last Changed by  select=no
 /cfgrid



RE: LinkPoint on 64bit/2008, was RE: COM Object support in 64-bit - Vague and Unclear

2010-08-25 Thread Mark A. Kruger

I think they have a POST type web service - no?

Mark A. Kruger, MCSE, CFG
(402) 408-3733 ext 105
Skype: markakruger
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com



-Original Message-
From: Justin Scott [mailto:jscott-li...@gravityfree.com] 
Sent: Wednesday, August 25, 2010 9:18 AM
To: cf-talk
Subject: LinkPoint on 64bit/2008, was RE: COM Object support in 64-bit -
Vague and Unclear


 COM is not really supported by windows a la 2008
 either - except via .NET interop.  Right?

This brings up an interesting point for me.  We use the LinkPoint API COM
object on our 32-bit Windows 2003 servers at present and have been
considering an upgrade to 2008 and 64-bit CF9.  Is anyone using the
LinkPoint/YourPay API in a 64-bit environment, and if so, what interface are
you using to talk to it if the COM object isn't supported?


-Justin





~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336508
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: LinkPoint on 64bit/2008, was RE: COM Object support in 64-bit - Vague and Unclear

2010-08-25 Thread Justin Scott

 I think they have a POST type web service - no?

It's been so many years since I've looked at their documentation I do not
know.  I'm curious how others are approaching it so I'll have a place to
start when we do have to dive in again.  The COM object has worked well for
so long we haven't had to make any changes to it since around 2005 if I
remember correctly.


-Justin



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336509
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: sending a form through CF and catching the results

2010-08-25 Thread daniel kessler

Howdy Jason,

I'm having significant trouble making this work.  I'm going through, trying to 
simplify it as I go.  Here's the current state of the code:

cfhttp method=POST 
  
url=https://jobs.umd.edu/applicants/jsp/shared/search/SearchResults_css.jsp; 
   columns=di_0_20156 name=blah port=443
   cfhttpparam type=formfield name=di_20156 value=SPHL-School of 
Public Health /
   /cfhttp
   cfdump var=#CFHTTP# /


I'm receiving an error with no description.
http://sph.umd.edu/test/error_display.jpg


Also, what if I don't know the columns to be returned and just want whatever it 
gives me? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336510
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


coldfusion 9 - script for search tags

2010-08-25 Thread Jake Pilgrim

Within CF9, is there a script equivalent for the search tags - cfcollection, 
cfindex, cfsearch? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336511
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: coldfusion 9 - script for search tags

2010-08-25 Thread Matt Quackenbush

I hit [enter] too soon.  It looks like there are no equivalents for those
yet.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336512
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: coldfusion 9 - script for search tags

2010-08-25 Thread Matt Quackenbush

http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSe9cbe5cf462523a02805926a1237efcbfd5-7ffe.html#WSc3ff6d0ea77859461172e0811cbec22c24-7ec0


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336513
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: sending a form through CF and catching the results

2010-08-25 Thread Peter Boughton

Don't specify the columns attribute, it is not needed, and obviously doesn't 
work.

(The columns attribute is part of cfhttp's csv parsing ability. Why cfhttp does 
CSV parsing instead of having dedicated CSV functions is something only Adobe 
can tell us.)


Use the cfhttpparam tags to send through formfields.

If you don't know what form fields there are, load the first page with cfhttp 
(where the form is), run the results through a HTML parser (you can use 
XmlParse if it's valid XHTML) and extract a list of fields to send with the 
second cfhttp request. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336514
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Number of site using ColdFusion

2010-08-25 Thread Robert Harrison

Anyone have a reliable reference to how many sites may are using ColdFusion?

If I Google index.cfm and home.cfm the numbers exceed 1 billion. That seems
a bit too high. 

TIA,
Robert 


Robert B. Harrison
Director of Interactive Services
Austin  Williams
125 Kennedy Drive, Suite 100 
Hauppauge NY 11788
P : 631.231.6600 Ext. 119 
F : 631.434.7022
http://www.austin-williams.com 

Great advertising can't be either/or.  It must be .

Plug in to our blog: AW Unplugged
http://www.austin-williams.com/unplugged


 

__ Information from ESET Smart Security, version of virus signature
database 5397 (20100825) __

The message was checked by ESET Smart Security.

http://www.eset.com
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336515
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Number of site using ColdFusion

2010-08-25 Thread Andy Matthews

That's because that's individual pages.

Adobe (Ben Forta) has a good reference for sites using ColdFusion:
http://www.forta.com/cf/using/

Rey Bango manages GotCFM.com which also has a list of sites using CF:
http://www.gotcfm.com/thelist.cfm

-Original Message-
From: Robert Harrison [mailto:rob...@austin-williams.com] 
Sent: Wednesday, August 25, 2010 11:48 AM
To: cf-talk
Subject: Number of site using ColdFusion


Anyone have a reliable reference to how many sites may are using ColdFusion?

If I Google index.cfm and home.cfm the numbers exceed 1 billion. That seems
a bit too high. 

TIA,
Robert 


Robert B. Harrison
Director of Interactive Services
Austin  Williams
125 Kennedy Drive, Suite 100
Hauppauge NY 11788
P : 631.231.6600 Ext. 119
F : 631.434.7022
http://www.austin-williams.com 

Great advertising can't be either/or.  It must be .

Plug in to our blog: AW Unplugged
http://www.austin-williams.com/unplugged


 

__ Information from ESET Smart Security, version of virus signature
database 5397 (20100825) __

The message was checked by ESET Smart Security.

http://www.eset.com
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336516
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Number of site using ColdFusion

2010-08-25 Thread Claude Schnéegans

 If I Google index.cfm and home.cfm the numbers exceed 1 billion.

Of course, you are getting all pages like index.cfm?whatever

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336517
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Number of site using ColdFusion

2010-08-25 Thread Andrew Scott

How well are these lists maintained?

Both do not contain sites that I know without a doubt are written in
ColdFusion, not to mention the first 5 I checked on Rey's randomly are now
written in PHP :-(

Regards,
Andrew Scott
http://www.andyscott.id.au/


 -Original Message-
 From: Andy Matthews [mailto:li...@commadelimited.com]
 Sent: Thursday, 26 August 2010 2:53 AM
 To: cf-talk
 Subject: RE: Number of site using ColdFusion
 
 
 That's because that's individual pages.
 
 Adobe (Ben Forta) has a good reference for sites using ColdFusion:
 http://www.forta.com/cf/using/
 
 Rey Bango manages GotCFM.com which also has a list of sites using CF:
 http://www.gotcfm.com/thelist.cfm
 
 -Original Message-
 From: Robert Harrison [mailto:rob...@austin-williams.com]
 Sent: Wednesday, August 25, 2010 11:48 AM
 To: cf-talk
 Subject: Number of site using ColdFusion
 
 
 Anyone have a reliable reference to how many sites may are using
 ColdFusion?
 
 If I Google index.cfm and home.cfm the numbers exceed 1 billion. That
 seems
 a bit too high.
 
 TIA,
 Robert
 
 
 Robert B. Harrison
 Director of Interactive Services
 Austin  Williams
 125 Kennedy Drive, Suite 100
 Hauppauge NY 11788
 P : 631.231.6600 Ext. 119
 F : 631.434.7022
 http://www.austin-williams.com
 
 Great advertising can't be either/or.  It must be .
 
 Plug in to our blog: AW Unplugged
 http://www.austin-williams.com/unplugged
 
 
 
 
 __ Information from ESET Smart Security, version of virus
 signature
 database 5397 (20100825) __
 
 The message was checked by ESET Smart Security.
 
 http://www.eset.com
 
 
 
 
 ~~
 ~~~|
 Order the Adobe Coldfusion Anthology now!
 http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-
 Dinowitz/dp/1430272155/?tag=houseoffusion
 Archive: http://www.houseoffusion.com/groups/cf-
 talk/message.cfm/messageid:336516
 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
 Unsubscribe: http://www.houseoffusion.com/groups/cf-
 talk/unsubscribe.cf

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336518
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: sending a form through CF and catching the results

2010-08-25 Thread Jason Fisher

Seems like the error isn't really giving much help.


Can you get full debugging from that error on jobs.cfm?
Can we see the code on and around line 346 of jobs.cfm?



- Jason
feed me moar web2 loafmeat




From: daniel kessler dani...@umd.edu
Sent: Wednesday, August 25, 2010 11:48 AM
To: cf-talk cf-talk@houseoffusion.com
Subject: Re: sending a form through CF and catching the results

Howdy Jason,

I'm having significant trouble making this work.  I'm going through, trying 
to simplify it as I go.  Here's the current state of the code:

cfhttp method=POST 
url=https://jobs.umd.edu/applicants/jsp/shared/search/SearchResults_css.jsp
 
columns=di_0_20156 name=blah port=443
cfhttpparam type=formfield name=di_20156 value=SPHL-School of Public 
Health /
/cfhttp
cfdump var=#CFHTTP# /

I'm receiving an error with no description.
http://sph.umd.edu/test/error_display.jpg

Also, what if I don't know the columns to be returned and just want 
whatever it gives me? 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336519
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Number of site using ColdFusion

2010-08-25 Thread Andy Matthews

No clue about the GotCFM list. I'd guess that Ben's list is well maintained,
but I don't know for certain. Perhaps he'd chime in on this one?


andy 

-Original Message-
From: Andrew Scott [mailto:andr...@andyscott.id.au] 
Sent: Wednesday, August 25, 2010 11:56 AM
To: cf-talk
Subject: RE: Number of site using ColdFusion


How well are these lists maintained?

Both do not contain sites that I know without a doubt are written in
ColdFusion, not to mention the first 5 I checked on Rey's randomly are now
written in PHP :-(

Regards,
Andrew Scott
http://www.andyscott.id.au/


 -Original Message-
 From: Andy Matthews [mailto:li...@commadelimited.com]
 Sent: Thursday, 26 August 2010 2:53 AM
 To: cf-talk
 Subject: RE: Number of site using ColdFusion
 
 
 That's because that's individual pages.
 
 Adobe (Ben Forta) has a good reference for sites using ColdFusion:
 http://www.forta.com/cf/using/
 
 Rey Bango manages GotCFM.com which also has a list of sites using CF:
 http://www.gotcfm.com/thelist.cfm
 
 -Original Message-
 From: Robert Harrison [mailto:rob...@austin-williams.com]
 Sent: Wednesday, August 25, 2010 11:48 AM
 To: cf-talk
 Subject: Number of site using ColdFusion
 
 
 Anyone have a reliable reference to how many sites may are using 
 ColdFusion?
 
 If I Google index.cfm and home.cfm the numbers exceed 1 billion. That 
 seems a bit too high.
 
 TIA,
 Robert
 
 
 Robert B. Harrison
 Director of Interactive Services
 Austin  Williams
 125 Kennedy Drive, Suite 100
 Hauppauge NY 11788
 P : 631.231.6600 Ext. 119
 F : 631.434.7022
 http://www.austin-williams.com
 
 Great advertising can't be either/or.  It must be .
 
 Plug in to our blog: AW Unplugged
 http://www.austin-williams.com/unplugged
 
 
 
 
 __ Information from ESET Smart Security, version of virus 
 signature database 5397 (20100825) __
 
 The message was checked by ESET Smart Security.
 
 http://www.eset.com
 
 
 
 
 ~~
 ~~~|
 Order the Adobe Coldfusion Anthology now!
 http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-
 Dinowitz/dp/1430272155/?tag=houseoffusion
 Archive: http://www.houseoffusion.com/groups/cf-
 talk/message.cfm/messageid:336516
 Subscription: 
 http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
 Unsubscribe: http://www.houseoffusion.com/groups/cf-
 talk/unsubscribe.cf



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336520
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Number of site using ColdFusion

2010-08-25 Thread Jason Fisher

Also keep in mind that many, many CF projects are internal-only within their 
organizations.

- Jason
feed me moar web2 loafmeat




From: Andrew Scott andr...@andyscott.id.au
Sent: Wednesday, August 25, 2010 1:01 PM
To: cf-talk cf-talk@houseoffusion.com
Subject: RE: Number of site using ColdFusion

How well are these lists maintained?

Both do not contain sites that I know without a doubt are written in
ColdFusion, not to mention the first 5 I checked on Rey's randomly are now
written in PHP :-(

Regards,
Andrew Scott
http://www.andyscott.id.au/

 -Original Message-
 From: Andy Matthews [mailto:li...@commadelimited.com]
 Sent: Thursday, 26 August 2010 2:53 AM
 To: cf-talk
 Subject: RE: Number of site using ColdFusion
 
 
 That's because that's individual pages.
 
 Adobe (Ben Forta) has a good reference for sites using ColdFusion:
 http://www.forta.com/cf/using/
 
 Rey Bango manages GotCFM.com which also has a list of sites using CF:
 http://www.gotcfm.com/thelist.cfm
 
 -Original Message-
 From: Robert Harrison [mailto:rob...@austin-williams.com]
 Sent: Wednesday, August 25, 2010 11:48 AM
 To: cf-talk
 Subject: Number of site using ColdFusion
 
 
 Anyone have a reliable reference to how many sites may are using
 ColdFusion?
 
 If I Google index.cfm and home.cfm the numbers exceed 1 billion. That
 seems
 a bit too high.
 
 TIA,
 Robert
 
 
 Robert B. Harrison
 Director of Interactive Services
 Austin  Williams
 125 Kennedy Drive, Suite 100
 Hauppauge NY 11788
 P : 631.231.6600 Ext. 119
 F : 631.434.7022
 http://www.austin-williams.com
 
 Great advertising can't be either/or.� It must be�.
 
 Plug in to our blog:�AW Unplugged
 http://www.austin-williams.com/unplugged
 
 
 
 
 __ Information from ESET Smart Security, version of virus
 signature
 database 5397 (20100825) __
 
 The message was checked by ESET Smart Security.
 
 http://www.eset.com
 
 
 
 
 ~~
 ~~~|
 Order the Adobe Coldfusion Anthology now!
 http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-
 Dinowitz/dp/1430272155/?tag=houseoffusion
 Archive: http://www.houseoffusion.com/groups/cf-
 talk/message.cfm/messageid:336516
 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
 Unsubscribe: http://www.houseoffusion.com/groups/cf-
 talk/unsubscribe.cf



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336521
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Number of site using ColdFusion

2010-08-25 Thread Andrew Scott

Ben's is not well maintained at all, as I said there are sites that I know
that run in ColdFusion and has done since 2003 and they are not listed on
either of the two lists.

I would almost say that this type of maintenance would almost be the sort of
thing that neither has the time to do.

Regards,
Andrew Scott
http://www.andyscott.id.au/


 -Original Message-
 From: Andy Matthews [mailto:li...@commadelimited.com]
 Sent: Thursday, 26 August 2010 3:05 AM
 To: cf-talk
 Subject: RE: Number of site using ColdFusion
 
 
 No clue about the GotCFM list. I'd guess that Ben's list is well
maintained, but
 I don't know for certain. Perhaps he'd chime in on this one?
 
 
 andy


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336522
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Number of site using ColdFusion

2010-08-25 Thread Peter Boughton

Anyone have a reliable reference to how many sites may are using ColdFusion?

Why do you want one? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336523
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: sending a form through CF and catching the results

2010-08-25 Thread Peter Boughton

Oh and name is incorrect attribute too.

Should be result to change the default 'cfhttp' variable name.


There's a lot of hidden fields you probably need to pass in - here's some code 
that will get you a step closer.

(Note how the cfhttp tag only has URL and METHOD attributes - nothing else is 
needed for standard behaviour like this.)

cfhttp method=POST url=https://jobs.umd.edu/applicants/Central;
cfhttpparam type=FORMFIELD name=searchDelegate  
value=searchDelegate /
cfhttpparam type=FORMFIELD name=actionParameter value= /
cfhttpparam type=FORMFIELD name=windowTimestamp 
value=PA_1282756650239 /
cfhttpparam type=FORMFIELD name=collegeDivision value=20 / 
!--- 20 is value for SPHL - School of Public Health ---
cfhttpparam type=FORMFIELD name=searchType  value=8192 /
cfhttpparam type=FORMFIELD name=formAction  value=goSearch /
cfhttpparam type=FORMFIELD name=button_goSearch value=Search /
/cfhttp

cfdump var=#cfhttp# /

The URL I'm using there is taken from the form's action attribute.

It returns a 302 instead of search results - probably because there's still 
some missing fields or it doesn't like the windowTimestamp or whatever.


But all of this seems to be a waste of effort - is there a reason you can't 
just ask the guys who created this to do one specifically for your department? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336524
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Number of site using ColdFusion

2010-08-25 Thread Robert Harrison

 Why do you want one?

To respond to an IT director who thinks ColdFusion is dated and not in much
use anymore... 
although this is the same guy that thinks .NET is a programming language.

It seems I keep having to make the 'Why ColdFusion' argument again and
again. Adobe is very good with the evangelical kit, but it focused on
converting developers. 

What I need is a kit that a CF developer can use justify why it's OK for a
client to use CF. We need a IT Director's kit for why ColdFusion is best for
their business... not why ColdFusion is best for the developer.



Robert B. Harrison
Director of Interactive Services
Austin  Williams
125 Kennedy Drive, Suite 100 
Hauppauge NY 11788
P : 631.231.6600 Ext. 119 
F : 631.434.7022
http://www.austin-williams.com 

Great advertising can't be either/or.  It must be .

Plug in to our blog: AW Unplugged
http://www.austin-williams.com/unplugged


 

__ Information from ESET Smart Security, version of virus signature
database 5397 (20100825) __

The message was checked by ESET Smart Security.

http://www.eset.com
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336525
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: COM Object support in 64-bit - Vague and Unclear

2010-08-25 Thread Lisa Yii

Hi Brain, I see ... that makes sense.

What about 64-bit COM code? Would non-support then have anything to do with
CF?


On Wed, Aug 25, 2010 at 12:44 PM, Brian Kotek brian...@gmail.com wrote:


 This doesn't have anything to do with CF. JNI won't allow you to run a
 32-bit code in a 64-bit JVM.



 On Tue, Aug 24, 2010 at 10:12 PM, Yui Yui l...@merimen.com wrote:

 
  I posted this in the adobe cf forums but that doesn't seem to be helping,
  so I'm re-posting it here.
 
  Dear Adobe Coldfusion, your technote/FAQ on Colfdusion 64-bit says : no
  support for COM INTEROPERABILITY -
  http://kb2.adobe.com/cps/403/kb403277.html#_Toc193176418
 
  Can you please elaborate on that in relation to Coldfusion 64-bit?
 
  Does this mean 32-bit COM won't work in 64-bit CF?
  Does this mean 64-bit COM will work in 64-bit CF?
  Does this mean wrappers around these 32-bit COM objects won't work?
 
  Under what circumstances will cfobject type=COM work in 64-bit
  applications and why doesn't your coldfusion 9 developer's guide have any
  mention or elaboration on this for developers who actually READ your
  documentation?
 
  Don't you think people would need to know, from reading your
 documentation
  when working with COM objects, that information like Coldfusion COM
  interoperability not supported in 64-bit version IS IMPORTANT?
 
  Also, a lot of times these COM objects are 3rd party components which the
  CF programmer did not code themselves, and just have the COM object
  interfaces to play with - why would you go and assume we would know what
 COM
  INTEROPERABILITY covers, and not provide any further elaboration?
 
  Lastly, if elaboration on this is available somewhere in adobe.com,
 please
  point me in the right direction.
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336526
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Number of site using ColdFusion

2010-08-25 Thread Michael Grant

That might be a tough case to make if your client doesn't already have skin
in the game. CF is going to limit them in as many ways as it's going to help
them.

disclaimerI have loved CF for 10 years. I'm happily a full time CFer and
plan to always be./disclaimer


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336527
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Number of site using ColdFusion

2010-08-25 Thread Peter Boughton

To respond to an IT director who thinks ColdFusion is dated and not in much
use anymore... 

Well if he's determined, he'll just return with how many sites run on PHP or 
.NET or whatever.

Numbers don't help for CF - what you need to demonstrate is how active and 
passionate the community is.

A recent post by Terry Ryan might help there:
http://www.terrenceryan.com/blog/post.cfm/dear-coldfusion-denier

One specific point Terry makes:
 check out the list of ColdFusion conferences.
 A third of them are new conferences and have 
 popped up over the past 3 years.


He's got another posting linked from that one, which has this Cost of 
Ownership image:
http://www.terrenceryan.com/blog/assets/content/toc.png

Basically showing that CF requires less training, less dev time and less 
maintenance.


I think that sort of thing should be more useful than numbers. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336528
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Number of site using ColdFusion

2010-08-25 Thread Won Lee

http://www.adobe.com/enterprise/pdfs/Adobe3112.pdf

Please read it and decide if this is something that you can use.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336529
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: COM Object support in 64-bit - Vague and Unclear

2010-08-25 Thread Dave Watts

 What about 64-bit COM code? Would non-support then have anything to do with
 CF?

CF x64 can't use COM, period. It doesn't matter whether it's 32-bit
COM or 64-bit COM.

CF uses a third-party library for COM support. That library doesn't
support 64-bit COM, and the 32-bit version won't work in a 64-bit JVM.
So, if you're running CF x64, you can't use COM. Period. Like the
documentation says, CF x64 doesn't support COM.

http://j-integra.intrinsyc.com/support/kb/article.aspx?id=30963

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

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336530
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Number of site using ColdFusion

2010-08-25 Thread success

Only reason I can think of is to show the beancounters it's worth 
upgrading/maintaining instead of moving to .NET/LAMP, ect.
--Original Message--
From: Peter Boughton
To: cf-talk@houseoffusion.com
ReplyTo: cf-talk@houseoffusion.com
Subject: Re: Number of site using ColdFusion
Sent: Aug 25, 2010 1:06 PM


Anyone have a reliable reference to how many sites may are using ColdFusion?

Why do you want one? 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336531
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Number of site using ColdFusion

2010-08-25 Thread Wil Genovese

I recently interviewed for a contract job with the Human Development Reports 
division of the United Nations. They are using ColdFusion.  The front end is 
HTML, but they use AJAX to hit ColdFusion servers to populate content and data. 
Government at many levels uses ColdFusion. (Yes, I know, citing that Government 
does it that way is usually not a good thing, but ColdFusion makes programers 
for the Government more efficient.)  I know that many colleges and Universities 
are using ColdFusion.

A major portion of the Real Estate industry runs on ColdFusion. One of the 
largest MLS search engine providers is 100% ColdFusion. Literally serving up 
millions of requests per day from 4 servers.  Literally thousands of broker and 
agent websites rely on this ColdFusion service for their businesses.

ColdFusion is easy to learn
ColdFusion allows you to rapidly build complex applications
ColdFusion can scale, does scale and has scaled to meet your traffic needs
ColdFusion allows you to be flexible. Meaning you can have a pure html/ajax 
front end served by ColdFusion, or a Flex front end, or mobile app. All powered 
by the same ColdFusion backend. 

ColdFusion provides your application with Rapid Flexible Power!


 
Wil Genovese
Sr. Web Application Developer/
Systems Administrator

Wil Genovese Consulting
651-894-4238
wilg...@trunkful.com
www.trunkful.com

On Aug 25, 2010, at 12:52 PM, Peter Boughton wrote:

 
 To respond to an IT director who thinks ColdFusion is dated and not in much
 use anymore... 
 
 Well if he's determined, he'll just return with how many sites run on PHP or 
 .NET or whatever.
 
 Numbers don't help for CF - what you need to demonstrate is how active and 
 passionate the community is.
 
 A recent post by Terry Ryan might help there:
 http://www.terrenceryan.com/blog/post.cfm/dear-coldfusion-denier
 
 One specific point Terry makes:
 check out the list of ColdFusion conferences.
 A third of them are new conferences and have 
 popped up over the past 3 years.
 
 
 He's got another posting linked from that one, which has this Cost of 
 Ownership image:
 http://www.terrenceryan.com/blog/assets/content/toc.png
 
 Basically showing that CF requires less training, less dev time and less 
 maintenance.
 
 
 I think that sort of thing should be more useful than numbers. 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336532
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: COM Object support in 64-bit - Vague and Unclear

2010-08-25 Thread Brian Kotek

Ah, good to know, Dave. I just assumed it was using JNI since that is
generally how native processes are run. Thanks.

On Wed, Aug 25, 2010 at 2:09 PM, Dave Watts dwa...@figleaf.com wrote:


  What about 64-bit COM code? Would non-support then have anything to do
 with
  CF?

 CF x64 can't use COM, period. It doesn't matter whether it's 32-bit
 COM or 64-bit COM.

 CF uses a third-party library for COM support. That library doesn't
 support 64-bit COM, and the 32-bit version won't work in a 64-bit JVM.
 So, if you're running CF x64, you can't use COM. Period. Like the
 documentation says, CF x64 doesn't support COM.

 http://j-integra.intrinsyc.com/support/kb/article.aspx?id=30963

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

 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite.

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336533
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


SMS messages

2010-08-25 Thread Justin Scott

Any suggestions for SMS services/gateways to look at?  We have a client that
is interested in sending SMS alerts to their users and would like to avoid
the carrier-specific sms e-mail addresses if possible.


-Justin



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336534
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


HTTP PUT?

2010-08-25 Thread Brook Davies

Hello,

 

I am looking at EchoSigns API, and it specified to provide a URL for a
callback that will receive the signed document via an HTTP PUT:

 

The url to which EchoSign will do a HTTP PUT operation with the final
signed PDF. HTTP authentication is supported using standard embedded syntax
- i.e.  http://username:passw...@your.server.com/path/to/file
http://username:passw...@your.server.com/path/to/file.;

 

How would I handle this via CF? I need to be able to update the database
when this file is delivered. 

 

Brook




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336535
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: COM Object support in 64-bit - Vague and Unclear

2010-08-25 Thread Michael Grant

Ok, so how exactly to I get a COM object to work on CF 64 bit?

/me runs.

On Wed, Aug 25, 2010 at 2:09 PM, Dave Watts dwa...@figleaf.com wrote:


  What about 64-bit COM code? Would non-support then have anything to do
 with
  CF?

 CF x64 can't use COM, period. It doesn't matter whether it's 32-bit
 COM or 64-bit COM.

 CF uses a third-party library for COM support. That library doesn't
 support 64-bit COM, and the 32-bit version won't work in a 64-bit JVM.
 So, if you're running CF x64, you can't use COM. Period. Like the
 documentation says, CF x64 doesn't support COM.

 http://j-integra.intrinsyc.com/support/kb/article.aspx?id=30963

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

 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite.

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336536
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: HTTP PUT?

2010-08-25 Thread Dave Watts

 I am looking at EchoSigns API, and it specified to provide a URL for a
 callback that will receive the signed document via an HTTP PUT:

 The url to which EchoSign will do a HTTP PUT operation with the final
 signed PDF. HTTP authentication is supported using standard embedded syntax
 - i.e.  http://username:passw...@your.server.com/path/to/file
 http://username:passw...@your.server.com/path/to/file.;

 How would I handle this via CF? I need to be able to update the database
 when this file is delivered.

CFHTTP supports all HTTP verbs, including PUT and DELETE.

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

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336537
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Number of site using ColdFusion

2010-08-25 Thread Robert Harrison

 http://www.adobe.com/enterprise/pdfs/Adobe3112.pdf 
 Please read it and decide if this is something that you can use.


I'd love to read it... but Adobe has taken it down.

 

Robert B. Harrison
Director of Interactive Services
Austin  Williams
125 Kennedy Drive, Suite 100 
Hauppauge NY 11788
P : 631.231.6600 Ext. 119 
F : 631.434.7022
http://www.austin-williams.com 

Great advertising can't be either/or.  It must be .

Plug in to our blog: AW Unplugged
http://www.austin-williams.com/unplugged


 

__ Information from ESET Smart Security, version of virus signature
database 5397 (20100825) __

The message was checked by ESET Smart Security.

http://www.eset.com
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336538
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Number of site using ColdFusion

2010-08-25 Thread Cameron Childress

On Wed, Aug 25, 2010 at 2:46 PM, Robert Harrison
rob...@austin-williams.com wrote:
 I'd love to read it... but Adobe has taken it down.

Google Adobe3112.pdf

http://www.mpeters.de/Adobe3112.pdf

-Cameron

...

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336539
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Number of site using ColdFusion

2010-08-25 Thread Sandra Clark

I contract at NIST (National Institute of Standards and Technology) a large
number of programs here are written in ColdFusion. I also know that the
State Dept, National Institutes of Health, Congress and the Senate uses
ColdFusion.

On Wed, Aug 25, 2010 at 2:20 PM, Wil Genovese jugg...@trunkful.com wrote:


 I recently interviewed for a contract job with the Human Development
 Reports division of the United Nations. They are using ColdFusion.  The
 front end is HTML, but they use AJAX to hit ColdFusion servers to populate
 content and data. Government at many levels uses ColdFusion. (Yes, I know,
 citing that Government does it that way is usually not a good thing, but
 ColdFusion makes programers for the Government more efficient.)  I know that
 many colleges and Universities are using ColdFusion.

 A major portion of the Real Estate industry runs on ColdFusion. One of the
 largest MLS search engine providers is 100% ColdFusion. Literally serving up
 millions of requests per day from 4 servers.  Literally thousands of broker
 and agent websites rely on this ColdFusion service for their businesses.

 ColdFusion is easy to learn
 ColdFusion allows you to rapidly build complex applications
 ColdFusion can scale, does scale and has scaled to meet your traffic needs
 ColdFusion allows you to be flexible. Meaning you can have a pure html/ajax
 front end served by ColdFusion, or a Flex front end, or mobile app. All
 powered by the same ColdFusion backend.

 ColdFusion provides your application with Rapid Flexible Power!



 Wil Genovese
 Sr. Web Application Developer/
 Systems Administrator

 Wil Genovese Consulting
 651-894-4238
 wilg...@trunkful.com
 www.trunkful.com

 On Aug 25, 2010, at 12:52 PM, Peter Boughton wrote:

 
  To respond to an IT director who thinks ColdFusion is dated and not in
 much
  use anymore...
 
  Well if he's determined, he'll just return with how many sites run on PHP
 or .NET or whatever.
 
  Numbers don't help for CF - what you need to demonstrate is how active
 and passionate the community is.
 
  A recent post by Terry Ryan might help there:
  http://www.terrenceryan.com/blog/post.cfm/dear-coldfusion-denier
 
  One specific point Terry makes:
  check out the list of ColdFusion conferences.
  A third of them are new conferences and have
  popped up over the past 3 years.
 
 
  He's got another posting linked from that one, which has this Cost of
 Ownership image:
  http://www.terrenceryan.com/blog/assets/content/toc.png
 
  Basically showing that CF requires less training, less dev time and less
 maintenance.
 
 
  I think that sort of thing should be more useful than numbers.
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336540
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SMS messages

2010-08-25 Thread Judah McAuley

Voxeo.  They have been on an acquisition tear recently, picking up
Tropo and a couple others that I forget. As a result, they have a
pretty wide variety of plans and platforms of which one will likely
fit your needs. I use their traditional CCXML/VoiceXML platform for
outbound calling and they added SMS to it awhile back. I'll be
implementing it at work here soon. The new platforms they picked up
through acquisition look nice. Lots of REST-based calls for voice
calls, sms, IM, etc though not necessarily with the same SLA found in
their traditional platform.

Cheers,
Judah

On Wed, Aug 25, 2010 at 11:29 AM, Justin Scott
jscott-li...@gravityfree.com wrote:

 Any suggestions for SMS services/gateways to look at?  We have a client that
 is interested in sending SMS alerts to their users and would like to avoid
 the carrier-specific sms e-mail addresses if possible.


 -Justin



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336541
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Activating CF 9 server

2010-08-25 Thread Claude Schnéegans

Hi,

I recently upgraded my server to CF 9, my current edition is: ColdFusion 
Enterprise (Trial).
I bought the standard official version and just received the disk today.
Where should I enter the serial number on my trial version so it becomes 
an official version?
I tried to enter it in the New License field the system information 
form, but it says my serial number is invalid.

Do I have to FTP the whole disk and reinstall CF from my server?

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336542
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Activating CF 9 server

2010-08-25 Thread Mark A. Kruger

Claude,

Click on the I .. you should need both the old and new serials. 

-Mark


Mark A. Kruger, MCSE, CFG
(402) 408-3733 ext 105
Skype: markakruger
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com



-Original Message-
From: Claude Schnéegans schneeg...@internetique.com
[mailto:=?ISO-8859-1?Q?Claude_Schn=E9egans schneeg...@interneti=71?=
=?ISO-8859-1?Q?ue.com=3E?=] 
Sent: Wednesday, August 25, 2010 2:52 PM
To: cf-talk
Subject: Activating CF 9 server


Hi,

I recently upgraded my server to CF 9, my current edition is: ColdFusion 
Enterprise (Trial).
I bought the standard official version and just received the disk today.
Where should I enter the serial number on my trial version so it becomes 
an official version?
I tried to enter it in the New License field the system information 
form, but it says my serial number is invalid.

Do I have to FTP the whole disk and reinstall CF from my server?



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336543
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Activating CF 9 server

2010-08-25 Thread Claude Schnéegans

 Click on the I .. you should need both the old and new serials.

I have no old serial, this is a new installation.

I did click on the I, entered the serial # I have on the back of the 
disk, in the New licence field, but is says
The Serial Number entered is not valid

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336544
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Activating CF 9 server

2010-08-25 Thread Dorioo

who did you the cd from? Adobe?

- Gabriel

On Wed, Aug 25, 2010 at 4:06 PM,  wrote:


  Click on the I .. you should need both the old and new serials.

 I have no old serial, this is a new installation.

 I did click on the I, entered the serial # I have on the back of the
 disk, in the New licence field, but is says
 The Serial Number entered is not valid

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336545
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Activating CF 9 server

2010-08-25 Thread Claude Schnéegans

 who did you the cd from? Adobe?

Sure, a plain legal paid version.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336546
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Activating CF 9 server

2010-08-25 Thread Claude Schnéegans

 who did you the cd from? Adobe?

Actually, I installed the trial version from Adobe's site.
Then I bought the product, and choose to hae it on disk.
To day I got the disk, now I'm trying to unlock the trial version by 
providing the serial number.
At least this is the way I thought it should be done.



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336547
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Activating CF 9 server

2010-08-25 Thread Mark A. Kruger

Hmmm... I'd call them I think. Make sure you got the right number and
correct version etc. It should be pretty simple though.

-mark


Mark A. Kruger, MCSE, CFG
(402) 408-3733 ext 105
Skype: markakruger
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com



-Original Message-
From: Claude Schnéegans schneeg...@internetique.com
[mailto:=?ISO-8859-1?Q?Claude_Schn=E9egans schneeg...@interneti=71?=
=?ISO-8859-1?Q?ue.com=3E?=] 
Sent: Wednesday, August 25, 2010 3:11 PM
To: cf-talk
Subject: Re: Activating CF 9 server


 who did you the cd from? Adobe?

Sure, a plain legal paid version.



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336548
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Activating CF 9 server

2010-08-25 Thread Mark A. Kruger

Yep... should work exactly that way. But log into your Adobe account and
have a look at your downloads. You should see the SN there as well - just to
be sure.

Mark A. Kruger, MCSE, CFG
(402) 408-3733 ext 105
Skype: markakruger
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com



-Original Message-
From: Claude Schnéegans schneeg...@internetique.com
[mailto:=?ISO-8859-1?Q?Claude_Schn=E9egans schneeg...@interneti=71?=
=?ISO-8859-1?Q?ue.com=3E?=] 
Sent: Wednesday, August 25, 2010 3:15 PM
To: cf-talk
Subject: Re: Activating CF 9 server


 who did you the cd from? Adobe?

Actually, I installed the trial version from Adobe's site.
Then I bought the product, and choose to hae it on disk.
To day I got the disk, now I'm trying to unlock the trial version by 
providing the serial number.
At least this is the way I thought it should be done.





~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336549
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Activating CF 9 server

2010-08-25 Thread Andy Allan

You bought a CF9 Standard License?

When you installed the trial, which option did you choose?

1. Server Config
2. Multi-Server

If you chose 2, then your serial won't work. Standard serials must be
installed into a Server Config install.

And if that's not the issue, it's obviously something else :)

Andy

On 25 August 2010 21:15,   wrote:

  who did you the cd from? Adobe?

 Actually, I installed the trial version from Adobe's site.
 Then I bought the product, and choose to hae it on disk.
 To day I got the disk, now I'm trying to unlock the trial version by
 providing the serial number.
 At least this is the way I thought it should be done.



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336550
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: HTTP PUT?

2010-08-25 Thread Brook Davies

But I'm not PUTTING anything, they (echoSign) are putting the file on our
server after its been signed via an HTTP Put. I guess my options (is this
right?) are to:

1. Monitor the destination directory for the file they PUT there
2. Write some sort of a handler for PUT operations in CF to handle the file
and write it to disk. 

What do you think? I believe that IIS would need to be setup to allow CF to
handle a PUT operation.

Brook

-Original Message-
From: Dave Watts [mailto:dwa...@figleaf.com] 
Sent: August-25-10 11:34 AM
To: cf-talk
Subject: Re: HTTP PUT?


 I am looking at EchoSigns API, and it specified to provide a URL for a
 callback that will receive the signed document via an HTTP PUT:

 The url to which EchoSign will do a HTTP PUT operation with the final
 signed PDF. HTTP authentication is supported using standard embedded
syntax
 - i.e.  http://username:passw...@your.server.com/path/to/file
 http://username:passw...@your.server.com/path/to/file.;

 How would I handle this via CF? I need to be able to update the database
 when this file is delivered.

CFHTTP supports all HTTP verbs, including PUT and DELETE.

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

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336551
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: HTTP PUT?

2010-08-25 Thread Judah McAuley

A PUT operation doesn't necessarily mean that they are putting a file
on your server. It is just an HTTP Verb. You can choose to respond to
it however you like. One way would be WebDAV which really would put
the file onto your server. Another option, which allows you more
control in your code, is to have them do a PUT operation to a url like
http://youserver.com/receiveput.cfm  and then use GetHttpRequestData()
to get the content of what they sent, parse it, then do your thing.

I have a site that has an api on it to receive JSON in the HTTP
request body from a .NET app with a PUT and it works just fine with
GetHttpRequestData(). No modifications to IIS were required as I
recall.

Cheers,
Judah

On Wed, Aug 25, 2010 at 1:59 PM, Brook Davies cft...@logiforms.com wrote:

 But I'm not PUTTING anything, they (echoSign) are putting the file on our
 server after its been signed via an HTTP Put. I guess my options (is this
 right?) are to:

 1. Monitor the destination directory for the file they PUT there
 2. Write some sort of a handler for PUT operations in CF to handle the file
 and write it to disk.

 What do you think? I believe that IIS would need to be setup to allow CF to
 handle a PUT operation.

 Brook

 -Original Message-
 From: Dave Watts [mailto:dwa...@figleaf.com]
 Sent: August-25-10 11:34 AM
 To: cf-talk
 Subject: Re: HTTP PUT?


 I am looking at EchoSigns API, and it specified to provide a URL for a
 callback that will receive the signed document via an HTTP PUT:

 The url to which EchoSign will do a HTTP PUT operation with the final
 signed PDF. HTTP authentication is supported using standard embedded
 syntax
 - i.e.  http://username:passw...@your.server.com/path/to/file
 http://username:passw...@your.server.com/path/to/file.;

 How would I handle this via CF? I need to be able to update the database
 when this file is delivered.

 CFHTTP supports all HTTP verbs, including PUT and DELETE.

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

 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336552
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: HTTP PUT?

2010-08-25 Thread Dave Watts

 But I'm not PUTTING anything, they (echoSign) are putting the file on our
 server after its been signed via an HTTP Put.

OK, I read your question wrong.

 I guess my options (is this right?) are to:

 1. Monitor the destination directory for the file they PUT there
 2. Write some sort of a handler for PUT operations in CF to handle the file
 and write it to disk.

 What do you think? I believe that IIS would need to be setup to allow CF to
 handle a PUT operation.

IIS supports PUT directly via WebDAV. That would correspond to (1). CF
can respond to HTTP PUT requests to IIS, but you may have to configure
the ISAPI module to allow PUT requests to CF, depending on what
version of IIS you're running and whether you've customized it. I
don't think you have to do anything special by default.

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

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336553
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Number of site using ColdFusion

2010-08-25 Thread David McCan

In addition to the Gartner report, there are these remarks on a Gartner blog:

http://blogs.gartner.com/mark_driver/2009/10/06/i-continue-to-be-impressed-with-coldfusion/



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336554
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: HTTP PUT?

2010-08-25 Thread Brook Davies

Thank you! I wonder, if I can set up a custom 404 error page to handle the
PUT operation if it posts with a specific filename instead of the location
of a CF template. I will review that further. This is enough to get me going
in the right direction, thanks!

Brook

-Original Message-
From: Judah McAuley [mailto:ju...@wiredotter.com] 
Sent: August-25-10 2:06 PM
To: cf-talk
Subject: Re: HTTP PUT?


A PUT operation doesn't necessarily mean that they are putting a file
on your server. It is just an HTTP Verb. You can choose to respond to
it however you like. One way would be WebDAV which really would put
the file onto your server. Another option, which allows you more
control in your code, is to have them do a PUT operation to a url like
http://youserver.com/receiveput.cfm  and then use GetHttpRequestData()
to get the content of what they sent, parse it, then do your thing.

I have a site that has an api on it to receive JSON in the HTTP
request body from a .NET app with a PUT and it works just fine with
GetHttpRequestData(). No modifications to IIS were required as I
recall.

Cheers,
Judah

On Wed, Aug 25, 2010 at 1:59 PM, Brook Davies cft...@logiforms.com wrote:

 But I'm not PUTTING anything, they (echoSign) are putting the file on our
 server after its been signed via an HTTP Put. I guess my options (is this
 right?) are to:

 1. Monitor the destination directory for the file they PUT there
 2. Write some sort of a handler for PUT operations in CF to handle the
file
 and write it to disk.

 What do you think? I believe that IIS would need to be setup to allow CF
to
 handle a PUT operation.

 Brook

 -Original Message-
 From: Dave Watts [mailto:dwa...@figleaf.com]
 Sent: August-25-10 11:34 AM
 To: cf-talk
 Subject: Re: HTTP PUT?


 I am looking at EchoSigns API, and it specified to provide a URL for a
 callback that will receive the signed document via an HTTP PUT:

 The url to which EchoSign will do a HTTP PUT operation with the final
 signed PDF. HTTP authentication is supported using standard embedded
 syntax
 - i.e.  http://username:passw...@your.server.com/path/to/file
 http://username:passw...@your.server.com/path/to/file.;

 How would I handle this via CF? I need to be able to update the database
 when this file is delivered.

 CFHTTP supports all HTTP verbs, including PUT and DELETE.

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

 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite



 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336555
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: HTTP PUT?

2010-08-25 Thread Judah McAuley

If you are using IIS7, take a look at its URL Rewrite capabilities.
You should be able to catch an incoming pattern and pass the request
off to the CF template of your choice. Cleaner than using a 404
handler.

Judah

On Wed, Aug 25, 2010 at 2:49 PM, Brook Davies cft...@logiforms.com wrote:

 Thank you! I wonder, if I can set up a custom 404 error page to handle the
 PUT operation if it posts with a specific filename instead of the location
 of a CF template. I will review that further. This is enough to get me going
 in the right direction, thanks!

 Brook

 -Original Message-
 From: Judah McAuley [mailto:ju...@wiredotter.com]
 Sent: August-25-10 2:06 PM
 To: cf-talk
 Subject: Re: HTTP PUT?


 A PUT operation doesn't necessarily mean that they are putting a file
 on your server. It is just an HTTP Verb. You can choose to respond to
 it however you like. One way would be WebDAV which really would put
 the file onto your server. Another option, which allows you more
 control in your code, is to have them do a PUT operation to a url like
 http://youserver.com/receiveput.cfm  and then use GetHttpRequestData()
 to get the content of what they sent, parse it, then do your thing.

 I have a site that has an api on it to receive JSON in the HTTP
 request body from a .NET app with a PUT and it works just fine with
 GetHttpRequestData(). No modifications to IIS were required as I
 recall.

 Cheers,
 Judah

 On Wed, Aug 25, 2010 at 1:59 PM, Brook Davies cft...@logiforms.com wrote:

 But I'm not PUTTING anything, they (echoSign) are putting the file on our
 server after its been signed via an HTTP Put. I guess my options (is this
 right?) are to:

 1. Monitor the destination directory for the file they PUT there
 2. Write some sort of a handler for PUT operations in CF to handle the
 file
 and write it to disk.

 What do you think? I believe that IIS would need to be setup to allow CF
 to
 handle a PUT operation.

 Brook

 -Original Message-
 From: Dave Watts [mailto:dwa...@figleaf.com]
 Sent: August-25-10 11:34 AM
 To: cf-talk
 Subject: Re: HTTP PUT?


 I am looking at EchoSigns API, and it specified to provide a URL for a
 callback that will receive the signed document via an HTTP PUT:

 The url to which EchoSign will do a HTTP PUT operation with the final
 signed PDF. HTTP authentication is supported using standard embedded
 syntax
 - i.e.  http://username:passw...@your.server.com/path/to/file
 http://username:passw...@your.server.com/path/to/file.;

 How would I handle this via CF? I need to be able to update the database
 when this file is delivered.

 CFHTTP supports all HTTP verbs, including PUT and DELETE.

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

 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite







 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336556
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Number of site using ColdFusion

2010-08-25 Thread Sean Corfield

On Wed, Aug 25, 2010 at 10:46 AM, Robert Harrison
rob...@austin-williams.com wrote:
 To respond to an IT director who thinks ColdFusion is dated and not in much
 use anymore...

Even tho' it just got a brand new updater for the latest release -
which only came out recently and now incorporates the industry
standard ORM, Hibernate? Even tho' Adobe just invested in a brand new
Eclipse-based IDE dedicated to CFML? Even tho' there are now three
feature-rich implementations of CFML (Adobe, OpenBD, Railo)? Even tho'
Evans Data Corporation - an independent research company - estimates
there are close to 800,000 CFML developers worldwide? Even tho'
Gartner recently praised CFML as a technology to invest in?

I hope you get my point.

Number of sites isn't really a useful measure (since a large
percentage of CFML sites are probably behind firewalls) but all those
points above are valid.

In some ways the recent security alert highlights just how widespread
CFML usage is - if it were not in much use anymore, no one would
have made a fuss about the exploit!

 It seems I keep having to make the 'Why ColdFusion' argument again and
 again. Adobe is very good with the evangelical kit, but it focused on
 converting developers.

I think the evangelist kit has some pretty good stuff for managers - I
don't think it's aimed at developers at all. We are talking about the
same document, yes?

http://www.adobe.com/products/coldfusion/evangelism_kit/

Pages 4 and 5 in particular address use of CFML and important positive
reviews. Page 6 covers the future roadmap (to dispel the 'dated'
idea).
-- 
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336557
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Railo CFVideoPlayer

2010-08-25 Thread Paul Kukiel

This might be best asked on the Railo mailing list:

http://groups.google.com/group/railo

Paul.

On Tue, Aug 24, 2010 at 10:24 PM, Brian McCairn
brian.mcca...@medicapp.euwrote:


 Hi, just wondered if anyone had come across this.  I downloaded Railo
 Express last night to give cfvideoplayer a try and have got a bit of a
 problem with the play list feature. However I seem to order the videos in
 the code the play list just comes up in some random order that seems to
 change every time you load the page.

 This is what I'm doing:

 cfvideoplayer autostart=YES width=750 height=460
  allowfullscreen=true playlist=right showpause=false

cfvideoplayerparam video=_flash/Chapter 1.flv title=Chapter 1
cfvideoplayerparam video=_flash/Chapter 2.flv title=Chapter 2
cfvideoplayerparam video=_flash/Chapter 3.flv title=Chapter 3
cfvideoplayerparam video=_flash/Chapter 4.flv title=Chapter 4
cfvideoplayerparam video=_flash/Chapter 5.flv title=Chapter 5
cfvideoplayerparam video=_flash/Chapter 6.flv title=Chapter 6
cfvideoplayerparam video=_flash/Chapter 7.flv title=Chapter 7
cfvideoplayerparam video=_flash/Chapter 8.flv title=Chapter 8
cfvideoplayerparam video=_flash/Chapter 9.flv title=Chapter 9
cfvideoplayerparam video=_flash/Chapter 10.flv title=Chapter
 10

 /cfvideoplayer

 Anyone know how to make them list in the order coded? BTW I've tried taking
 spaces out of the titles and filenames with no luck.

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336558
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: calling a cfc function from the same cfc

2010-08-25 Thread Sean Corfield

On Wed, Aug 25, 2010 at 5:00 AM, David McGraw david.mcg...@gmail.com wrote:
 In instances of calling a function that has no return, I find it easier on 
 the eyes to call them with cfscript.

Well, I write all my CFCs completely in cfscript these days anyway -
so I agree with you! I was just curious why the OP thought it looked
odd.
-- 
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336559
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Number of site using ColdFusion

2010-08-25 Thread Larry Lyons

 To respond to an IT director who thinks ColdFusion is dated and not 
 in much
 use anymore... 
 
 Well if he's determined, he'll just return with how many sites run on 
 PHP or .NET or whatever.

To use an analogy, just because trillions of flies eat manure, does that mean 
we ought to?


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336560
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: COM Object support in 64-bit - Vague and Unclear

2010-08-25 Thread Lisa Yii

http://www.j-interop.org/introduction.html

Is that a good alternative? Might give it a go later. I fully understand now
that this has nothing to do with CF (even though they should do something
about it).

On Thu, Aug 26, 2010 at 2:29 AM, Michael Grant mgr...@modus.bz wrote:


 Ok, so how exactly to I get a COM object to work on CF 64 bit?

 /me runs.

 On Wed, Aug 25, 2010 at 2:09 PM, Dave Watts dwa...@figleaf.com wrote:

 
   What about 64-bit COM code? Would non-support then have anything to do
  with
   CF?
 
  CF x64 can't use COM, period. It doesn't matter whether it's 32-bit
  COM or 64-bit COM.
 
  CF uses a third-party library for COM support. That library doesn't
  support 64-bit COM, and the 32-bit version won't work in a 64-bit JVM.
  So, if you're running CF x64, you can't use COM. Period. Like the
  documentation says, CF x64 doesn't support COM.
 
  http://j-integra.intrinsyc.com/support/kb/article.aspx?id=30963
 
  Dave Watts, CTO, Fig Leaf Software
  http://www.figleaf.com/
  http://training.figleaf.com/
 
  Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
  GSA Schedule, and provides the highest caliber vendor-authorized
  instruction at our training centers, online, or onsite.
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336561
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Number of site using ColdFusion

2010-08-25 Thread Adrocknaphobia

I don't think we could ever get an accurate number of ColdFusion sites or
applications currently running. What I can say with utmost certainty is that
there are over 10k unique organizations worldwide actively using ColdFusion.
At Adobe, we define _active_ as having purchased ColdFusion 8 or 9.

-Adam


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336562
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm