If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
How to get a WYSIWYG editor for form textareas that saves markdown (lightweight markup language supported by web2py) even in an ajax frame and how to ...
to remove all labels from a form, Massimo showed me this trick ...
Very easy to use and implement ajax user validation, it checks if the user exists on the DB table or not.. if it exists it avoids form submission. ...
This is a very easy way to make an ajax live search using JQuery , xHTML , CSS and Web2Py on the server side ;-) ...
This is a method to convert Python Date and DateTime objects into a Javascript date or datetime declaration that most browser can parse as JSON. ...
Web2py plugins are nice but you cannot use A href hyperlinks to refresh just the plugin div, here is a trick how to make GET requests from plugins ...
Enables your javascript to call web2py controller actions directly using JSON-RPC as a transport ...
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 ...
Similar to Rails scaffolding. Creates admin panel with just one line! ...