Categories

Tag Archives: trace

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