Developer-specific resources include:
MSDN IE Development Forum (post such questions here instead)
http://social.msdn.microsoft.com/For...opment/threads
Tip: When posting in Developer forums, always include a link to your web
site or test pages in your first post.
IE Developer Center
http://msdn.microsoft.com/en-us/ie/default.aspx
Learn IE8
http://msdn.microsoft.com/en-us/ie/aa740473.aspx
HTML and DHTML Overviews and Tutorials
http://msdn.microsoft.com/en-us/library/ms537623.aspx and
Cascading Style Sheets (CSS)
http://msdn2.microsoft.com/en-us/ie/aa740476.aspx
Expression Web SuperPreview for Internet Explorer (free, stand-alone visual
debugging tool for IE6, IE7, and IE8)
http://www.microsoft.com/downloads/d...b-dccff3fae677
Expression Web SuperPreview Release Notes
http://www.microsoft.com/expression/...easeNotes.aspx
Validators:
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/
SM wrote:
> Hi,
> I have a activex application which is closing automatically in
> IE8(closing that application window alone, other IE windows remains)
> without any error messages.
> Application works for a minute and then closes, tried puting debug
> messages in WM_QUIT,WM_CLOSE, but it's not coming there.Checked the
> process in task manager, there is no problem with memory, virtual
> memory.
> The log for IE is always empty in event viewer.
> Do i need to enable logging for IE8?
> I'm using Windows XP.
> How to find the problem that causing the application to close?
>
> Thanks,
> Sony