Changes between Version 75 and Version 76 of DeveloperGuidelines/Tips
- Timestamp:
- 11/24/09 19:48:29 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tips
v75 v76 73 73 * Configuring Eclipse/PyDev for Web2Py: http://kollerie.wordpress.com/2009/04/07/setting-up-your-ide-for-web2py-development/ 74 74 * EPB: http://groups.google.com/group/web2py/browse_thread/thread/c090560680b65db2 75 76 75 ==== !JavaScript ==== 77 76 * http://trac.openlayers.org/wiki/Documentation#BeforeGettingStarted--TheTechnologiesBehindOpenLayers 78 77 * http://eloquentjavascript.net 79 78 * Dynamically load additional JS: http://unixpapa.com/js/dyna.html 79 * [http://aymanh.com/9-javascript-tips-you-may-not-know#String_Concatenation_vs._Array.join array.join instead of string concatenation] (& other tips) 80 80 81 81 ===== jQuery =====