If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
Updated script to automate deployment of web2py on recent versions of Fedora, CentOS, and Red Hat. ...
how i got web2py working with lighttpd mod_proxy to serve different apps for different domains e.g. www.myhost.org -> 127.0.0.1:8000/myapp; www.otherh ...
if you want to let your web2py server run all the time this script test if web2py runs every 3 minutes and starts it if it is down ...
This is a widget that create a colorpicker ...
list:string types do not come yet with pratical dynamic validator and widget so I wrote one. It handles list:string like text tags separated by comma ...
Shows tooltips in forms created via CRUD or SQLFORM with the field´s comment attribute. ...
Includes the functionality of category management, search, categoryList through widgets. ...
Logging best practices in web2py ...
If you have very long articles/blog posts you probably want to show a shorter version in der index page of your blog. This slice cuts the preview at ...
This slice is a shameless hack on Mr.Freeze's CascadingSelect. I needed similar behaviour, but without the complexity of databases. To use this, you ...
This is a modified version of the Configure class. ...
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 ...
This is a collection of widgets I have made together in a sample application. ...
This is a widget I wrote to ease the implementation of displaying interdependent values. ...
An Hibernate like ORM for Web2py built above the DAL ...
A "faster" (smarter) alternative for download dynamic content from web2py ...
RSS/Atom simple aggregator using feedparser and rss2 ...
Handy shortcuts for creating an updating database records ...
Django has a different template inheritance pattern (http://docs.djangoproject.com/en/1.2/topics/templates/#template-inheritance) which encourages the ...
Minimal but complete example that shows one way to display and update live graphics with JQuery and JSON. ...
This creates a form that allows the user to dynamically search and select fields in a table ...
Authenticating with Facebook Connect, Twitter API, and/or Google accounts. Working on and off of Google App Engine (GAE) ...
This is how I set up web2py running with FastCGI on Hostmonster shared hosting. ...
This is a simple example of how to get started with jqGrid on web2py ...
this is an example of how to create a modular application with web2py ...