Web Unleashed 2014

2014-09-17 00:00:00 2014-09-19 00:00:00 America/Toronto Web Unleashed 2014 By attending Web Unleashed, you will get up-to-date on the skills to push you ahead in your career. You'll also have the opportunity to network and share ideas with like-minded professionals. Toronto FITC Toronto

Overview

jQuery began its life in 2006 and some of the features still reflect 2006 priorities rather than 2014 ones. Although the jQuery team has worked to fix APIs and features that can cause problems – and has even removed some of the worst offenders – there are still foot-guns lurking for the inattentive developer. This talk will help you to avoid those problems by understanding the work jQuery does on your behalf when you call common APIs.

Target Audience

Intermediate to advanced web developers

Assumed Audience Knowledge

Working knowledge of jQuery APIs and JavaScript

Objective

Learn the features in jQuery that can negatively impact performance or maintainability.

Five things audience members will learn

  1. Avoiding forced layouts
  2. Preventing deoptimization in Chrome
  3. Dodging the global settings trap
  4. Using DOM APIs when possible
  5. Guarding against security holes