Posts in category ”Development”

Found 17 hits, currently showing 11-17.

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 were first introduced in 2004 by Dave Shea in the article CSS Sprites: Image Slicing’s Kiss of Death. The word “sprite” derives from the old 8-bit days where bitmaps were moved around the screen in games.

Continue reading

The beauty of simplicity in interfaces

The beauty of simplicity in interfaces

Over the years, we’ve seen the birth and death of several design patterns for graphical user interfaces.

Continue reading

MIX06 in Las Vegas

MIX06 in Las Vegas

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

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

Creating a dropdown menu in CSS

Creating a dropdown menu in CSS

Dropdown menus are often done with a lot of JavaScript but I wanted to do one using CSS. It is reasonably cross-browser and standards compliant.

Continue reading

Client-side table sorting using DOM scripting

Client-side table sorting using DOM scripting

There are many ways to sort a table containing tabular data. A common approach is to perform the sort on the server using ASP or something similar, maybe out of routine using the same thought pattern as in ordinary desktop applications.

Continue reading

More results

1 2