Copy link to clipboard
Copied
We are having this webpage : Backpackers Thailand: Thailand Trips, Scuba Diving, Accommodation and Travel Guides
Now, we are planning to "upgrade" the hole webpage to a responsive and fresh design. What could be the best step to fulfill this?
I need to check, what version of server we are having. What could we do, if we stay at cold fusion?
Some suggestions?
Regards
Simon
Copy link to clipboard
Copied
The responsive aspect of your UI doesn't necessarily directly relate to ColdFusion, as responsive web design can be done with any server-side language. It's all about the HTML/CSS/JavaScript that you render to the client (browser). Are you using the ColdFusion UI tags right now (CFLAYOUT, CFWINDOW, CFFORM, etc.)? If not, don't start now. If you are, replace them with something better.
As for what to use, you'll need to decide whether to develop you own responsive design from scratch, or leverage a responsive template or library. Google both to see what's out there.