I have an old mobile asp site for my company that I need to port to CF. Since the CF is processed server side, I dont believe you should have any issues. It will come down to the design and layout.
Permalink Reply by Amy on December 11, 2007 at 5:17pm
So far, it hasn't been that bad.. I was just curious if anyone had any experiences with it. We were looking into working with Flash Lite, but for now; we decided to try to do something simple and work our way up.
The only thin i have is a SMS gateway, and that works well, but it's not really a SMS site. We were going to do some location based system but with GPS stuff around we're waiting for that.
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…