CFWACK is a very, very good resource. Check out Ray Camden's blog - http://www.coldfusionjedi.com/ . . . also, check out Ben Nadel's blog - http://www.bennadel.com/blog/ . . . these are just two of the good Coldfusion blogs. You can take a look at h…
I don't know too much about Ruby on Rails. But you should probably compare it with CF on Rails (http://cfwheels.org/). I haven't tried that out.
About that big bug on Myspace, I don't know the details but I wouldn't be surprised. From what I've hea…
I'm looking for other deaf and hoh ColdFusion programmers in the DC Metro area. Interested in getting together and possibly forming a group where we could do presos and study sessions in order to keep up with what's new in the ColdFusion World. Feel free to drop me a note . . .
Sure, we can place CFCs in different folder. And while creating the object, specify the folder name.... see the following code below...
objName = CreateObject("component", "Foldername.CFCName");
ex: objCFCothr = CreateObject("component", "Model.CF…
(si os hace falta, os puedo traducir el texto- pero con fallos del
teclado!! -GB!)
My client is an UK based industry specialist, they want to continue annual growth and require an additional 4 developers to meet quota. They require experienced co…
It will call the application.cfm in the C folder. The couldfusion will search for application.cfm in the current folder, if it doesn't find it there, will automatically search in the parent folder. It won't search in the inner folders for applicatio…