IE Tester :: The ultimate Internet Explorer version testing utility

CSS, Software 5 Comments »

As every mature webdesigner and webdeveloper knows that are a lot of differences between all the different browsers (Internet Explorer, Firefox, Safari,..) Each browser renders a webpage and lay-out a bit differently.

Being the good webdesigner and webdeveloper you want your website / application to look the same in all browser. For this you use CSS hacks and exceptions and so on…

But the problem was usually testing the lay-out in different browsers.
You can install usually different browsers a long each other but there was a problem with installing different versions of browsers.

Example: Internet Explorer 6 still is used a lot, but if you update your windows you get the Internet Explorer 7 (which renders pages very differently from the Internet Explorer 6). So once you upgraded to IE7 there was no real possibility to test or install IE6. This is a widely know problem for most of the webdesigners and webdevelopers.

Until recently you had 2 options:

Option 1: install a VMware OS with for each VMware a different OS with different browser version
This was not ideal because of all performance issues with VMWare and not practical for debugging

Option 2: use a portable version of the browser (as mentioned in my previous post “Portable Internet Explorer 7“)
This was working, but also not ideal since limited and not always stable.

The kind people from DebugBar (IE alternative for Firebug, like mentioned in a previous post “Firebug for IE“) created a new tool “IETester”.
This is 1 tool which has all the different interenet explorer browser engines build-in.

Official description:IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 1, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.”

I tested it and this is what every webdesigner has been looking for, believe me!!!
No more messing around with VMWare and portable version. Just 1 tool for all versions of Internet Explorer, what more do you need.

Download it here: Download IE Tester
Or have a closer look at the official website: http://www.my-debugbar.com/wiki/IETester/HomePage

PS: you find the DebugBar (IE alternative for Firebug) there as well, a most have IE add-on

Screenshot of IE Tester:

Yahoo Grid Builder

CSS No Comments »

If you ever need to build a grid-like structure on a webpage, you have to setup all the different DIV boxes and then start to lay-out and position them with CSS and make the grid cross-browser compatible. This can be quite a hassle and you can loose a lot of your precious time and then you are finished and somebody asks for an extra box. Then you would practically start all over again… You would think :-)


The guys at Yahoo were kind enough to put together a “Grid builder” tool. With this tool you can create your grid and change it as you like with a simple mouse-clicks. When you are happy with the grid you can just save the HTML and CSS code and you are good to go. Saved you half a day of work and perhaps a lot of stress :-)

Yahoo Grid builder: http://developer.yahoo.com/yui/grids/builder/


UPDATE: Somebody made an also a Grid generator. Check it out :: http://grid.mindplay.dk/

Building cross-browser CSS

CSS No Comments »

CSS is a life saver when it comes to managing the GUI of a website.

Changing 1 style in the CSS file, will affect the whole website (if you implemented CSS in the right manner offcourse ;-) )

But even your precious planned CSS lay-out is a victim of the different rendering of the default styles in the various browsers.

For example a H1 is rendered in IE with a specific white margin below its text, while in FF this has a different margin.

Even a form is rendered differently.

To prevent from working with 10 different CSS files, one for each browser existing, it’s easier to reset all the default styles to a specific style.

This can very easily be achieved. You need to set all the default styles in 1 CSS which you include each time as the first CSS file and next you will be working with a CSS lay-out that’s cross browser compatible.

How to reset the default styles and which styles to reset is explained by Shape Shed :: http://shapeshed.com/journal/default_styles_for_css/

Another great explenation can by found at the Yahoo UI Library (which is an excellent reference concerning UI) :: http://developer.yahoo.com/yui/reset/

Go have a look and you will save several hours and a lot off stress and cursing when you start lay-outing your next website or web application to be cross browser compatible.

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in