156 | | |
157 | | Advanced Tricks: |
158 | | - Python debugging |
159 | | - use Web2Py shell: http://www.vimeo.com/879939 |
160 | | - http://docs.python.org/library/doctest.html |
161 | | - http://docs.python.org/library/bdb.html |
162 | | - CSS & Javascript debugging |
163 | | - use Firebug: http://code.google.com/support/bin/answer.py?answer=77412&topic=12044 |
164 | | - jQuery: |
165 | | - http://www.tvidesign.co.uk/blog/improve-your-jquery-25-excellent-tips.aspx |
166 | | - Ext: |
167 | | - http://extjs.com/learn/Tutorial:Introduction_to_Ext_2.0 |
168 | | - http://extjs.com/learn/Manual:Basic_Application_Design |
169 | | - http://extjs.com/forum/showthread.php?t=26728 |
170 | | - http://extjs.com/learn/Ext_FAQ_Debugging |
| 156 | DeveloperGuidelinesAdvanced |