RE: Free ColdFusion Hosting

2010-11-25 Thread Russ Michaels
For development purposes don't forget www.cfmldeveloper.com Russ -Original Message- From: Gerald Guido [mailto:gerald.gu...@gmail.com] Sent: 25 November 2010 03:49 To: cf-talk Subject: Re: Free ColdFusion Hosting Do you have broadband at home? Yeah, what AJ said. If you have a

RE: Free ColdFusion Hosting

2010-11-25 Thread Russ Michaels
If you do choose to host in another country all you need to do is check that their data centre has good peering with your own country, if they do then you are unlikely to notice any difference. If the hosts own web site loads fast and shows no obvious lag, then you are probably good. However one

RE: Free ColdFusion Hosting

2010-11-25 Thread Russ Michaels
Paul, I have been running this site and providing free cfdeveloper hosting for 10 years now, and there is nothing fraudulent here, if there were I think you would find plenty of complaints online by now. The reason for the £1 charge is clearly explained on the hosting page as is the security.

Re: Free ColdFusion Hosting

2010-11-25 Thread Arsalan Tariq Keen
+1 for the reliability of cfmldevelopr.com Regards, Arsalan -- From: Russ Michaels r...@michaels.me.uk Sent: Thursday, November 25, 2010 3:22 PM To: cf-talk cf-talk@houseoffusion.com Subject: RE: Free ColdFusion Hosting Paul, I have been

Re: REGEX hell

2010-11-25 Thread Jerry Barnes
Regex that is useful but unfortunately, my skills are pretty weak in that area. I use an application named The Regex Coach' to build my code. It has a place to put the string you are trying to match and another place to put your regex code. As you modify the regex code, it highlights how much

Re: Dealing with tree node sorting

2010-11-25 Thread Jerry Barnes
How are you tracking parent/child relationship now? When I build trees, I use an adjacency list model with a column for parent id, a column for current id, and a column for the description. When building the tree, I retrieve the whole data set and then use a recursive function to parse the

Re: REGEX hell

2010-11-25 Thread Dave Merrill
Be a little careful, Regex Coach works with perl regex syntax; cf needs java syntax usually, with some differences. I can't recommend Regex Buddy highly enough. It's not free, but it's really quite excellent, supports a variety of different flavors. Dave On Thu, Nov 25, 2010 at 10:17 AM,

Re: REGEX hell

2010-11-25 Thread Charlie Griefer
... since we're throwing out recommendations for our favorite so glad this exists because of how badly I suck at reg ex apps, I've found http://gskinner.com/RegExr/desktop/ to be a -very- valuable tool. On Thu, Nov 25, 2010 at 8:56 AM, Dave Merrill enigm...@gmail.com wrote: Be a little

Re: Dealing with tree node sorting

2010-11-25 Thread Dominic Watson
Something I've done in the past is to add three columns to the db table: * lineage * depth * treeSortOrder (probably a better name lives out there) e.g. id:1 'root node' (lineage = '/', depth=0, treeSortOrder=1) id:34 'child of root' (lineage = '/1/', depth=1, treeSortOrder=2) id:49 'child of

Re: REGEX hell

2010-11-25 Thread Peter Boughton
In this situation, there is no real difference between lazy or greedy - because the quantified item is mutually exclusive with the next characters - i.e. \s+ cannot match \) - so it will always consume to the end of the whitespace. It is better to not assume lazy or greedy as a 'default' and

Re: REGEX hell

2010-11-25 Thread Peter Boughton
To be clear, CF uses the Apache ORO library, which is different to both Perl and Java Regex. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

Re: REGEX hell

2010-11-25 Thread denstar
On Thu, Nov 25, 2010 at 10:48 AM, Peter Boughton wrote: To be clear, CF uses the Apache ORO library, which is different to both Perl and Java Regex. I've found the QuickREx Eclipse plugin *invaluable* for regular expression work. It supports several different regex engines, has libraries of

Re: COMODO Wiper - Currupt Files - Anybody Know How To Get Them Back?

2010-11-25 Thread Dave Watts
About a month ago I was cleaning out my computer and it was still running slow, so I decided to use this new program I had never used before called Wiper.  After briefly reading the help file it basically said you could go through your hard drive and not only erase for good but write over

Re: Upgrade CF 9 - Now getting Unknown SMTP host

2010-11-25 Thread Dave Watts
We didn't change anything in our mail servers Just upgraded from CF 7 to CF 9. When I use CF Admin to verify Mail connection it reports Success. However, all mail is being marked undeliverable and the error message I'm getting is Unknown SMTP host: our mail server name Anyone know how to