Most browser width 800 779 related news are at:
justaddwater.dk
– justaddwater.dk | Instant Usability & Web Standards
Generate CSS sprite for all world’s flags 19 Jun 2013 | 05:46 pm
Recently i worked on a project, which had to use flag icons for all flags in the world. The implementation looked like this: css file: . In order to reduce the number of HTTP requests, I wanted to...
Git checkout old revisions by date 10 Nov 2012 | 03:24 am
I wanted to do some code stats for a repository. This line checks out old revisions by date and shows code stats: git checkout `git rev-list -n 1 --before="2012-03-01" master` Then, I ran cloc to coun...