Optimizing jQuery And Other Front-End Trinkets Plugins Callbacks Flexibility Community / Docs CDN...

17
Optimizing jQuery And Other Front-End Trinkets 1 Sunday, 3 March, 13

Transcript of Optimizing jQuery And Other Front-End Trinkets Plugins Callbacks Flexibility Community / Docs CDN...

Page 1: Optimizing jQuery And Other Front-End Trinkets Plugins Callbacks Flexibility Community / Docs CDN Hosting The Cons There were no cons. This was ... Thesis Sunday, 3 March, 13 6. Some

Optimizing jQueryAnd Other Front-End Trinkets

1Sunday, 3 March, 13

Page 2: Optimizing jQuery And Other Front-End Trinkets Plugins Callbacks Flexibility Community / Docs CDN Hosting The Cons There were no cons. This was ... Thesis Sunday, 3 March, 13 6. Some

A lil’ about me

Twitter: @tylersavery

CURRENTLY: Co-founder & Creative Engineer @ The Young Astronauts

PREVIOUSLY: Partner & Dev @ Playground Inc.

Dinosaur FactoryRyerson Student + RUtv

2Sunday, 3 March, 13

Page 3: Optimizing jQuery And Other Front-End Trinkets Plugins Callbacks Flexibility Community / Docs CDN Hosting The Cons There were no cons. This was ... Thesis Sunday, 3 March, 13 6. Some

My Scripting Experience

HTML/CSS

JavaScript + jQuery

PHP + MySQL

NodeJS + MongoDB

Python + Django + PostgreSQL

C# + Unity3D

Objective C + iOS SDK

3Sunday, 3 March, 13

Page 4: Optimizing jQuery And Other Front-End Trinkets Plugins Callbacks Flexibility Community / Docs CDN Hosting The Cons There were no cons. This was ... Thesis Sunday, 3 March, 13 6. Some

How I Prepared for this Talk

4Sunday, 3 March, 13

Page 5: Optimizing jQuery And Other Front-End Trinkets Plugins Callbacks Flexibility Community / Docs CDN Hosting The Cons There were no cons. This was ... Thesis Sunday, 3 March, 13 6. Some

My First Impressions of jQuery

The Pros

Selecting Dom ObjectsAjaxAnimationPluginsCallbacksFlexibilityCommunity / DocsCDN Hosting

The Cons

There were no cons. This was perfect. This solved everything.

5Sunday, 3 March, 13

Page 6: Optimizing jQuery And Other Front-End Trinkets Plugins Callbacks Flexibility Community / Docs CDN Hosting The Cons There were no cons. This was ... Thesis Sunday, 3 March, 13 6. Some

jQuery is an intuitive and simple interface, welcoming to new front-end developers. Being so simple, it's easy to make something work but if you don't know what's going on at the lower javascript level its very easy to hack something inefficient together.

Thesis

6Sunday, 3 March, 13

Page 7: Optimizing jQuery And Other Front-End Trinkets Plugins Callbacks Flexibility Community / Docs CDN Hosting The Cons There were no cons. This was ... Thesis Sunday, 3 March, 13 6. Some

Some JavaScript Gotchas

Multi-Selector Callbacks

7Sunday, 3 March, 13

Page 8: Optimizing jQuery And Other Front-End Trinkets Plugins Callbacks Flexibility Community / Docs CDN Hosting The Cons There were no cons. This was ... Thesis Sunday, 3 March, 13 6. Some

Some JavaScript Gotchas

Scope

8Sunday, 3 March, 13

Page 9: Optimizing jQuery And Other Front-End Trinkets Plugins Callbacks Flexibility Community / Docs CDN Hosting The Cons There were no cons. This was ... Thesis Sunday, 3 March, 13 6. Some

Some JavaScript Gotchas

Sizzle

9Sunday, 3 March, 13

Page 10: Optimizing jQuery And Other Front-End Trinkets Plugins Callbacks Flexibility Community / Docs CDN Hosting The Cons There were no cons. This was ... Thesis Sunday, 3 March, 13 6. Some

Some JavaScript Gotchas

Declaring Functions

10Sunday, 3 March, 13

Page 11: Optimizing jQuery And Other Front-End Trinkets Plugins Callbacks Flexibility Community / Docs CDN Hosting The Cons There were no cons. This was ... Thesis Sunday, 3 March, 13 6. Some

Some JavaScript Gotchas

“this”

11Sunday, 3 March, 13

Page 12: Optimizing jQuery And Other Front-End Trinkets Plugins Callbacks Flexibility Community / Docs CDN Hosting The Cons There were no cons. This was ... Thesis Sunday, 3 March, 13 6. Some

Some JavaScript Gotchas

Adding vs. Subtracting Strings

12Sunday, 3 March, 13

Page 13: Optimizing jQuery And Other Front-End Trinkets Plugins Callbacks Flexibility Community / Docs CDN Hosting The Cons There were no cons. This was ... Thesis Sunday, 3 March, 13 6. Some

My App Structure

Let’s look at some examples!-Basic Site-Kropr-Playfight Website-2D Slider

13Sunday, 3 March, 13

Page 14: Optimizing jQuery And Other Front-End Trinkets Plugins Callbacks Flexibility Community / Docs CDN Hosting The Cons There were no cons. This was ... Thesis Sunday, 3 March, 13 6. Some

Demos...

-Basic Site-Kropr-Playfight Website-2D Slider-Space Invaders (if time)

14Sunday, 3 March, 13

Page 15: Optimizing jQuery And Other Front-End Trinkets Plugins Callbacks Flexibility Community / Docs CDN Hosting The Cons There were no cons. This was ... Thesis Sunday, 3 March, 13 6. Some

Tips and Tricks

-ReCSS / Less + Watch-Testing Mobile (Edge / Simulator / Virtual Host)-Bash Scripts /.profile / command line

-color coding / aliases / custom prompt, git integration-buildsite script-python -m SimpleHTTPServer 8008-ctrl+a shortcut-bc / python calc-localtunnel-retina batch script with imagemagick

15Sunday, 3 March, 13

Page 16: Optimizing jQuery And Other Front-End Trinkets Plugins Callbacks Flexibility Community / Docs CDN Hosting The Cons There were no cons. This was ... Thesis Sunday, 3 March, 13 6. Some

In Conclusion...

@tylersavery

jQuery is an intuitive and simple interface, welcoming to new front-end developers. Being so simple, it's easy to make something work but if you don't know what's going on at the lower javascript level its very easy to hack something inefficient together.

theyoungastronauts.comWe Are Hiring!

16Sunday, 3 March, 13

Page 17: Optimizing jQuery And Other Front-End Trinkets Plugins Callbacks Flexibility Community / Docs CDN Hosting The Cons There were no cons. This was ... Thesis Sunday, 3 March, 13 6. Some

And finally my Paul Irish Contribution

Paul Irish InceptionPaul doing a presentation about him doing a presentation on a presentation screen, on this presentation screen, while (hopefully) he is watching my presentation.

17Sunday, 3 March, 13