Re: Is this CF tutorial still valid?

2012-02-12 Thread Mary Jo Sminkey
>I'm about to begin work with PayPal's IPN >and, although I think I've got the "gist" of the >process, I was wondering if this tutorial is still valid... > >http://tutorial23.easycfm.com/ Pretty much yes, other than where to find the IPN settings at PP (now under Profile - My Selling Settings I

RE: strip off HTML

2012-02-12 Thread andy matthews
Uwe... At a guess, I'd say that the * might be a little too aggressive. Try a plus instead: ]+>','','all')> andy -Original Message- From: Uwe Degenhardt [mailto:cf-t...@sdsolutions.de] Sent: Sunday, February 12, 2012 8:53 AM To: cf-talk Subject: strip off HTML Hi list, with this

Re: strip off HTML

2012-02-12 Thread Raymond Camden
There's quite a few things here a bit off. > > Select ID,XYSHORTDESC > FROM xyarticles > > > > #GetData.XYSHORTDESC# > Why do you copy the value from the query into a new variable? You don't need to. > ]*>','','all')> That line there could be: ]*>','','all')> Also, you can change the re

strip off HTML

2012-02-12 Thread Uwe Degenhardt
Hi list, with this code I want to strip off HTML coding of the field: XYSHORTDESC of a mySQL-table-field. It doesn't really work, since it is giving back blank fields after running, and I don't know why. Does anybody have a clue why or have an idea which ColdFusion function I can take to strip off

Re: Load Testing - what to look for and monitor/report

2012-02-12 Thread Dave Watts
> We're doing performance analysis and looking for bottlenecks ... In that case, you want to test a single server only, at least to start. You'll need to define user paths that are most likely to be followed by users within the application, and define timers for each step of the user path (where