Found 17 hits, currently showing 11-17.
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
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
Over the years, we’ve seen the birth and death of several design patterns for graphical user interfaces.
Continue reading
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
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
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
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