Statistics

Total Posts: 34
This Year: 0
This Month: 0
This Week: 0
Comments: 174


RSS 2.0   SocialTwist Tell-a-Friend


Admin

Sign In

Navigation


Recent Posts


On this page....

Debugging web pages with IE Developer Toolbar

Archives

 Full Archives By Category
 2007 Calendar View
<September 2010>
SunMonTueWedThuFriSat
2930311234
567891011
12131415161718
19202122232425
262728293012
3456789

Categories

CDOSYS (1) Classic ASP (10) Command Line (2) Databases (16) Excel (1) HTML (1) IIS (10) Indexing Service (1) Internet Explorer (7) Media Streaming (1) MS.Net (2) SQA (7) SQL Server (16) Windows OS (2)

Blogroll - Fav Blogs


Acknowledgments

DasBlog Theme Design by: Tom Watts
E-mail: Send mail to the author(s)
Theme Image by: dreamLogic

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

Technology Blog

# Saturday, February 14, 2009
I think I wrote the program correct, but still the web page does not show the desired HTML output. How do I debug and validate my web page HTML and CSS rendered to the browser?

Well Internet Explorer 6.0 and 7.0 has an ad-on called “IE Developer Toolbar” to debug and validate a web page HTML and CSS. It’s a very handy tool and offers some cool features like:
  • Previewing web page layout in different resolutions
  • Ruler to aid positioning of elements (measuring in pixels)
  • Previewing the source of the webpage with color codes
  • Selecting web page elements and viewing CSS properties applied on the element
  • Trace style of an element to its declaration

You can download the IE Developer Toolbar (IE DevBar) from here.