-
21 Jan 2010 12:04 AM #1
Internet Explorer Problems and IE Debuging
Internet Explorer Problems and IE Debuging
Hii,
we have problems on IE...
But we have to support our systems in IE, since many users use IE...
Anyway,
I wonder to learn what is the right way of debuging in IE.
I mean do Ext team prefere which tools to test (and debuging) the applications in IE?
And should we know which basic principles about IE while coding? (any link about this subject)
Best wishes, thanks a lot.
Extatic Emre...
-
21 Jan 2010 12:25 AM #2Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- The Netherlands
- Posts
- 24,251
- Vote Rating
- 40
I don't have any tutorials, but here is a list of software I use to debug in IE:
Internet Explorer Application Compatibility VPC Image (to test a specific IE version - Script Debugger and Developer Toolbar are already included)
IETester (for quickly comparing rendering differences between IE versions)
Fiddler2 (for XHR testing)
I heard good things about debugging with Visual Studio Express (apart from it being rather slow), but I never used it.
-
21 Jan 2010 12:40 AM #3
Visual Studio debugger did miracles for me. If fact i use it more than firebug. If you are not lucky enough to have Full Visual Studio you can try to setup Visual Studio Express. Nice tutorial http://www.berniecode.com/blog/2007/...loper-express/
All Best
---
Željko Mitrović
http://skitanja.blogspot.com/
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." Martin Golding
-
21 Jan 2010 5:43 AM #4
You could also check out Firebug Lite:
Firebug Lite is a JavaScript file you can insert into your pages to simulate some Firebug features in browsers that are not named "Firefox".
It creates the variable "firebug" and doesn't affect or interfere with HTML elements that aren't created by itself.
-
21 Jan 2010 6:20 AM #5Sencha - Community Support Team
- Join Date
- Nov 2008
- Location
- San Diego, Peoples' Republic of California
- Posts
- 2,040
- Vote Rating
- 7
SilkJS - Server Side JavaScript Swiss Army Knife and HTTP Server
Powerful, flexible, advanced charting for ExtJS and Touch: http://zingchart.com
Javascript rocks. Even on the server-side:
ExtJS Forums' Server-Side Javascript Social Group
-
21 Jan 2010 6:34 AM #6
Firebug Lite throws
in IE8Code:Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Timestamp: Thu, 21 Jan 2010 14:34:00 UTC Message: Object doesn't support this action Line: 54 Char: 13 Code: 0 URI: http://getfirebug.com/include-script.js
Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
21 Jan 2010 6:38 AM #7Sencha - Community Support Team
- Join Date
- Nov 2008
- Location
- San Diego, Peoples' Republic of California
- Posts
- 2,040
- Vote Rating
- 7
SilkJS - Server Side JavaScript Swiss Army Knife and HTTP Server
Powerful, flexible, advanced charting for ExtJS and Touch: http://zingchart.com
Javascript rocks. Even on the server-side:
ExtJS Forums' Server-Side Javascript Social Group
-
21 Jan 2010 6:43 AM #8
I use IE8's debugger to debug IE problems. Even though a lot of our customers use IE6. It's nearly as buggy, so I can usually get things ironed out before I have to RDP to the one machine we have which we keep an old copy of IE6 on!
Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
21 Jan 2010 6:45 AM #9
-
21 Jan 2010 8:54 PM #10
Dear Ext members,
Thanks a lot for your replies.
I will analize all tools you mentioned.
Good works,
Get same rendering for all browsers...


Reply With Quote


