Browse by Tags

All Tags » InternetExplorer (RSS)

More On ASP.NET Validators And Validation Summary Rendering of Properties

On previous posts [ ^ ][ ^ ] I mentioned the size of ASP.NET validators and validation summary rendering and the fact that expando attributes are being used to add properties. Mohamed also mentions this issue. Besides the fact that custom attributes aren't...

Testing With Multiple Versions Of Internet Explorer

On a previous post I mentioned IETester . Jorge Moura mentioned TredoSoft ’s MultipleIEs and a list of web browsers .
Posted by Paulo Morgado | with no comments

DebugBar, Companion.JS And IETester

Some days ago a colleague of mine pointed out to me this tool ( IETester ) that allows testing the different rendering and JavaScript engines of Internet Explorer (5.5, 6, 7 and 8beta1) side by side with the installed version. I haven’t tested IETester...

Internet Explorer vs. FireFox

Until recent I had never used FireFox (FF) because Internet Explorer (IE) was good enough for me. I don't do much web page development and because I own licenses for Visual Studio (VS), HTTPWatch and IEWatch (tried the Internet Explorer Developer...

IE8 Beta 1 is out

If you want to download IE8 Beta 1 and test it, it's here . Read the Release notes and the IE8 Readiness Toolkit which will give a detailed description of the features. If you have any feedback, use the feedback form , which allows you to submit bugs...
Posted by Paulo Morgado | with no comments

Find As You Type for Internet Explorer

It astonishes me how something as simple as this is not part of Internet Explorer .
Posted by Paulo Morgado | 1 comment(s)
Filed under: ,

How To Close Browser Windows In Windows Internet Explorer 7

When a web page uses scripting to close a browser window that was opened by the user and not opened by some action on another page, Internet Explorer pops up a question to the user warning that " The webpage you are viewing is trying to close the...

WebBrowserControl for the .NET Framework 1.1 Updated

"My" WebBrowserControl for the .NET Framework 1.1 has been updated. A few bugs were fixed and a few changes were made to the API (still thinking of a .NET 2.0 version). I managed to solve all the problems with the design time but, unfortunately...

Developer Tools for Internet Explorer

For the past months I've been developing ASP.NET infrastructure (authentication, authorization, profile, membership and resource providers). My job is not building web pages. My job is make the lives of web page developers a lot easier (well, they...

IE 7 is out

Download: IE7 Final For Windows XP 32-Bit http://download.microsoft.com/download/3/8/8/38889DC1-848C-4BF2-8335-86C573AD86D9/IE7-WindowsXP-x86-enu.exe Download: IE7 Final For Windows Server 2003 32-Bit http://download.microsoft.com/download/D/1/3/D1346F12...
Posted by Paulo Morgado | with no comments

WebBrowserControl for the .NET Framework 1.1

Finally, I published "my" WebBrowserControl for the .NET Framework 1.1 . I wanted to do a nice article on the buts, hows and whys, but never got the time for it. And since .NET 3.0 is knocking on our door, pretty soon no one will care about .NET 1.1 stuff...