Category Archives: Development
SSL to SSH tunneling (stunnel)
Sometimes it can be handy to reach your home server even if you have all sorts of proxy servers and firewalls between you and your home server (e.g. from work). Stunnel to the rescue!. Compile it, install it or just … Continue reading
Maven and Eclipse
Good screencast about the m2eclipse plugin for Eclipse. Nice to see that Eclipse is getting better maven support. One of the great disadvantages for Eclipse against Intellij IDEA have been its maven support. There have been some support for maven … Continue reading
Comparison between my generated images and IKEA advertisement
A couple years ago I wrote a small java-program that generated a large image from a collection of thumbnails. I tested the software using thumbnails from the IKEA website. Since the beginning of this week, IKEA is doing a advertisement … Continue reading
Post from wordpress iphone app
Simple application for writing new posts to your wordpress blog. I would love to have copy and paste on the iPhone now!
The 10 Commandments of Web Design
Good article about web design. Rule number one, “Thou shalt not abuse Flash”.
First Google App Engine project
Quite useless but helped me to learn python (indentation hell), django, app engine etc. http://countupdown.appspot.com
Java 6 for Mac OS X
Apple has released Java SE 6 version (1.6.0_05) for OS X. It is Intel 64-bit only so a no go for PowerPC and Intel 32-bit architecture.
TheServerSide Java Symposium – Europe
TheServerSide is arranging TheServerSide Java Symposium in Prague.
LTPA without WebSphere or Domino
Nice post about setting up SSO against a LTPA domain without using a WebSphere Application Server or Lotus Domino. This might become handy.