Archive for September, 2013

Sorting columns using a list of objects (c#)

September 17th, 2013

Rendering a collection of items in columns could be problematic, at least if you want to sort the items vertically in each column, or you need to use separate surrounding html tags for some reason.

Example: You have a list of letters – a, b, c, d, e, f – and you want to group them like this:
a   c   e
b   d   f

(more…)

Arrow image after external links – CSS tweak

September 17th, 2013

Here’s a little CSS tweak to have a custom image, like this shown directly after any external links in a list. By external, I mean they begin with http even though you could argue that internal links with a full absolute URL also could begin with that as well.
(more…)