Look at this speed demon that is my iMac. Awesome stuff. By the way, if you are an iMac owner and you have never opened up the RAM slot below the display, you might want to open it up. You find a nasty surprise in the form of dust collecting on your RAM sticks and… Continue reading Look at this speed demon.
Blog
Blog Update
I finally took some time to refresh the blog design – I decided to settle for a simpler theme that does not involve a background image that is almost ½ a megabyte in size (plus the fact that my previous theme was having some display issues with the latest version of WordPress). Anyway, the awesome… Continue reading Blog Update
Coordinates, Coordinates, Coordinates
Took me quite a while to write this block of code: (Note: You will want to compare this chuck of code with the screenshot of yesterday’s source code – otherwise it wouldn’t make sense.) do { if (abs($id – $center) < = $r['sight']) { $ccx = $coordx + ($id - $center); $ccy = $coordy; }… Continue reading Coordinates, Coordinates, Coordinates
The beginnings
I finally worked out how to display a table with individual cell IDs representing the coordinates for my current project (It’s called Kingdom of Might – cliché, but then again it’s just a project name for now). And now it is just a simple matter of displaying the content in each individual cell using an… Continue reading The beginnings
When I am bored
I was feeling a little bored and so I challenged myself to fix get Project Extension running (in some functional sense at least), and I surprised myself at how quickly I managed to patch together some hacks to get it online again. As you can see, it is not fully functional – the character stats… Continue reading When I am bored