Changes between Version 75 and Version 76 of DeveloperGuidelines/Tips


Ignore:
Timestamp:
11/24/09 19:48:29 (15 years ago)
Author:
Fran Boon
Comment:

array.join instead of string concatenation

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Tips

    v75 v76  
    7373 * Configuring Eclipse/PyDev for Web2Py: http://kollerie.wordpress.com/2009/04/07/setting-up-your-ide-for-web2py-development/
    7474 * EPB: http://groups.google.com/group/web2py/browse_thread/thread/c090560680b65db2
    75 
    7675==== !JavaScript ====
    7776 * http://trac.openlayers.org/wiki/Documentation#BeforeGettingStarted--TheTechnologiesBehindOpenLayers
    7877 * http://eloquentjavascript.net
    7978 * 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)
    8080
    8181===== jQuery =====