Mafia Game Beta Released
Just dropping a note about a game I just released in “beta”. It’s now to a point where I can start testing with more people. Inside most articles, the game will be available. It’s meant for the sidebar, but I’m trying something different.
I have a lot of work to do still, and things will be [...]
PHP Ecryption software release
Encrypt, optimize and obfusate your PHP. Newest release now includes a customer popup maker.
Bringing Back Memories With Starbug - An Electric Yo Yo Remake
I wouldn’t say this was my first game, but it is one of the more complete games I created. Back in the day before I knew anything about making websites, there was a place called Geocities.com. It was the only place I knew of that I could make a web page and put something on [...]
Looping Through Controls In C++ .NET
I ran into a situation where I needed to loop through all TextBox controls in a c++ .net application. I was able to figure out a cheesy way to do it, but it would only get me the controls at the top level. I needed something better, something that would go into all the tab [...]
Visual c++ Express .net base64 Functions
This problem is two fold. First it solves the problem of converting a string to and from base64, and it shows how to create a function that is not part of the objects in the application. By that, I mean, a function that isn’t created for you by Express when you click on an object [...]
Getting The Hang of Facebook Apps
Ok, So I’ve given the Facebook API a test run. It’s not that bad once you find all the info you need to get something going.
For the past 2 days I had been working on a new as3 class to help send and receive data from Facebook. Golfsol works like a charm, so I’m not [...]
GolfSol being updated for Facebook
I am in the process of updating GolfSol. I’ll be doing some database changes and making some updates to how the high scores are being kept. For facebook users, you will now have your high score attached to your profiles. You won’t need to enter your initials anymore.
If you want to add this application to [...]
Going Through Golfsol and Mathmem
Looked like the latest version of flash (Version 9,0,124,0) didn’t work with these two games. I’ve since figured it out and they should be ok for those with the newest verion of flash.
What a mess. It’s taken this long to figure out, and it was one simple line that needed to be commented out. Ah [...]
It’s been a while since my last post
Yeah, I’m still here. I’ve got a million things going on in real life land. Half my co-works were let get yesterday, it was in the companies best interest to have all the work in India now!
I’m in the the process of fixing this place up a bit more. I need to upgrade to a [...]
Stop Hotlinking to Certain Images
While working on another site, I ran into an issue I needed to head off before I went live. I needed a way to stop people from hotlinking to certain files, while letting other images get hotlinked. My main goal was to allow people to hotlink to thumbnail images, but not the original image.

