Changes between Version 22 and Version 23 of DeveloperGuidelines/Tips
- Timestamp:
- 02/11/09 20:08:05 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tips
v22 v23 3 3 ---- 4 4 5 Python debugging 5 ==== Python debugging ==== 6 6 * use Web2Py shell: http://www.vimeo.com/879939 7 7 * Debug Tools: http://docs.python.org/library/debug.html 8 8 9 CSS & Javascript debugging 9 ==== CSS & Javascript debugging ==== 10 10 * use Firebug: http://code.google.com/support/bin/answer.py?answer=77412&topic=12044 11 11 * http://pastebin.me (allows edits of HTML & previews) 12 12 * http://trac.openlayers.org/wiki/Documentation#BeforeGettingStarted--TheTechnologiesBehindOpenLayers 13 13 14 Web2Py 14 ==== Web2Py ==== 15 15 * https://mdp.cti.depaul.edu/web2py_wiki/default/wiki/tips 16 16 * https://mdp.cti.depaul.edu/web2py_wiki/default/wiki/widgets … … 38 38 * http://plugins.jquery.com/project/YA_AutoComplete 39 39 40 jQuery: 40 ==== jQuery ==== 41 41 * http://www.tvidesign.co.uk/blog/improve-your-jquery-25-excellent-tips.aspx 42 42 * http://jqueryfordesigners.com/jquery-tabs/ 43 43 * http://15daysofjquery.com/ 44 * http://devsnippets.com/reviews/using-jquery-to-style-design-elements-20-impressive-plugins.html 44 45 45 Ext: 46 ==== Ext ==== 46 47 * http://extjs.com/learn/Tutorial:Introduction_to_Ext_2.0 47 48 * http://extjs.com/learn/Manual:Basic_Application_Design … … 49 50 * http://extjs.com/learn/Ext_FAQ_Debugging 50 51 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 53 55 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 ==== 58 57 * http://www.sqlteam.com/article/database-design-and-modeling-fundamentals 59 58 * http://www.tomjewett.com/dbdesign/dbdesign.php?page=intro.html