Development

Google-like search suggestion tool

Google-like search suggestion tool

A search tool that resembles the way google shows suggestions when typing keywords. Basically a simple javascript application that I wrote from scratch to see if I could create something similar.
Read more…

Resize a div layer with javascript

Resize a div layer with javascript

Formula and example included.

 

 

Read more…

Moving a div layer with javascript

Moving a div layer with javascript

Formula and example included.

 

 

Read more…

Web Galaxy » A sci-fi browser game

Web Galaxy » A sci-fi browser game

Web Galaxy is a simple multiplayer browser game. It was made spontaneously without any specific game design in mind, I pretty much winged the whole thing as I went along based on awesome randomness. All codes and algorithms is original work. I borrowed graphics from the web and processed most of it through photoshop to get what I needed.

Read more…

IE and PHP sessions

IE and PHP sessions

I ran into a strange encounter after testing out a session based login system through an IE browser. I had been working mostly with it in other browsers, mainly Firefox where it was working fine.

Read more…

Wordpress 2.8.6 Spell Check Languages

Wordpress 2.8.6 Spell Check Languages

When trying to add norwegian as the default language for one of my wordpress sites, I had problems finding documentation for where the language list actually is located. Tracking it down myself become a long task as well. Here is how you can edit the languages for your wordpress system.

Read more…

Reset MySQL Root Password

Reset MySQL Root Password

If you have mysql- or root user shell access to the linux host where your mysql is running, you can reset the password like this:

Read more…

IdleGuard

IdleGuard

Some MMO games have been criticized for having up to 5 hour – or more – queues before you can actually enter the game and play. This inspired me to create a mini-program that might help you with this by reducing the amount of times you need to actually log in. Any software that kicks you for being idle might have a use for this little program.

Read more…

Column count in SQL

Column count in SQL

At rare occasions you might need to know the number of columns in a database table. This isn’t necessarily as easy as counting rows.

Read more…

String encryption in PHP

String encryption in PHP

I’ve been working on 2 PHP functions that can be used to encrypt and decrypt alphanumeric strings between web pages. This is used for e.g. Captcha codes that you can generate yourself and encrypt / decrypt with these functions.

Read more…