Forum Moderators: phranque
Pros and Cons?
(I am not worried about cost, mostly worried about learning curve and what I can do with it.)
Here is the first project I want to do if I do dive into CF world:
I would like to make a store locator where one could search for stores based on zip, city, state, country, or area code.
Any words of advice on CF would be greatly appreciated.
u4ea
Are you going to have all of those variables stored in a database and just query against them or are you going to have to derive any of them from partial information?
The reason I ask is that I worked on a project for Experian and they wanted to standardize marketing data based on some of the above mentioned criteria and it got pretty complicated trying to work it all out. I used perl on a linux box and it was not easy.
FWIW I used to use CF but have since switched to PHP. CF is a relatively easy language to learn and had a good support community at the time I was using it (pre-Macromedia). Can't speak to it's support base now. But I know it's still out there and has a good following.