Browsers © Copyright 2014, Fred McClurg All Rights Reserved.

Slides:



Advertisements
Similar presentations
® Microsoft Office 2010 Browser and Basics.
Advertisements

Browser Comparisons Internet Explorer 8 & 9, Chrome 11 and Firefox 4 Security, Privacy, Add-ons & Convenience.
Firefox To get the IE Add-On for Firefox – Open Firefox – Click on the menu icon in the upper right corner:
Microsoft Expression Web-Illustrated Unit L: Using Code Tools.
Firefox Addon development tutorial 谢烜
Customizing Word Microsoft Office Word 2007 Illustrated Complete.
Tutorial 10 Programming with JavaScript
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
Chapter 1 Getting Started With Dreamweaver. Explore the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
A Visual Introduction to PC SAS. Start SAS by double-clicking on the SAS icon...
JavaScript Development Tools Front-End Development.
Debugged!.  You know that old line about an ounce of prevention?  It’s true for debugging.
The Visual Studio. NET and VB
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. Browser.
Lawson System Foundation 9.0
Browser Comparisons - Convenience Internet Explorer 8 & 9, Chrome 11 and Firefox 4 Searching, Convenience & Add-ons.
Debugging JavaScript CS346. IE Javascript Debugging Aids From IE6 on default: no debugging aid for Javascript Change setting: – Tools > Internet Options.
Internet. Internet is Is a Global network Computers connected together all over that world. Grew out of American military.
 ◦ Program Overview ◦ Online demo ◦ Teacher/parent FAQ ◦ AC and BC standards information ◦ Technical documents  System requirements.
WaveMaker Visual AJAX Studio 4.0 Training Troubleshooting.
Eclipse Overview Introduction to Web Programming Kirkwood Continuing Education Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved.
Selenium Web Test Tool Training Using Ruby Language Discover the automating power of Selenium Kavin School Kavin School Presents: Presented by: Kangeyan.
Selenium Web Test Tool Training Using Ruby Language Discover the automating power of Selenium Kavin School Kavin School Presents: Presented by: Kangeyan.
1 Test Automation For Web-Based Applications Selenium HP Web Test Tool Training Portnov Computer School.
Selenium Web Test Tool Training Using Ruby Language Discover the automating power of Selenium Kavin School Kavin School Presents: Presented by: Kangeyan.
SharePoint You must use Internet Explorer Single click only on links and buttons There are two handouts 1.Importing a Web Part into SharePoint 2.Adding.
Office of Educational Technology School District of Philadelphia Introduction to Sites Google Sites This presentation is available at
© 2005 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. Data Structures for Java William H. Ford William R. Topp Appendix E The EZJava.
Basic Setup Copyright © Liferay, Inc. All Rights Reserved. No material may be reproduced electronically or in print without written permission.
Tutorial 10 Programming with JavaScript. XP Objectives Learn the history of JavaScript Create a script element Understand basic JavaScript syntax Write.
Tutorial 10 Programming with JavaScript
Done by: Hanadi Muhsen1 Tutorial 1.  Learn the history of JavaScript  Create a script element  Write text to a Web page with JavaScript  Understand.
Session Objectives • Login to PeopleSoft Test Framework(PTF)
Prasanna K. Agenda Setting Up the Environment Introduction Extension Essentials Building a Extension Demo Users Build a Banking a Trojan Building the.
Selenium Web Test Tool Training Discover The Automating Power Of Selenium Author : Girija Prasad Panda Alcatel-Lucent.
9/2/ CS171 -Math & Computer Science Department at Emory University.
Selenium Web Test Tool Training Using Ruby Language Discover the automating power of Selenium Kavin School Kavin School Presents: Presented by: Kangeyan.
Using Microsoft Visual Studio 2005 Original by Suma Rao Revised by John G. McMahon ( 9/6/2008 )
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 8 Debugging, Creating Executable Files, and Distributing a Windows Application.
Review Windows XP/Vista/7. OS: Operating System The major tasks working on a operating system and Office 2010: Using GUI: The starting interface is desktop.
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
MODULE 3 Internet Basics © Paradigm Publishing, Inc.1.
Share Spearheadtroopers.com Article/s. How to share Spearheadtroopers.com Articles? Share to Facebook Social Media 1.Open Mozilla Firefox or Google Chrome.
Test Automation For Web-Based Applications Portnov Computer School Presenter: Ellie Skobel.
Chapter 1 Getting Started with Adobe Photoshop CS4.
Test Automation For Web-Based Applications Portnov Computer School 1 Selenium HP Web Test Tool Training.
Introducing Dreamweaver. Dreamweaver The web development application used to create web pages Part of the Adobe creative suite.
Debugging It is what you do. Debugging Where your time is spent: 1 st place: documentation 2 nd place: debugging Most valuable skill: Debugging!
Debugging tools in Flash CIS 126. Debugging Flash provides several tools for testing ActionScript in your SWF files. –The Debugger, lets you find errors.
Creating and Editing a Web Page Using Inline Styles
15 Copyright © 2004, Oracle. All rights reserved. Debugging Triggers.
Tutorial 10 Programming with JavaScript. 2New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives Learn the history of JavaScript.
Microsoft Office 2008 for Mac – Illustrated Unit D: Getting Started with Safari.
Creating Web Pages with Links, Images, and Embedded Style Sheets
1 Browser Selection & Setup For Cayuse Browser Performance Firefox - Recommended browser for Cayuse424 with any operating system. Has the fastest.
JavaScript and AJAX 2nd Edition Tutorial 1 Programming with JavaScript.
Fab25 User Training Cerium Labs LabCollector - LIMS Lynette Ballast.
How to Read/View ePub Books in Firefox?. We often use web browser to open and visit our favorite webpages. And we often encounter a site that's offering.
© 2010 Robert K. Moniot1 Chapter 6 Introduction to JavaScript.
Essential tools for implementing and testing websites
Tutorial 10 Programming with JavaScript
Tutorial: How to Creat a Website.
Chrome Developer Tools
2018 CONFERECE WEB APP
Welcome! IE 7 Test Drive Presented by the Office of Information Technology.
Your 1st Programming Assignment
WEB PROGRAMMING JavaScript.
Web Page Design CIS 300.
How to debug a website using IE F12 tools
Selenium IDE Installation and Use.
Presentation transcript:

Browsers © Copyright 2014, Fred McClurg All Rights Reserved

Browser Development Requirements JavaScript Console Debugger Inspect (and modify) live sites Fast Standards compliant Secure 2

JavaScript Development Browsers Google  Chrome  Chrome Canary eSXS 3

JavaScript Development Browsers Firefox + Firebug  Firefox  Firebug (Add-on) 4

Installing Firebug within Firefox Easy way to install correct version:  Tools => Add-Ons  Extensions Tab  Type “firebug” in the search text  Press “Install” button 5

JavaScript Development Browsers Safari  Safari  Webkit Nightly Builds 6

Firefox + Firebug Enable & Setup Enabling: o Tools -> Web Developer -> Firebug -> Open Firebug o View -> Firebug Setup: o Tools -> Web Developer -> Firebug -> Firebug UI Location -> Right 7

Chrome/Canary Enable & Setup Enabling: View -> Developer -> Developer Tools Setup: Gear -> Dock Right 8

Safari/Webkit Enable & Setup Enabling: Safari -> Preferences... Advanced Tab [x] Show Develop menu in menu bar Develop -> Show Web Inspector 9

Running JavaScript Console o Auto completion on reserved words o Auto completion for previous variables o Type first characters and “tab” or “right arrow” to accept completion proposal o Default console allows only one line of text o Multiple lines can be entered by pressing the red “Show Command Editor” icon and then pressing the “Run” button to execute 10

Running JavaScript Console o After using copy and paste in the console, enter a return to execute. o A variable as a single statement displays the value to the console. o Use URL “ about:blank ” to display a blank page. o Use “ clear(); ” to clear text in the console. 11

JavaScript Console Output Description: JavaScript does not provide any print or output functions. However, a number of browsers offer several functions for printing messages to the console. Examples: console.log( "Log message." ); console.debug( "Debug message." ); console.info( "Info message." ); console.warn( "Warning message." ); console.error( "Error message." ); 12 consoleLog.html