ItsProgramming
Blog Updates
The Basics
HTML
CSS
JavaScript
The Web
Dev Tools
Bootstrap
jQuery
CLI
Hosting & Deployment
Version Control
NFT
2018 - 2021 by
Hazy
Dev Tools
Getting Started with Chrome Dev Tools
2020.04.30 (3 min)
Cool! So far we've looked at each of the most used languages on the web, how to write code, how to write good code and most importantly…
Inspecting HTML and CSS
2020.04.30 (3 min)
The very first thing you should learn to do with the dev tools, is inspecting HTML to understand why it does (or doesn't) work. In the…
Simulating Mobile Devices
2020.04.30 (1 min)
You probably noticed the button next to the "inspector" mode at the top of the sidebar. Quite simply, it allows you to simulate how your…
Taking Screenshots with Dev Tools
2020.04.30 (1 min)
A very convenient feature, that I actually found out about only about a year ago, is the ability to take screenshots right there in the…
Debugging JavaScript with Dev Tools
2020.04.30 (6 min)
So far the browser dev tools seem to have tons of cool stuff that can be done, it really changes the way you view web pages, since you can…