Firefox Extensions Mike Takahashi Office of Instructional Development.

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of HTML.
Advertisements

1 Web Site Design Overview of the Internet Cookie Setton.
WCAG 2.0 top ten checkpoints Ten popular area of focus for compliance and accessibility.
XP Information Technology Center - KFUPM1 Microsoft Office FrontPage 2003 Creating a Web Site.
Firefox Addon development tutorial 谢烜
Create slices and hotspots Create links in Web pages Create rollovers from slices Create basic animation Add tweening symbol instances to create animation.
Lecture 2B: HTML and CSS IT 202—Internet Applications Based on notes developed by Morgan Benton.
Creating and Publishing Your own website
JavaScript Development Tools Front-End Development.
Debugged!.  You know that old line about an ounce of prevention?  It’s true for debugging.
1 CS428 Web Engineering Lecture 18 Introduction (PHP - I)
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.
Overview of HTML. Three Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 2: Working with Webpage Files.
Debugging JavaScript CS346. IE Javascript Debugging Aids From IE6 on default: no debugging aid for Javascript Change setting: – Tools > Internet Options.
INTRODUCTION TO CLIENT-SIDE WEB PROGRAMMING ACM 511 ACM 262 Course Notes.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
Computer Concepts 2014 Chapter 7 The Web and .
1 HTML/XHTML Objectives Explain what HTML is and how Web pages use HTML Explain what HTML is and how Web pages use HTML Demonstrate how to create Web pages.
WaveMaker Visual AJAX Studio 4.0 Training Troubleshooting.
Using Styles and Style Sheets for Design
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.
WaveMaker Visual AJAX Studio 4.0 Training Installation.
Web Programming: Client/Server Applications Server sends the web pages to the client. –built into Visual Studio for development purposes Client displays.
Styling and theming Build campaigns in style. What we'll look at... How a web document is structured How HTML and CSS fit together Tools you will need.
Overview of HTML/XHTML Two Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
Expression Web 3... now with TFS!. What is Expression Web 3? Professional web design and development tool Create standards-based Web sites faster & easier.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 1 1 Microsoft Office FrontPage 2003 Tutorial 1 – Creating a Web Site.
XHTML and CSS Session 1 Intro, (X)HTML, CSS, W3C, browsers, webpage, structure, tags, attributes, elements, web development process, basic XHTML elements.
Browsers © Copyright 2014, Fred McClurg All Rights Reserved.
FireBug. What is Firebug?  Firebug is a powerful tool that allows you to edit HTML, CSS and view the coding behind any website: CSS, HTML, DOM and JavaScript.
YEAR 8 – WEB DESIGN IN HTML Lesson 2. STARTER Use the internet to find out what JavaScript is? Use ‘Microsoft Word’ to write down your list.
Use CSS to Implement a Reusable Design Selecting a Dreamweaver CSS Starter Layout is the easiest way to create a page with a CSS layout You can access.
UPLOAD / DOWNLOAD april  HTML5 is just the next iteration of HTML  Previous version was technically HTML 4.01, which incorporated XHTML 1.0.
Web Development 101 Presented by John Valance
Using FrontPage FrontPage is a great Web editing tool for people with limited knowledge and time for HTML coding. It’s similar to using Microsoft Word.
The Web Wizard’s Guide to HTML Chapter One World Wide Web Basics.
Cascading Style Sheets CSS. Source W3Schools
DYNAMIC HTML What is Dynamic HTML: HTML code that allow you to change/ specify the style of your web pages. Example: specify style sheet, object model.
TOPIC II Dynamic HTML Prepared by: Nimcan Cabd Cali.
CS543: WEB APPLICATION PROGRAMMING Lab 1: HTML tags & SW installation Computer Science Department.
Advanced Topics Lecture 8 Rachel A Ober
Chapter 8 HTML Editors. Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 8-2 Text Editors Text editors don't have word processing features.
Basic HTML. Lesson Overview In this lesson, you will learn to:  Write HTML code using a text editor application such as Notepad.  View Web pages created.
Dave Salinas. What is XML? XML stands for eXtensible Markup Language Markup language, like HTML HTML was designed to display data, whereas XML was designed.
JavaScript & Introduction to AJAX
IE Developer Tools Jonathan Seitel Program Manager.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 8 1 Microsoft Office Access 2003 Tutorial 8 – Integrating Access with the.
Web Scraping with Python and Selenium. What is Web Scraping?  Software technique for extracting info from websites Get information programmatically that.
Browser Compatibility Testing, using different browsers Conditional Statements.
Creating Image Based Rollovers with CSS Mike Takahashi Office of Instructional Development.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Cascading Style Sheets
Essential tools for implementing and testing websites
Programming Web Pages with JavaScript
Microsoft® Office FrontPage® 2003 Training
© 2016, Mike Murach & Associates, Inc.
Microsoft Office Illustrated
Mendeley Download Instructions
Essentials of Web Pages
Introduction to Web Page Design
HTML 5 Training HTML 5 SYMANTICS [Notes to trainer:
Mendeley Download Instructions
Introduction to Web Application Design
Murach's JavaScript and jQuery (3rd Ed.)
Web Programming and Design
Lab 1: D3 Setup John Fallon
Presentation transcript:

Firefox Extensions Mike Takahashi Office of Instructional Development

Firefox Extensions If you’re using IE…have you used Firefox? As a web designer/developer, Firefox extensions will make your life a lot easier There are hundreds of great extensions you can get all for FREE! Which extensions should I get?

Web Developer Extension A must have for all web designers/developers. Allows real-time editing of CSS. You make a change to the CSS, it updates the page. Now reloading or saving. Validation Tools Cookie Management, etc.

View Formatted Source “View formatted source gives you a well-rendered view of the page's source. More important, when you hover over an opening tag, it shows you the CSS that gets used for that tag. And with multiple css files it shows them in the order in which they're used.” Note: On a PC, you must have Firefox’s web developer tools installed for this to work correctly. Without this, you will get a message saying you must install the DOM Inspector. Download the latest version of Firefox and install. When prompted, select “Custom Install” and then select “Web Developer Tools”.

View Source Chart “Creates a Colorful Chart of a Webpage's Rendered Source Code” Like View Formatted Source, except you don’t get the CSS feedback.

X-Ray “When applied to a page it can help you see how the document was constructed without having to go back and forth between the source code and the page in your browser. Is that list made of li, dd or p elements? Is that an h3 tag or just some bolded text? X-Ray shows you what's beneath the surface of the page.”

ColorZilla An eyedropper tool for color selection and testing. Similar to Mac’s DigitalColor Meter (located in Applications > Utilities)

Firebug FireBug lets you explore the far corners of the DOM by keyboard or mouse. All of the tools you need to poke, prod, and monitor your JavaScript, CSS, HTML and Ajax are brought together into one seamless experience, including an error console, command line, and a variety of fun inspectors. Safari has a similar tool called Web Inspector

Web Inspector - WebKit for Mac Not for Firefox, but worth mentioning! A tool for web developers to view DOM and CSS elements/attributes on a web page. Right-click anywhere on the page and select “Inspect Element”

IE Tab Embedding Internet Explorer in tabs of Firefox.

Stand Alone Browsers Testing with IE 5.1, 5.5 etc. Allows for separate installs of various versions of IE on the same machine