Skip to main content.

Archives

This is the archive for October 2005

Wednesday, October 26, 2005

Recently, I discovered something some interesting things about Internet Explorer:

When assigning some HTML to the innerHTML property of a DOM element, Internet Explorer performs some security text, especially if the inserted HTML contains javascript (e.g. <a href="..." onclick="javascript code">...).

If you create elements dynamically (e.g. var e = document.createElement('p');) and assign something to innerHTML before appending the created element to the DOM tree, Internet Explorer performs its security text in the zone to which about:blank belongs.

Saturday, October 01, 2005

On twofifty.org, you can track which movies of the IMDb top 250 list you've seen. It's currently open for all in a closed beta width invites, of which I have 4 left to share. Send me your mail address and name, and I'll see what I can do for you.

By the way, twofifty.org was developed by Tim Broddin, which you might remember from the Nucleus Support Forum as JefPober or Sir_Psycho.