Changing lanes
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…
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…
After installing Windows 7 and Visual Studio 2010 on my laptop, I ran into the well-known message “The project location is not trusted”. I thought all I had to do was follow the instructions in this MSDN article to get my development share to be trusted again, but this doesn’t seem to work.
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.
Thanks to our friends at Microsoft (and their great BizSpark program) I will be able to attend DevDays ‘09! We won tickets because we updated our company profile and added projects at the Discover Metro site. Normally attending this kind of event is not available to young startups like ours, but now it is!
I just read this great article by Mark Voermans: Expression Web SuperPreview: Look how your site renders in various Browsers.
I don’t know about you guys, but I’ve been waiting for this for a long, LONG time. I’ll give it a go this afternoon and let you know what I think…
The article about our company that was placed in two Dutch magazines can now be found on our website (and of course, this one is in Dutch).
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.
Our company has been mentioned in an article at the (pretty well-known) blog www.frankwatching.com.
Read it over here (Dutch)
When trying to pass some command line arguments to a Console Application, I got the following message: “The current project settings specify that the project will be debugged with specific security permissions. In this mode, command line arguments will not be passed to the executable. Do you want to continue debugging anyway?” (see image)
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)
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: