Re: Chrome cfgrid flash

2010-02-09 Thread Michael van Leest

Flash forms are Flex 1.5 so keep in mind that is Actionscript 2 if I'm
correct...

Also which version of the flash player do you have? 10.1? is it mac? is it
windows??
Be more specific please, because this isn't enough to get your problem
solved...

Regards, Mike

2010/2/9 Paul Ihrig pih...@gmail.com


 no one has run into a cfgrid not rendering the data returned in chrome?
 any one? seriously.. this tag should be removed if it doesn't work..
 or maybe i shouldn't test on more then 2 browsers or just not use
 cfform and cfgrid.. or there be a tech note about format=flash or
 some thing..

 On Thu, Feb 4, 2010 at 8:18 PM, Paul Ihrig pih...@gmail.com wrote:
  Hey guys. I have cfform flash with a simple cfgrid inside it. Every
  thing tenets corectly but in chrome no data is displayed and editing
  isn't avaiable. This is cf8. Seems very odd. Every thing I'd copasetic
  in ff and ie. Thanks.
 

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330488
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


cfmodule and query of queries

2010-02-09 Thread Thane Sherrington

Hi all,

This is probably a stupid question, but my simple mind can't figure 
it out.  I'm trying to do the following:

1)Have a cfmodule that does a large query.
2)Have a series of cfmodules that do a query of query on the large query
3)Have a script that calls the cfmodules

But I can't figure out how to pass the query from one module to 
another.  I can do it if I use cfinclude, of course, since all the 
variables are accessible, but when I try to do it from cfmodule to 
cfmodule, the query of query modules can't access the large query 
because it's local to the first cfmodule.

Is there away around this?

T



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330489
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: cfmodule and query of queries

2010-02-09 Thread LRS Scout

Set your query as caller.queryName is one way there are others.

You should be using a CFC for this and returning the query probably.

-Original Message-
From: Thane Sherrington [mailto:th...@computerconnectionltd.com] 
Sent: Tuesday, February 09, 2010 7:57 AM
To: cf-talk
Subject: cfmodule and query of queries


Hi all,

This is probably a stupid question, but my simple mind can't figure 
it out.  I'm trying to do the following:

1)Have a cfmodule that does a large query.
2)Have a series of cfmodules that do a query of query on the large query
3)Have a script that calls the cfmodules

But I can't figure out how to pass the query from one module to 
another.  I can do it if I use cfinclude, of course, since all the 
variables are accessible, but when I try to do it from cfmodule to 
cfmodule, the query of query modules can't access the large query 
because it's local to the first cfmodule.

Is there away around this?

T





~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330490
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfmodule and query of queries

2010-02-09 Thread Eric Cobb

You should really be doing this in a CFC.  They're built for stuff like 
this.

Thanks,

Eric Cobb
http://www.cfgears.com
ColdFusion - the most profitable dead language I've ever worked with.



Thane Sherrington wrote:
 Hi all,

   This is probably a stupid question, but my simple mind can't figure 
 it out.  I'm trying to do the following:

 1)Have a cfmodule that does a large query.
 2)Have a series of cfmodules that do a query of query on the large query
 3)Have a script that calls the cfmodules

 But I can't figure out how to pass the query from one module to 
 another.  I can do it if I use cfinclude, of course, since all the 
 variables are accessible, but when I try to do it from cfmodule to 
 cfmodule, the query of query modules can't access the large query 
 because it's local to the first cfmodule.

 Is there away around this?

 T



 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330491
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfmodule and query of queries

2010-02-09 Thread Claude Schnéegans

 But I can't figure out how to pass the query from one module to
another.

You can also set your query in the request scope, ie : request.MyQuery
The request scope is visible in any module and sub modules.

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330492
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Chrome cfgrid flash

2010-02-09 Thread Paul Ihrig

thanks:

Shockwave Flash
File name: NPSWF32.dll
Shockwave Flash 10.0 r32

google chrome: 4.0.249.78 unknown (36714)

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330493
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Chrome cfgrid flash

2010-02-09 Thread Paul Ihrig

just upgraded to  Shockwave Flash 10.0 r42
same problem on winxp

screenshots.

chrome:
http://picasaweb.google.com/lh/photo/LwUOa7S5U-guA-Y3X7U6qQ?feat=directlink

firefox
http://picasaweb.google.com/lh/photo/cJKg6XpsnFd9OXR5GS0Abg?feat=directlink

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330494
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Problem setting up a new instance of CF

2010-02-09 Thread Phillip B

Thanks for the help Jochem. 

I'll give this a couple of tries. My first try botched up pretty bad. I've 
reinstalled CF so I can have a clean slate to work with. 

Phil

 Did you set up the new instance with its own jvm.config file? If you
 didn't, could you do so? And then in the new jvm.config file make 
 sure
 all references to the cfusion instance are replaced with references 
 to
 your new instance so you don't have one instance loading classes from
 the directory path of another instance.
 
 Jochem
 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330495
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Rampant fraud attempts from my site - Can I limit Number of Emails/Hour?

2010-02-09 Thread Rick King

Hey guys, 
 
I have a site I built where people can sell their used wedding dresses. Lately, 
I'm getting a ton of fraud attempts from the site. Basically, Someone will use 
the site to contact the seller of an item, and attempt to fraud them out of 
their money (bad checks, paying more money than the seller is asking for, etc). 
 
On the form to contact the seller, I have several safeguards that mostly work 
(CAPTCHA, cfformprotect that stops emails using specific words, stopping emails 
from known fraud email addresses, etc), but many are still getting through. 
Once the fraudster sees one email get through successfully, they send the same 
email to 30+ people). 
 
Is there any way to allow a single email address (providing the sender's email 
is required to contact the seller and submit the form) to only send 3 emails 
per hour? At least this would cut down on the volume of fraud attempts. 
 
Thanks
Rick 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330496
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Rampant fraud attempts from my site - Can I limit Number of Emails/Hour?

2010-02-09 Thread Justin Scott

 Is there any way to allow a single email address (providing
 the sender's email is required to contact the seller and
 submit the form) to only send 3 emails per hour? At least
 this would cut down on the volume of fraud attempts.

Hi Rick, I would create a logging table and log the e-mail address, origin
IP and the message being sent (along with an MD5 hash fingerprint of the
message).  For each message sent, just check the table to see if that e-mail
address, IP, or message has been sent too many times within a set time
period.  A simple query to get the count of entries matching any of those
within the last three hours should suffice.  If any records are returned,
give them an error, otherwise let it pass and log it.


-Justin



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330497
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


IDE for coldfusion 9

2010-02-09 Thread fun and learning

Hi,

Can anyone tell me if there is a new CFEclipse plugin for Coldfusion 9? 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330498
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Rampant fraud attempts from my site - Can I limit Number of Emails/Hour?

2010-02-09 Thread Rick King

OK, I think I can figure that out. Thanks for the recommendation! 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330499
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: IDE for coldfusion 9

2010-02-09 Thread Shannon Peevey

i use the current cfeclipse w cf9 and have no issues

speeves

On Tue, Feb 9, 2010 at 1:13 PM, fun and learning funandlrnn...@gmail.comwrote:


 Hi,

 Can anyone tell me if there is a new CFEclipse plugin for Coldfusion 9?

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330500
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Problem setting up a new instance of CF

2010-02-09 Thread Phillip B

I tried using this as a ref 
http://www.placona.co.uk/blog/post.cfm/creating-new-coldfusion-8-instances-the-easy-way-appendix

Didn't help me at all. Still can't get this going. I just don't understand what 
I could be doing wrong!

Phil

 Thanks for the help Jochem. 
 
 I'll give this a couple of tries. My first try botched up pretty bad. 
 I've reinstalled CF so I can have a clean slate to work with. 
 
 Phil
 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330501
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: IDE for coldfusion 9

2010-02-09 Thread Gerald Guido

Yes the latest version of CFE has a CF 9 dictionary. i.e. It supports CF9
syntax.

G!

On Tue, Feb 9, 2010 at 2:13 PM, fun and learning funandlrnn...@gmail.comwrote:


 Hi,

 Can anyone tell me if there is a new CFEclipse plugin for Coldfusion 9?

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330502
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: IDE for coldfusion 9

2010-02-09 Thread Qing Xia



  Can anyone tell me if there is a new CFEclipse plugin for Coldfusion 9?


I am using CFEclipse plugin version 1.3.4.200906240705, which seems to be
the latest version.  I noticed certain new CF9 tags, such as CFIMAP, are not
recognized.


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330503
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: IDE for coldfusion 9

2010-02-09 Thread Barney Boisvert

You have to specify which version of CF you're using on your project,
and if you upgraded, you'll still be set on CF8.  Not sure what the
default is, but it could well be CF8 as well, since CF9 is still lower
adoption.

cheers,
barneyb

On Tue, Feb 9, 2010 at 11:50 AM, Qing Xia txiasum...@gmail.com wrote:



  Can anyone tell me if there is a new CFEclipse plugin for Coldfusion 9?


 I am using CFEclipse plugin version 1.3.4.200906240705, which seems to be
 the latest version.  I noticed certain new CF9 tags, such as CFIMAP, are not
 recognized.


 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330504
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: IDE for coldfusion 9

2010-02-09 Thread Qing Xia


 You have to specify which version of CF you're using on your project,
 and if you upgraded, you'll still be set on CF8.  Not sure what the
 default is, but it could well be CF8 as well, since CF9 is still lower
 adoption.



Oh yeah, you are right Barney. My dictionary view is set to CF8. Trying to
figure out how to update it to CF9 now...


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330505
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: IDE for coldfusion 9

2010-02-09 Thread Barney Boisvert

The default is in the global prefs (Windows  Preferences), and each
project has it's own setting the project properties.

cheers,
barneyb

On Tue, Feb 9, 2010 at 11:56 AM, Qing Xia txiasum...@gmail.com wrote:


 You have to specify which version of CF you're using on your project,
 and if you upgraded, you'll still be set on CF8.  Not sure what the
 default is, but it could well be CF8 as well, since CF9 is still lower
 adoption.



 Oh yeah, you are right Barney. My dictionary view is set to CF8. Trying to
 figure out how to update it to CF9 now...




-- 
Barney Boisvert
bboisv...@gmail.com
http://www.barneyb.com

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330506
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: IDE for coldfusion 9

2010-02-09 Thread Qing Xia

Well, well, the lesson is never to assume. My version of CFEclipse was *NOT*
the latest. The latest is 1.3.5.201002010103. Once I upgraded my CFEclilpse
plugin, I am defaulted to the CF9 dictionary.

BTW, the dropdown at the top of Dictionary View lets you select which
version of the dictionary you want..


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330507
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: IDE for coldfusion 9

2010-02-09 Thread Qing Xia


 The default is in the global prefs (Windows  Preferences), and each
 project has it's own setting the project properties.


Neat, thanks! One more reason to like CFEclipse! [?]


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330508
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Chrome cfgrid flash

2010-02-09 Thread Paul Ihrig

http://code.google.com/p/chromium/issues/detail?id=35220

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330509
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: IDE for coldfusion 9

2010-02-09 Thread fun and learning

Yes the latest version of CFE has a CF 9 dictionary. i.e. It supports CF9
syntax.

G!

On Tue, Feb 9, 2010 at 2:13 PM, fun and learning 
funandlrnn...@gmail.comwrote:


 Hi,

 Can anyone tell me if there is a new CFEclipse plugin for Coldfusion 9?


Hi All,

Thanks a lot for the information. I did install the latest cfeclipse plugin, 
and tried a simple cfoutput example, and its working... 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330510
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Mike Kear wants to stay in touch on LinkedIn

2010-02-09 Thread Mike Kear

LinkedIn
Mike Kear requested to add you as a connection on LinkedIn:
--

James,

I'd like to add you to my professional network on LinkedIn.

- Mike Kear

Accept invitation from Mike Kear
http://www.linkedin.com/e/kf_f_G1APNKUmMHaBOJgkT0vUW9a8-62-pGINmq/blk/I1799396146_2/1BpC5vrmRLoRZcjkkZt5YCpnlOt3RApnhMpmdzgmhxrSNBszYOnPoQcjoVcPAVdP59bQlpsDdCq4BxbP8Tc3oUej4Sc34LrCBxbOYWrSlI/EML_comm_afe/

View invitation from Mike Kear
http://www.linkedin.com/e/kf_f_G1APNKUmMHaBOJgkT0vUW9a8-62-pGINmq/blk/I1799396146_2/39vdzgNdzAPejATckALqnpPbOYWrSlI/svi/
 
--

DID YOU KNOW you can conduct a more credible and powerful reference check using 
LinkedIn? Enter the company name and years of employment or the prospective 
employee to find their colleagues that are also in your network. This provides 
you with a more balanced set of feedback to evaluate that new hire.
http://www.linkedin.com/e/rsr/inv-27/

 
--
(c) 2010, LinkedIn Corporation

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330511
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Mike Kear wants to stay in touch on LinkedIn

2010-02-09 Thread Mike Kear

OH! my apologies everyone!  I certainly didnt intend to invite the
WHOLE list to linkedin (although if you personally want to link,
that's great).   I went through my gmail contacts list in LinkedIn and
sent invitations.  One of the names it listed out must have been
attached to the list address rather than the person's personal email
address.

Sorry everyone.  I am the most avid spammer-hater,  and now I've joined them!

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


On Wed, Feb 10, 2010 at 5:11 PM, Mike Kear mk...@afpwebworks.com wrote:

 LinkedIn
 Mike Kear requested to add you as a connection on LinkedIn:
 --

 James,

 I'd like to add you to my professional network on LinkedIn.

 - Mike Kear


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330512
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Mike Kear wants to stay in touch on LinkedIn

2010-02-09 Thread Eric Roberts

Bad Mike heheheh

Eric

-Original Message-
From: Mike Kear [mailto:afpwebwo...@gmail.com] 
Sent: Wednesday, February 10, 2010 12:34 AM
To: cf-talk
Subject: Re: Mike Kear wants to stay in touch on LinkedIn


OH! my apologies everyone!  I certainly didnt intend to invite the
WHOLE list to linkedin (although if you personally want to link,
that's great).   I went through my gmail contacts list in LinkedIn and
sent invitations.  One of the names it listed out must have been
attached to the list address rather than the person's personal email
address.

Sorry everyone.  I am the most avid spammer-hater,  and now I've joined
them!

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


On Wed, Feb 10, 2010 at 5:11 PM, Mike Kear mk...@afpwebworks.com wrote:

 LinkedIn
 Mike Kear requested to add you as a connection on LinkedIn:
 --

 James,

 I'd like to add you to my professional network on LinkedIn.

 - Mike Kear




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330513
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4