FITC Toronto 2016

2016-04-17 00:00:00 2016-04-20 00:00:00 America/Toronto FITC Toronto 2016 It's Time to Level Up. Your skills, your connections, your passion: take it all to the next level with FITC Toronto 2016 - a three-day professional celebration of the best the world has to offer in design, web dev, media and innovation in creative tech. Toronto FITC Toronto

Overview

We get excited over new HTML5 APIs and new CSS features, but many developers aren’t aware of the diverse array of native DOM features that are available — many of them supported as far back as IE6. In this talk, Louis will discuss and show examples demonstrating practical use cases for features like insertAdjacentHTML(), getBoundingClientRect(), scrollIntoView(), contains(), normalize(), and lots more.

He’ll also point out how developers can research different DOM features along with their browser support, which often is not available on commonly known references like caniuse.com.

Objective

To help developers recognize the plethora of well supported DOM features available.

Target Audience

Beginner and intermediate front-end developers and UI designers.

Assumed Audience Knowledge

A decent grasp of HTML, CSS, and JavaScript.

Five things audience members will learn

  1. Little known features to manipulate HTML pages
  2. Methods to deal with text nodes on web pages
  3. Features related to scrolling and scroll position
  4. How to research different DOM features
  5. How to find and discover different DOM features