Changes between Version 44 and Version 45 of DeveloperGuidelines/Tips
- Timestamp:
- 04/30/09 20:36:58 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tips
v44 v45 14 14 * use Firebug: http://code.google.com/support/bin/answer.py?answer=77412&topic=12044 15 15 * http://pastebin.me (allows edits of HTML & previews) 16 * http://trac.openlayers.org/wiki/Documentation#BeforeGettingStarted--TheTechnologiesBehindOpenLayers17 16 18 17 ==== Web2Py ==== … … 56 55 * Configuring Eclipse/PyDev for Web2Py: http://kollerie.wordpress.com/2009/04/07/setting-up-your-ide-for-web2py-development/ 57 56 58 ==== jQuery ==== 57 ==== !JavaScript ==== 58 * http://trac.openlayers.org/wiki/Documentation#BeforeGettingStarted--TheTechnologiesBehindOpenLayers 59 * http://eloquentjavascript.net 60 61 ===== jQuery ===== 59 62 * http://www.tvidesign.co.uk/blog/improve-your-jquery-25-excellent-tips.aspx 60 63 * http://james.padolsey.com/javascript/things-you-may-not-know-about-jquery/ … … 66 69 * jqGrid in Web2Py: http://groups.google.com/group/web2py/browse_thread/thread/2caa0e4e0161bb8d 67 70 68 ==== Ext====71 ===== Ext ===== 69 72 * http://extjs.com/learn/Tutorial:Introduction_to_Ext_2.0 70 73 * http://extjs.com/learn/Manual:Basic_Application_Design