Nothing but .net

Blend 2 September preview available

Yesterday, another CTP of Blend 2, THE tool for create Silverlight and Windows Presentation Foundation applications, was released. This time, it's the September Preview. Here's a list of what was added/changed: -VS2008 beta 2 full support -Creation of Controls from existing object... [More]

Posted on Tuesday, 25 September 2007 23:24 by gill  |  Comments (0)
Filed under:   WPF | Blend | Design | Silverlight

CSS: use the @import or don't use it?

When using CSS, you can link the stylesheet to your HTML using the 'link' tag (pure HTML) or you can use the @import directive. Which of these 2 is the best, one might think? Well, the answer can be determined by the browsers you are targetting with your site. The @import is currently ... [More]

Posted on Wednesday, 18 July 2007 21:13 by gill  |  Comments (2)
Filed under:   Tips and Tricks | Design