Month: June 2008

  • Photoshop Flaming Text

    Photoshop Flaming Text

    This tutorial, by far, takes the cake as the best tutorial I’ve seen yet showing how to setting something on fire. The two techniques I’ve seen in the past are: Difference Clouds Coloring with erasure and coloring Smudging a blurred layer of the text and coloring three times But this tutorial is different in that […]

  • The Far Side

    The Far Side

    Yesterday, I found this awesome Far Side comic. It’s based after the Lone Ranger (of which there are a few Far Sides). At home, we’re watching a bunch of the old western serials and the Lone Ranger has really been a joke.

  • jFrame

    A JFrame is a little more than just a regular java app. You must extend and import a bunch of graphics classes included with JDK. To do this you need the following:

  • Programming

    So I got a JFrame app the other day for a plugin on a program. I found out how to change variable values in a text file without a recompile of the java class. Here it is (I did not include the preliminary java declarations/import classes, but they must also be included as usual). The […]