Michael's Blog
ASP.NET and Embedded Development
-
More WPF/E and Flash Integration Madness!
I found again a very nice example on how WPF/E and Flash are working together. Lee has written an example where you will see WPF/E and Flash side-by-side, you don't see the difference.Perhaps I& … more
-
Rules you need for Fiddler
From time to time I install Fiddler on new PCs and everytime I have the same problem: which rules do I need to get most from Fiddler. Here are my top 5 rules I use:In OnBoot() I use following two … more
-
POST vs. GET
I'm reading a lot of performance issues when using POST instead of GET in AJAX enabled web applications. What are the key benefits of each http method? And is POST really slower than GET?POSTBy … more
-
Pending Members - Google Groups XSS Bug [Part 1]
During the weekend I found an script error on the Google pending members web page. Because I was using the new Google groups beta interface I didn't looked on it. But today the script error still … more
-
IE6 and IE7 Running on a Single Machine
Brian is writing on his blog that Microsoft offers a free Windows XP including Internet Explorer 6 as a VPC image to test web sites with IE6:Many of you have asked how to run IE6 and IE7 in a side by … more
-
Microsoft Network Monitor 3.0 released
The Microsoft Network Monitor Development Team has released the new Network Monitor 3.0. Here are the key features:A completely new user interface Real time capture and display of frames … more
-
Syntax error: line 1 using Microsoft ASP.NET AJAX [part 2]
Last Friday I wrote about the problem of atlasglob.axd on MSDN. Today I did several tests and found out that the Accept-Language is one of the problems there, and that is the reason why not … more
-
The idea of UpdatePanels combined with JavaScript
I come across more and more web sites where JavaScript is used to get great user experience on the client-side. There are a couple of JavaScript frameworks written only to add animation effects to … more
-
Showcase of Sites Powered by ASP.NET AJAX
I had some time to have a look at the showcases of sites powered by ASP.NET AJAX. There are a couple of new web sites available that I didn't looked at. I started my Internet Explorer, Fiddler … more
-
Syntax error: line 1 using Microsoft ASP.NET AJAX
I read the last post from Rick Strahl about IE 7 Script Errors. Yes, I found this already on some sites, too, so I started to find the real issue.For this I started the great Fiddler tool to analyse … more