Changes between Version 14 and Version 15 of DeveloperGuidelines/Basics
- Timestamp:
- 11/17/13 15:36:53 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Basics
v14 v15 76 76 77 77 == Javascript == 78 * W3Schools' basic JS: http://www.w3schools.com/js/78 * See Mozilla Developer Network for basic Javascript tutorials - https://developer.mozilla.org/en/learn/javascript 79 79 80 80 * jQuery is used for client-side business logic (hiding fields, opening up tabs, etc): … … 107 107 Can check quality using JSLint: 108 108 * http://www.javascriptlint.com/online_lint.php 109 110 109 == XSLT == 111 110 To transform XML (and CSV) files for importing and exporting data.