If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
This is (obviously) a hack, so test it extensively before deploying it in your environment. Tested with web2py-1.74.6 and web2py-1.74.11. ...
this slice was stupid since I did not read the manual ...
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 ...