Categories

Pixel Converter

This is an update to my earlier post Pixel to EM converter which focused on the online utility to convert ‘pixels’ to ‘ems’. I have updated the utility to support more units and it now can convert between any of the following units:

Pixel
EM
Point
Percent

You can also convert a CSS file contain any of all of the [...]

HTTP REFERER header not set when location.href is used for page navigation | Microsoft Connect

Its pretty frustrating to see that IE doesn’t set the ‘referer’ header when navigating pages using ‘location.href’. The header is set properly if you are using anchor tags (<A>) to navigate through pages.

Normally this is much of an issue for navigation unless you validate using the referer header. One such case is when you are [...]