Laurent Duveau (archived blog)

Angular and Vue Training Instructor.

  • MVP Global Summit Countdown Sidebar Gadget!

    For my training (and for fun) I made a Vista Sidebar Gadget.
    It is dedicated to MVP as it displays a countdown to the MVP Global Summit event in Seattle on March 12-15, 2007.
    So it's very simple, quite useless and will have a pretty short life, but so geeky ;-)

    I have to credit Abhishek Kant for the original idea. I made a totally new version and added some features :

  • Problem with Flash in IE7 ?


    Maybe your are experiencing this like me: Your IE7 do not show flash content from some websites, even with Flash Player 9 installed on your system, and everything working fine with IE6 or Firefox.

    The fact is for some reasons IE7 corrupt Flash Plugin, in result flash detection on websites do not work. And if you try to click on one of the "upgrade Flash plugin" button the browser consider it is already installed.

    Here is a solution:

    1. Close all open programs
    2. Run Adobe Flash Player Uninstaller
    3. Reinstall the Flash player

    [From http://blog.deconcept.com/2006/12/08/corrupt-flash-player-install-after-ie-7-upgrade/]

    If this do not work you can also try :

  • Hungry about Framework 3 ?

    Go to DinnerNow !!!

    This is a great sample application which use the latest Microsoft technologies !

    "DinnerNow is a fictious marketplace where customers can order food from local restaurants for delivery to their home or office. This sample is designed to demonstrate how you can develop a connected application using several new Microsoft technologies."

    And the list of technologies used is amazing :

  • ASP.NET 2.0 Themes and Custom Controls

    Found an interesting one today on this old topic.

    As you know you can skin your custom controls by adding a <%@ Register tag in your skin file.
    This works great.

    But today I made a new company template and no way to make it work!
    As soon as I add one of my custom control definition in the skin file I get an error :
    "Type FooCompany.Agile.Web.UI.WebControls.XYZ is not defined".

    After 30min of headache I managed to make it work.
    The problem was the Namespace containing my controls is FooCompany.Agile.Web.UI.WebControls and the Theme containing the skin is named FooCompany.
    So I renamed my theme FooCompany_Design and everything is fine.

    Just after that I googled and (of course!) found that the problem was already solved 1 year before there :
    http://odetocode.com/Blogs/scott/archive/2005/09/01/2145.aspx

    Information is power, that's why Google rules the world.

  • ASP.NET AJAX Hands-On Labs in English!

    Early this year, Sascha Corti from Microsoft Switzerland created and made available a great AJAX Hands-On Labs in French and German.
    These HOL has been translated in english by Ken Cox.
    Moreover Ken also updated the HOL material from AJAX RC to RTM !!
    Then Sascha did the same for the French and German versions.
    Now you have the choice of languages and full updated content available in Sascha's blog.