Posts Tagged ‘screenshot’

Batch Screenshots with webkit2png

Monday, January 23rd, 2012 by Jesper Rønn-Jensen

For projects I sometimes have lots of screenshots which I have to repeat whenever I change subtle things in the CSS or HTML. I ended up creating this little handy script based on webkit2png (download source) #!/usr/bin/env sh HOST=”http://localhost:8080/myproject/viewer” /usr/bin/python webkit2png -F -o “01dashboard” $HOST/dashboard /usr/bin/python webkit2png -F -o “02showdetail” $HOST/detail /usr/bin/python webkit2png -F -o […]

Download Pages — IE vs. Firefox

Thursday, August 28th, 2008 by Jesper Rønn-Jensen

Here are two different download paradigms presented by Firefox download page and Microsoft Internet Explorer 8 download page (full size) (full size) It is interesting to see the difference in prioritation of the actions. Microsoft makes all download actions equally important. Which results in 20 download icons that all fight to drag attention. Firefox, on […]