If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
I never realized the power of stored procedure on DB2 and now I can execute the CL/RPG/QRY program from python/web2py ! ...
Inspired by Paolo Caruccio from his post on forum. https://groups.google.com/group/web2py/browse_thread/thread/5e99d46f6fcc6917/47e7723396647f2b?lnk= ...
this example applies directly to webfaction but you can easily configure it with any other hoster. It does all the deployment process from copying a ...
This is a slice that lets the user start up with SQLFORM.grid. It has basic examples that make the job of getting started easy. The syntax for SQLFORM ...
This step-by-step guide is for people with very limited Linux experience who are using the Rackspace VPS platform running web2py, and that need to kno ...
Script to generate a new web2py project on a Unix-based system. Automatically installs the latest web2py source, and generates a folder structure and ...
This is a recipe to use web2py + ldap in the real world. It's from my blog post. http://ochiba77.blogspot.com/2011/10/how-to-set-up-web2py-ldap-with-w ...
Thank you Juan Funez for the idea. https://groups.google.com/group/web2py/browse_thread/thread/1bed807214ecaab5# ...
Simple setup to get started with nginx and SCGI. ...
Based on http://www.web2pyslices.com/slices/take_slice/67 ...
This is a walk through on setting up Web2py in a virtual environment. It could be a good way to become familiar with working with Web2py in virtual en ...
Here is a JqGrid application that includes a JqGrid module that allows you to insert jqgrid tables in web2py pages using python. git clone https:// ...
very simple example that allows you to design a web application that creates custom [[QR code http://en.wikipedia.org/wiki/QR_code]] based on a messag ...
Lets say you have an invite page "Invite your friends" or a "send to friends" feature on your app, user will be able to insert in a text box a list of ...
Create Form Wizards based on web2py SQLFORM, allows client side validation eve for single step forms ...
Share the same controller for both your regular view and mobile view. ...
This slice shows how to update a record in a form that uses two types of related data. ...
If you want to work with <fieldset> and <legend> you can still use SQLFORM. As shown in other slides the form can be manipulated by slicing and method ...
Revising Widgets for HTML5 Input Types ...
Insert the dead code necessary the static code analyzer of Pydev Eclipse into your Python file to avoid the warnings and errors cause by web2py magic ...
Transform web2py applications into Eclipse projects. ...
Deployment scheme on standard Windows. ...
This slice show how to create a form wizard and it is based on this post: http://motanet.com.br/python/form-wizard-com-web2py/ ...
I originally posted this tutorial here: http://opensourcebroadcasting.blogspot.com/2010/04/setting-up-web2py-for-use-with-google.html but perhaps it ...
To document the multiuser/teacher mode of web2py and discuss bug and feature requests. The content describes multiuser mode using the discussions with ...
RPX + Normal auth working together ...
AWS Simple Email Service is a nice way to send emails without needing to operate your own mail server. This code utilizes "Boto" library which is a Py ...
This slice can be used to get a list of flickr photos passing the photoset ID ...
This widget will create a <select> object with an "Add" button next to it, allowing users to add new catagories, etc on the fly without having to visi ...
In case you need to display some feeds on your page ...
Hi, this is a simple tip on how you can use pyGravatar to get user profile picture. ...
if you have an application that has access control it can be annoying to log in every time even though you are on localhost. This small snippet will a ...
sapdb 7.3 backup script: an example ...
db2 kill process backup ...
A plugin for web2py-powered sites that implements a basic full text search engine for local site search. ...
Requires jQuery.form plugin ...
This is how you can modify web2py_ajax.html to make your upload fields work in LOADed components (web2py_component(), web2py_ajax_page()) with little ...
lean and small plugin for star rating. support split stars, can be used more than one times in a page (for same record or different ones), If origin ...
Pingbacks allow blog posts and other resources such as photos to automatically notify one another of backlinks. This plugin exposes a decorator to pin ...
Script to install Web2py, Cherokee 1.0.14 & uWSGI on a new Ubuntu 10.04 image. ...
To limit abuse this slice shows how to use CAPTCHA after a number of unsuccessful login attempts. ...
web2py's admin supports Mercurial for versioning but can one pull and push changes via HTTP? I wrapped Mercurial's hgwebdir wsgi app in a simple contr ...
insert and delete in database using ajax and show in view (gmail uses ajax for deleting) ...
My implementation of Paypal web payments standard using both encrypted requests and IPN for a secure process workflow. Note that i am running this on ...
some very rough notes on using virtualenv, a work in progress... ...
To publish geo-referenced maps using a webservices (less than 15 lines of code) ...
Quick and dirty multi file ajax file upload with multi selection a drag and drop. Javascript plugin at http://valums.com/ajax-upload/ ...
It often happens that you have two tables (for example 'client' and 'address') which are linked together by a reference and you want to create a singl ...
Read latest entries from google groups and google code ...
Shows how to filter a table with a date interval picked by the user and show the result in html page with option to download the PDF version. Require ...