Re: [ACFUG Discuss] Re: Slightly OT: Credit Card acceptence and processing

2006-12-14 Thread Dean H. Saxe
The real cost is if you do things wrong and lose a credit card number. IIRC its $50k/incident if you are not in compliance with the ever changing PCI DSS standard. FWIW, I don't care if you're using 128 bit AES. I care that you are using it correctly, which is not a trivial thing to do

Re: [ACFUG Discuss] unit testing

2006-12-14 Thread Steven Ross
CFCUnit is good for most things just make sure when you are setting up your tests that you customize your fail scenarios to include your object/variable that fails. I've also had some issues with debugging giving me bad error messages (saying one thing when actually it was another) I think

Re: [ACFUG Discuss] Flex2 Question

2006-12-14 Thread Cameron Childress
Yeah CF7.0.2 is kinda a requirement for Remoting CF Flex. Prolly why someone upgraded the Dev machine. -Cameron On 12/14/06, Douglas Knudsen [EMAIL PROTECTED] wrote: Flash Remoting in Flex2 ala RemoteObject requires the update. If you change all your server calls to RPC calls, WebServices