GroupFight: My old PHP-based game

Monday, January 26th, 2009

First an announcement: During 2008, CodeUtopia had about 120 000 visitors! I think that's amazing, and I want to thank everyone who has been reading the blog. I'm going to try and keep posting interesting things for you to read this year too. :D Now, to the post: Back in 2003 ...

Programming language guessing game

Tuesday, December 9th, 2008

Some of you asked me about the "quiz" thing that showed up in one of the screenshots in my NetBeans review... Well, here it is: During that weekend when I was trying out NetBeans, I wrote a small Zend Framework + Doctrine application which attempts to guess a programming language ...

Generating Sudoku puzzles using JavaScript

Saturday, November 29th, 2008

While I'm not the biggest fan of Sudoku puzzles, I wanted to make a sudoku widget for the Opera x-widgets challenge. This required me to study the algorithms used for generating sudokus, which was actually a quite interesting challenge. While there are some examples of generating sudokus online, such as this ...