Dec 23, 2008

FireBug Developer tool Tip

Scenario1: To determine which style sheet or css class is applied to HTML element at runtime. (Figure 1)
Scenario2: How to debug css class? (Figure 2)

Solution:
  1. Download FireFox 3
  2. Download FireBug Add-in
  3. Open firefox, Start > Run > Firefox
  4. Open web site by typing URL
  5. Right click on page and click “inspect element”
  6. Refer below two screen shots

Figure 1

Figure 2

Launching Visual Studio 2005/2008 faster

Ever thought why visual studio takes so much time for loading. Following are two reasons.

1. Start Page gets list of recent projects
2. Start Page connects to internet and get latest visual studio news and headlines and other crap.

Solution: Disable start page from loading when you are launching visual studio.
Start > Run > devenv > Tools > Options > Enviornment > Startup >
a. Set "Show Empty enviornment" in "At startup" dropdown.
b. Uncheck "Download content in every 60 minutes.

See below screen shot for settings.


If you still want to access start page, then go to View > Other windows > Start Page