I've dealt with this problem before and completely forgot about it until a couple days ago... When it came up again :-)
The problem has to do with secure and un-secure elements on a page. If you create an iframe without a "src" attribute, and you are on a secure site, Internet Explorer will throw a security error. Obviously, this is not what we want to see; especially when the client is a huge insurance company. The solution, clearly, is to simply provide a "src" attribute"..
<iframe id="select_box_hider" ></iframe>
Why would you create an iframe without an src? Good question. The reason is to hide <select> elements in IE6 when a floating <div> is over them. The user will never even see the iframe, so I figured I could skip the "src" part. You need the iframe because IE6 behavior is that a <select> is always on top of everything, regardless of assigned z-index...
Read More »
Simply amazing. I recommend watching it muted The guys are french or something and there is awful music playing.
Pandora is a really slick service that generates playlists based on a certain song or artist. This explains how save the songs you listen to as mp3!
Hack A Day serves up a fresh hack each day, every day from around the web and a special how-to hack each week.