Jun 28
Eclipse 3.1 out in the wild
icon1 Niklas | icon2 Tags: . | icon4 06 28th, 2005| icon3No Comments »

Eclipse 3.1 has been released. Eclipse servers are probably smoking by now, the site is hardly accessable (BitTorrent anyone?).

I’ve been using every milestone since 3.0 and very much like what I’ve seen in 3.1. Since I don’t use J2S… sorry Java Platform SE 5.0 yet, I don’t care much about generics and friends. I do like the small things, like performance improvments, quick-filtering of the tree in Preferences, and the new CVS commit dialog.

Jun 16
Back online
icon1 Niklas | icon2 Tags: . | icon4 06 16th, 2005| icon3No Comments »

Almost two months of having no Internet connection at home is finally over. That’s the time it took our provider to move our existing connection from our old apartment to the new one.

Anyways, it’s nice to be back :-)

Jun 14
SVG in Safari
icon1 Niklas | icon2 Tags: . | icon4 06 14th, 2005| icon32 Comments »

Safari is begining their SVG implementation and they aim for mixed namespace support just like Gecko. I don’t care much for the entire build-a-full-application-in-SVG but rather want a good vector graphics language in browsers. But, now that SVG seems to have become a competitive advantage for the browser makers I truely hope that we at least can get SVG Basic mixed with XHTML support in all modern browsers (except IE of course).

Jun 2
SVG on Canvas
icon1 Niklas | icon2 Tags: , . | icon4 06 2nd, 2005| icon3No Comments »

Antoine obviously has been really bored, so bored he even spent time on implementing a SVG renderer on top of WHATWG Canvas spec.