Saturday, May 4, 2013

bullet points from the Hello Dojo tutorial

  • this is the tutorial
  • starting a url with // instead of http:// or https:// at an src attribute within an HTML tag will make a browser load the link with the protocol at hand (either http:// or https://)
  • data-dojo-config="async: true" ...is an example of passing in a JavaScript object literal (JSON object) as a configuration specification to a given item using Dojo
  • the article recommends using asynchronous mode by default as given in the bullet point above
  • Dojo uses the AMD specification as of version 1.7
  • content delivery networks (CDN) Dojo stuff is accessed online and thus inaccessible when one is offline
  • my/module/id ...is an example of how a "module" would be mentioned in code. It would reference: my/module/id.js

No comments:

Post a Comment