I’ve already written about using make files to compile programs, but only briefly. This little tutorial should expand on enough for you to be able to use make files yourself. If you haven’t already then read this first. As explained in the previous post, a make file is pretty much just a set of instructions …
Tag Archive: example
Dec 31
Review the Reviewing System
As mentioned in this earlier post, I’ve been working on a little review image generator to allow me to easily show off my reviews with star-based ratings. After playing around with PHP GD libraries for a couple of hours I have a script that’s usable enough to use. The code is very quick ‘n’ dirty, …
May 28
Snapping Things
I’ve recently been working on an idea of a quiz-type game in the form of a Java applet, and so I’ve been experimenting with some of the techniques and methods it would use. I made this as a way of incorporating one of the first elements, automatically snapping into place. Snapping, basically, allows an element …

