If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
Customizable query result data scroller ...
This is a work in progress recipe (at the moment). It's based on a specific use case but I think can be easily generalized to other needs. My needs w ...
How to add a simple password confirmation to standard password widget. ...
Adding the following lines to the default layout.html of your application you can share all that is json serializable between server and client using ...
A plugin for expand your web2py application with OpenLayers field widgets ...
In this way all potentials of the google geocode service are available with a very less code than the web2py source. ...
A little trick to sum up or multiply a list of query conditions. ...
This is the basic recipe or idea for a web2py plugin with the aim of inspecting into database connection contents without the needing of an appropriat ...
How to implement a basic geometry field management even if unsupported at the moment by DAL in web2py version 1.99.4. ...