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 [...]
Continue reading »Batch Screenshots with webkit2png«
Using maven behind a firewall in environments with an internal repository can be troublesome, and even break the build. Here is an option to set up Maven
Continue reading »Maven mirrorOf * in settings.xml breaks the build«
Just a quick tip for intellij users. For an old project i wanted to convert JUnit 3 testcases to JUnit4 format. Most stuff was already in place, but after the conversion, i found that some of the old “assertTrue”, “assertFalse”, and “assertEquals” statements were failing. So i ended up with some short search/replace, which are really [...]
Continue reading »IntelliJ Structural Search to Convert from JUnit3 to...«
As the year 2011 comes to an end, it is also time for me to quit my job, which i have had for more than a decade. Starting February 1st, i will join NineConsult, which is a Danish consultant company. I am really looking forward to this change, and it will be interesting to be [...]
Continue reading »Time For A New Job: Hello NineConsult, Goodbye Capge...«
UPDATED 2011-12-14: Prebuilt folder now contains Firefox 8 version of the GWT developer plugin. Since Firefox 7 was released, i have defered upgrading for one simple reason: At work I am dependent on GWT Developer plugin. Today I found the ready-to-release plugin which actually works with Firefox 7: http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/ in here is the gwt-dev-plugin.xpi, and [...]
Continue reading »GWT Developer plugin for Firefox 7 is now Ready«