Categories

Featured templates

Developer Tools

How to use Google Chrome Web Inspector

Developer Tools
  |  
October 10 2016

This tutorial is going to show you how to work with Google Chrome Web Inspector.

Read More

Firebug. How to determine a file with needed code

Developer Tools
  |  
May 04 2016
In this tutorial we will learn the way to use Firebug tool to determine the file we need to update for specific styling.
Read More

How to use Google Chrome Device Emulation feature

Developer Tools
  |  
October 28 2015
This tutorial will show you how to use Google Chrome Device Emulation feature. This feature will help you to test your responsive designs by emulating different screen sizes and resolutions.
Read More

Firebug. How to use “Break on attribute” feature

This tutorial is going to show you how to fix the position of a drop-down menu using “Break on attribute” feature in Firebug.

Read More

Firebug. Mozilla Firefox plugin

Developer Tools, Website Development
  |  
June 15 2011
Firebug is a Mozilla Firefox plugin that can be used to inspect the website source code, modify the CSS and trace the website errors.
Read More

Developer Tools

Developer Tools, Website Development
  |  
June 15 2011

While working with website templates you may often need to modify the HTML markup, CSS styles or JavaScript files. Usually to modify some elements on the page you should browse through the files and search for necessary line.

This post will show you how to make the process easier and clear using the browser developer tools.

The browser developer tools …

Read More