Changes between Version 22 and Version 23 of DeveloperGuidelines/Tips


Ignore:
Timestamp:
02/11/09 20:08:05 (16 years ago)
Author:
Fran Boon
Comment:

Break into sections, jQuery 20 design plugins

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Tips

    v22 v23  
    33----
    44
    5 Python debugging
     5==== Python debugging ====
    66 * use Web2Py shell: http://www.vimeo.com/879939
    77 * Debug Tools: http://docs.python.org/library/debug.html
    88
    9 CSS & Javascript debugging
     9==== CSS & Javascript debugging ====
    1010 * use Firebug: http://code.google.com/support/bin/answer.py?answer=77412&topic=12044
    1111 * http://pastebin.me (allows edits of HTML & previews)
    1212 * http://trac.openlayers.org/wiki/Documentation#BeforeGettingStarted--TheTechnologiesBehindOpenLayers
    1313
    14 Web2Py
     14==== Web2Py ====
    1515 * https://mdp.cti.depaul.edu/web2py_wiki/default/wiki/tips
    1616 * https://mdp.cti.depaul.edu/web2py_wiki/default/wiki/widgets
     
    3838  * http://plugins.jquery.com/project/YA_AutoComplete
    3939
    40 jQuery:
     40==== jQuery ====
    4141 * http://www.tvidesign.co.uk/blog/improve-your-jquery-25-excellent-tips.aspx
    4242 * http://jqueryfordesigners.com/jquery-tabs/
    4343 * http://15daysofjquery.com/
     44 * http://devsnippets.com/reviews/using-jquery-to-style-design-elements-20-impressive-plugins.html
    4445
    45 Ext:
     46==== Ext ====
    4647 * http://extjs.com/learn/Tutorial:Introduction_to_Ext_2.0
    4748 * http://extjs.com/learn/Manual:Basic_Application_Design
     
    4950 * http://extjs.com/learn/Ext_FAQ_Debugging
    5051
    51 Bugmail add-on for Thunderbird:
    52  * https://addons.mozilla.org/en-US/thunderbird/addon/9584
     52==== Misc ====
     53 * Bugmail add-on for Thunderbird: https://addons.mozilla.org/en-US/thunderbird/addon/9584
     54 * Especially useful for USB (minimise disk access): http://web.utk.edu/~jplyon/sqlite/SQLite_optimization_FAQ.html
    5355
    54 Especially useful for USB (minimise disk access)
    55  * http://web.utk.edu/~jplyon/sqlite/SQLite_optimization_FAQ.html
    56 
    57 SQL design:
     56==== SQL design ====
    5857 * http://www.sqlteam.com/article/database-design-and-modeling-fundamentals
    5958 * http://www.tomjewett.com/dbdesign/dbdesign.php?page=intro.html