don’t!

Picture 2i wish i had thought of that!

la fille de zürich posted a list of all the songs that forbid you to do stuff. in the image on the left you can see a list of my don’ts. (it’s a screenshot from itunes, because i can’t fit all songs on my ipod).

what are the don’ts in your playlist?

[via une fille du limmatquai]

panorama shot

Gensingenfinally i’ve been able to hack together a panorama of the pool we’ve been swimming in in gensingen. if you click on the image on the left you should be able to open the 432kb-file and see how the pool looked from left to right. mind the bad quality of the panorama, but it was shot without tripod and a whimsy camera.

whoah!

i just bought a power mac :-) i’ve been bidding on it, because i thought, that’s such a cheap prize that i’m never gonna win and was not really inclined to buy it.

ah, well then, so i’ll replace my ibook with something more suited to my needs… and because i’m gonna get more money than i thought from teaching last week (the school didn’t know about my master degree) i can afford it.

now i just need a monitor. anyone got a flat-screen lying around? send me an email…

mercedes mixtape 05

mercedes released the new mixtape (version 05). the opener track is a really great jazzy electro-tune.

go grab all the songs at mixed-tape.com, they will be gone after march, 22. (not really gone, but substituted by new songs). i couldn’t find the direct download link, you’ll have to click through the flash-interface and make your selection for the download (all songs together in a .zip-file are 89mb).

and because i missed to download mixed-tape 03 i was googling for it, and found an archive of all mixed-tapes behind this raunchy address (which is completely SFW). so if you want to start a download frenzy, you can…

more dropdowns

Dropdownsthanks to pete bevin, my sidebar now sports some more dropdowns. i fiddled with the code he provides on his page, so now it’s marginally different. for my MT3 installation the code looks as follows:
archive dropdown:

<form>

<select onChange=”document.location=options[selectedIndex].value;” class=”jumpbox”>

<option value=””>monthly archives</option>

<MTArchiveList archive_type=”Monthly”>

<option value=”<$MTArchiveLink$>”><$MTArchiveTitle$></option>

</MTArchiveList>

</select>

</form>

comments dropdown:

<form>

<select onChange=”document.location=options[selectedIndex].value;” class=”jumpbox”>

<option value=””>comment archives</option>

<$MTComments lastn=”10″$ sort_order=”descend”>

<option value=”<$MTBlogArchiveURL$><$MTCommentEntryID pad=”1″$>.html”> by <$MTCommentAuthor$>, <? echo datediff2(‘<$MTCommentDate format=”%Y-%m-%d %H:%M:%S”$>’); ?></option>

</MTComments>

</select>

</form>

recent entries dropdown:

<form>

<select onChange=”document.location=options[selectedIndex].value;” class=”jumpbox”>

<option value=””>recent entries</option>

<MTEntries lastn=”10″ sort_order=”descend”>

<option value=”<$MTEntryPermalink$>”> <$MTEntryTitle$></option>

</MTEntries>

</select>

</form>

i know the dropdowns don’t look nice, but i still need to tweak the css a bit, it just doesn’t seem to accept the jumpbox-class. i need to take a deeper look at it. but now i need sleep, that’s more important at the moment…

how does it look on windows?

pictures of the week 03

like you’ve seen below, i’ve been skiing with tom yesterday.

in adelboden i took the 4000th picture with my digital cam(s)[1], [2]. i would have loved it to be the one with the wires, but it was a self-portrait of me on the chair lift. so i’ll just post both.

Dsc04298 Dsc04295

[1]: i know, i took much more, since i also delete a lot, but the picture of me is number 4000 in my iphoto library

[2]: the first picture is from end of may 2001, so i took around 2.5 pictures each and every day. wicked!

19.26 from lausanne

just in case you haven’t seen it over at my moblog.

i was having quite a boring afternoon, i never got out of the inner part of the city (happens sometimes…). and normally we don’t get that many jobs after 7. and one at 19.26 out to the kasparstrasse is really unusual. and from lausanne even more…

so: thanks for the banana thingies, i ate one when i unloaded the parcel from the train, it made me go really fast…

you know who you are.

and all the others: this is an insider-story, just don’t bother….

fight comment spam [update2]

google takes a new measure in fighting comment spam. they implemented a new attribute for hyperlinks – rel=”nofollow” – which prevents links from being spidered. so when google (or any other search engines that support the attribute) parses a link with that attribute the links don’t get credits in the rankings of the catalog. this is one of the first measure to make blog-spamming really uninteresting.

many (blog)systems are already able to cope with the new attribute, i installed the nofollow plugin for MT, so spammers can sod off!

jayallen (of mtblacklis fame) also has a nice post covering the pro’s and con’s of that measure.

now i have to finish that “internet”-script i have to hand out to the class tomorrow.

good night.

[via google’s blog]

update: hm, maybe i’ve shot too fast.

like b. and ben hammersley noted, the whole thing might backfire. it’s also a sign on how powerful google is.

heck, do i use something else to scour the web for information? no, just sometimes i head over to search.ch…

i look forward to having a talk with b. soon. when everything works out, we’ll see each other this weekend (for a little game).

update2: i deleted the nofollow-plugin from my MT-installation after reading here.

picture of the week 02

first of all i noticed, that my notation was wrong, so i changed the title to all the posts in the category “picture of the week” of this year. the title now describes what the image is, namely an image of the past week.

so the image of the last week shows you the rotten watch of the trainstation in gensingen, where pesche and me have been this weekend. we both went to the 16th international masters competition of the ssv ingelheim. since the poor swimmers don’t have a pool the competition was held in the cozy city of gensingen. since there was absolutely nothing to do, we were so bored that we spent two hours in the local mall, which was not really funny, but warm.

Dsc04264

oh, and by the way we both swam quite good, i made 100m crawl in 1:06:45, 50m crawl in 28:73, 100m medley in 1:19:00 and 50m butterfly in 32:something…

the archives are back

some time ago i deleted the archives in the sidebar, because the were using up too much screen-realestate. since people complained that my archives are hard to grab, i spent 20 seconds implementing a nice trick posted over at scriptygoddes: drop down month archives.

just paste the code below there where you want your dropdown list to be, rebuild your site and have a go with it.

<form name=”jump2″>

<select name=”myjumpbox” OnChange=”document.location=jump2.myjumpbox.options[selectedIndex].value”>

<option selected>Please Select…</option>

<MTArchiveList archive_type=”Monthly”>

<option value=”<$MTArchiveLink$>”><$MTArchiveDate format=”%B %Y”$></option>

</MTArchiveList>

</select>

</form>

the code is a simple javascript, so should work in all browsers with fresh flavour, leave a note when not so.

and i gotta say this seems to open a lot of possibilities for my sidebar, keep tuned!

how much can you make?



Originally uploaded by habi.

when i was visiting some page, this iq-test popped up, i do not know where. in the end i could not resist to fill out the whole test and ended up having an iq of 133.

how much can you make?
(and keep in mind that a) english is not my first language, so some questions were really far off and b) i used google once, for the question with the “what does NAGEDLN mean?)

new filewile track on the web

dustbowl and deejot have released a new track. this time they did not release it on their page, but on the alpinechic-label. you can grab the whole compilation SWISS CIRCUS IN STEREO Compilation #2 as one big zip-file here (84.6mb .zip) or only the filewile-track Attila here (7.59mb .mp3).

oh, and sigi. now you’ve got one of those shiny gadgets, you can just point your podcast application (i suggest ipodder) to the podcast-link of filewile, and you magically get all their songs…