Bookmarklet for del.icio.us

I just saw somebody using a del.icio.us widget to post a new URL to his account. I’m using a bookmarklet instead which looks like this: javascript:location.href=’http://del.icio.us/YourUserName?v=2&url=’+encode URIComponent(location.href)+’&title=’+encodeURIComponent(document.title) Note that this is actually one line! Instead of »YourUserName« fill in your del.icio.us username and create a new bookmark in your favourite browsers. Name it »del.icio.us« or […]

Helsinki Complaints Choir

AnnaLena showed me a video two days ago which I have to share with all of you. It is a video of the Helsinki Complaints Choir which is really fun to watch. The sound of the finnish language is neat and the lyrics are hilarious. They are really complaining but in a very decent and […]

Javascript: Dynamic Regular Expressions

While I was rewriting my tag-engine for weirdweirdworld for the third time I came across a problem which costed me a couple of hours to solve. I’m using dynamic RegExps in my Javascript which have to be created using the new RegExp(variable) constructor instead of writing /variable/. After looking through the web I also found […]

Praised be TextMate and its SVN bundle

It is really unbelievable. This tool is worth every cent. I know I wrote about my affection towards TextMate before but in this very moment I had to do it again because TextMate is replacing one tool after another. I have a subversion repository for my weirdweirdworld project. Usually I edit my HTML, CSS or […]