-
Sep 18
Improving your Start Button by kyykäärme** (Windows)

An easy-to-follow tutorial for windows users on changing the start button default text and related things without much hassle.

-
Sep 05
Several nights in the Tunnel by kyykäärme** (Events)

The webmaster reports on several nights spent in a jazz bar in Rijeka listening to various musicians play. He also makes comments on Croatian café bars in general.

-
May 03
Cron, A practical guide to by kyykäärme** (Webmastering, PHP)

Find out about cron, and scheduling cron tasks on your server to run cleanup scripts from time to time. Also contains full code for a "cron emulation" system.

-
Mar 16
Why 343 Guilty Spark is superb by kyykäärme** (Halo)

It's probably the most atypical level in the first Halo game, and no one seems to like it very much. Yet I can't help feeling that of all those fantastic levels, this one is my favourite.

-
Mar 09
In Pursuit of William Riker by kyykäärme** (Fiction)

A short story written by me about an encounter with a man that looked exactly like William Riker. This strange tale deals with the topic of the quintessence of existance.

-
Feb 24
An introduction to lucid dreaming by kyykäärme** (Lucid Dreaming)

What is lucid dreaming and how do you develop it? That's what this article discusses. Come see why it's the perfect alternative to wasting time sleeping, and you too can stay up all night, every night!

-
Feb 17
A templating system in Python by kyykäärme** (Python)

Today's educative article discusses how to code an effective and powerful templating system in Python by yourself. Simple, powerful, and to the point.

-
Feb 16
A bitfield permission system by kyykäärme** (Development)

Learn about a simple and efficient way to make a permission system for the web. You can find other uses for this too, so don't miss out!

-
Feb 11
Writing your own custom forum by kyykäärme** (Development)

Discusses what creating a forum app from scratch involves, describing a good way to structure it. Also find out how many sleepless nights are included.

-
Jan 10
URL aesthetics by kyykäärme** (Webmastering)

In this article you may learn some useful tips about designing your URLs properly. Essentially some basic good design practices to follow when making your website.

-
Oct 06
References by kyykäärme** (PHP)

PHP's references (or variable aliases) will come in very handy in your coding. Learn all about them in this quasi-tutorial, and save yourself hours of trial and error.

-
Jul 03
Templating with PHP by kyykäärme** (PHP)

Find out exactly how a templating system works, how greatly you will benefit from it and how to implement one on your website in PHP.