Changes between Version 10 and Version 11 of Projects/Advanced/Optimisation


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Projects/Advanced/Optimisation

    v10 v11  
    3131   * Google JS is excluded as they use document.write
    3232   * Can be extended to work with Modernizr
    33    * Author doesn't recommend using this for complicated sites! (instead suggests RequireJS)
     33   * Author [http://www.quora.com/What-are-the-use-cases-for-RequireJS-vs-Yepnope-vs-LABjs doesn't recommend] using this for complicated sites! (instead suggests RequireJS)
    3434  * Alternatives:
    3535   * [http://headjs.com HeadJS] - includes CSS polyfills for older browsers, includes a head.ready(), has scope issues
    3636   * [http://labjs.com LabJS] - supposed to be the fastest, has scope issues
    3737   * [http://requirejs.org RequireJS] - handles dependencies well, more complex setup, order! is a plugin, has scope issues
     38   * Comparions:
     39    * http://webification.com/12-javascript-loaders-to-speed-up-your-web-applications
     40    * https://spreadsheets.google.com/spreadsheet/lv?key=0Aqln2akPWiMIdERkY3J2OXdOUVJDTkNSQ2ZsV3hoWVE&f=true&noheader=true&gid=2
    3841
    3942''See Also:''