Reputation: 7906
I have a website and i want this to be mobile ready. I found Kurogo very helpful for static website. But this is not useful when i have a website where there are many forms and all. which is the best way to convert a website mobile ready where it has many forms, add, edit , update forms and all. I use php/mysql for my application.
Upvotes: 1
Views: 166
Reputation: 61
you can always try to use bootstrap or zurb foundation and then load the css using a media query
Upvotes: 1