Webcams [dutch]

Amersfoort, Holland, somewhere I work ..

Everyday it’s very busy traffic were I work. Today I noticed that they installed 2 webcams above trafficlights.

Watch here LIVE images. Wave when need to stop for the traffic lights ;-)

Search Engine / Function

Changed a piece of code in Search.pm

for people interested: [download here the MT-Search Engine]

Code Sample: (line 348 of Search.pm)
$result_data{‘MTENTRYLINK’} = $blog->archive_url . $sep . $entry->archive_file;
changing to:
$result_data{‘MTENTRYLINK’} = $blog->archive_url . $sep . $entry->archive_file . ‘#’ . (sprintf “%06d”, $entry->id);

100% satisfied I am! Searching and going direct to the entryID .. I tell ya:
Movabletype rocks !