If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
Hello slicers, I'm quite new in Web2Py ;-) here is my model:</di ...
This example is for MASTER-CHILD look-up relationship. Need an example to do the following. 1. Call MAST ...
What to do if you you want every user to see the time at his local time-zone ...
Provides an asynchronous behaviour to forms where each input field updates the record on the database as soon as its input field is released ('focusou ...
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 ...
Profile Web2py Applications for Speed and Memory Usage ...
makePagesNactions4MenuTitles.py creates - Associated Controller Actions and - HTML View Pages for each: Menu Item Title of ...
So a buddy of mine and I have been experimenting with web2py and from the start its great! The only issue we have is using it with existin ...
Some examples on getting started with angular.js and dealing with the handlebars delimiters. ...
In this way all potentials of the google geocode service are available with a very less code than the web2py source. ...
How to add tests to the default suite that ships with web2py ...
invoice2py is an open source web2py appliance which lets you manage a simple invoice online crud interface. ...
How to control the age of a session.variable ...
Have you ever wondered why it takes so many steps and using complicated report apis to make a silly pdf report with Python? Well, it's not that compli ...
A working prototype that reads a query structured as Python dictionary and creates a Query class instance (for database I/O) ...
This code outputs the db structure as xml (or a dict object). The purpose of this snippet is add support for javascript frameworks like angular.js Th ...
A list of every object web2py creates and instantiates in to local and global environment. ...
This allows teachers/schools to keep track of attendance to a course in a web2py app ...
Seemingly there is no reason for these extraordinary intergalactical upsets (Ha Ha Ha Ha Ha Ha Ha) ...
Brief explanation how to upload files using html5 and jQuery ...
error in rss ...
How to use the new web2py built-in Wiki interface in your app ...
Create Dynamic XML Sitemaps For your website and the ability to add dynamic URLS using your own tables , to be used by Google and other search engine ...
Read, update and delete email messages with the web2py IMAPAdapter ...
How to use python-crontab in a web2py app ...
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. ...