Changes between Version 102 and Version 103 of DeveloperGuidelines/Tips


Ignore:
Timestamp:
07/13/10 07:22:32 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Tips

    v102 v103  
    9999  * Python: {{{variable_name = re.sub('\W', '_', string)}}}
    100100  * JS: {{{var RE_JSVAR = new RegExp("\W", "g"); var variable_name = string.replace(RE_JSVAR, '_');}}}
    101 
     101 * Loop timings: http://blogs.sun.com/greimer/entry/best_way_to_code_a
    102102===== jQuery =====
    103103 * http://www.tvidesign.co.uk/blog/improve-your-jquery-25-excellent-tips.aspx