Changes between Version 8 and Version 9 of Projects/Advanced/Optimisation


Ignore:
Timestamp:
05/09/12 13:14:45 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Projects/Advanced/Optimisation

    v8 v9  
    2828 * KML Stylesheet: Don't repeat the IconStyle for every record if they have the same marker (tuids?)
    2929 * Download/execute scripts asynchronously:
    30   * http://headjs.com/
    31   * http://labjs.com
    32   * http://requirejs.org
     30  * We currently use [http://yepnopejs.com yepnope.js] in the Map, but we should investigate using it more widely
     31   * Google JS is excluded as they use document.write
     32   * Can be extended to work with Modernizr
     33   * Author doesn't recommend using this for complicated sites! (instead suggests RequireJS)
     34  * Alternatives:
     35   * [http://headjs.com HeadJS] - includes CSS polyfills for older browsers, includes a head.ready(), has scope issues
     36   * [http://labjs.com LabJS] - supposed to be the fastest, has scope issues
     37   * [http://requirejs.org RequireJS] - more complex setup, order! is a plugin, has scope issues
    3338
    3439''See Also:''