March 2009 - Posts

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…

Taken from the SuperPreview site:

This free download will allow you to compare renderings of IE6 with whatever other version of IE you have installed on your machine. If you have installed IE8, you’ll be able to compare IE6, IE8 and IE8 running in IE7 compatibility mode, side-by-side.

Posted by Rick van den Bosch | 1 comment(s)
Filed under: , ,

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… :p

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?

My Twitter info:

Posted by Rick van den Bosch | with no comments
Filed under: ,

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).

Posted by Rick van den Bosch | with no comments
Filed under:

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.NET WebForms sites…

Windows 2000, XP, Server 2003:
http://code.msdn.microsoft.com/KB962351/Release/ProjectReleases.aspx?ReleaseId=2294

Windows Vista, Server 2008:
http://code.msdn.microsoft.com/KB967535/Release/ProjectReleases.aspx?ReleaseId=2328

(the KB article is not yet ready but will be published shortly)

Read the entire article over here: http://weblogs.asp.net/bleroy/archive/2009/03/23/asp-menu-fix-for-ie8-problem-available.aspx

Posted by Rick van den Bosch | with no comments
Filed under: , ,

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): http://www.frankwatching.com/archive/2009/03/13/app-gespot-microsoft-bizspark/

Posted by Rick van den Bosch | with no comments
Filed under: , ,

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)

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? 

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. Deselecting the ‘Enable ClickOnce Security Settings’ checkbox will solve this ‘problem’ for you.

For more information about Code Access Security, take a look over here: http://msdn.microsoft.com/en-us/library/z17ceyya.aspx