Category: Geekery

  • Progress Quest

    For all the effort game makers expend to create new and interesting game concepts, it’s often the simple and time-honored forms that make for the most enjoyable gaming experiences.

    It is this concept that makes Progress Quest such an outstandingly fun game. I can’t really describe it adequately. At least, I can’t do so without detracting from most of the fun of playing PQ. I recommend that you visit the website, read the documentation provided, and then download and play the game.

    Satisfaction guaranteed, or your money back.

    (Props to meshuga of #KNRK for introducing me to PQ!)
    GreyDuck’s PQ Ranking

  • Chat Link Activated

    Falling firmly into the category labelled “More Useless Things To Do With My Site,” I’ve made a link to my chat channel on the Entercom Portland IRC server. Maybe I won’t use it much, but it’s there in case I ever want to.

    If you follow the #Grey Javachat link, you’ll be taken to a Java-based web chat page. If you’re not into Java, or would rather use a real IRC client, here’s the info you need:

    server: mihoshi.kgon.com
    port: 6667
    channel: #Grey

    Or you can just use the #Grey IRC link, as that will launch ChatZilla or mIRC or whatever IRC client you have on your PC, assuming you have one and your browser supports doing so.

    Have fun. Don’t trash the place. Let me know if you actually use the thing.
    #Grey Javachat
    #Grey IRC

  • CSS changes

    Not being happy with boldfaced links, not being happy with underlined links, I finally decided to use serif’d links instead. I think it makes the whole page look just a bit cooler, but then again I have no idea what “cool” really is.

    Anyway, I’m really done tinkering with the stylesheets. I have to get started rebuilding the journal entry display code from scratch so I can get rid of the tables once and for all.

  • Ch- ch- ch- ch- Changes…

    You may have noticed that I’ve rolled the work from the test page directly into the main site. This has the benefit of improving appearance and performance as well as freeing me to experiment with the deeper levels of code without worrying about losing the cosmetic changes I’ve been tinkering with so far.

    I also took a step that should have been unnecessary. I moved the database to a server that’s much more stable than my capricious little workstation at the office. Performance may improve or it may degrade, but at least if I reboot Zero I don’t have to worry about losing the whole website when it happens.

  • Providing basic site functionality for, oh, ten minutes now

    Sometimes I wonder why I bother pretending to know what I’m doing. Case in point: Did you know that the “Print” and “Send” links were totally and completely useless until about fifteen minutes ago? It took me five minutes to fix them both to my satisfaction.

    To be accurate, it took me almost five minutes to fix the “Send” page. The “Print” page took almost no time at all. The “Send” page required me to make all of the code changes that I’ve done to the main “Journal” page in order for it to look at least remotely correct.

    I suppose that website building involves a lot of trial and error. In my case, it seems to involve error and error. At least it’s working now, dammit.

  • Minor tweaks and major plans

    As if anyone cared, but I’ve changed the daily random email address link so that the address itself isn’t shown. This should keep the column width reasonable for that side of the page and allow me more flexibility when the time comes to merge the design changes I’m working on into the main site.

    The biggest problem I’m facing right now is that of layout. I have some elements that would best be served up in a wider place than is available in one of the two bordering columns, but I’m not sure where else to put them.

    One idea might be display the first entry, then use the space right underneath for some “extras,” and follow with the remaining X number of entries. This places me right in the path of the other big problem I’m facing: I need to learn how to select and format items from the journal database without using the original Monaural Jerk functions.

    I know how to get at the raw data. What’s lacking is my ability to choose specific items dynamically and to format them for display. The next round of experiments I conduct on the test page will probably be along these lines.