Archive for the ‘programming’ Category

Creating a PHP Verification Image

You will need to have GD library loaded on your server, and you should be using PHP4+. To check to see if you have either of these running, simply create a file, call it whatever you want, I call mine info.php. Place the following code in there:

1
<? phpinfo(); ?>

If all checks out, then you [...]

Amazing 3D Flash Development

I have recently become fascinated with 3d in the Flash environment, not to experiment, just merely observing. This is due in part by an ex-colleague of mine, Todd Anderson, who has been experimenting with game development and 3d for quite some time now. So as a naturally curious person, I decide to venture out [...]