Laurent Duveau (archived blog)
Angular and Vue Training Instructor.
-
Expression Web and Custom Controls
In case you wonder how Expression Web deals with custom ASP.NET controls, there are 2 things to notice :
-
No more "click to activate" in IE !!!
Whoohoo that is a great news !!!
-
ComponentOne Sapphire project
ComponentOne is preparing a suite of Silverlight 1.1 controls that looks pretty amazing!! Button, CheckBox, ListBox, DatePicker, Accordion, DataGrid, ... the list of controls is totally incredible (see below) *more controls than ASP.NET !!!* and they even use Astoria for data access!
-
Silverlight 1.0 tutorials
-
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 the hover menu) was ripped by another one (which throw the alert).
Keep in mind that such line window.onload = alert('warning!'); remove the existing function attached to onload event.
-
Insert code from Visual Studio to Live Writer
Just a simple useful Live Writer plug-in I wanted to talk about: