SlideShare a Scribd company logo
1 of 12
JavaScript
Tools and
Implementation
Charles Russell
Bennu Bird Media
What do to buy
โ—
Good News! You need nothing that you don't
already have. If own or have access to a
computer.
โ—
Requirement 1 a text editor
โ—
Requirement 2 a browser
Text Editors For Windows
โ—
NotePad
โ—
Comes with windows but has very severe limitations
โ—
Notepad ++ is a much better option
โ—
Crimson Editor
โ—
Komodo Edit
โ—
UltraEdit( Commercial )
Text Editors for Mac
โ—
Textwrangler
โ—
Sublime Text (commercial )
โ—
TextMate ( now open source)
โ—
Coda ( Commercial )
โ—
BBEdit (Commercial )
Text Editors for Linux
โ—
Nano
โ—
Vi/Vim
โ—
Emacs
โ—
Gedit
โ—
Kate
โ—
Tea
Graphical Editors
โ—
Dreamweaver
โ—
Bluefish
โ—
Kompozer
โ—
Coffecup
Integrated Development
Environments
โ—
NetBeans
โ—
Eclipse
โ—
Aptana
โ—
Visual Studio
โ—
Komodo IDE
Devel Tools in your
browser
โ—
Microsoft F12 Developer Tools
โ—
Chrome Developer Tools
โ—
Firefox
โ—
Web Console
โ—
Firebug (Add on)
โ—
Opera Dragonfly
Cool But How Do I Get
This On My Web Page?
โ—
First our action hero the script tag <script>
โ—
Attributes
โ€“ src Tells us where to find files
โ€“ type
โ—
text/javascript or application/
โ—
application/javascript
Split Personality
โ—
The Script tag is used in two ways
โ—
Load an External File (preferred)
โ€“ <script src=โ€œjs/my.jsโ€œ type=โ€œtext/javascriptโ€œ ></script>
โ—
Embedded Script (questionable)
โ€“ <script type=โ€œtext/javascriptโ€œ>alert('Halo Welt');</script>
โ—
May be place in either the head or body of your
HTML Document
โ—
Commonly seen in the head but page load
performance can be improved by placement just
before closing the body.
What not to do
โ—
Inline script
โ—
<button onclick=โ€œalert('I did a bad thing')>Please Don't
use me</button>
โ—
Think about using this through out your site, if you
decide to make a change you will have to find
every instance on every page
โ—
Please be kind to the next guy and avoid this.
Next Variables

More Related Content

What's hot

What's hot (20)

Saying goodbye to localhost - developing in the cloud with Cloud9 IDE
Saying goodbye to localhost - developing in the cloud with Cloud9 IDESaying goodbye to localhost - developing in the cloud with Cloud9 IDE
Saying goodbye to localhost - developing in the cloud with Cloud9 IDE
ย 
Export pdf with puppeteer
Export pdf with puppeteerExport pdf with puppeteer
Export pdf with puppeteer
ย 
Stop Sucking at Building Stuff!
Stop Sucking at Building Stuff!Stop Sucking at Building Stuff!
Stop Sucking at Building Stuff!
ย 
Writing native Linux desktop apps with JavaScript
Writing native Linux desktop apps with JavaScriptWriting native Linux desktop apps with JavaScript
Writing native Linux desktop apps with JavaScript
ย 
Browserium
BrowseriumBrowserium
Browserium
ย 
Browserium
BrowseriumBrowserium
Browserium
ย 
Android Made Simple
Android Made SimpleAndroid Made Simple
Android Made Simple
ย 
Building at a glance
Building at a glanceBuilding at a glance
Building at a glance
ย 
Live development & tools
Live development & toolsLive development & tools
Live development & tools
ย 
DevOps Cebu Presentation
DevOps Cebu PresentationDevOps Cebu Presentation
DevOps Cebu Presentation
ย 
How We Bacame a 'Go' Company
How We Bacame a 'Go' CompanyHow We Bacame a 'Go' Company
How We Bacame a 'Go' Company
ย 
Play framework - Bristol Java meetup
Play framework - Bristol Java meetupPlay framework - Bristol Java meetup
Play framework - Bristol Java meetup
ย 
Puphpet
PuphpetPuphpet
Puphpet
ย 
Javascript - Today's trending script
Javascript - Today's trending scriptJavascript - Today's trending script
Javascript - Today's trending script
ย 
Node.js basics
Node.js basicsNode.js basics
Node.js basics
ย 
Xdebug for Beginners
Xdebug for BeginnersXdebug for Beginners
Xdebug for Beginners
ย 
Angularjs Workshop Pre-Requisites
Angularjs Workshop Pre-Requisites Angularjs Workshop Pre-Requisites
Angularjs Workshop Pre-Requisites
ย 
Building a Modern JavaScript Framework by James Milner
Building a Modern JavaScript Framework by James MilnerBuilding a Modern JavaScript Framework by James Milner
Building a Modern JavaScript Framework by James Milner
ย 
Flutter - Pixel by Pixel
Flutter - Pixel by PixelFlutter - Pixel by Pixel
Flutter - Pixel by Pixel
ย 
Polyglot Gradle with Node.js and Play
Polyglot Gradle with Node.js and PlayPolyglot Gradle with Node.js and Play
Polyglot Gradle with Node.js and Play
ย 

Viewers also liked (6)

JavaScript Variables
JavaScript VariablesJavaScript Variables
JavaScript Variables
ย 
Js objects
Js objectsJs objects
Js objects
ย 
JavaScript: Values, Types and Variables
JavaScript: Values, Types and VariablesJavaScript: Values, Types and Variables
JavaScript: Values, Types and Variables
ย 
Javascript variables and datatypes
Javascript variables and datatypesJavascript variables and datatypes
Javascript variables and datatypes
ย 
Data Structures in javaScript 2015
Data Structures in javaScript 2015Data Structures in javaScript 2015
Data Structures in javaScript 2015
ย 
Up & running with ECMAScript6
Up & running with ECMAScript6Up & running with ECMAScript6
Up & running with ECMAScript6
ย 

Similar to JavaScript Tools and Implementation

Web technologies for desktop development
Web technologies for desktop developmentWeb technologies for desktop development
Web technologies for desktop development
Darko Kukovec
ย 
Scale Big With Docker โ€” Moboom 2014
Scale Big With Docker โ€” Moboom 2014Scale Big With Docker โ€” Moboom 2014
Scale Big With Docker โ€” Moboom 2014
Jรฉrรดme Petazzoni
ย 
What is Google Chrome?
What is Google Chrome?What is Google Chrome?
What is Google Chrome?
s1170222
ย 
Continuous integration for androids
Continuous integration for androidsContinuous integration for androids
Continuous integration for androids
Kirill Zotin
ย 

Similar to JavaScript Tools and Implementation (20)

Desktop Alternatives
Desktop AlternativesDesktop Alternatives
Desktop Alternatives
ย 
A day in the office of a js developer
A day in the office   of a js developerA day in the office   of a js developer
A day in the office of a js developer
ย 
Speed up your zombies! - Bootstrap dev environment in 5 minutes!
Speed up your zombies! - Bootstrap dev environment in 5 minutes!Speed up your zombies! - Bootstrap dev environment in 5 minutes!
Speed up your zombies! - Bootstrap dev environment in 5 minutes!
ย 
Making sense of the front-end, for PHP developers
Making sense of the front-end, for PHP developersMaking sense of the front-end, for PHP developers
Making sense of the front-end, for PHP developers
ย 
Web technologies for desktop development
Web technologies for desktop developmentWeb technologies for desktop development
Web technologies for desktop development
ย 
Scale Big With Docker โ€” Moboom 2014
Scale Big With Docker โ€” Moboom 2014Scale Big With Docker โ€” Moboom 2014
Scale Big With Docker โ€” Moboom 2014
ย 
ะšั€ะธั‚ะธะบะฐ "ะฑะธะฑะปะธะพั‚ะตั‡ะฝะพะณะพ" ะฟะพะดั…ะพะดะฐ ะฒ ั€ะฐะทั€ะฐะฑะพั‚ะบะต ะฟะพะด Android. UA Mobile 2016.
ะšั€ะธั‚ะธะบะฐ "ะฑะธะฑะปะธะพั‚ะตั‡ะฝะพะณะพ" ะฟะพะดั…ะพะดะฐ ะฒ ั€ะฐะทั€ะฐะฑะพั‚ะบะต ะฟะพะด Android. UA Mobile 2016.ะšั€ะธั‚ะธะบะฐ "ะฑะธะฑะปะธะพั‚ะตั‡ะฝะพะณะพ" ะฟะพะดั…ะพะดะฐ ะฒ ั€ะฐะทั€ะฐะฑะพั‚ะบะต ะฟะพะด Android. UA Mobile 2016.
ะšั€ะธั‚ะธะบะฐ "ะฑะธะฑะปะธะพั‚ะตั‡ะฝะพะณะพ" ะฟะพะดั…ะพะดะฐ ะฒ ั€ะฐะทั€ะฐะฑะพั‚ะบะต ะฟะพะด Android. UA Mobile 2016.
ย 
Droid con
Droid conDroid con
Droid con
ย 
Tooling Matters - Development tools
Tooling Matters - Development toolsTooling Matters - Development tools
Tooling Matters - Development tools
ย 
Wordcamp Bratislava 2017 - Docker! Why?
Wordcamp Bratislava 2017 - Docker! Why?Wordcamp Bratislava 2017 - Docker! Why?
Wordcamp Bratislava 2017 - Docker! Why?
ย 
What is Google Chrome?
What is Google Chrome?What is Google Chrome?
What is Google Chrome?
ย 
Introduction to React Native
Introduction to React NativeIntroduction to React Native
Introduction to React Native
ย 
Headless browser: puppeteer and git client : GitKraken
Headless browser: puppeteer and git client : GitKrakenHeadless browser: puppeteer and git client : GitKraken
Headless browser: puppeteer and git client : GitKraken
ย 
Apache Cordova, Hybrid Application Development
Apache Cordova, Hybrid Application DevelopmentApache Cordova, Hybrid Application Development
Apache Cordova, Hybrid Application Development
ย 
Dev + DevOps ะดะปั PHP ั€ะพะทั€ะพะฑะฝะธะบะฐ
Dev + DevOps ะดะปั PHP ั€ะพะทั€ะพะฑะฝะธะบะฐDev + DevOps ะดะปั PHP ั€ะพะทั€ะพะฑะฝะธะบะฐ
Dev + DevOps ะดะปั PHP ั€ะพะทั€ะพะฑะฝะธะบะฐ
ย 
How to contribute textual tooling for apache camel in several id es
How to contribute textual tooling for apache camel in several id esHow to contribute textual tooling for apache camel in several id es
How to contribute textual tooling for apache camel in several id es
ย 
Docker. Does it matter for Java developer ?
Docker. Does it matter for Java developer ?Docker. Does it matter for Java developer ?
Docker. Does it matter for Java developer ?
ย 
Rapid and Reliable Developing with HTML5 & GWT
Rapid and Reliable Developing with HTML5 & GWTRapid and Reliable Developing with HTML5 & GWT
Rapid and Reliable Developing with HTML5 & GWT
ย 
Continuous integration for androids
Continuous integration for androidsContinuous integration for androids
Continuous integration for androids
ย 
How I Built My Code Editor in Ruby
How I Built My Code Editor in RubyHow I Built My Code Editor in Ruby
How I Built My Code Editor in Ruby
ย 

More from Charles Russell (8)

JavaScript Introductin to Functions
JavaScript Introductin to FunctionsJavaScript Introductin to Functions
JavaScript Introductin to Functions
ย 
JavaScript iteration
JavaScript iterationJavaScript iteration
JavaScript iteration
ย 
Open Source Software
Open Source SoftwareOpen Source Software
Open Source Software
ย 
JavaScript Operators
JavaScript OperatorsJavaScript Operators
JavaScript Operators
ย 
JavaScript Comments and Conditionals
JavaScript Comments and ConditionalsJavaScript Comments and Conditionals
JavaScript Comments and Conditionals
ย 
JavaScript Introduction
JavaScript IntroductionJavaScript Introduction
JavaScript Introduction
ย 
JavaScript Data Types
JavaScript Data TypesJavaScript Data Types
JavaScript Data Types
ย 
Extending drupal authentication
Extending drupal authenticationExtending drupal authentication
Extending drupal authentication
ย 

Recently uploaded

Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
SUHANI PANDEY
ย 
โ‚น5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] ๐Ÿ”|97111...
โ‚น5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] ๐Ÿ”|97111...โ‚น5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] ๐Ÿ”|97111...
โ‚น5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] ๐Ÿ”|97111...
Diya Sharma
ย 
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
ย 
Low Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐Ÿฅต
Low Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐ŸฅตLow Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐Ÿฅต
Low Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐Ÿฅต
Chandigarh Call girls 9053900678 Call girls in Chandigarh
ย 
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
SUHANI PANDEY
ย 
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...
SUHANI PANDEY
ย 
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...
SUHANI PANDEY
ย 
Lucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRL
Lucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRLLucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRL
Lucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRL
imonikaupta
ย 

Recently uploaded (20)

Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
ย 
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
ย 
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
ย 
โ‚น5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] ๐Ÿ”|97111...
โ‚น5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] ๐Ÿ”|97111...โ‚น5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] ๐Ÿ”|97111...
โ‚น5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] ๐Ÿ”|97111...
ย 
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)
ย 
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...
ย 
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
ย 
Low Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐Ÿฅต
Low Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐ŸฅตLow Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐Ÿฅต
Low Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐Ÿฅต
ย 
Al Barsha Night Partner +0567686026 Call Girls Dubai
Al Barsha Night Partner +0567686026 Call Girls  DubaiAl Barsha Night Partner +0567686026 Call Girls  Dubai
Al Barsha Night Partner +0567686026 Call Girls Dubai
ย 
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
ย 
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
ย 
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.
ย 
Enjoy NightโšกCall Girls Dlf City Phase 3 Gurgaon >เผ’8448380779 Escort Service
Enjoy NightโšกCall Girls Dlf City Phase 3 Gurgaon >เผ’8448380779 Escort ServiceEnjoy NightโšกCall Girls Dlf City Phase 3 Gurgaon >เผ’8448380779 Escort Service
Enjoy NightโšกCall Girls Dlf City Phase 3 Gurgaon >เผ’8448380779 Escort Service
ย 
๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
ย 
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...
ย 
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
ย 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
ย 
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...
ย 
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
ย 
Lucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRL
Lucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRLLucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRL
Lucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRL
ย 

JavaScript Tools and Implementation

  • 2. What do to buy โ— Good News! You need nothing that you don't already have. If own or have access to a computer. โ— Requirement 1 a text editor โ— Requirement 2 a browser
  • 3. Text Editors For Windows โ— NotePad โ— Comes with windows but has very severe limitations โ— Notepad ++ is a much better option โ— Crimson Editor โ— Komodo Edit โ— UltraEdit( Commercial )
  • 4. Text Editors for Mac โ— Textwrangler โ— Sublime Text (commercial ) โ— TextMate ( now open source) โ— Coda ( Commercial ) โ— BBEdit (Commercial )
  • 5. Text Editors for Linux โ— Nano โ— Vi/Vim โ— Emacs โ— Gedit โ— Kate โ— Tea
  • 8. Devel Tools in your browser โ— Microsoft F12 Developer Tools โ— Chrome Developer Tools โ— Firefox โ— Web Console โ— Firebug (Add on) โ— Opera Dragonfly
  • 9. Cool But How Do I Get This On My Web Page? โ— First our action hero the script tag <script> โ— Attributes โ€“ src Tells us where to find files โ€“ type โ— text/javascript or application/ โ— application/javascript
  • 10. Split Personality โ— The Script tag is used in two ways โ— Load an External File (preferred) โ€“ <script src=โ€œjs/my.jsโ€œ type=โ€œtext/javascriptโ€œ ></script> โ— Embedded Script (questionable) โ€“ <script type=โ€œtext/javascriptโ€œ>alert('Halo Welt');</script> โ— May be place in either the head or body of your HTML Document โ— Commonly seen in the head but page load performance can be improved by placement just before closing the body.
  • 11. What not to do โ— Inline script โ— <button onclick=โ€œalert('I did a bad thing')>Please Don't use me</button> โ— Think about using this through out your site, if you decide to make a change you will have to find every instance on every page โ— Please be kind to the next guy and avoid this.