Blog
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…
Since the beginning of this month, that all has changed: I joined BDO) and can now work ’normal’ hours in stead of ‘I-own-my-own-company-and-have-to-make-every-minute-of-every-day-count’ hours. I’ll probably still be pretty busy, but there’s a difference between busy and busy… 😉
Blog
“The project location is not trusted”
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.
I already tried adding the new child group under the Internet_Zone in stead of the LocalIntranet_Zone, and using the complete server name and the server IP address in stead of the name of the server.
Blog
Running Windows Vista on a MacBook Pro
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.
Blog
Microsoft DevDays ‘09, I’m attending!
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’ll be seeing you @ The Hague next week 🙂
Blog
Finally, a way to preview your site in all (important) browsers
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…
Update: This first beta version only allows you to preview your site in different versions of Internet Explorer. We will have to wait for the full feature set until the final release of this tool…
Blog
Twitter
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 … 😜
Do you (actively) use twitter? And if so, what’s your account, do you use it on your desktop / laptop / mobile device … and which client(s) do you use?
Blog
Article ‘de MediaGarde’ online
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).
Blog
Fix available for IE8 asp:menu problem
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.
So here it is, the patch for menu is out and you can apply it to build IE8-compatible ASP.
Blog
Our company at frankwatching.com
Our company has been mentioned in an article at the (pretty well-known) blog www.frankwatching.com.
Read it over here (Dutch)
Blog
In this mode, command line arguments will not be passed to the executable
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 didn’t run in to this earlier, but yesterday it suddenly popped up. But I did change my zone security, so that might be of some influence… Apparently, this is because of the Debug in Zone settings you can find at the Security tab of your project properties.
Blog
Installing my laptop after a repair
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)
Blog
HowTo: Add a body onload script to a page that uses a MasterPage
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’.