Re: Adobe no longer supports ColdFusion??? Really?

2013-06-18 Thread mikey graziano

i downloaded cf10 extension for dreamweaver cs6

http://www.adobe.com/support/coldfusion/downloads.html




Have I missed something here?   I upgraded my Dreamweaver CS6 to
Dreamweaver CC and  ColdFusion is no longer supported apparently.

There are no CFM file types,  no tag hinting or code completion etc for
ColdFusion, apparently.

Unless I've missed something somewhere and I have to change a setting or
install an extension or something.

Has anyone else found a fix for this?   Or have I got it 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/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355984
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Verity Collection Coldfusion 9.0.1

2011-07-11 Thread mikey graziano

In the ColdFusion Collection, I 'm trying to create a verity collection. When I 
create the new collection it completes without errors, but does not show up in 
the list of collections within my CF Administrator. If I try to create it 
again, it tells me that the collection already exists, but it still does not 
appear in the administrator. I don't see any issues in the exception, 
application, or server logs. Any suggestions on how to troubleshoot this issue? 


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


Verity Collection CF 9.0.1

2011-07-11 Thread mikey graziano

In the ColdFusion Collection, I 'm trying to create a verity collection. When I 
create the new collection it completes without errors, but does not show up in 
the list of collections within my CF Administrator. If I try to create it 
again, it tells me that the collection already exists, but it still does not 
appear in the administrator. I don't see any issues in the exception, 
application, or server logs. Any suggestions on how to troubleshoot this issue? 


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


Re: DoD CAC authentication

2011-04-04 Thread mikey graziano

 One way...
 
 CFSET usersCert = GetPageContext().getRequest().getAttribute(javax.
 servlet.request.X509Certificate)/
 
 CFSET usersEmail = usersCert[1].getSubjectAlternativeNames() / 


Are there a way to select the part of the usersEmail data as email? I have 
tried but there are 4 different results. one of the results is reversed 

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