Devlog

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…

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…

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…

Javascript Animation Engine

Javascript Animation Engine

This is a small animation engine I made to handle an animation that a good friend of mine created in 3D Max and exported to images. This should have been made in Flash for any serious use, but for a quick experiment and FPS testing it worked out fine.

Read more…

Rental Calendar Website Script

Rental Calendar Website Script

A calendar solution that can calculate years up until 2038 where it meets the millennium UNIX bug. There might be a system fix for this somewhere that changes the way UNIX count seconds, but I don’t see it necessary just yet to make it support years beyond 2038.

Read more…

Image Gallery Website Script

Image Gallery Website Script

A generic Image Gallery script that automatically shows all pictures uploaded into its subdirectory “imagebase”, and its subdirectories.

The script comes with a search function that can search for images in all directories based on single search keywords.

The gallery supports the .GIF, .JPG and .PNG image formats.

Read more…

KeyGuard – A keylogger in C

KeyGuard – A keylogger in C

A small keylogger that’s easy to install. I used the Win32 API with socket/networking and windows registry manipulation, programmed in C. My goal was to create a small keylogger that can be installed just by executing a single small file.

Read more…

WP Browser

WP Browser

I have a major collection of wallpapers I’ve downloaded off the Internet from free sites. I decided to make a small browser for all the images for personal use for when I need something new.

Read more…

KiKi Trix – A Tetris Clone

KiKi Trix – A Tetris Clone

A tetris clone. Tested OK in FF2 and IE7. Programming a tetris game is a fun challenge. A basic tetris clone covers many real-time gaming mechanics that can be used outside the gaming genre as well for other types of applications.
Read more…

3D Rotation Trig

3D Rotation Trig

I started off easy with a simple simulated z-axis rotation in a 2D script. However 2D is not 3D which is what I wanted to learn. I was eager to get a better grasp on the underlying trigonometry math of 3D rotation behavior.

Read more…