Changes between Version 2 and Version 3 of DeveloperGuidelinesAdvanced
- Timestamp:
- 12/20/08 07:12:45 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesAdvanced
v2 v3 8 8 CSS & Javascript debugging 9 9 * use Firebug: http://code.google.com/support/bin/answer.py?answer=77412&topic=12044 10 * http://pastebin.me (allows edits of HTML & previews) 10 11 11 12 Web2Py 13 * Arbitrary HTML tags using TAG, e.g. TAG.LEGEND('a','b',_c='d') 12 14 * Edit multiple records at once: http://groups.google.com/group/web2py/browse_thread/thread/401b4c192871194c/a96cc8c7923a8565# 15 * THIS_NOT_IN_DB custom validator: http://groups.google.com/group/web2py/browse_thread/thread/27b14433976c0540?pli=1 16 * Custom Forms: http://www.wellbehavedsystems.co.uk/web2py/examples/ 17 * Auto-complete (for when Dropdowns get too long): 18 * http://groups.google.com/group/web2py/browse_thread/thread/e1034df0091b5bfd# 19 * http://groups.google.com/group/web2py/browse_thread/thread/f6e0170273b14241 20 * http://plugins.jquery.com/project/autocompletex 21 * http://plugins.jquery.com/project/YA_AutoComplete 13 22 14 23 jQuery: … … 21 30 * http://extjs.com/learn/Ext_FAQ_Debugging 22 31 32 Bugmail add-on for Thunderbird: 33 * https://addons.mozilla.org/en-US/thunderbird/addon/9584 34 35 Especially useful for USB (minimise disk access) 36 * http://web.utk.edu/~jplyon/sqlite/SQLite_optimization_FAQ.html 37 38 SQL design: 39 * http://www.sqlteam.com/article/database-design-and-modeling-fundamentals 40 * http://www.tomjewett.com/dbdesign/dbdesign.php?page=intro.html 41 * http://www.w3schools.com/Sql/sql_join.asp 42 * http://www.plus2net.com/sql_tutorial/sql_linking_table.php 43 44 23 45 DeveloperGuidelines