in

Browse by Tags

  • Testing web apps on IE6, IE7 and IE8

    As web developers we have to test our websites on IE6, then IE7, and now IE8. You can find tips and tricks to install several versions of IE on the same machine, but it may be easier and cleaner to use VPC instead. Microsoft provides a link to download several VPC hard disk images containing pre-activated...
    Posted to Laurent Duveau (Weblog) by Anonymous on 04-03-2008
  • Learning ASP.NET (links to resources)

    People often ask me where to find resources to learn ASP.NET I must say that I learnt almost EVERYTHING from the QuickStart Tutorials : http://quickstarts.asp.net/QuickStartv20/aspnet/Default.aspx These tutorials are very good and shows every features of ASP.NET with code samples in C# and VB! The forums...
    Posted to Laurent Duveau (Weblog) by Anonymous on 11-29-2007
  • Expression Web and Custom Controls

    In case you wonder how Expression Web deals with custom ASP.NET controls, there are 2 things to notice : Having the control assembly into the \bin directory will not give you any design time rendering in Expression Web. Expression Web do not support custom controls into the Toolbox. Ok, that's not...
    Posted to Laurent Duveau (Weblog) by Anonymous on 11-18-2007
  • JavaScript onLoad event clashing

    This week I had to debug some asp.net pages that has a weird behavior. They work well but each time a Js alert() raise, the hover menu are no more available (it is a classic asp:menu with dynamic hover for sub-menu). The problem was simple: the current function attached to window.onload (which display...
    Posted to Laurent Duveau (Weblog) by Anonymous on 11-16-2007
  • Expression Web and the annoying span lang

    This has been annoying me for a while so now I found the trick let me share this : I have Vista en-US, my keyboard is en-CA and Expression Web in english. Each time I write some text in an html page I get a <span lang="en-ca">...</span > inserted . Result: my pages are full of silly...
    Posted to Laurent Duveau (Weblog) by Anonymous on 09-23-2007
  • Cool free online tools for Web Development

    This is not directly related to ASP.NET but might be very useful for general web development, check out these great free online tools from Dynamic Drive : FavIcon Generator Use this online tool to easily create a favicon (favorites icon) for your site. A favicon is a small, 16x16 image that is shown...
    Posted to Laurent Duveau (Weblog) by Anonymous on 07-11-2007
Page 1 of 1 (6 items)
Powered by Community Server (Commercial Edition), by Telligent Systems