Finally, the time has come. The wait is over. 7 years after the first idea for
this game, Little Astronaut
is finally available on the App Store. What lasts long will finally be good.
The game is completely free, easy to learn and a lot of fun.
Read more »
›
jQuery Teamspeak 3 Status
Things you should never do: Creating a PHP script which connects to a different
server, to retrieve some information and display it on your website. And you
should most certainly not do this on every single page request, without even
caching the results. Recently I have been asked to help my brother with a module
he downloaded, which did exactly this. So I created this jQuery Plugin
instead.
Read more »
Drupal: Insert PHP
Drupal's PHP filter enables users to use raw PHP code in text fields. While this
is an extremely powerful ability, it quickly leads to serious security issues.
Users with the ability to insert PHP code into your site, can practically do
anything they want with your site. Also the PHP code is stored in the database
and lives outside of your normal workflow. My Insert PHP module tries to fix
the limitations of the PHP filter and provides a safer way to include raw PHP in
your Drupal site.
Read more »
Drupal: Maintenance Node
Drupal has somewhat limited options, when it comes to displaying information
during site maintenance. By default admins may enter a simple maintenance
message. Most of the times this is just enough, but sometimes you want to
be able to make the maintenance page look more appealing. For this reason I
developed a Maintenance Node module.
Read more »
RPG Creator Battles Revisited
I can't help it. Every once in a while the RPG Creator pops up in my head and I
need to work on it a little. Sooner or later I get distracted by something else,
but most of the times I actually make a few steps towards completion. This time
I revisited the battle script and turned it into a class.
Read more »