The humble quest for cheap furniture

Last night was not unlike so many other nights in my household, although it was imbued with a special sense of purpose. Far more than the usual preparations had taken place: I made the great trek to the basement to retrieve the tape measure and actually determine with some level of accuracy the physical dimensions of a space in our house that we envisioned filling with yet more cheaply priced, cheaply made, pressed-sawdust-and-glue-with-fake-woodgrain-laminate-surface, some-assembly-required (OK, all-assembly-required, and-with-a-tiny-awkward-metric-Allen-wrench-at-that) furniture, courtesy of IKEA.

IKEA is a mystical place with a rabid cult-like following, and for many years SLP and I have counted ourselves among them. We pined for the big blue-and-yellow box when we left California, and we praised the heavens when we learned it would finally grace the adopted homeland of 99% of the world’s Swedish emigrants. (C’mon, what took so long?)

But I gotta say, the magic is wearing thin. Too many meals of dried-out overcooked meatballs and new potatoes for which the adjective can only be intended as irony. Too many cheap pieces that took way too long to assemble and then never quite matched anything else and eventually ended up in the basement, on the curb, or in pieces (for sport).

Alas, last night was just such a time. We were on a mission to locate and acquire at least five, perhaps more, short bookcases to line a knee wall below an angled ceiling in our upstairs. But the $20 “Kilby” (or was that “Billy”… or “Fjørnårsl” or some such nonsense) bookcases we had our eyes on happened to be 2 inches too tall. Oh well, at least we fed the entire family for under $11.

What to do… I know! Let’s try Target! 80% of the cheap, DIY furniture in our house may be from IKEA, but the other 20% is from Target, and the bookcases we already have and know will fit, which we thought we had gotten at IKEA, must’ve actually been from Target.

The problem is, Target’s gotten too big for its britches. In trying, admirably, to position itself in stark contrast to Wal-Mart, they’ve gone and done away with all of the basics, like the cheap, no-frills Sauder (slogan: “Good furniture made possible”… yes, possible!) bookcases and such that they used to carry for years and years. My wife constantly complains that Target is lacking this or that simple necessity, but for me, now, it finally hit home.

Faced with having my grand mission of obtaining approximately 25 cubic feet of book storage for less than $100 devolve into nothing more than a rambling trek along American Boulevard, with nothing to show for a wasted evening besides a mediocre meal and my son’s Blue’s Clues jigsaw puzzle (which just goes to prove Target Axiom #2*), I pulled out one last possibility.

Well… we could always try Menards.

Now you have to understand, I am deeply scarred from a lifetime of unwilling exposure to the Menards guy (yes, I was just as shocked as you are). He’s long since retired, but the mind-melting jingle (“Save big money at Menards!”) endures. I have nothing against the place, in particular; it’s just not a place I generally think to go to for… you know… anything.

But it just so happens that there was one a convenient distance from Target. On our way home, in fact. So, why not check it out? I was amazed. They had a mountain of just the cheap Sauder bookcases I was looking for… but a new model… wider… and on sale for $15.88! So we actually ended up getting more precious cubic feet and saving about $20 from what we’d expected to pay at IKEA or Target.

I was a bit disheartened, though, to notice the bookcases are apparently a part of Sauder’s “Beginnings” product line. Ten years of marriage, and we’re still stuck on “Beginnings.”

Anyway… tonight came time for assembly. Now I’ve put together enough cheap furniture (and then some) in my lifetime. I’ve seen so many of that particular sort of cam locking screw mechanisms (and the wooden support pegs that always seem to be paired with them) that I could probably put together something assembled with them without instructions… or tools… using my feet… while sleeping… in another house.

Sadly, it was not enough humiliation for them to simply call these bookcases “Beginnings.” No, no. The cam locks are gone, and in their place a new device of such cunning design, given the almost sinister appellation “hidden connector,” that I am convinced that the only reason Sauder still retains designers in its employ is to concoct ever more devious, counterintuitive, and downright impossible means of sticking two boards together. What’s so bad about, you know, a screw?

The hidden connector consists of a circular piece of brown plastic, about the size of a quarter and 1/4 inch thick, with two opposing holes on the edge and a large angled hole on one side. These are pounded with a hammer into circular holes that just slightly overlap the edge of the shelf boards. Then you insert special screws into the angled side hole and stick them through the edge hole that lines up with the place where the hole in the wood overlaps the edge (are you still with me?), although actually you should have put the screw in the plastic piece first… that’s easier.

Next, try to figure out a way to stick a screwdriver in the hole at an angle and actually make solid contact with the screw head. Good. Next, attach the shelf to the side pieces, and repeat for the other shelf… but don’t attach it too well, or you’ll never get the bottom bracing board, held in with four metal pegs, in place without having to use undue force and, in the process, scratch the hell out of the thin layer of laminated oak pattern lithographed paper that’s glued to the outer surface of the pressed-sawdust-and-glue boards that constitute this fine piece of furniture, the best you can buy for the price of a CD or an extra large supreme pizza.

OK, how long did that take, 45 minutes? Great! One down, four to go!

Ah, the things I’ll do to save a buck.

* Target axioms: 1) If you go into Target set on buying one small thing, and only that one small thing, you will still somehow end up spend at least $50 and needing one of those jumbo plastic shopping bags to hold your purchases; 2) Even if you are absolutely convinced that you will walk out of Target empty-handed, if only just this once, you’ll still end up buying at least one item.

Addendum (October 27, 2006): I’m sad to report that it appears the “Menards Guy” website is no more. As for the Menards Guy himself, I do not know…

Quickly now…

Just a quick one, as I don’t have a lot of time to post… but of course, as usual, I had to make time for a detour into the madness of Internet Explorer when I discovered that my CSS line-height positioning was breaking when there was an inline image in the text. Why? Who knows? But the solution involved sticking vspace=”7″ into each offending image tag. Yet another case of hacking a one-off solution into the code to work around an Internet Explorer quirk. Almost as frustrating as IE’s violations of standards is the fact that there’s almost never a one-size-fits-all workaround!

Forget what I said before; we have a winner!

It’s a given that anything I post here is going to be brain-deflatingly stupid. But this one goes beyond even what I would have expected of Microsoft. Fortunately, thanks to a highly effective Google search, I was able to solve the problem in minutes.

The problem was this: For a site I’m working on, we are manipulating the 404 error feature to allow users to set up customized URLs. If the URL entered doesn’t match a real page, it gets fed into this 404 error script, which looks up the path in a database and redirects the user to their customized page. A bit of a hack, but it’s pretty slick.

As usual, I am developing the site using Firefox as my test browser. But… UH-OH! Surprise! When giving a demo of this feature today using Internet Explorer, we discovered it didn’t work! Internet Explorer was not returning the server’s 404 error page, instead using its own internal version (which we’ve all seen and most generally ignore).

Drat! What to do? Well, as it turns out (thanks to the aforementioned Google search), the problem is quite simple. To quote the unbelievable but, as I verified, 100% accurate description I found on this page:

Internet Explorer has a lightly-documented “feature” that stops it from serving any custom 404 error page that is less than 512 bytes long. Your visitors will instead be sent to IE’s own 404 page, which is generic and suggests they use an MSN search to “look for information on the Internet.” That’s one way to lose visitors! Make sure your custom 404 error page is over this limit — about 10 full lines of text and HTML should be enough.

Yep, that’s it. I did my best Bart Simpson-at-the-blackboard impersonation, filling my 404.html file with a large comment block wherein I repeated (about 130 times, for good measure) the phrase “This block exists solely to force Internet Explorer to load this page.”

Sure enough, it worked. D’oh!

Thinking a bit more about this, I at least think I understand why Microsoft chose to do this. “If the server’s default 404 error page is so short,” I imagine them musing, “then it probably doesn’t offer users much helpful information. And since our wonderful web browser is much more important to our users than the web pages themselves, let’s just butt in and do things our way. (Is there really any other way anyway?)”

Call it “Rush for Neophytes”

If you’ve been following my recent blog entries (or if you just care to scroll down the list of articles right now!), you’ll know I’ve been going through a bit of a “Rush Renaissance” lately.

I first got into these guys back in high school (of course), almost 18 years ago. My interest in them waned after I moved on to more obscure progressive rock bands, but by the early part of this decade, after I had bored of most prog rock, I actually found myself drawn back to Rush, and I’ve listened to them more than any of the other bands in this nebulous genre over the past five years. But something clicked a month or so ago, and I’ve rekindled an obsession with the band that may in fact be even stronger than it was at its peak when I was a scrawny teenager with a learner’s permit.

On Sunday, much to my surprise, I actually heard “New World Man” on KQRS. While it’s certainly not that unusual for Rush to be on the radio, I don’t believe I’d ever heard this particular track on the airwaves.

Inspired by this radio surprise, I started to think about what might go onto a CD of the band that I could use to introduce new people to their music. Personally, my first exposure was listening to the live A Show of Hands album in its entirety. Even though most prog maniacs generally consider the band’s 1977 to 1981 period (from A Farewell to Kings through Moving Pictures) to be its best, I think the end of that period, overlapping into the next, say, from 1980’s Permanent Waves through 1985’s Power Windows, is best for an introduction. The early ’80s songs are a bit more accessible to an unindoctrinated ear than what preceded, yet they are of higher quality than the weaker material of the late ’80s and early ’90s.

With that in mind, I’ve prepared a track list for a 79-minute CD spanning from 1980 through 1985 (with a nod to the earlier era at the end), that I think would serve as a near-ideal introduction to the band for a new listener. Here we go:

  1. The Spirit of Radio (Permanent Waves, 1980)
  2. Limelight (Moving Pictures, 1981)
  3. Subdivisions (Signals, 1982)
  4. Tom Sawyer (Moving Pictures, 1981)
  5. Distant Early Warning (Grace Under Pressure, 1984)
  6. Marathon (Power Windows, 1985)
  7. New World Man (Signals, 1982)
  8. YYZ (Moving Pictures, 1981)
  9. Freewill (Permanent Waves, 1980)
  10. Natural Science (Permanent Waves, 1980)
  11. The Enemy Within (Part I of ‘Fear’) (Grace Under Pressure, 1984)
  12. The Weapon (Part II of ‘Fear’) (Signals, 1982)
  13. Witch Hunt (Part III of ‘Fear’) (Moving Pictures, 1981)
  14. La Villa Strangiato (Hemispheres, 1978)

We start off with some of the band’s most accessible (and, once upon a time, popular) tracks. I’ve heard all of the first four tracks with some regularity on classic rock radio. Next we move into a few of the great but probably less familiar mid-’80s tracks. After a couple more “fan favorites,” I move into longer pieces that hint at what a new listener will discover if they go back into the extended late ’70s tracks, including the “Fear” trilogy that is rarely heard together in sequence.

OK, Rush fan(s). Let’s hear what you think!

Rush Bass Tabs!

I’m posting this mainly to remind myself to check it out more fully at a later date. (Hmm… could just bookmark it…)

Just what I was looking for (even though, curiously enough, I wasn’t looking for it at the time when I found it): Rush bass tabs! Any Rush fan or bass player (or, both, and I’d guess that both do occur in disproportionate numbers to that of the general populace) would want to check this out.

Frankly, since I can read music, I’d rather have actual notation instead of tablature, but any transcription is a good transcription. (Check that; not every transcription is a good one, but I’ll have to study these more closely to determine if that is true in this case.)