New year, new game: Escape

Although I started coding this game in 2011, I’ll make it the first project 2012 for me. But what exactly is this “Escape” game? Well, escape is a simple dungeon game where the goal is to find the key and exit of …

Read more »

3T Update: Text based Tic Tac Toe Version 1.1

Screenshot of text based tic tac toe 3T

Now, that I found some time, I added complete network code to 3T the text based tic tac toe. It’s only a peer to peer connection for now, but I will add some dedicated server code later. Stay tuned and …

Read more »

Code Snippet: Youtube playlist downloader

A few months ago, I wrote a tiny ruby script I never released, that made it possible to download Youtube playlists and convert them to mp3 files. Unfortunately Youtube changed many things since that time and my script did not …

Read more »

“404 – File not found” vs. META tag noindex

Many web pages include a site search these days, that makes it possible for users to search content exactly on the page they are and not on the whole web, but what should one do, if no results were found? …

Read more »

Code snippet: Export simplenews subscribers from drupal to CSV

Some of you may know the newsletter module simplenews for drupal. If you’ve ever tried it, I am sure you soon realized, it’s a mess. The template functionality is too complicated and poor, emails are send via cron, you have …

Read more »

Day two of Ruby programming: (For now) It’s fun…

Day two of getting more into Ruby programming and I must say: Ruby can be fun! Okay, a few people seem to be really mad about it and see the language as an answer to everything, but I think there …

Read more »

Code Snippet: Making a HTTP GET request with ruby

I had to get into some ruby programming for my job and so I decided to refresh my memories a bit more. It became more or less a tradition of mine to write some network or internet code to get …

Read more »