We are developeing web application and website but commonly we are sruggling the browser compateblity issue. how shuld we debugging the issues in different browser? can you give me the free tools for debugging css and jaascripts in different browsers?(ie,firebox,chrome,safari
etc,,,)
Mayil_Gilli
Member
151 Points
217 Posts
Debugging Tools for Different browser?
May 03, 2012 07:14 AM|LINK
Hi,
We are developeing web application and website but commonly we are sruggling the browser compateblity issue. how shuld we debugging the issues in different browser? can you give me the free tools for debugging css and jaascripts in different browsers?(ie,firebox,chrome,safari etc,,,)
Thanks
Mayil.M
roopeshreddy
All-Star
20271 Points
3346 Posts
Re: Debugging Tools for Different browser?
May 03, 2012 07:33 AM|LINK
Hi,
You can use Fiddler which is best and works with most of the browsers - http://www.fiddler2.com/
You can also use IE Developer Tools, by pressing F12 in Internet Explorer!
For Mozilla Firefox, you can use FireBug for debugging!
For Google Chrome and Safari, you can use their Internal debugging tools, which can be enabled from Preferences option!
Hope it helps u...
Roopesh Reddy C
Roopesh's Space
teguhyuliant...
Participant
1370 Points
372 Posts
Re: Debugging Tools for Different browser?
May 07, 2012 08:22 AM|LINK
If you looking for free tools for debugging CSS and Javascript, you can try "Firebug Lite" that one of powerful tools for that.
A1ien51
All-Star
29935 Points
5821 Posts
Re: Debugging Tools for Different browser?
May 07, 2012 03:45 PM|LINK
Chrome, Safari, IE8+ all have debuggers built in and good ones.
Firefox has Firebug which you install
IE8/IE9 can run as IE7 to debug issues.
Eric