Posts in category ”Coding”

Found 42 hits, currently showing 31-40.

Dynamic type creation in ASP.NET

Dynamic type creation in ASP.NET

ASP.NET web controls are usually littered in the markup in design time, but sometimes there is a need to dynamically add controls to an ASP.NET web page in runtime. Its quite easy to generate a server control from a string.

Continue reading

Using CSS Sprites

Using CSS Sprites

CSS Sprites was first introduced in 2004 by Dave Shea in the article CSS Sprites: Image Slicing’s Kiss of Death. At least it was the first time I read about the technique.

Continue reading

The beauty of simplicity in interfaces
Breakpoint issues in Visual Studio

Breakpoint issues in Visual Studio

When debugging large projects in Visual Studio, I’ve sometimes noticed that the IDE has suddenly inserted breakpoints at random places in the code. This can be largely confusing, since they does not appear in the list of breakpoints and won’t go away by a simple “clear bookmarks” command.

Continue reading

Firehoses in SQL Server

Firehoses in SQL Server

While modifying rows in a database with Enterprise Manager in SQL Server 2000 I got an exciting error message: “Transaction cannot start while in firehose mode”. Even though this is better than “Error=47”, I think it would be nice with a bit more information.

Continue reading

Microsoft Live 2006 tour

Microsoft Live 2006 tour

I just got home from a day filled of Microsoft information. There were sessions on three parts of WinFX: Windows Presentation Foundation (WPF, formerly codenamed Avalon), Windows Communications Foundation (WCF, codenamed Indigo) and Windows Workflow Foundation (WWF).

Continue reading

MIX06 in Las Vegas

MIX06 in Las Vegas

Following the events of SXSW, the MIX06 conference was the next logical step. For the last days the Venetian in Las Vegas has been hosting this eagerly awaited event focusing on Microsoft web issues.

Continue reading

Turkish culture issues in .NET

Turkish culture issues in .NET

I came across a very fishy bug which seemed to occur only for Turkish locales in Windows. It turned out that case sensitivity was the culprit and both Rick Strahl and Scott Hanselman had written about the issue a few months ago.

Continue reading

Browsing in Visual Studio

Browsing in Visual Studio

There is a lot of talk right now about the new tab functionality in IE7, and the fact that tabbed browsing actually is available in IE6 as well by means of a plugin. However, there is another Microsoft tool that can be used for tabbed browsing: Visual Studio 2003.

Continue reading

Creating a dropdown menu in CSS

More results

Page: 1, 2, 3, 4, 5.