Firebug Tutorial Section 3: Script Tab : Javascript Debugging I’m going to show you how to debug the Javascript code with Firebug in this tutorial. If you are an Ajax developer, the tutorial will help you in many ways to boost your production in your RIA (Rich Internet Application) development. The following topics will be [...]
Firebug Tutorial Section 2 : HTML Tab – Examples Example 1.1. How to inspect the HTML element or how to figure out the structure of the web design you like Note: I’m *NOT* encouraging people to copy the other people creative work. I’m just showing how to learn other people’s creation. Don’t get me wrong. [...]
Firebug Tutorial Section 2 : HTML Tab – All about HTML tab Introduction The HTML tab is the second tab of Firebug console that allows you to play with HTML DOM in your browser. There are “View Source” window in the left side of the HTML panel and 3 sub panels called “Style”, “Layout” and [...]
Firebug Tutorial Section 1: Console Tab : Using Commandline API in Firebug Introduction Commandline is one of the most useful features of Firebug. If you have some experiences in using Microsoft Visual Studio, you may know the usefulness of “Immediate window” and “Watch window” of VS while you are debugging. Firebug’s commandline is like the [...]
John J Barton from Firebug team announced that Firebug 1.1 (beta) has been released yesterday (12th September, 2007). Download : http://fireclipse.xucia.com/#Downloads What’s new in Firebug 1.1 (beta) Release Date: 12th September, 2007 broswer-cache indicator eval() debugging, external editor interface, browser-generated event handler debugging, executable lines marked with green line numbers, user-controlled naming of eval() buffers, [...]
Firebug Tutorial Section 1: Console Tab : Logging, Profiling and CommandLine (Part II) Introduction This tutorial is the part II of “Firebug Tutorial – Logging, Profiling and CommandLine“. (If you haven’t read the part I of this tutorial, I would recommend you to read the part 1 first.) The following topic will be covered in [...]