Monthly Archive for November, 2007

Flock Browser 1.0

Flock 1.0 Browser is ready to download. If you’re a flickr/twitter/facebook user, you’d love using flock. No Solaris Version, yet.

Flock browser 1.0

Web 2.0 Expo Berlin Day 2

Today, most of the time a was at the Sun Microsystems booth, talking to customers, partners and friends. I had the chance to see one Session today: Coding on the Shoulders of Giants by Matt Biddulph, CTO of Dopplr and this was great.

Now, I’ve a Dopplr account…

Matt Biddulph

At the Sun Booth (Roman Strobl and Raju Bitter)

netbeans is meetting openlaszlo

Web 2.0 Expo Berlin

Today, the Web 2.0 Expo Berlin started. I saw two workshop sessions and the Keynote of Tim O’Reilly. The “Scalable Web Architectures: Common Patterns and Approaches” workshop (3 hours..) by Cal Henderson (Flickr) was really great, also the 3 hour presentation by Dion Hinchcliffe.

Starting tomorrow morning, you’ll find me a the Sun Microsystems booth in the exhibit hall 2.2, booth no. D135.

I’ll presenting some of the Hosting Solutions by Pixelpark.

A Picture (more on flickr):
Cal Henderson

and a video from the keynote:

YouTube Preview Image

WP-Syntax code test

wp-syntax is a nice plugin to display source code in word press

1
2
3
4
5
public class Hello {
  public static void main(String[] args) {
    System.out.println("Hello World!");
  }
}