Archive for the 'Digital' Category

DTA-Leser

Das PEAR-DTA-Paket bekommt zur Zeit eine Lese-Funktion, um DTA/DTAZV-Dateien auch einlesen zu können.

Mit dem DTA-Leser stelle ich nun ein Beispielskript online um Dateien entgegenzunehmen und ihren Inhalt anzuzeigen. Ist in einigen Situationen recht nützlich…

On Invaluable Resources

Names and numbers are important but invaluable resources in IT (e.g. URIs, IPs, e-mail adresses). Their consideration nicely distinguishes techies (for lack of a better word; everyone with certain technological experience and proficiency) from non-techies (e.g. management :->).

Non-techies see these resources as abundant and dirt-cheap because they do not cost any money. – Whereas techies regard them are scarce and expensive because no amount of money can completely revert a bad allocation.

Google Summer of Code 2010

Logo: Google Summer of Code 2010A quick reminder: the application deadline for GSoC2010 is this friday.

I highly recommend to participate because it is a great opportunity to get the experience of working with a mentor in a large open source project.

Read the rest of this entry »

Ada Lovelace Day

Ada Lovelace Day, March 24 2010

PHP syslog patch

Given a multiuser webserver with PHP and error logging to syslog. Problem: how do you correlate error messages with users? This patch lets PHP call openlog() with a configurable program name. Read the rest of this entry »

Firefox 3.6 und die Tabs

Wer viele Tabs benutzt findet das Update auf Firefox 3.6 vermutlich verwirrend,  den neue Tabs werden nun nicht mehr am Ende der Tab-Liste, sondern direkt nach dem aktuellen Tab eingefügt. Wenn man dann auch noch öfters zwischen Tabs hin- und herwechselt, wird’s so völlig unübersichtlich.

Um das bisherige Verhalten wiederherzustellen lässt sich unter about:config die Option browser.tabs.insertRelatedAfterCurrent auf false stellen.

25 Jahre Elite

Elite cover pictureIm September 1984 erschien die erste Version des Spiels “Elite” – und erschuf damit das Genre der Weltraum-Simu­lations­spiele. In wenigen Kilo­byte erschufen Ian Bell und David Braben 8×256 Planeten, Raum­stationen sowie die Cobra Mk III des Spielers.

Read the rest of this entry »

How to create OpenDocument texts with PHP

The problem: take a PHP/SQL web application and add a function to export form letters. Because they might have to be edited later, the letters are not to be exported as PDFs but as ODT files for word processing.

When I implemented this I could not find documentation about this, so I wrote a small how-to.

Read the rest of this entry »