Changes between Version 1 and Version 2 of DeveloperGuidelinesAdvanced
- Timestamp:
- 12/20/08 04:33:02 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesAdvanced
v1 v2 1 DeveloperGuidelines 2 1 3 Python debugging 2 4 * use Web2Py shell: http://www.vimeo.com/879939 … … 6 8 CSS & Javascript debugging 7 9 * use Firebug: http://code.google.com/support/bin/answer.py?answer=77412&topic=12044 10 11 Web2Py 12 * Edit multiple records at once: http://groups.google.com/group/web2py/browse_thread/thread/401b4c192871194c/a96cc8c7923a8565# 8 13 9 14 jQuery: … … 15 20 * http://extjs.com/forum/showthread.php?t=26728 16 21 * http://extjs.com/learn/Ext_FAQ_Debugging 22 23 DeveloperGuidelines