Archives

Archives / 2006 / December
  • Updated Version of WPF/E Pad

    Tags: AJAX, Ajax.NET, ASP.NET, WPF, WPFE

    Mike Harsh has updated his WPF/E Pad. The new version has the following changes:Enhanced readability by lightening the background color of the XAML textarea Modifed the loading logic to download one … more

  • WPF/E Plugin Update: how does it work?

    Tags: ASP.NET, Silverlight, WPF, WPFE

    Today I had a look on how the WPF/E plugin will check if there is a new update available. Would it be in Windows Updates or is there any automatic update done?Every web page that will include the WPF/ … more

  • Web Developer Tools

    Tags: HTML, JavaScript

    Taylor Hayward has launched a new web site that will collect useful helpers for web developers, a lot of great examples and free icons or images, thePeoplesToolbox. more

  • A short list of WPF/E exmaples

    Tags: AJAX, JavaScript, Silverlight, WPFE

    - Flash and WPF/E combined:http://thewpfblog.com/examples/wpfe/microbe/Default.html- Page Turnerhttp://go.microsoft.com/fwlink/?linkid=79204&clcid=0x409- Sprawl Gamehttp://go.microsoft.com/fwlink/ … more

  • More WPF/E and Flash Integration Madness!

    Tags: WPF, WPFE

    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

    Tags: AJAX, ASP.NET, Atlas, JSON

    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

    Tags: AJAX, JavaScript

    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

  • IE6 and IE7 Running on a Single Machine

    Tags: AJAX, ASP.NET, IE

    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