Search results for: “text”

  • PLC and Hardware Control

    Take a survey related to the following Aha! Thank you, Dad for my new Arduino hardware controller (and the partially-outfitted Craftsman toolbox to make my life simpler when building stuff)! Easy easy to program, and easier to wire up! There was a time a few years ago that we were playing with a Seimen’s PLC at my old job,…

  • Ruby on Rails for Windows

    It was only recently that I FINALLY figured out just what Ruby on Rails is. From most of the posts I saw all I could make of it was “it’s the thing that runs Twitter.” Okay..so what’s it DO? Well as it turns out, from what I can make of it, Rails is a new…

  • Geotag Hack for Garmin Nuvi/Panoramio Photos

    How to manually geotag photos for the Garmin Nüvi 1490 Does NOT require the Garmin Connect software. Recently (yesterday) I was nominated to read up on and figure out the Garmin Nüvi 1490 GPS unit for a friend of the family. Well, looking through the features, I found that photos can be loaded into the…

  • Ubuntu Server – Changing Screen Resolution with GRUB2

    Recently I drug out my old Dell dinosaur (Dimension) from the closet and decided to try installing Ubuntu server onto it. Well, all went well until I also attempted to add the Xubuntu-Desktop package, so I could better run around and do things in there. A quick update for an nVidia graphics driver froze the…

  • Youtube in 3D

    Oh cool! I found that in TestTube (the Youtube labs), there is a feature to make a stereoscopic 3d video out of two videos on your channel! So I quick opened up 3dsmax, did a rotation around the classic teapot (which had a bit of texturing), and rendered two cameras side by side. Left:

  • Lack of Lyrics

    Ha! This Tuesday we had a great time at the Men’s meeting at church. However, due to a real good worship time, we had to come up with a few songs on the fly. This was a bit difficult, due to the fact that the two we were given ahead of time were put into…

  • Wasted Space Now Reclaimed

    So I’m looking at the page there..probably the one you’re looking at right now, and I noticed that there was a big blank space to the left of everything. “Well,” I thought, “How can I get the text to stretch that far?” Then I remembered the Edit HTML link in the Layout tab. Went into…

  • Up2Date

    Heading down to Mississippi in a day (actually, more like 18 hours) to visit friends. Everyone thinks we’re crazy, going at a time like this, when it’s all hot and stuff, but we felt we needed to get it in before school started. Actually, it’s so close to that deadline that they were planning to…

  • 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…