It doesn't like bath tubs.
Sun 2010-02-07 ( In En bl )

Why did I name my blog “(almost) murphy.de”? Two reasons:

  • My internet nickname is murphy, and I’m German. However, murphy.de was taken. I thought I could use that as an idea for the name.
  • I’m an incomplete being. There’s a great Blues Brothers song called Almost (original by Downchild) which gave me the idea. I think “almost” is a nice word, too.

So, this is my explanation :) What about your blog’s name?

Fri 2008-12-19 ( De bl )

Mein Lieblings-Stoffpinguin.
Piet leidet noch an globaler Erkältung.

(almost) murphy.de hat zur Weihnachtszeit ein neues Layout.

  • Die Farben habe ich mit ColorBurn ausgesucht (This Is On My Side, 14. Dezember).
  • Der Hintergrund für die Titelzeile ist mit Inkscape gemacht – meine erste SVG-Grafik.
  • Wem der neue Stil nicht gefällt, der kann auf den alten wechseln. Im Firefox geht das mit Ansicht / Webseiten-Stil / Original Style.1
  • Der Footer ist jetzt nicht mehr “fixed”, sondern einfach am Ende des Blogs – sieht besser aus so, und verwirrt Safari nicht.

1 Sieht nicht so aus, als würde Safari alternative Stylesheets unterstützen…traurig.

Frohes Fest!

Fri 2008-08-22 ( En pr bl )

Camping sessions not working lately? Well, it’s a problem with Rails 2.1, to be more precise: ActiveRecord 2.1.0.

This took me at least 5 hours, but I finally got it: the latest version of AR does Dirty tracking and partial SQL updates. This means it only saves a new value when it thinks the attribute has changed. Nice, but it bugs Camping. So, here’s the patch:

Wed 2008-01-23 ( bl )

Ich bin am Überlegen, ob ich das Blog englisch, deutsch oder zweisprachig machen soll. Was sind die Vor- und Nachteile?

Mon 2008-01-14 ( bl En )

I have a new blog :-)

Not much to say currently, but stay tuned…or linked.

Mon 2008-01-14 ( bl pr )

History

I began writing the application that runs this blog on 2008-01-13, shortly after exploring Camping, _why’s extremely small web framework (which has only 4KB of code). I was amazed how easy it is to create a web application with it.

Sun 2008-01-13 ( bl ma )

Seems to work…except for the fixed elements. What a PITA.

Sun 2008-01-13 ( bl )

I decided to support only IE7+. I refuse to test this site on IE6, sorry. Update your browser or send me a patch :P

Update: I found out that IE6 and IE7 don’t accept Content-Type=application/xhtml+xml. How stupid can a browser be?

Sun 2008-01-13 ( bl )

I’m testing my new blog. It’s very small (318 lines of Ruby code, about 130 lines of CSS), using Camping and Textile.

The source code and the style sheet are Public Domain.