Monthly Archives: July 2009

Düsenrucksack

Ein Neuseeländer hat sich dem Thema Raketenrucksack genähert. Nachdem er viele Nachteile beseitigt hatte (z.B. die kurze Flugzeit von ca. einer halben Minute), hat er neue Nachteile eingebaut: Gigantische Größe und fantastischen Lärm, immerhin aber garniert mit halbstündiger Flugdauer. Hier kann man sich das Spektakel ansehen:

Düsenrucksack – Bericht und Videos

VT2.09 der AKN

André hat angefangen den VT2.09 in Aumühle aufzuarbeiten. Die ersten Türen lassen sich schon mal wieder bewegen und das lose Gerümpel ist auf einem Haufen gesammelt. Scheinwerfer wurden ebenfalls gewechselt und ein Menge Arbeit verrichtet die ich gar nicht mitbekommen habe.

Schön sind nur die Gesichter der Leute denen man erzählt das die draussen liegenden Hauptluftbehälter alte Fliegerbomben wären…

Fonts are finally coming to the web

I have to admit that I didn’t follow developments too closely for the last couple of years, but I was rather surprised today to find that Safari 4, Firefox 3.5 and Internet Explorer 6 to 8 support downloadable TrueType fonts in a compatible and useful manner.

Slashdot post, linked Slate article, nice overview page.

A couple of things that are buried in the pages linked above, but which helped me to get up to speed:

<style>
@font-face {
    font-family: "testing";
    src: url("output.ttf") format("truetype");
}
</style>
<!--[if IE]>
    <style>
    @font-face {
        font-family: "testing";
        src: url("output.eot");
    }
    </style>
<![endif]-->
<div style="font-family: testing">
Hello, Multiple Browser World!
</div>

Now I just need to quickly build a WordPress and a MediaWiki template, and we’re all set 🙂