A dusty little corner of the Internet: electronics, computer hardware and software, general aviation, 1980's Mopars, and related sundry.
These are a few of the other websites that I either own or maintain on the owner's behalf:
Posted on November 27, 2008.
Brought the MiniMopar domains and subdomains back from the dead. I originally registered my domains with register.com. They got sold-off somehow to an affiliate program and my domain management migrated to this random-sounding "northsky.com" site. They have since gone away and I couldn't figure out where to manage my domains. I was getting charged for registration by a completely different company, United Online, which is some conglomerate company for lots of different post-dot-com companies. They had no idea why they were charging me and register.com claimed no ownership of the domains in question either. Anyway, I finally found that I could log into yet another completely different site and manage them. What a pain.
Posted on November 14, 2008.
While the "blog" part of WordPress is attractive for some things, there are still the more static parts of my old web site that I wanted to integrate somehow. I tested a few different themes and settled on pixeled by samk. I like the layout and how it uses categories to power the menu bar at the top. I also like the color scheme and artwork. It's a perfect throwback to the old site. Thank you, Sam!
I've taken categories further by using them as an engine to load static HTML pages and display them at the top of the first page in each category. This more-or-less emulates the layout of what I had before. It also allowed me to eliminate some cruft and reminded me about some things that need updating (not that I will). Still making changes, but this will work for now. Right now these static pages are stored with the theme itself. I may decide to switch to WP pages instead, though I am not quite ready to give up being able to update them locally and batch-upload them.
Sam released his theme under the GPL, so I am posting my derivative here.
Posted on November 13, 2008.
After some experimentation with the WordPress eXtended RSS (WXR) importer, I decided it was more trouble than it was worth. The importer requires too many details to create usable posts out of the basic "log" entires on my old website. Instead, I have taken the portion of Zack Preble's "CSV" Importer that interfaces with WordPress, fixed the database query problems for categories, and adapted it to a simple XML parser. Then it was a simple matter to write a Perl script that could parse the HTML and generate the XML files.
The XML tags are modeled after WXR and the following are supported:
<item>, <title>, <post_date>, <category>, <content>
Here is an example XML file.
Posted on November 07, 2008.
Trying various ways to import my static website without having to do it by hand. Poked around with Zack Preble's "CSV" Importer. It works fine for short posts in plain text without carriage returns, but it's a bit lacking for more complicated stuff.
Right now I am trying to write a script that will generate WPX RSS formatted XML files that are good enough to import directly into WordPress.
Posted on November 06, 2008.
I've been resisting the trend to start a blog for almost a decade now, as I still sort of enjoyed "blogging" through the various esoteric corners of my old, vanilla website. However, I am finding less and less time to fiddle with HTML though ssh sessions. My brain is also getting such that I seem to forget where I keep things. This is my attempt to migrate the more useful parts of my partly living home website into a searchable blog-style site. We'll see how far I get before I give up!