Skip to main content

Blog

Changing lanes

·1 min

As you probably know I’ve worked for my own company for quite a while (see my post ‘A new challenge’ of October first 2008). Because business was good, I had way too little time to keep this blog up to date. Sorry for that…

Running Windows Vista on a MacBook Pro

·1 min

When installing Windows Vista on a MacBook Pro, the default driver for the Wireless Network Adapter doesn’t function properly. To get the Wireless Network Adapter to work, first install the Boot Camp Services by inserting your OS X DVD and running the setup. Next you need to install the Boot Camp 2.1 update. You can download that one by running Apple Software Update, which is installed as part of the Boot Camp Services. And that’s where things go wrong… The Boot Camp update installation downloads properly, but doesn’t complete.

Twitter

·1 min

Of course, twitter has been around for quite a while. The popularity of the service is booming, because it is becoming more and more mainstream now. I myself joined somewhere in the end of 2007, when it was still underground … 😜

Fix available for IE8 asp:menu problem

·1 min

I just read an interesting article on Bertrand Le Roy’s blog. The most important information:

It so happens that the menu control is making a bad assumption on what the default value for z-index should be. We debated this at length with the IE team, but it became clear as we did so that they were right and that we were wrong. We had to fix that.

Installing my laptop after a repair

·1 min

I’m reinstalling my laptop after I got it back from a repair… EMPTY (grrr).

What tools shouldn’t I forget when preparing this laptop to be my development machine? Already have Visual Studio, SQL Management Studio, Office and the Windows Live tools installed… (and of course I have all kinds of tools at hand from my server like DebugView, Reflector and whatnot)

HowTo: Add a body onload script to a page that uses a MasterPage

·1 min

When you use a MasterPage to define the design of your website, you might come across the problem that there is no body element in a web content form. This can be a problem when you want to add an onload script to a specific page. You could of course add the onload on the MasterPage, but you might not want the script to run on every page. There are several workarounds to fix this ‘problem’. The one I used last week was to do the following: