Hi Kaare,

I'm not sure I fully understand your need. But, if all you need is a simple 
web app to make a calculation from some fields and get one or more answers, 
Web2Py is probably the right tool for doing it. One of your wish is to have 
this app correctly displaying on your mobile phone browser. For this point, 
Web2Py will provide some quite good templates that should do the trick, 
then it's not about Web2Py anymore, it's more about your knowledge of html 
& css. What I would recommend in your situation, is to make a very small 
proof of concept:
- Setup a Web2Py, with ability to connect from your phone.
- From your PC, build a very small app, using the wizard, and just one 
additional table (additional to the default user table), with the fields 
you need to compute, and one or more for the result(s). This should not 
take more than few minutes. 
- Register and test the app from your PC.
- Then test from your mobile, at least of the display & speed.
If you're satisfied with what you see, Web2Py is the best tool to do it.

If now you want some specific look & feel, or even animations in buttons or 
other part of the web page, learning Web2py is just a detail compared to 
the time you will need to learn JavaScript & libraries use to do it.

P.S. If interested with Web2Py, read the book (Printed version ideally). 
For sure you will get a short return on investment.

Regards,

-- 



Reply via email to