Talk given at Datapalooza Denver 2016 titled "(Your) Data as a Service: The Easy Way to Build an API for Your Data".
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

html5shiv.js 235 B

8 years ago
1234567
  1. document.createElement('header');
  2. document.createElement('nav');
  3. document.createElement('section');
  4. document.createElement('article');
  5. document.createElement('aside');
  6. document.createElement('footer');
  7. document.createElement('hgroup');