Archive for May, 2008
Reflow
by gregs on May.30, 2008, under CSS, JavaScript, browser, rendering
Or more appropriately what is it? Fascinating…
IIS virtualhosts and SSL
by gregs on May.21, 2008, under iis, web server
For posterity, if you are configuring several websites, that use the same IP/port combination for SSL and you are using host headers to identify them, then you’ll need to follow these steps, particularly this one here. Always strikes me as odd that when you basically have everything in a GUI, for the final step you have to crak open the command line. Especially when you consider that you don’t need to do anything for multiple hosts on port 80.
Embedded images an IE work around
by gregs on May.18, 2008, under JavaScript
A while back I posted about using the data:image/jpeg;base64 to directly embed the image in to the source attribute of an image tag, however this did not work with IE. Today I stumbled across this JavasScript solution. Certainly an option, though in my case it was overkill, however I thought others might find it useful.