Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Chrome DevTools Introduction Web Developers Guide
Rating: 4.0 out of 5(50 ratings)
5,114 students

Chrome DevTools Introduction Web Developers Guide

Learn how use Chrome DevTools improve on Debugging, Customize look and feel and learn some shortcuts for Web development
Created byLaurence Svekis
Last updated 11/2021
English
English [Auto],

What you'll learn

  • Web Developers tools that can be used to speed up web development process
  • Tools with how they can be used
  • Get details about web pages and HTML CSS and JavaScript
  • Chrome browser users get more out of the browser
  • Using and debugging of Code

Course content

2 sections17 lectures1h 25m total length
  • DevTools Introduction4:07

    Explore chrome dev tools to inspect, debug, and improve web code using the elements panel and console. Learn through hands-on exercises and scavenger hunts with a downloadable guide.

  • PDF Resource and Lesson Guide0:04
  • DevTools Open Options9:03

    master DevTools in Chrome by opening, docking, and customizing the tool to inspect, edit, and test web pages, check responsiveness, and run audits for SEO and accessibility.

  • Elements Panel.10:51

    Explore the Chrome DevTools elements panel to inspect, edit, and manipulate page elements, styles, and attributes, using search, force states, color picker, and live updates.

  • CSS Box Model.5:34

    Explore the css box model with dev tools, viewing computed values and the box model illustration to understand margins, borders, padding, and element size.

  • Web Scavenger Hunt 15:47

    Master Chrome DevTools by inspecting elements to change the Facebook header to black, reveal a Twitter password by switching input type to text, and replace Google's logo with your image.

  • Source Code0:06
  • Console JavaScript.9:07

    Explore the Chrome DevTools console to run JavaScript, manipulate the DOM, select elements with $ and history, clear output, and log, table, and warning messages for debugging.

  • Code Snippets5:42

    Explore chrome devtools code snippets to create, run, and edit javascript snippets that fetch data, select elements on the page, and save reusable code in the browser.

  • Sources FileSystem4:23

    Explore the Chrome DevTools sources file system to add folders to your workspace, edit html files directly in the browser, save changes, and inspect results with the inspector.

  • Web Scavenger Hunt 2.7:12

    Master Chrome DevTools by building snippets to overwrite page content, extract image URLs with the $ selector, loop through them in the console, and download font files.

  • Network Panel5:26

    Explore the network panel to debug ajax requests and asset loads, review status codes, headers, and timing, and read the waterfall for load-time insights.

  • Source Code for Font Files and Application storage0:14
  • Application Tab.6:43

    Explore the application tab to manage local storage, session storage, and cookies with set, get, remove, and clear operations, including JSON stringify for complex data.

  • Audit Tab3:28

    Run audits on any web page using the audit tab and Lighthouse to improve accessibility, performance, and seo from within your dev tools.

  • Short Cuts Conclusion3:01

    Learn how to use Chrome DevTools shortcuts to speed up debugging, including zoom, opening panels, and accessing shortcuts in settings for quick reference.

Requirements

  • Internet access
  • Basic Code HTML JavaScript

Description

Learn how use Chrome DevTools improve on Debugging, Customize look and feel and learn some shortcuts for Web development.

  1. BONUS - Free eBook PDF guide for lessons

  2. 2 Web scavenger hunt lesson challenges

  3. Exercise in each lesson to practice and challenge your skills

Perfect course to explore more about what Chrome DevTools has to offer and how you can use devTools for development.

Chrome DevTools is a set of web developer tools built directly into the Google Chrome browser.

DevTools

  • Help you edit pages on-the-fly

  • Diagnose problems quickly

  • Test and try code

  • Write code snippets

  • Inspect Code

  • Check responsiveness

DevTools ultimately helps you build better websites, faster.  Most browsers have their own version of devtools.

Course covers

  • Open DevTools

  • Element Panel

  • Where to compute and get box model details

  • using the Console and JavaScript coding

  • Snippets of code running and saved in the console

  • Access local filesystem with DevTOols

  • Network for file load times and debugging

  • Application tab for session and local storage values

  • Audit Panel and how to get website improvement report

  • Shortcuts and getting more help with DevTools

Taught by an instructor with over 20 years of web development experience ready to help you learn about DevTools


Chrome DevTools
Chrome DevTools is a set of web developer tools built directly into the Google Chrome browser. DevTools can help you edit pages on-the-fly and diagnose problems quickly, which ultimately helps you build better websites, faster.

Open DevTools
There are many ways to open DevTools, because different users want quick access to different parts of the DevTools UI.

When you want to work with the DOM or CSS, right-click an element on the page and select Inspect to jump into the Elements panel. Or press Command+Option+C (Mac) or Control+Shift+C (Windows, Linux, Chrome OS).
When you want to see logged messages or run JavaScript, press Command+Option+J (Mac) or Control+Shift+J (Windows, Linux, Chrome OS) to jump straight into the Console panel.




Who this course is for:

  • Web Developers
  • Web Designers
  • Coders
  • Anyone developing websites or web applications