So, I plan to make the existing mobile site mobile. The good part is that it is entirely based on text with multiple images that can probably be omitted from the mobile version of the site.
The bad part is that it is a VERY complicated site with tons of pages (and each page can vary depending on the data and the user accessing the site). Many of them are also obsolete code (like, for example, old html which DOES NOT check)
So, I would like to know what should be the best strategy for creating a mobile site? Creating a parallel version is out of the question, because it will be a huge task.
Separate CSS is obvious. But what about the best practices / recommendations for the development of mobile devices to ensure the website is up and looking decent?
For reference, the backend is in PHP + MySql and Front end in htmls + CSS and JS bits (JS decomposes)
Edit: To be more clear, I would like some advice on the design aspect. What are the best design methods for mobile devices?
source share