SlideShare uma empresa Scribd logo
1 de 15
Baixar para ler offline
EVERY WEB DESIGNER
SHOULD KNOW ABOUT
4 JAVASCRIPT TOOLS
“WOULDN’T IT BE COOL IF I COULD
DO ___ ON THIS WEBSITE TO
MAKE MY LIFE EASIER?”
Everybody
FOUR JAVASCRIPT TOOLS EVERY WEB DESIGNER SHOULD KNOW ABOUT
VANILLA
JAVASCRIPT
The “vanilla” is a synonym for plain
Jane JavaScript. It’s what comes
shipped with every browser.
FOUR JAVASCRIPT TOOLS EVERY WEB DESIGNER SHOULD KNOW ABOUT
VANILLA JAVASCRIPT
▸ Doesn’t rely on any other
JavaScript tools
▸ Everything you need is in
the browser
▸ Learning curve is easy
FOUR JAVASCRIPT TOOLS EVERY WEB DESIGNER SHOULD KNOW ABOUT
VANILLA JAVASCRIPT
▸ Requires a lot of up-front
code to be written to do
more than basic functions,
especially if you’re trying to
support older browsers like
Internet Explorer
JQUERY
jQuery is a tool that works on top of “Vanilla”
JavaScript. It provides additional functions
that work right away instead of requiring you
to write a bunch of functions from scratch.
FOUR JAVASCRIPT TOOLS EVERY WEB DESIGNER SHOULD KNOW ABOUT
JQUERY
‣ Saves a bunch of time
‣ Excellent for when you want
to change what gets viewed
in the browser, such as
colors, animations, or
showing/hiding blocks of
content
‣ Learning curve is perhaps
the easiest of these four
FOUR JAVASCRIPT TOOLS EVERY WEB DESIGNER SHOULD KNOW ABOUT
JQUERY
‣ Doesn’t handle behind-the-
scenes data as well as other
tools
‣ Won’t help much if you’re
trying to build a web
application
‣ Can quickly become a mess
if you’re not keeping things
simple and repeating code
BACKBONEJS
I started playing with Backbone about three
years ago when I needed to build a web
application with interactive tables that pulled
data from an external source.
FOUR JAVASCRIPT TOOLS EVERY WEB DESIGNER SHOULD KNOW ABOUT
BACKBONEJS
▸ Excellent behind-the-scenes data
handling
▸ Packed with features like a
template engine, a routing system
that allows you to build single
page applications, etc.
▸ Learning curve is easier than
AngularJS
FOUR JAVASCRIPT TOOLS EVERY WEB DESIGNER SHOULD KNOW ABOUT
BACKBONEJS
▸ Sometimes writing code to change
what gets viewed in the browser
seems tedious
▸ Learning curve is steeper than
jQuery and Vanilla JavaScript
ANGULARJS
AngularJS is like BackboneJS in that you can create web
applications. However, they’re radically different in their
approach. BackboneJS is like working with Legos to build
a model car, whereas AngularJS is like buying a modeling
kit with specific components.
FOUR JAVASCRIPT TOOLS EVERY WEB DESIGNER SHOULD KNOW ABOUT
ANGULARJS
▸ It’s got everything you need to
create web applications
▸ It saves a ton of development time,
once you get a handle on it
FOUR JAVASCRIPT TOOLS EVERY WEB DESIGNER SHOULD KNOW ABOUT
ANGULARJS
▸ Angular has an “opinion”: You’ve got to do
things the Angular way
▸ Learning curve is much steeper than Backbone.
I personally found the official documentation
confusing and almost worthless, having to rely
on Lynda.com and YouTube videos.
▸ Combines HTML and JavaScript code together
in a way that might be confusing at first.
▸ There’s two types of Angular: Angular 1.x and
Angular 2.x, and they both don’t seem to be
compatible at all, which is causing web
developers to consider other tools like
ReactJS.
FOUR JAVASCRIPT TOOLS EVERY WEB DESIGNER SHOULD KNOW ABOUT
RESOURCES
▸ CSS-Tricks (https://css-tricks.com/snippets/javascript/)
▸ Smashing Magazine (https://www.smashingmagazine.com/tag/javascript/)
▸ TutsPlus (https://code.tutsplus.com/categories/javascript)
▸ Mozilla (https://developer.mozilla.org/en-US/docs/Web/JavaScript)
▸ jQuery documentation (http://api.jquery.com)
▸ Joe Zim’s JavaScript blog/BackboneJS (https://www.joezimjs.com)
▸ lynda.com (https://www.lynda.com/JavaScript-training-tutorials/244-0.html)
▸ CodeAcademy (https://www.codecademy.com)
▸ Joe Maddalone’s Angular videos (https://www.youtube.com/user/joemaddalone)
▸ Thinkster’s revised Angular documentation (https://thinkster.io/a-better-way-to-learn-angularjs)

Mais conteúdo relacionado

Mais procurados

Single Page Application Development with backbone.js and Simple.Web
Single Page Application Development with backbone.js and Simple.WebSingle Page Application Development with backbone.js and Simple.Web
Single Page Application Development with backbone.js and Simple.Web
Chris Canal
 
SlickGrid Touch: Making complex JavaScript widgets work on mobile devices
SlickGrid Touch: Making complex JavaScript widgets work on mobile devicesSlickGrid Touch: Making complex JavaScript widgets work on mobile devices
SlickGrid Touch: Making complex JavaScript widgets work on mobile devices
reebalazs
 
Moz Cafe December 2012
Moz Cafe December 2012Moz Cafe December 2012
Moz Cafe December 2012
Vivek Kiran
 
Responsive, adaptive and responsible - keynote at NebraskaJS
Responsive, adaptive and responsible - keynote at NebraskaJSResponsive, adaptive and responsible - keynote at NebraskaJS
Responsive, adaptive and responsible - keynote at NebraskaJS
Christian Heilmann
 

Mais procurados (20)

node.js in action
node.js in actionnode.js in action
node.js in action
 
New Perspectives on Performance
New Perspectives on PerformanceNew Perspectives on Performance
New Perspectives on Performance
 
The Onion
The OnionThe Onion
The Onion
 
Single Page Application Development with backbone.js and Simple.Web
Single Page Application Development with backbone.js and Simple.WebSingle Page Application Development with backbone.js and Simple.Web
Single Page Application Development with backbone.js and Simple.Web
 
What is JavaScript? Edureka
What is JavaScript? EdurekaWhat is JavaScript? Edureka
What is JavaScript? Edureka
 
SlickGrid Touch: Making complex JavaScript widgets work on mobile devices
SlickGrid Touch: Making complex JavaScript widgets work on mobile devicesSlickGrid Touch: Making complex JavaScript widgets work on mobile devices
SlickGrid Touch: Making complex JavaScript widgets work on mobile devices
 
Mobile native-hacks
Mobile native-hacksMobile native-hacks
Mobile native-hacks
 
Iseltech17 - Single Page Applications
Iseltech17 - Single Page ApplicationsIseltech17 - Single Page Applications
Iseltech17 - Single Page Applications
 
Flexible UI Components for a Multi-Framework World
Flexible UI Components for a Multi-Framework WorldFlexible UI Components for a Multi-Framework World
Flexible UI Components for a Multi-Framework World
 
Wulin kungfu final
Wulin kungfu finalWulin kungfu final
Wulin kungfu final
 
All the small things… - Awwwards 2016
All the small things… - Awwwards 2016All the small things… - Awwwards 2016
All the small things… - Awwwards 2016
 
Web Velocity - Seaside Accelerated
Web Velocity - Seaside AcceleratedWeb Velocity - Seaside Accelerated
Web Velocity - Seaside Accelerated
 
Learning Single page Application chapter 1
Learning Single page Application chapter 1Learning Single page Application chapter 1
Learning Single page Application chapter 1
 
Moz Cafe December 2012
Moz Cafe December 2012Moz Cafe December 2012
Moz Cafe December 2012
 
Using WordPress as a Headless CMS
Using WordPress as a Headless CMSUsing WordPress as a Headless CMS
Using WordPress as a Headless CMS
 
Codestock2018 - CSS vs JS
Codestock2018 - CSS vs JSCodestock2018 - CSS vs JS
Codestock2018 - CSS vs JS
 
Phonegap Day 2016: Ember/JS & Hybrid Apps Tips
Phonegap Day 2016: Ember/JS & Hybrid Apps TipsPhonegap Day 2016: Ember/JS & Hybrid Apps Tips
Phonegap Day 2016: Ember/JS & Hybrid Apps Tips
 
Responsive, adaptive and responsible - keynote at NebraskaJS
Responsive, adaptive and responsible - keynote at NebraskaJSResponsive, adaptive and responsible - keynote at NebraskaJS
Responsive, adaptive and responsible - keynote at NebraskaJS
 
Front end workflow with yeoman
Front end workflow with yeomanFront end workflow with yeoman
Front end workflow with yeoman
 
Introduction to SPA with AngularJS
Introduction to SPA with AngularJSIntroduction to SPA with AngularJS
Introduction to SPA with AngularJS
 

Destaque

A Comprehensive Solar Energy Power System for the Turkey Lake Plaza
A Comprehensive Solar Energy Power System for the Turkey Lake PlazaA Comprehensive Solar Energy Power System for the Turkey Lake Plaza
A Comprehensive Solar Energy Power System for the Turkey Lake Plaza
Srikanth Madala, Ph.D.
 
Libro de gratimatica
Libro de gratimaticaLibro de gratimatica
Libro de gratimatica
mccorto
 
Libro de gratimatica vm
Libro de gratimatica vmLibro de gratimatica vm
Libro de gratimatica vm
mccorto
 
Libro de gratimatica
Libro de gratimaticaLibro de gratimatica
Libro de gratimatica
mccorto
 
Raftproject
Raftproject Raftproject
Raftproject
mccorto
 

Destaque (20)

اليات ووسائل مكافحة الفساد وتقليصه (2)
اليات ووسائل مكافحة الفساد وتقليصه (2)اليات ووسائل مكافحة الفساد وتقليصه (2)
اليات ووسائل مكافحة الفساد وتقليصه (2)
 
How to calculate evaluate and prove content marketing roi to your boss
How to calculate evaluate and prove content marketing roi to your bossHow to calculate evaluate and prove content marketing roi to your boss
How to calculate evaluate and prove content marketing roi to your boss
 
Prevision jeudi 10 juillet 2014
Prevision jeudi 10 juillet 2014Prevision jeudi 10 juillet 2014
Prevision jeudi 10 juillet 2014
 
A Comprehensive Solar Energy Power System for the Turkey Lake Plaza
A Comprehensive Solar Energy Power System for the Turkey Lake PlazaA Comprehensive Solar Energy Power System for the Turkey Lake Plaza
A Comprehensive Solar Energy Power System for the Turkey Lake Plaza
 
Rashmi cap-house
Rashmi cap-houseRashmi cap-house
Rashmi cap-house
 
Gimnazijski školski kurikulum 2013 2014
Gimnazijski školski kurikulum 2013 2014Gimnazijski školski kurikulum 2013 2014
Gimnazijski školski kurikulum 2013 2014
 
Sindrome stevens johnson
Sindrome stevens johnsonSindrome stevens johnson
Sindrome stevens johnson
 
Prevision octobre 12 2016
Prevision octobre 12 2016Prevision octobre 12 2016
Prevision octobre 12 2016
 
For tumblr
For tumblrFor tumblr
For tumblr
 
Libro de gratimatica
Libro de gratimaticaLibro de gratimatica
Libro de gratimatica
 
Working Home Selling Globally, by Scott Simmerman
Working Home Selling Globally, by Scott SimmermanWorking Home Selling Globally, by Scott Simmerman
Working Home Selling Globally, by Scott Simmerman
 
Libro de gratimatica vm
Libro de gratimatica vmLibro de gratimatica vm
Libro de gratimatica vm
 
FINALTHESIS
FINALTHESISFINALTHESIS
FINALTHESIS
 
Mediciones con osciloscopio
Mediciones con osciloscopioMediciones con osciloscopio
Mediciones con osciloscopio
 
Keynote slide show for slideshare
Keynote slide show for slideshareKeynote slide show for slideshare
Keynote slide show for slideshare
 
Libro de gratimatica
Libro de gratimaticaLibro de gratimatica
Libro de gratimatica
 
Teaching The Caterpillar to Fly - Part THREE of quips and poems on managing a...
Teaching The Caterpillar to Fly - Part THREE of quips and poems on managing a...Teaching The Caterpillar to Fly - Part THREE of quips and poems on managing a...
Teaching The Caterpillar to Fly - Part THREE of quips and poems on managing a...
 
Raftproject
Raftproject Raftproject
Raftproject
 
Spring Forward Monday - A Day for Involving and Engaging People for Improvement
Spring Forward Monday - A Day for Involving and Engaging People for ImprovementSpring Forward Monday - A Day for Involving and Engaging People for Improvement
Spring Forward Monday - A Day for Involving and Engaging People for Improvement
 
Thanksgiving people and performance workplace poems by scott simmerman
Thanksgiving people and performance workplace poems by scott simmermanThanksgiving people and performance workplace poems by scott simmerman
Thanksgiving people and performance workplace poems by scott simmerman
 

Semelhante a 4 JavaScript Tools Every Designer Should Know About

North American Collaboration Summit 2018 - SharePoint Framework, Angular and ...
North American Collaboration Summit 2018 - SharePoint Framework, Angular and ...North American Collaboration Summit 2018 - SharePoint Framework, Angular and ...
North American Collaboration Summit 2018 - SharePoint Framework, Angular and ...
Sébastien Levert
 
North American Collaboration Summit 2018 - SharePoint Framework, Angular & Az...
North American Collaboration Summit 2018 - SharePoint Framework, Angular & Az...North American Collaboration Summit 2018 - SharePoint Framework, Angular & Az...
North American Collaboration Summit 2018 - SharePoint Framework, Angular & Az...
Sébastien Levert
 
Front-End Modernization for Mortals
Front-End Modernization for MortalsFront-End Modernization for Mortals
Front-End Modernization for Mortals
cgack
 
Top 5 Javascript Frameworks for Web and Mobile App Development
Top 5 Javascript Frameworks for Web and Mobile App DevelopmentTop 5 Javascript Frameworks for Web and Mobile App Development
Top 5 Javascript Frameworks for Web and Mobile App Development
Ajeet Singh
 

Semelhante a 4 JavaScript Tools Every Designer Should Know About (20)

How to create a headless WordPress site with angular.pdf
How to create a headless WordPress site with angular.pdfHow to create a headless WordPress site with angular.pdf
How to create a headless WordPress site with angular.pdf
 
Quo vadis, JavaScript? Devday.pl keynote
Quo vadis, JavaScript? Devday.pl keynoteQuo vadis, JavaScript? Devday.pl keynote
Quo vadis, JavaScript? Devday.pl keynote
 
test
testtest
test
 
North American Collaboration Summit 2018 - SharePoint Framework, Angular and ...
North American Collaboration Summit 2018 - SharePoint Framework, Angular and ...North American Collaboration Summit 2018 - SharePoint Framework, Angular and ...
North American Collaboration Summit 2018 - SharePoint Framework, Angular and ...
 
North American Collaboration Summit 2018 - SharePoint Framework, Angular & Az...
North American Collaboration Summit 2018 - SharePoint Framework, Angular & Az...North American Collaboration Summit 2018 - SharePoint Framework, Angular & Az...
North American Collaboration Summit 2018 - SharePoint Framework, Angular & Az...
 
Building WordPress sites with AngularJS and the RESTful plugin JSON API @ Dev...
Building WordPress sites with AngularJS and the RESTful plugin JSON API @ Dev...Building WordPress sites with AngularJS and the RESTful plugin JSON API @ Dev...
Building WordPress sites with AngularJS and the RESTful plugin JSON API @ Dev...
 
Introduction To JavaScript
Introduction To JavaScriptIntroduction To JavaScript
Introduction To JavaScript
 
Stapling and patching the web of now - ForwardJS3, San Francisco
Stapling and patching the web of now - ForwardJS3, San FranciscoStapling and patching the web of now - ForwardJS3, San Francisco
Stapling and patching the web of now - ForwardJS3, San Francisco
 
Keynote- We're going wrong: Choosing the web's future. Peter Paul Koch
Keynote- We're going wrong: Choosing the web's future. Peter Paul KochKeynote- We're going wrong: Choosing the web's future. Peter Paul Koch
Keynote- We're going wrong: Choosing the web's future. Peter Paul Koch
 
Front-End Modernization for Mortals
Front-End Modernization for MortalsFront-End Modernization for Mortals
Front-End Modernization for Mortals
 
Front end-modernization
Front end-modernizationFront end-modernization
Front end-modernization
 
Front end-modernization
Front end-modernizationFront end-modernization
Front end-modernization
 
Java script introduction
Java script introductionJava script introduction
Java script introduction
 
Frontend Workflow
Frontend WorkflowFrontend Workflow
Frontend Workflow
 
Introduction to JavaScript
Introduction to JavaScriptIntroduction to JavaScript
Introduction to JavaScript
 
JavaScript Revolution - 5/Nov/13 - PrDC Saskatoon, SK
JavaScript Revolution - 5/Nov/13 - PrDC Saskatoon, SKJavaScript Revolution - 5/Nov/13 - PrDC Saskatoon, SK
JavaScript Revolution - 5/Nov/13 - PrDC Saskatoon, SK
 
Top 5 Javascript Frameworks for Web and Mobile App Development
Top 5 Javascript Frameworks for Web and Mobile App DevelopmentTop 5 Javascript Frameworks for Web and Mobile App Development
Top 5 Javascript Frameworks for Web and Mobile App Development
 
Angular - Chapter 1 - Introduction
 Angular - Chapter 1 - Introduction Angular - Chapter 1 - Introduction
Angular - Chapter 1 - Introduction
 
Basics of node.js
Basics of node.jsBasics of node.js
Basics of node.js
 
JavaScript - Web Development Fundaments Part 2 - DeepDive Learning Academy
JavaScript - Web Development Fundaments Part 2 - DeepDive Learning AcademyJavaScript - Web Development Fundaments Part 2 - DeepDive Learning Academy
JavaScript - Web Development Fundaments Part 2 - DeepDive Learning Academy
 

Último

valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
Call Girls In Delhi Whatsup 9873940964 Enjoy Unlimited Pleasure
 

Último (20)

Real Escorts in Al Nahda +971524965298 Dubai Escorts Service
Real Escorts in Al Nahda +971524965298 Dubai Escorts ServiceReal Escorts in Al Nahda +971524965298 Dubai Escorts Service
Real Escorts in Al Nahda +971524965298 Dubai Escorts Service
 
APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53
 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
 
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
 
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft DatingDubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
 
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort ServiceBusty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
 
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
 
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
 
VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...
VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...
VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
 
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
 
Trump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts SweatshirtTrump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts Sweatshirt
 
Enjoy Night⚡Call Girls Samalka Delhi >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Samalka Delhi >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Samalka Delhi >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Samalka Delhi >༒8448380779 Escort Service
 
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
 
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
 
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
 
Real Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtReal Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirt
 

4 JavaScript Tools Every Designer Should Know About

  • 1. EVERY WEB DESIGNER SHOULD KNOW ABOUT 4 JAVASCRIPT TOOLS
  • 2. “WOULDN’T IT BE COOL IF I COULD DO ___ ON THIS WEBSITE TO MAKE MY LIFE EASIER?” Everybody FOUR JAVASCRIPT TOOLS EVERY WEB DESIGNER SHOULD KNOW ABOUT
  • 3. VANILLA JAVASCRIPT The “vanilla” is a synonym for plain Jane JavaScript. It’s what comes shipped with every browser.
  • 4. FOUR JAVASCRIPT TOOLS EVERY WEB DESIGNER SHOULD KNOW ABOUT VANILLA JAVASCRIPT ▸ Doesn’t rely on any other JavaScript tools ▸ Everything you need is in the browser ▸ Learning curve is easy
  • 5. FOUR JAVASCRIPT TOOLS EVERY WEB DESIGNER SHOULD KNOW ABOUT VANILLA JAVASCRIPT ▸ Requires a lot of up-front code to be written to do more than basic functions, especially if you’re trying to support older browsers like Internet Explorer
  • 6. JQUERY jQuery is a tool that works on top of “Vanilla” JavaScript. It provides additional functions that work right away instead of requiring you to write a bunch of functions from scratch.
  • 7. FOUR JAVASCRIPT TOOLS EVERY WEB DESIGNER SHOULD KNOW ABOUT JQUERY ‣ Saves a bunch of time ‣ Excellent for when you want to change what gets viewed in the browser, such as colors, animations, or showing/hiding blocks of content ‣ Learning curve is perhaps the easiest of these four
  • 8. FOUR JAVASCRIPT TOOLS EVERY WEB DESIGNER SHOULD KNOW ABOUT JQUERY ‣ Doesn’t handle behind-the- scenes data as well as other tools ‣ Won’t help much if you’re trying to build a web application ‣ Can quickly become a mess if you’re not keeping things simple and repeating code
  • 9. BACKBONEJS I started playing with Backbone about three years ago when I needed to build a web application with interactive tables that pulled data from an external source.
  • 10. FOUR JAVASCRIPT TOOLS EVERY WEB DESIGNER SHOULD KNOW ABOUT BACKBONEJS ▸ Excellent behind-the-scenes data handling ▸ Packed with features like a template engine, a routing system that allows you to build single page applications, etc. ▸ Learning curve is easier than AngularJS
  • 11. FOUR JAVASCRIPT TOOLS EVERY WEB DESIGNER SHOULD KNOW ABOUT BACKBONEJS ▸ Sometimes writing code to change what gets viewed in the browser seems tedious ▸ Learning curve is steeper than jQuery and Vanilla JavaScript
  • 12. ANGULARJS AngularJS is like BackboneJS in that you can create web applications. However, they’re radically different in their approach. BackboneJS is like working with Legos to build a model car, whereas AngularJS is like buying a modeling kit with specific components.
  • 13. FOUR JAVASCRIPT TOOLS EVERY WEB DESIGNER SHOULD KNOW ABOUT ANGULARJS ▸ It’s got everything you need to create web applications ▸ It saves a ton of development time, once you get a handle on it
  • 14. FOUR JAVASCRIPT TOOLS EVERY WEB DESIGNER SHOULD KNOW ABOUT ANGULARJS ▸ Angular has an “opinion”: You’ve got to do things the Angular way ▸ Learning curve is much steeper than Backbone. I personally found the official documentation confusing and almost worthless, having to rely on Lynda.com and YouTube videos. ▸ Combines HTML and JavaScript code together in a way that might be confusing at first. ▸ There’s two types of Angular: Angular 1.x and Angular 2.x, and they both don’t seem to be compatible at all, which is causing web developers to consider other tools like ReactJS.
  • 15. FOUR JAVASCRIPT TOOLS EVERY WEB DESIGNER SHOULD KNOW ABOUT RESOURCES ▸ CSS-Tricks (https://css-tricks.com/snippets/javascript/) ▸ Smashing Magazine (https://www.smashingmagazine.com/tag/javascript/) ▸ TutsPlus (https://code.tutsplus.com/categories/javascript) ▸ Mozilla (https://developer.mozilla.org/en-US/docs/Web/JavaScript) ▸ jQuery documentation (http://api.jquery.com) ▸ Joe Zim’s JavaScript blog/BackboneJS (https://www.joezimjs.com) ▸ lynda.com (https://www.lynda.com/JavaScript-training-tutorials/244-0.html) ▸ CodeAcademy (https://www.codecademy.com) ▸ Joe Maddalone’s Angular videos (https://www.youtube.com/user/joemaddalone) ▸ Thinkster’s revised Angular documentation (https://thinkster.io/a-better-way-to-learn-angularjs)