HTML & CSS

Run multiple Internet Explorer versions simultaneously

... with Internet Explorer Collection

There are serveral methods to run multiple versions of IE (.local files, ... ), but none is as comfortable as the Internet Explorer Collection. A simple guided installer installs all released versions of IE in a few steps. You can also install the Developer Toolbar for all versions >= 5 with one tick. For me the collection is the best solution, to test my applications with the Internet...
05-18-2009 1 Comment(s) read the full article

Use data URI's in CSS across all browsers, even in IE < 8

What are data URI's and why you should use them?

Data URI's provide the ability to embed data directly into a document (for example: HTML pages, CSS, ...) without referencing to an external source.

This make it possible to embed images directly into a stylesheet, and you get one single file which is responsible for the look of a website.

Data URI's are a perfect way to reduce the HTTP requests on a website. Reducing the number of HTTP...
05-03-2009 5 Comment(s) read the full article