So, in the interests of minimalism, I’ve removed most of the cruft from the site. I wasn’t using much of it, and I can’t imagine that anyone else is either. I added in a number of new features, mostly for myself, that Mark Pilgrim has been using as he makes his site more minimal - inspired by the exact blog posts that I’d been reading. It’s a small Internet. (In fact we both probably found those posts through Simon Willison’s bookmarks, which makes it an even smaller Internet.)
I added in OpenID support for those that like it. This allows you to verify that you are who you say you are - sort of. What it really says is that you are the person affiliated with a given URL, which isnt’ the same thing at all. And to be perfectly honest, it actually allows somebody to say that they know the password necessary to make use of a certain URL or a way to exploit the system that nobody has figured out a way around, so it doesn’t really mean much of anything. Still, handy.
I also added an Open Search feature so if you’re using a supporting browser (Firefox and IE 7 at the moment, I think) you could add TangleBones to the list of search tools in your browsers search box. I don’t know why you would, since searching Google along with “tanglebones” or something is more likely to get what you want, but it’s mostly there so that I can use it. But since I also made the search results much more helpful, it’s better than nothing.
One very nice change for me is that the page itself should shrink and grow nicely with each user’s individual font settings. If you scale up the fonts, everything should continue to work pretty well. Since my eyes aren’twhat they used to be, I find myself bumping up the font sizes on many sites, and having my own site in order is important to me.
Besides all of that and a few behind-the-scenes changes, I also made the various kinds of pages (date-based archives, category pages, search results) more consistent and useful, while also cutting back on the amount of meaningless debris cluttering up the page.
If you see anything else that can be removed, let me know. And if you think something needs to come back, I’d like to hear that as well.
But there’s still one cluttery bit left on the site. WordPress lets you define a “tagline” or “description” of your site - right now mine says, “A Personal Website,” which isn’t terribly useful or descriptive. So here’s your task: tell me what to put in there. What short, possibly pithy phrase sums up this place? I’m at a loss, so anything you come up with is probably an improvement. Anything?
June 22nd, 2008 · Category: Site Stuff · Tags: design, minimalism, search, theme, wordpress · 3 Comments »
This site has been floating along for a little over 6 years. It started as a collection of hand-edited HTML files with some PHP to allow comments, changed into something more like a single-user forum before turning into a blog four years ago. In those four years I’ve tried 4 different blogging packages and two different hosts. I’ve gotten in fights, said a lot of things I regret, and written somewhere around 500 entries. It’s been a lot of fun.
Two years ago I realized that I had a healthy amount of search engine traffic, so I added some Google ads to some of the pages. Not because I wanted to get rich off of the site, but because I figured that if I was going to have my bandwidth eaten up by visitors from Google, I might as well make some money off them. (Not that I ever really made any money: in two years I’ve earned $148.80.) And since I’ve noticed that very few of the searches that lead people to my site seem to match the content they find here, I figured that maybe Google’s ads would be a win-win: they might link to the what visitors were really searching for.
Then last year I realized that I had a pretty great Google page rank of 6. I was getting emails every few weeks asking me if I would place a link on my site in exchange for a few hundred dollars. The money seemed good, but the way I was approached was a little seedy. About 6 months ago I signed on with Text Link Ads to sell links in my sidebar. It seemed pretty harmless: I get about $45 a month, and some other sites get a link. (So far I’ve made $272.93, better than Google AdSense, but no reason to think about quitting my day job.)
I started posting again on this site in earnest back in August. I managed to double the amount of traffic I was getting, and I restored a couple hundred articles that had been lost when I tried upgrading my old blog software last year. I was feeling pretty good about the site, so I downloaded a bunch of plugins that were supposed to optimize WordPress for search engines. I started checking my site statistics every day to see what I could do to draw more traffic. I even briefly flirted with adding two other sets of ads (since removed).
While I was hoping to make a little cash from my blog, what I really wanted was to increase my readership. It’s not that I don’t like writing for the six of you who comment (I love you all!), but I write about a lot of things that I find interesting that nobody I know seems to care about. It’d be nice to connect with some more people who share those interests.
Of course, I’m not so proud that I can’t admit that the main reason for blogging is vanity. Not “hey look at me, I’m hot shit” vanity, but “this is neat, and so am I by extension.” As a male of reproductive age, showing off is wired into my personality. I get that. And since I don’t play sports or drive a fancy car, blogging about something cool I saw on YouTube is one of my only outlets.
But all of the above is just a prelude to what’s actually wearing on my mind: I’ve lost half my page rank. About a week ago, Google updated their indices, and a lot of sites that were a PR 6 like this one dropped to a 5. That sucked. But now it appears that I’m on a downward slide. I hit 4 on Monday, and as of yesterday, TangleBones is a 3. In addition, Google seems to have lost or removed any inbound links to this site. So a link:tanglebones.com search turns up nothing. Yahoo! still has over 1800 pages that link to me, but Google has deleted those references.
There’s some talk that Google is punishing sites that sell text links, and if so I don’t know what to do. I hate the idea of losing my page rank because it means that my site will drop further down the listings of Google’s search results. It makes the site harder for people to find, and will seriously reduce the number of visitors. I like the money from the ads which I’ve been using to subsidize my comic book habit, but I love seeing the graph of my traffic going up. But since nobody really knows what’s going on with Google, there’s no telling if that’s the real reason I’m slipping in the rankings, or if changing things will do anything to improve the situation. (Another reason for my love-hate relationship with Google.)
So now I’m stuck. I don’t know what to do, and even if I did, I wouldn’t know what I wanted to do. And of course, because Google is trying to stop people form gaming the system, they can’t tell anyone how their rankings work. Worst of all, I agree with their secrecy, while at the same time I want to know what to do.
So that’s how my Halloween is going. How about you?
October 31st, 2007 · Category: Site Stuff, Technology, Web Sites · Tags: blog, google adsense, google page rank, money, optimize, search engine traffic, text link ads, wordpress · 2 Comments »
I finally got my upgrade to WordPress straightened out (do yourself a favor and upgrade the Google XML sitemaps and Similar Posts plugins), but I was a little disappointed with the new Tag Support. It’s a big improvement over the old built-in tag support, but I wish they’d have worked toward feature parity with UltimateTagWarrior. To bring back some of the old features like tag management and automated tag generation, try out Christine’s WordPress Things.
One thing that is still missing is the ability to output a plain list of tags. WordPress assumes that if you want tags, you want those tags to be links. I, however, just want plain old text sometimes. So I hacked around in the WordPress code and made my very first (sorry excuse for a) plugin: PlainTags.
I’m hoping not to have to maintain this plugin for very long, as this really ought to be part of the WordPress core code. In fact, there may be a simpler way to do what I want, but if there is, I couldn’t find it. Either way, enjoy this plugin, and let me know if it gives you any problems.
October 1st, 2007 · Category: Technology, Web Sites · Tags: google, sitemaps, tag management, tag support, wordpress, xml · Comments Off