If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
Easily makes and personalize breadcrumbs. This one is for applications don't use nested functions ...
Similar to Rails scaffolding. Creates admin panel with just one line! ...
Remove the excess blank lines that the web2py rendering engine puts in its output. ...
Here are a few tricks for modifying individual form elements ...
I do not particularly like having a function for each of the standard operations (select, update, create) on a single table. Moreso when I am prototyp ...
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 ...
This adds new URLs without invalidating any 'normal' URLs routes.out is as yet untested! Its just the inverse -- I couldn't possibly have messed up, ...
This is a module that lets you build a table on the server that supports paging, sorting, editing and totals easily. It requires no javascript or sess ...
i have a apache server running which i wanted to show my web2py apps that are running on the provided server under port 8000 so that i can call http:/ ...
for WebKit (Safari, Chrome) and Gecko (Firefox) the experimental css3 property is used to create the rounded corners and for Opera an SVG image w ...
make the ajax function display a loading icon ...
draft ...
This is an easy way to add a confirmation dialog during a form submit ...
session sticky by IP ...
Simple solution to find all tags and replace them with syntax highlighted content. Uses BeautifulSoup and pygments. ...
Create a new file models/pageStatistics.py and copy this slice into it. If you want to get the results displayed to the visitor, also add a line to t ...
Fast web2py deployment script ...
first draft ...
This is an RPX Auth module I wrote that allows local and RPX authentication at the same time. ...
Sample category plug-in class. ...
This is a way to externalize your auth, crud and mail settings so that they can be stored in the database and managed through appadmin . ...
Here is another widget that uses three selects to allow the user to pick a date. ...
This is a (overly)simple autocomplete widget using the pengoworks jQuery plugin. I used it because it works and I am too lazy to download the files a ...
This is a widget for using the jQueryUI slider for integer input ...
A strategy for keeping your application under version control, while allowing easy updating on your production app. ...