Changes between Version 2 and Version 3 of DeveloperGuidelines


Ignore:
Timestamp:
12/20/08 03:16:32 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines

    v2 v3  
    154154Sahana3 uses a separate table for each lookup list
    155155
    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
     156DeveloperGuidelinesAdvanced