| 1 | Python debugging |
| 2 | * use Web2Py shell: http://www.vimeo.com/879939 |
| 3 | * http://docs.python.org/library/doctest.html |
| 4 | * http://docs.python.org/library/bdb.html |
| 5 | |
| 6 | CSS & Javascript debugging |
| 7 | * use Firebug: http://code.google.com/support/bin/answer.py?answer=77412&topic=12044 |
| 8 | |
| 9 | jQuery: |
| 10 | * http://www.tvidesign.co.uk/blog/improve-your-jquery-25-excellent-tips.aspx |
| 11 | |
| 12 | Ext: |
| 13 | * http://extjs.com/learn/Tutorial:Introduction_to_Ext_2.0 |
| 14 | * http://extjs.com/learn/Manual:Basic_Application_Design |
| 15 | * http://extjs.com/forum/showthread.php?t=26728 |
| 16 | * http://extjs.com/learn/Ext_FAQ_Debugging |