Posts in category ”Development”

Found 23 hits, currently showing 21-23.

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

WinForm

Windows Forms controls in the browser

How do Java applets fit into the world of .NET? The short answer is that they don’t, but it’s possible to achieve a similar design using Windows Forms controls.

Continue reading

More results

1 2 3