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
Category: Web Development
I had over 5 years of experience in developing PHP/MySQL scripts and applications, and have released a number of scripts for free download. While I am no longer active in the web development scene now, I still code occasionally just for kicks.
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
New build of ICF coming 28th Jan
I’ve decided that instead of wasting my life away, I shall do something productive before I enlist. I have been thinking of creating a new web application, but gave up on that idea eventually since a) I couldn’t come up with a decent idea and b) any web application these days requires great familiarity with… Continue reading New build of ICF coming 28th Jan
ALS Update – Build 20100102
There is a bug in the encoded version of the script where register.php would result in a PHP Fatal Error – something I didn’t catch since I was doing my testing with the original unencoded code. This update would fix the bug.