Dive into the archives.
- Opera and Chrome order numeric object properties (javaScript)
The other day I was debugging some old Javascript code and I found some remarkable differences between the javascript engines of Opera and Chrome on the one hand and all other browsers on the other hand.
It has to do with the order of javascript object properties.
The code creates an object like this:var numbers = new […]
- Internet Explorer 8 crashes on querySelectorAll?
Internet Explorer 8 on Windows XP crashes on querySelectorAll?
Go to the IE8 crash page
In IE8, Microsoft Internet Explorer 8, a new and convenient method has been introduced by the name ‘querySelectorAll’ By using this method you can find DOM elements based on CSS class names. Useful? Oh yeah, this could be very useful. But […]
- jQuery sortable portal
Based on a great example on the jquery site I have built my own example of a sortable portal. Please look at the original demo http://ui.jquery.com/repository/real-world/layout/
I have to say I did not do much tweaking on the javascript code. I did mainly some HTML and CSS code change and I have changeed some little […]
- FireBug 1.2 final release
At last there has been the release of FireBug 1.2.
After some weeks of almost endless beta updates we have the new Firebug version.
and it is a good and stable version. I hardly can’t believe I used to work without this tool.
I use FireBug everyday, I cant miss it anymore. I am so glad I don’t […]
- Firebug bug
Maybe I found an small bug in Firebug 1.2
It is about the inspect tab in Firebug. I can not use the inspect tab any more when I try to inspect a HTML page with some specific CSS. Unfortunately the site getfirebug.com is down for day’s now, so I can not write a bug […]
- Kings of Code part 2
We have seen and heard some very interesting speakers on the Kings of Code conference in Amsterdam.
First of all there was Nate Koechley. He is a front end engineer from Yahoo! and he is working on YUI. Everything he told I knew already, but he did a very good and convincing gig. He had one […]
- Kings of code
I am really excited. My friend Lennie and I are going to Amsterdam. I’ve been many time in that city so that’s is no reason for excitement. But we are going to see and hear some real javascript hot shots. John Resig, Nat Koechley and others are speaking on may 27 on the King […]
- Welcome to domnodes.org
There is not much to see at this moment. Please come back later and read about interesting subjects like Javascript, Dom-script, web interfaces and browsers. Thank you!


Recent Comments