Javascript's tag archives

How to Enable or Disable JavaScript in your browser?

JavaScript, once the buzz on the internet, was one of the leading technologies which made the web interactive. JavaScripts let designers add load of functionality and appeal to their websites making it more and more interactive. But often JavaScript is used to do things we hate – like adding annoying pop-ups to a website. So you might want to disable or enable JavaScripts in order to enrich your web experience. Here is the way to enable JavaScript in popular browsers: Simple steps to...

Inspect web elements using Google Chrome Inspector

Google Chrome has loads of features some of which are an absolute delight for Webmasters. One such feature is the Google Chrome Inspector. To inspect, edit and debug the HTML, CSS or Javascript in a webpage in Google Chrome, right-click on the page and click on Inspect Element in the context menu that follows:   The Chrome Inspector opens up in a new window. Features of Chrome Inspector: 1. Elements: In the Inspector elements tab, you can find HTML, CSS and Javascript elements buried...