Hello:
I made a very simple site with PHP+MySQL that let's users add professors to a database and post comments.
I want to use a framework like Sencha to make my website 'mobile friendly'. Thing is, I'm not sure if that will do what I want or if there's something better for my simple application.
What I would like:
- Relatively easy way to get a nice 'mobile friendly' layout.
- Ability to execute SQL commands for writing and displaying data.
I'm not looking for something powerful with a lot of features, I'm looking for something relatively newbie friendly that will do this task.
Any recommendations? Suggestions? Anything else (beside the tutorials on the framework's page and a Javascript tutorial) I should read?
Thank you !