Changes between Version 102 and Version 103 of DeveloperGuidelines/Tips
- Timestamp:
- 07/13/10 07:22:32 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tips
v102 v103 99 99 * Python: {{{variable_name = re.sub('\W', '_', string)}}} 100 100 * 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 102 102 ===== jQuery ===== 103 103 * http://www.tvidesign.co.uk/blog/improve-your-jquery-25-excellent-tips.aspx