3 Items for December 2009


Link2009 Dec 30

CSS String Truncation with Ellipsis

Matt Snider shows how to accomplish a nice UI that keeps its vertical height on long strings by truncating strings with an ellipsis using only CSS on the client side. Complete with Firefox example using XBL and XUL to account for its lack of support for ellipsis using text-overflow.

BLOG2009 Dec 30

2009 Python Meme

This Python meme was started by Tarek and it sounded thought provoking so I thought I'd join in...

What’s the coolest Python application, framework or library you have discovered in 2009?

I have to say that the Python libraries that changed my day-to-day workflow for me has to ...