Re: RegEx: Grabbing Keywords from Referers

2010-08-24 Thread Peter Boughton

cfset keywords = reMatchNoCase([?|][p|q]=[^]+, referer)

This is incorrect - the | is a literal in character classes.

You want [?][pq]=[^]+ 

~|
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:336489
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Railo CFVideoPlayer

2010-08-24 Thread Brian McCairn

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:336490
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: RegEx: Grabbing Keywords from Referers

2010-08-24 Thread Che Vilnonis

Thanks for the update Peter. 

-Original Message-
From: Peter Boughton [mailto:bought...@gmail.com] 
Sent: Tuesday, August 24, 2010 4:58 AM
To: cf-talk
Subject: Re: RegEx: Grabbing Keywords from Referers


cfset keywords = reMatchNoCase([?|][p|q]=[^]+, referer)

This is incorrect - the | is a literal in character classes.

You want [?][pq]=[^]+



~|
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:336491
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Homesite 9 project

2010-08-24 Thread Mike Mace

 I'll be updating Homesite to the latest (CF9) docs. If anyone has any
 suggestions, requests, whatever, please let me know. I'll also try 
 and
 update some of the tag controls. I have a program to do this visually
 but it'll be a long process.
 
 Thanks
 
 --
 Michael Dinowitz
 Lead Author - Adobe Coldfusion Anthology
 http://www.amazon.
com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion

Hi all,

Is there any update on your project! I love Homesite and really do not want to 
give it up! But it would be nice to have CF9 tags in there:) 

Thanks for your work.

Mike



~|
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:336492
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


COM Object support in 64-bit - Vague and Unclear

2010-08-24 Thread Yui Yui

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:336493
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-24 Thread Dave Watts

 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.

 Does this mean wrappers around these 32-bit COM objects won't work?

This is entirely dependent on the nature of the wrapper, I suppose.

 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?

It won't work under any circumstances, as per the quoted technote.

 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?

Presumably, that's why it was mentioned.

 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?

There really isn't anything to elaborate. CF x64 can't use COM. There
is NO interoperability.

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:336494
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-24 Thread Dave Watts

 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:336495
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-24 Thread Brian Kotek

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:336496
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-24 Thread Sean Corfield

On Mon, Aug 23, 2010 at 2:53 PM, Matthew Smith chedders...@gmail.com wrote:

 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:336497
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm