SlideShare ist ein Scribd-Unternehmen logo
1 von 30
Downloaden Sie, um offline zu lesen
alanseiden.com
Alan Seiden Consulting
Browser tools that make
web development easier
Browser tools that make web development easierAlan Seiden Consulting
My focus
Advancing PHP on IBM i
• PHP project leader, Zend/IBM Toolkit
• Contributor, Zend Framework DB2/i enhancements
• Developer, Best Web Solution, IBM/Common
• Authority, web performance on IBM i/iSeries
2
Browser tools that make web development easierAlan Seiden Consulting
Contact information
Alan Seiden
alan@alanseiden.com
201-447-2437
alanseiden.com
twitter: @alanseiden
3
Browser tools that make web development easierAlan Seiden Consulting
Where to download these slides
From my site
http://alanseiden.com/presentations
On SlideShare
http://slideshare.net/aseiden
The latest version will be available on both sites
4
Browser tools that make web development easierAlan Seiden Consulting
Client-side development tools
• Not my usual PHP server-side topic
• Today we discuss the client side
 That means what ends up in the user’s browser
 Dynamic HTML, styles and classes, javascript,
performance related to HTTP requests
• Free tools that run in our web browser can teach
us what we’re doing right and wrong
5
Browser tools that make web development easierAlan Seiden Consulting
Format of today’s talk
• Mostly live demos of the tools
• These slides will not contain all the details
of each tool—only basic reference info
• People reading these at home will miss
the details
6
Browser tools that make web development easierAlan Seiden Consulting
Browser tools?
7
Browser tools that make web development easierAlan Seiden Consulting
“View source” started it all
•“View Source” was the original built-in browser tool
•CTRL+U is its shortcut on many browsers
•It still works but does not meet today’s challenges:
 Dynamic HTML (View Source doesn’t include it)
 Performance and speed testing
 Debugging of style sheets (CSS) and javascript
 Sophisticated redirects and AJAX
8
Browser tools that make web development easierAlan Seiden Consulting
Firefox add-ons
9
Browser tools that make web development easierAlan Seiden Consulting
Why Firefox?
•Favored by developers
•Highly extensible add-on system
 Anyone can create an add-on
•To see all Firefox add-ons for web developers:
 https://addons.mozilla.org/firefox/extensions/web-development/
10
Browser tools that make web development easierAlan Seiden Consulting
Web Developer Toolbar
•URL: http://chrispederick.com/work/web-developer/
•Author: Chris Pederick
•Browser: Firefox
•Purpose
 Analyzes web pages in dozens of ways
 Easy enough for non-programmers to use
 Favorite features:
• View generated source (such as generated by javascript)
• View style information
• Outline various types of objects, table cells, etc
11
Browser tools that make web development easierAlan Seiden Consulting
Web Developer Toolbar in detail
•Quick way to figure out what’s going on in a page
•Example below: check CSS style/class of menu item
12
Browser tools that make web development easierAlan Seiden Consulting
Live HTTP Headers
•URL: http://livehttpheaders.mozdev.org/
•Authors: Daniel Savard, Nikolas Coukouma
•Browser: Firefox
•Purpose
 Shows the “flow” of HTTP request/response
 Great tool to teach how the web works
 See submitted form data
 Determine what pages load before redirects occur
13
Browser tools that make web development easierAlan Seiden Consulting
Live HTTP Headers in detail
•Example below: Capture what URL was launched
before redirect occurred
14
Browser tools that make web development easierAlan Seiden Consulting
Colorzilla
•URL: https://addons.mozilla.org/firefox/addon/colorzilla/
•Author: Alex Sirota
•Browser: Firefox
•Purpose
 Find out what colors are used in web sites, including in images
 Helpful for building a color palette
 It’s so good, you may find yourself loading images in a browser
so you can use this tool
15
Browser tools that make web development easierAlan Seiden Consulting
Colorzilla in detail
•Example: Which “blue” was used in NEMUG’s logo?
16
Browser tools that make web development easierAlan Seiden Consulting
Firebug
•URL: https://addons.mozilla.org/firefox/addon/firebug/
•Author: Joe Hewitt, johnjbarton, robcee,
FirebugWorkingGroup, Jan Odvarko
•Browser: Firefox
•Purpose
 Advanced tool for programmers
 Debug javascript and CSS
 Measures performance
 A container for other tools
•Has more features than we could possibly cover
here
17
Browser tools that make web development easierAlan Seiden Consulting
Firebug in detail
• See relationships between page objects, HTML, scripts, styles
18
Browser tools that make web development easierAlan Seiden Consulting
Firebug in detail
• I recently used it to understand layout issues with my blog
19
Browser tools that make web development easierAlan Seiden Consulting
Firebug in detail (Pagespeed)
• Includes Google’s PageSpeed diagnostic tool
20
Browser tools that make web development easierAlan Seiden Consulting
For other browsers
21
Browser tools that make web development easierAlan Seiden Consulting
Internet Explorer Developer Tools
 Included with IE. Launch via menu or F12 key
22
Browser tools that make web development easierAlan Seiden Consulting
IE Developer Tools example
 See all “Alt Text” for page
23
Browser tools that make web development easierAlan Seiden Consulting
Safari Developer Tools
 http://developer.apple.com/technologies/safari/
developer-tools.html
24
Browser tools that make web development easierAlan Seiden Consulting
Google Chrome Developer Tools
 http://code.google.com/chrome/devtools/
 Anyone here have experience with this?
25
Browser tools that make web development easierAlan Seiden Consulting
Resources
26
Browser tools that make web development easierAlan Seiden Consulting
Resources
 Firefox
 List of add-ons: https://addons.mozilla.org/firefox/extensions/web-
development/
 Web Developer Toolbar: http://chrispederick.com/work/web-developer/
 Live HTTP Headers: http://livehttpheaders.mozdev.org/
 Colorzilla: https://addons.mozilla.org/firefox/addon/colorzilla/
 Firebug: https://addons.mozilla.org/firefox/addon/firebug/
 FirePHP: http://firephp.org
• Safari
 Safari Developer Tools: http://developer.apple.com/technologies/safari/
developer-tools.html
 Internet Explorer
 Developer menu is built in
 Google Chrome
 Developer Tools: http://code.google.com/chrome/devtools/
27
Browser tools that make web development easierAlan Seiden Consulting
Now it’s your turn
28
Browser tools that make web development easierAlan Seiden Consulting
Share your favorite browser dev tools
• What tools do you use?
• How will you use what you learned today?
29
Browser tools that make web development easierAlan Seiden Consulting
Contact
Alan Seiden
Alan Seiden Consulting
Ho-Ho-Kus, NJ
alanseiden.com
30
alan@alanseiden.com ● 201-447-2437 ● twitter: @alanseiden

Weitere ähnliche Inhalte

Was ist angesagt?

DB2 and PHP in Depth on IBM i
DB2 and PHP in Depth on IBM iDB2 and PHP in Depth on IBM i
DB2 and PHP in Depth on IBM iAlan Seiden
 
Zend Products and PHP for IBMi
Zend Products and PHP for IBMi  Zend Products and PHP for IBMi
Zend Products and PHP for IBMi Shlomo Vanunu
 
Fundamentals of performance tuning PHP on IBM i
Fundamentals of performance tuning PHP on IBM i  Fundamentals of performance tuning PHP on IBM i
Fundamentals of performance tuning PHP on IBM i Zend by Rogue Wave Software
 
Performance tuning with zend framework
Performance tuning with zend frameworkPerformance tuning with zend framework
Performance tuning with zend frameworkAlan Seiden
 
PHP on IBM i Tutorial
PHP on IBM i TutorialPHP on IBM i Tutorial
PHP on IBM i TutorialZendCon
 
PHP Installed on IBM i - the Nickel Tour
PHP Installed on IBM i - the Nickel TourPHP Installed on IBM i - the Nickel Tour
PHP Installed on IBM i - the Nickel TourRod Flohr
 
Running open source PHP applications on you IBM i
Running open source PHP applications on you IBM iRunning open source PHP applications on you IBM i
Running open source PHP applications on you IBM iProximity Group
 
PHP on Windows - What's New
PHP on Windows - What's NewPHP on Windows - What's New
PHP on Windows - What's NewZendCon
 
PHP and Platform Independance in the Cloud
PHP and Platform Independance in the CloudPHP and Platform Independance in the Cloud
PHP and Platform Independance in the CloudZendCon
 
Getting Started with SQL Server Compact Edition 3.51
Getting Started with SQL Server Compact Edition 3.51Getting Started with SQL Server Compact Edition 3.51
Getting Started with SQL Server Compact Edition 3.51Mark Ginnebaugh
 
Zend con 2016 bdd with behat for beginners
Zend con 2016   bdd with behat for beginnersZend con 2016   bdd with behat for beginners
Zend con 2016 bdd with behat for beginnersAdam Englander
 
Extension Library - Viagra for XPages
Extension Library - Viagra for XPagesExtension Library - Viagra for XPages
Extension Library - Viagra for XPagesUlrich Krause
 
IBM Connections administration – keep your systems running the right way
IBM Connections administration – keep your systems running the right wayIBM Connections administration – keep your systems running the right way
IBM Connections administration – keep your systems running the right wayLetsConnect
 

Was ist angesagt? (17)

DB2 and PHP in Depth on IBM i
DB2 and PHP in Depth on IBM iDB2 and PHP in Depth on IBM i
DB2 and PHP in Depth on IBM i
 
Zend Products and PHP for IBMi
Zend Products and PHP for IBMi  Zend Products and PHP for IBMi
Zend Products and PHP for IBMi
 
Getting started with PHP on IBM i
Getting started with PHP on IBM iGetting started with PHP on IBM i
Getting started with PHP on IBM i
 
Fundamentals of performance tuning PHP on IBM i
Fundamentals of performance tuning PHP on IBM i  Fundamentals of performance tuning PHP on IBM i
Fundamentals of performance tuning PHP on IBM i
 
Performance tuning with zend framework
Performance tuning with zend frameworkPerformance tuning with zend framework
Performance tuning with zend framework
 
PHP on IBM i Tutorial
PHP on IBM i TutorialPHP on IBM i Tutorial
PHP on IBM i Tutorial
 
PHP Installed on IBM i - the Nickel Tour
PHP Installed on IBM i - the Nickel TourPHP Installed on IBM i - the Nickel Tour
PHP Installed on IBM i - the Nickel Tour
 
Running open source PHP applications on you IBM i
Running open source PHP applications on you IBM iRunning open source PHP applications on you IBM i
Running open source PHP applications on you IBM i
 
A Bit of REST
A Bit of RESTA Bit of REST
A Bit of REST
 
PHP on Windows - What's New
PHP on Windows - What's NewPHP on Windows - What's New
PHP on Windows - What's New
 
PHP and Platform Independance in the Cloud
PHP and Platform Independance in the CloudPHP and Platform Independance in the Cloud
PHP and Platform Independance in the Cloud
 
Getting Started with SQL Server Compact Edition 3.51
Getting Started with SQL Server Compact Edition 3.51Getting Started with SQL Server Compact Edition 3.51
Getting Started with SQL Server Compact Edition 3.51
 
Zend con 2016 bdd with behat for beginners
Zend con 2016   bdd with behat for beginnersZend con 2016   bdd with behat for beginners
Zend con 2016 bdd with behat for beginners
 
Performance tuning PHP on IBMi
Performance tuning PHP on IBMiPerformance tuning PHP on IBMi
Performance tuning PHP on IBMi
 
Extension Library - Viagra for XPages
Extension Library - Viagra for XPagesExtension Library - Viagra for XPages
Extension Library - Viagra for XPages
 
IBM Connections administration – keep your systems running the right way
IBM Connections administration – keep your systems running the right wayIBM Connections administration – keep your systems running the right way
IBM Connections administration – keep your systems running the right way
 
Zend Framework
Zend FrameworkZend Framework
Zend Framework
 

Ähnlich wie Browser tools that make web development easier

Std 12 Computer Chapter 3 Designing Simple Website using KompoZer
Std 12 Computer Chapter 3  Designing Simple Website using KompoZerStd 12 Computer Chapter 3  Designing Simple Website using KompoZer
Std 12 Computer Chapter 3 Designing Simple Website using KompoZerNuzhat Memon
 
Handy Resources for Developing a WordPress Website
Handy Resources for Developing a WordPress WebsiteHandy Resources for Developing a WordPress Website
Handy Resources for Developing a WordPress WebsiteXHTML Champs
 
Seminar: Become a Reliable Web Programmer
Seminar: Become a Reliable Web ProgrammerSeminar: Become a Reliable Web Programmer
Seminar: Become a Reliable Web ProgrammerAchmad Solichin
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
SEO Fundamentals Outline Lecture 2
SEO Fundamentals Outline Lecture 2SEO Fundamentals Outline Lecture 2
SEO Fundamentals Outline Lecture 2Kalin Chernev
 
Web design and development (1) converted
Web design and development (1) convertedWeb design and development (1) converted
Web design and development (1) convertedSandy Gupta
 
Creating Websites and Blogs that Boost Your Bottom Line, 2013 pubu 801, Shann...
Creating Websites and Blogs that Boost Your Bottom Line, 2013 pubu 801, Shann...Creating Websites and Blogs that Boost Your Bottom Line, 2013 pubu 801, Shann...
Creating Websites and Blogs that Boost Your Bottom Line, 2013 pubu 801, Shann...BookWise Design
 
Useful Accessibility Tools Version 3 - Jul 2021
Useful Accessibility Tools Version 3 - Jul 2021Useful Accessibility Tools Version 3 - Jul 2021
Useful Accessibility Tools Version 3 - Jul 2021Graham Armfield
 
Chrome Developer Tools - Pro Tips & Tricks
Chrome Developer Tools - Pro Tips & TricksChrome Developer Tools - Pro Tips & Tricks
Chrome Developer Tools - Pro Tips & TricksMars Devs
 
#OCSPUG SharePoint 2013 Best Practices
#OCSPUG SharePoint 2013 Best Practices#OCSPUG SharePoint 2013 Best Practices
#OCSPUG SharePoint 2013 Best PracticesIvan Sanders
 
SharePoint Usability and Design Tips for Non Designers
SharePoint Usability and Design Tips for Non DesignersSharePoint Usability and Design Tips for Non Designers
SharePoint Usability and Design Tips for Non DesignersWendy Neal
 
ExpressionEngine : The Business Case
ExpressionEngine : The Business CaseExpressionEngine : The Business Case
ExpressionEngine : The Business CaseExperience Internet
 
Top 6 DevOps Tools For Web Development In 2022.pdf
Top 6 DevOps Tools For Web Development In 2022.pdfTop 6 DevOps Tools For Web Development In 2022.pdf
Top 6 DevOps Tools For Web Development In 2022.pdfSatawareTechnologies6
 
Test Automation with Twist and Sahi
Test Automation with Twist and SahiTest Automation with Twist and Sahi
Test Automation with Twist and Sahiericjamesblackburn
 
Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.JohnLagman3
 
Microsoft WebMatrix Platform Overview
Microsoft WebMatrix Platform OverviewMicrosoft WebMatrix Platform Overview
Microsoft WebMatrix Platform OverviewSpiffy
 

Ähnlich wie Browser tools that make web development easier (20)

Std 12 Computer Chapter 3 Designing Simple Website using KompoZer
Std 12 Computer Chapter 3  Designing Simple Website using KompoZerStd 12 Computer Chapter 3  Designing Simple Website using KompoZer
Std 12 Computer Chapter 3 Designing Simple Website using KompoZer
 
Handy Resources for Developing a WordPress Website
Handy Resources for Developing a WordPress WebsiteHandy Resources for Developing a WordPress Website
Handy Resources for Developing a WordPress Website
 
Web Design Guide
Web Design Guide Web Design Guide
Web Design Guide
 
Seminar: Become a Reliable Web Programmer
Seminar: Become a Reliable Web ProgrammerSeminar: Become a Reliable Web Programmer
Seminar: Become a Reliable Web Programmer
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
SEO Fundamentals Outline Lecture 2
SEO Fundamentals Outline Lecture 2SEO Fundamentals Outline Lecture 2
SEO Fundamentals Outline Lecture 2
 
Web design and development (1) converted
Web design and development (1) convertedWeb design and development (1) converted
Web design and development (1) converted
 
Creating Websites and Blogs that Boost Your Bottom Line, 2013 pubu 801, Shann...
Creating Websites and Blogs that Boost Your Bottom Line, 2013 pubu 801, Shann...Creating Websites and Blogs that Boost Your Bottom Line, 2013 pubu 801, Shann...
Creating Websites and Blogs that Boost Your Bottom Line, 2013 pubu 801, Shann...
 
Useful Accessibility Tools Version 3 - Jul 2021
Useful Accessibility Tools Version 3 - Jul 2021Useful Accessibility Tools Version 3 - Jul 2021
Useful Accessibility Tools Version 3 - Jul 2021
 
Chrome Developer Tools - Pro Tips & Tricks
Chrome Developer Tools - Pro Tips & TricksChrome Developer Tools - Pro Tips & Tricks
Chrome Developer Tools - Pro Tips & Tricks
 
#OCSPUG SharePoint 2013 Best Practices
#OCSPUG SharePoint 2013 Best Practices#OCSPUG SharePoint 2013 Best Practices
#OCSPUG SharePoint 2013 Best Practices
 
SharePoint Usability and Design Tips for Non Designers
SharePoint Usability and Design Tips for Non DesignersSharePoint Usability and Design Tips for Non Designers
SharePoint Usability and Design Tips for Non Designers
 
UI Web Development.pptx
UI Web Development.pptxUI Web Development.pptx
UI Web Development.pptx
 
ExpressionEngine : The Business Case
ExpressionEngine : The Business CaseExpressionEngine : The Business Case
ExpressionEngine : The Business Case
 
Ppt ch03
Ppt ch03Ppt ch03
Ppt ch03
 
Ppt ch03
Ppt ch03Ppt ch03
Ppt ch03
 
Top 6 DevOps Tools For Web Development In 2022.pdf
Top 6 DevOps Tools For Web Development In 2022.pdfTop 6 DevOps Tools For Web Development In 2022.pdf
Top 6 DevOps Tools For Web Development In 2022.pdf
 
Test Automation with Twist and Sahi
Test Automation with Twist and SahiTest Automation with Twist and Sahi
Test Automation with Twist and Sahi
 
Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.
 
Microsoft WebMatrix Platform Overview
Microsoft WebMatrix Platform OverviewMicrosoft WebMatrix Platform Overview
Microsoft WebMatrix Platform Overview
 

Kürzlich hochgeladen

2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 

Kürzlich hochgeladen (20)

2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 

Browser tools that make web development easier

  • 1. alanseiden.com Alan Seiden Consulting Browser tools that make web development easier
  • 2. Browser tools that make web development easierAlan Seiden Consulting My focus Advancing PHP on IBM i • PHP project leader, Zend/IBM Toolkit • Contributor, Zend Framework DB2/i enhancements • Developer, Best Web Solution, IBM/Common • Authority, web performance on IBM i/iSeries 2
  • 3. Browser tools that make web development easierAlan Seiden Consulting Contact information Alan Seiden alan@alanseiden.com 201-447-2437 alanseiden.com twitter: @alanseiden 3
  • 4. Browser tools that make web development easierAlan Seiden Consulting Where to download these slides From my site http://alanseiden.com/presentations On SlideShare http://slideshare.net/aseiden The latest version will be available on both sites 4
  • 5. Browser tools that make web development easierAlan Seiden Consulting Client-side development tools • Not my usual PHP server-side topic • Today we discuss the client side  That means what ends up in the user’s browser  Dynamic HTML, styles and classes, javascript, performance related to HTTP requests • Free tools that run in our web browser can teach us what we’re doing right and wrong 5
  • 6. Browser tools that make web development easierAlan Seiden Consulting Format of today’s talk • Mostly live demos of the tools • These slides will not contain all the details of each tool—only basic reference info • People reading these at home will miss the details 6
  • 7. Browser tools that make web development easierAlan Seiden Consulting Browser tools? 7
  • 8. Browser tools that make web development easierAlan Seiden Consulting “View source” started it all •“View Source” was the original built-in browser tool •CTRL+U is its shortcut on many browsers •It still works but does not meet today’s challenges:  Dynamic HTML (View Source doesn’t include it)  Performance and speed testing  Debugging of style sheets (CSS) and javascript  Sophisticated redirects and AJAX 8
  • 9. Browser tools that make web development easierAlan Seiden Consulting Firefox add-ons 9
  • 10. Browser tools that make web development easierAlan Seiden Consulting Why Firefox? •Favored by developers •Highly extensible add-on system  Anyone can create an add-on •To see all Firefox add-ons for web developers:  https://addons.mozilla.org/firefox/extensions/web-development/ 10
  • 11. Browser tools that make web development easierAlan Seiden Consulting Web Developer Toolbar •URL: http://chrispederick.com/work/web-developer/ •Author: Chris Pederick •Browser: Firefox •Purpose  Analyzes web pages in dozens of ways  Easy enough for non-programmers to use  Favorite features: • View generated source (such as generated by javascript) • View style information • Outline various types of objects, table cells, etc 11
  • 12. Browser tools that make web development easierAlan Seiden Consulting Web Developer Toolbar in detail •Quick way to figure out what’s going on in a page •Example below: check CSS style/class of menu item 12
  • 13. Browser tools that make web development easierAlan Seiden Consulting Live HTTP Headers •URL: http://livehttpheaders.mozdev.org/ •Authors: Daniel Savard, Nikolas Coukouma •Browser: Firefox •Purpose  Shows the “flow” of HTTP request/response  Great tool to teach how the web works  See submitted form data  Determine what pages load before redirects occur 13
  • 14. Browser tools that make web development easierAlan Seiden Consulting Live HTTP Headers in detail •Example below: Capture what URL was launched before redirect occurred 14
  • 15. Browser tools that make web development easierAlan Seiden Consulting Colorzilla •URL: https://addons.mozilla.org/firefox/addon/colorzilla/ •Author: Alex Sirota •Browser: Firefox •Purpose  Find out what colors are used in web sites, including in images  Helpful for building a color palette  It’s so good, you may find yourself loading images in a browser so you can use this tool 15
  • 16. Browser tools that make web development easierAlan Seiden Consulting Colorzilla in detail •Example: Which “blue” was used in NEMUG’s logo? 16
  • 17. Browser tools that make web development easierAlan Seiden Consulting Firebug •URL: https://addons.mozilla.org/firefox/addon/firebug/ •Author: Joe Hewitt, johnjbarton, robcee, FirebugWorkingGroup, Jan Odvarko •Browser: Firefox •Purpose  Advanced tool for programmers  Debug javascript and CSS  Measures performance  A container for other tools •Has more features than we could possibly cover here 17
  • 18. Browser tools that make web development easierAlan Seiden Consulting Firebug in detail • See relationships between page objects, HTML, scripts, styles 18
  • 19. Browser tools that make web development easierAlan Seiden Consulting Firebug in detail • I recently used it to understand layout issues with my blog 19
  • 20. Browser tools that make web development easierAlan Seiden Consulting Firebug in detail (Pagespeed) • Includes Google’s PageSpeed diagnostic tool 20
  • 21. Browser tools that make web development easierAlan Seiden Consulting For other browsers 21
  • 22. Browser tools that make web development easierAlan Seiden Consulting Internet Explorer Developer Tools  Included with IE. Launch via menu or F12 key 22
  • 23. Browser tools that make web development easierAlan Seiden Consulting IE Developer Tools example  See all “Alt Text” for page 23
  • 24. Browser tools that make web development easierAlan Seiden Consulting Safari Developer Tools  http://developer.apple.com/technologies/safari/ developer-tools.html 24
  • 25. Browser tools that make web development easierAlan Seiden Consulting Google Chrome Developer Tools  http://code.google.com/chrome/devtools/  Anyone here have experience with this? 25
  • 26. Browser tools that make web development easierAlan Seiden Consulting Resources 26
  • 27. Browser tools that make web development easierAlan Seiden Consulting Resources  Firefox  List of add-ons: https://addons.mozilla.org/firefox/extensions/web- development/  Web Developer Toolbar: http://chrispederick.com/work/web-developer/  Live HTTP Headers: http://livehttpheaders.mozdev.org/  Colorzilla: https://addons.mozilla.org/firefox/addon/colorzilla/  Firebug: https://addons.mozilla.org/firefox/addon/firebug/  FirePHP: http://firephp.org • Safari  Safari Developer Tools: http://developer.apple.com/technologies/safari/ developer-tools.html  Internet Explorer  Developer menu is built in  Google Chrome  Developer Tools: http://code.google.com/chrome/devtools/ 27
  • 28. Browser tools that make web development easierAlan Seiden Consulting Now it’s your turn 28
  • 29. Browser tools that make web development easierAlan Seiden Consulting Share your favorite browser dev tools • What tools do you use? • How will you use what you learned today? 29
  • 30. Browser tools that make web development easierAlan Seiden Consulting Contact Alan Seiden Alan Seiden Consulting Ho-Ho-Kus, NJ alanseiden.com 30 alan@alanseiden.com ● 201-447-2437 ● twitter: @alanseiden