Categories
classic book radio other thoughts

Web pages

[today: 3.5 miles]

I spent a bit of time last night working on the WMFH-LP daily schedule web page.  I added some colored bands for the four serial-works that play three times a day to set them apart from the random stuff that goes in between.

I remember putting together some very simple web pages in 1994/1995.  I even taught a little class for my fellow employees at the Iowa State University Library when I worked there.  Things have changed a lot since then.

Our WMFH-LP website runs using a package called WordPress.  (And so does this blog.)  What I did last night was I added some “class” attributes to the table rows for those hours I was interested in.  Then I added a bit of custom CSS to make those rows have a different background color.

In the old days the fonts and colors and such were all embedded in the HTML tags.  But they have separated that kind of thing out to the CSS file.  Some of the tag functions also seem to have migrated to the CSS.  I’m not sure how they draw the line on which thing goes where.  I guess the good thing about it is the separation of data from presentation.  The bad thing about it is that you now have to download multiple files to see a single page.