Archive for April, 2005

Metro is Totally Gay

Tuesday, April 26th, 2005

I saw the WinHEC keynote speak livel (over the internet of course) last night and when they got to introduce Metro I kept thinking; “What the fuck!” and “Metro is totally gay”. It is so damn obvious that Microsoft is trying to replace PostScript, which does exactly the same thing and has been working, and [...]

Firefox 1.0.3.1?

Tuesday, April 19th, 2005

Firefox 1.0.3 was a serious mistake. It basically breaks any application designed to be used with both MSXML and XMLHttpRequest because it breaks the prototype chain on getters for native objects.
For example it breaks Sarrissa, Bindows, WebFX’s XML Extras, WebFX’s IE Emu, some code at Forgetfoo’s site as well as a lot of other sites.
Below [...]

New Computer

Tuesday, April 12th, 2005

Over the weekend I assembled my new computer. It is an AMD 64 with Windows XP Pro x64 Edition so now the task of finding programs compiled for x64 starts.
This time I’m trying to keep away from a few programs that I’ve found annoying over the years. The first task I’m at is to find [...]

Without the with statement

Monday, April 11th, 2005

The with statement is a powerful programming concept that Microsoft added to JScript because it was already in VB and VBScript. It later became part of ECMAScript because one of the major players had it.
The with statement allows you to reference fields in an object without prefixing the field.
var x = 100;
document.body.style.left = x + [...]

InnerHTML is Evil

Friday, April 8th, 2005

The usage of innerHTML is most likely the most widely spread non standardized DOM feature available today. It was introcuded in IE4 back in 98. Setting innerHTML parses the string as HTML and replaces the content of the element with the nodes generated by that HTML string. Very useful indeed.
But like most things, innerHTML has [...]

Tips, Tricks and Recommendations

Friday, April 8th, 2005

I think I came up with quite a few good subjects to cover here at my weblog. I will be posting tips, tricks and recommendations covering JavaScript, DHTML as well as designing APIs. These are all of course my personal views and based on experiences from both WebFX, WebOS, Bindows as well as from my [...]

Switching to WordPress

Friday, April 1st, 2005

I’m in the process to switch my weblog to WordPress instead of MovableType. I’ll try to do the transition to my old theme over the weekend (although the default one looks better).