Typesafety in python? Not very pythonic.. I know. But I write better code with strong type restrictions and without duck typing. I realized that while I was refactoring some old code I have written a year ago. The error messages are far away from the source of the error because I did not checked the [...]
Monthly Archives: May 2010
Pure CSS box-shadow for IE 7/8
For my photo portfolio website I was searching for an easy way to add flexible shadows to boxes on my website. There are several techniques to achieve this via images, but most of the times these techniques not very flexible. Luckily the upcoming CSS3 standard has a new feature called box-shadow. Which works well in [...]
Posted in Experiments Leave a comment