Course Information
Course Overview
Learn how use Chrome DevTools improve on Debugging, Customize look and feel and learn some shortcuts for Web development
Learn how use Chrome DevTools improve on Debugging, Customize look and feel and learn some shortcuts for Web development.
BONUS - Free eBook PDF guide for lessons
2 Web scavenger hunt lesson challenges
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.
Course Content
- 2 section(s)
- 17 lecture(s)
- Section 1 Introduction to using Chrome DevTools
- Section 2 Google Chrome DevTools Helpful tips
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
Reviews
-
PPranav Umesh Chaudhari
good
-
JJoe McMahan
Thanks
-
BBrad Ranks
This is heavy on CSS and page manipulation. The instructor asks in each lesson that you try to accomplish a task, that you have yet to learn... (WTH?). The code snippets and references are not available, so you have to screen swap a ton to retype what should be a copy/paste in each lesson. There are many reference links that are just "shown" in the video with no way to get to them other than trying to read and manually retype them. (Just frustrating and time consuming). Topics discussed are glanced over quickly and the definitions of the items within the dev tools are not presented/discussed, simply referenced, which is not helpful to someone trying to learn. I was expecting to get an understanding of what each element within the dev tools does and why it exists. This provides more of doing very specific examples and assumes you know CSS, JavaScript and other languages at a pretty high level. Unfortunately, usually anyone who already knows these in this detail, already know the material here. This would be good for a peer programmer showing a peer programmer some "tips" or "tricks".
-
KKonou Vang
A good run thru what chrome devtools do. I like the pace of the course and it has given me insight on how to use the devtools in chrome. The course was well worth it.