by Elisabeth Robson | Jun 16, 2016 | beginner, blog, Video, Web
In a previous post I showed the features of the Safari and Chrome consoles. Here, I do the same for the Firefox console, which has many similar features, as well as a couple of features unique to Firefox. This is a great way to get comfortable in all the major browser...
by Elisabeth Robson | Jun 13, 2016 | beginner, blog, Video
Chrome and Safari both allow you to edit and experiment with your HTML and CSS right in the browser. The tools and features available in both these browsers have expanded considerably in the past couple of years, giving developers many more options for experimenting...
by Elisabeth Robson | Jun 8, 2016 | beginner, Video, Web
In a previous video about using the browser developer tools, I focus on how to use the JavaScript console to experiment with and test your JavaScript code. In the following videos, I provide a quick overview of the main features in the Safari and Chrome developer...
by Elisabeth Robson | May 7, 2014 | blog, JavaScript, JSVideo, Teaser Video, Video
The Document Object Model (DOM) The secret to getting your web pages to do your bidding with code is to use JavaScript to manipulate the Document Object Model, or DOM. The DOM is an upside-down tree-like structure that the browser uses to represent your web page...
Comments