Source Code   |   Blog
Now Have Yourself Some UKF Dubstep


I found the UKF DubStep channel on youtube. It has the bass.....
SM2 UPD8


Here's a look under the hood of the ShaderMap 2 interface. Been very busy creating lots of controls (dropbox, listbox, map_grid, zoomable_image, popups, modal dialogs, etc...). Even property grids with lists of controls. All rendered on a D3D9 canvas.

I expect this thing will start coming together pretty quick now....
TRON Legacy Soundtrack


It's been some months since I watched TRON Legacy 3D at the theater. I have a copy of the movie at home but I just can't seem to make it through it. *shrugs* That said... I can't stop listening to the soundtrack.

The TRON Legacy soundtrack has to be one of the best albums I've programmed to in years. I didn't even know who Daft Punk was before walking out of the theater. Now...
PHP Color Rotation Function
The Source Code page and the main Blog page on this website use a function for rotating the text colors for each entry. The function rotate_color() starts with predefined static R G B values. For each call to the function rotate_color() the values are incremented (or decremented) and converted to a hexadecimal string which is returned.

You can download the source code here.

PHP offers many useful functions one of which converts decimal values to hexadecimal. It is called dechex(). The color rotation function returns a hex string by converting the R G B values...

Copyright © 2012 Neil Kemp ( argbz )