I had some free time Friday and Sunday evenings to work out some of the annoyances in my blog (the list is quite long, I’m saddened to say. I’ve cleaned up the stylesheets so the comments don’t look so much like content). Digging into the arcane nuances of style sheets has been very time consuming. I think I’m doing what a lot of people do: find a cool web site, dissect it, look up the particular elements, and paste them into mine. I’ve learned quite a bit. For example, the content boxes for the google ad and search box are floating elements.
I also found some cool plugins and some interesting information at Adam Kalsey’s site. (FWIW, Adam, David Raynes, Kevin Shay and Brad Choate have dozens of nifty Movable Type add-ons. You should check ‘em out.)
While playing with Adam’s “related entries” plugin, I noticed there was a MTKeywords field in the database and a couple of references to a place where one could imput these, but I couldn’t find where this is done. There’s an option in the Movable Type UI in the entry edit screen, where you have to select “Customize the display of this page” and tick off the individual fields you want. I had previously selected the “Advanced” box, but apparently it doesn’t include this field.
Some of the more interesting things on my “to do” list include:
- voting — I’d like some idea whether an entry goes over like a lead zeppelin, or if people like it. (Yes, I’m one of those quirky bloggers who enjoys getting comments and reads every one.)
- pulling out links — I’ve seen some folks automatically pulling out the list of links to other sites. This would be a nice feature because some of the more interesting ones may be too subtle.
- what I’m reading now — I have a little blurb on the top right corner of my home page that has my current list of books, but it’s very manual and only shows what I’m reading whenever someone views it. I want to be more organized, like my friend Kristin, and keep track of books over time.
- Rides database — the Northwest Cycling Events page is currently an Excel spreadsheet that I export into an html document (sans the annoying Excel stylesheet) and pdf format. It’s too late for this year, but next year it will be database-driven. Furthermore, I’ll provide a simple interface for people to query for rides based on various interesting parameters and ride organizations will be able to add/edit their own events. As an extra special bonus, there will be event ratings.
Version 3.1 is supposed to be due out any day now, so I’m not going to do any serious hacking until it’s installed.
.
5 users have commented
Follow-up comment rss or Leave a TrackbackIt seems like you’re slowly evolving from a blog to a full blown website. :)
Slowly. I just need something to sell… and more, compelling content… and a graphic designer… and… :)
The automation potential is cool.
Oh the joys of house cleaning. I know the pain you’re feeling. I did a major cleanup several months back. Moving to a CSS based site design was the biggest kicker. I’m happy with the changes. Now I’m trying to clean the stuff off of the main page that’s tucked away in the recesses of my site. I guess it’s like cleaning house for a party. Clean the main portion of the house and leave the closets alone. Now I’m cleaning closets.
Btw – You could create a perl or php script that would read a text file of books you are/have read then generate html to display the list.
The house cleaning analogy applies well, though I feel I’ve just straightened the downstairs where the guests would be expected to traipse. Upstairs is a mess, and don’t look in the closet!
The CSS transition is a good thing overall because nested tables to do X-Y layout have always been a cumbersome hack. However, CSS is complicated by buggy (IE) browser implementations. For example, a lady wrote me because the left column of the bike calendar page occupied 3/4 of the screen width. After some friendly email exchange, I found out this occurred only on earlier versions (pre-5) of IE. I am appreciating how cleaner FireFox is.
Are there any WSIWYG CSS tools where you can point to a widget and it’ll tell you what and where its parameters are?
Okay, Movable Type 3.1 is officially out. I have a complaint: They need decent version control. On many files a “diff” showed the only difference was … just the version number.
Three plugins were generating errors:
Topic Icon (topicon.pl) — I had apparently never configured this, so it was puking when FindBin went to look in ./../../ or something like that.
Rating 0.10 (mt-rating.pl) — diagnostics about rewriting scalar values.
Subcategories 0.4 (sub_cats.pl) — redefined a bunch of functions like IsLast — this might just be a 3.1 incompatibility.
Duh, should have monitored the error logs more after installing.
Leave A Reply