If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
Filter all the events that are saved in the Auth_event table by dates only available in the table , and you can filter on a period of Time two . Enjoy ...
Recipe postes by "Udi Milo" on google group ...
Here's how you create a restful web2py application in under 2 minutes. ...
Example of RESTful API with web2py @request.resttful feature. The web2py user Dirk K posted this recipe in the mail list. ...
This is improved version of my previous dropdown. This one doesn't "remove" the second drop down when it's updated so it looks very natural and user d ...
I have design a a page using html and my own custom grid system .. and wish to port it to web2py view I have placed my CSS files, js ...
I want to know how to create notification bar like facebook in my web2py framework application. please help me. ...
Based on http://www.web2pyslices.com/slices/take_slice/67 ...
To document the multiuser/teacher mode of web2py and discuss bug and feature requests. The content describes multiuser mode using the discussions with ...
sapdb 7.3 backup script: an example ...
db2 kill process backup ...
I'm learning from the examples, but there isn't anything that actually returns master and detail records from the controller then renders them in the ...
PORT FORWARDING VIA SSH (ADMiN DISABLED PROBLEM) ...
A unit testing solution ...
This is for applications that use nested functions, where you want the user pass by a function first to go to another, so you can set the parent funct ...
Easily makes and personalize breadcrumbs. This one is for applications don't use nested functions ...
Place a div on your page, and a little jquery magic, you have access to request, response, and session. Remember, this is to help in the development p ...
A strategy for keeping your application under version control, while allowing easy updating on your production app. ...
This application shows an experimental example of a class-based plugin scheme on web2py. The 'cairo piechart' application (slice12) by ont.rif is rest ...
This document is meant to be an introduction to Paypal integration in web2py, it does, by no means, cover all the possible integrations with Paypal, a ...
I use this function to build a dynamic menu from the contents of my controllers. I mainly use it during development. I should also mention that thi ...
These are the steps I used to setup Eclipse and PyDev to debug web2py apps in Windows. ...