Category Archives: Web

Google App Engine + Java

Google has released Google App Engine with support for Java! It includes a neat plugin for Eclipse also. Here is a video showing features of the Eclipse plugin. Must test this during the Easter holiday!

Posted in Development, Web | Tagged , , | Leave a comment

Sticky load balance with Apache HTTPD 2.2

Apache HTTPD 2.2 includes some interesting features for making a basic load balancer. This configuration makes a sticky loadbalancer with 3 backend servers. It is not dependant on any specific configuration of the backend server such as JSESSIONID or PHPSESSIONID. … Continue reading

Posted in Development, Web | Tagged , , , , , | 21 Comments

Apples releases Safari 4 Public beta

Apple released Safari 4 Public beta today! Even more competition to the javascript speed race. Nice features such as Cover flow, Nitro (new Javascript engine), history view, native windows look and feel etc.

Posted in Web | Tagged , , , | Leave a comment

Beautiful code with wordle

Had to test generate a wordle from source code. In this case HttpServletRequest.java.

Posted in Development, Web | Tagged , , , | 1 Comment

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

Posted in Development, Web | Tagged , , , , , , | 1 Comment

Badge code in countupdown

I added possibility to create your own badge for countupdown. Click on an arbitrary counter and you will find badge code if you click the Toggle badge code>>. Seems to be very buggy in other browsers than Safari (remember til … Continue reading

Posted in Web | Tagged , , | 1 Comment

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!

Posted in Development, Web | Tagged , , | Leave a comment

The 10 Commandments of Web Design

Good article about web design. Rule number one, “Thou shalt not abuse Flash”.

Posted in Development, Web | Tagged , , , | Leave a comment

Countupdown as Dashboard Widget

Someone found a neat way to utilise my countupdown application as a Web clip widget in OS X’s Dashboard. Use Make Text smaller (cmd -) in Safari before using Web clip feature to make it smaller.

Posted in Development, Mac, Web | Tagged , , , | Leave a comment

First Google App Engine project

Quite useless but helped me to learn python (indentation hell), django, app engine etc. http://countupdown.appspot.com

Posted in Development, Web | Tagged , , , , | 2 Comments