double your pleasure

fink forward?

- dave 4-19-2006 7:04 am

Looks good. Prototype for a second blog or the next phase of this one?
- tom moody 4-19-2006 7:08 am [add a comment]


next phase. i installed firefox and this page looks crappy. dont know yet if it will happen. can i ditch the blue?
- dave 4-19-2006 7:12 am [add a comment]


I like the 2 columns--it feels more open. I was going to say you could do the same layout with the blue, but you'd have to change the font colors quite a bit.
- tom moody 4-19-2006 7:15 am [add a comment]


Nice. On this computer the right links column isn't wrapping properly, it appears as a large block instead of column, center screen where the post should be, with your name, date and time of posting appering directly underneath.
The left column is where I imagine it is supposed to be, under the sweet image of the guy with uncle sam's hand over his kisser (where's that from?)
safari 1.0.3. I'll check from a couple of other computers later.
- steve 4-19-2006 5:56 pm [add a comment]


dont know. either i messed up a tag up top or its the bloglines code. there were two options for that, "javascript" or "php," and i chose the former. maybe the webmaster can enlighten us.
- dave 4-19-2006 6:29 pm [add a comment]


i dont remember where i got the image. i uploaded it a long time ago.
- dave 4-19-2006 6:46 pm [add a comment]


maybe somebody could explain this too. im just trying to "bold" my folder titles for my bloglines blogroll. this is the help info.

using CSS, you can customize the appearance of your blogroll. The blogroll has two
tags, which let you change the appearance of folder titles and subscriptions. The entire blogroll is enclosed with a
tag that has a class='blogrollmain' attribute. In addition, folders have
tags with a class='blogrollfolder' attribute.

By customizing the layout using these tags, you can tailor the look of your blogroll to match your website.

- dave 4-19-2006 8:00 pm [add a comment]


Unfortunately I am completely lost with CSS.
- tom moody 4-19-2006 8:14 pm [add a comment]


I like it.

Like Steve said, I see a lot of the links at the top of the main column (the 'mixmedia', 'nets','news', etc.. links). But I'm thinking that is where Dave meant them to be since they are in the top_text box on [editpage]. If you want them someone else we can make that happen, but it is displaying correctly for me for how it is setup (standard 2 column page with links on left and an option for keeping some stuff stuck at the top of the posting column.)

As for the CSS:

The class names are how you refer to the different divs (or, in other words, they have named the various divs so that you can use those names in the style sheet.) on [editpage] in the style sheet text box you need to add lines for

div.blogrollmain and/or div.blogrollfolder

So to bold the names of the folder titles add:

div.blogrollfolder {font-weight:bold;}

- jim 4-22-2006 7:04 pm [add a comment]


As for the javascript vs. PHP it really doesn't matter. The operational difference here is that you can deploy the javascript solution without any help from me, but I'd have to bake the PHP into the scripts here. Would be super easy to do (just drop it in) but it wouldn't really be any better than the javascript so I don't see the point.

(Well, I guess the PHP is better in the case where someone has their javascript turned off. But I don't think many people turn javascript off these days as a) tons of sites rely on it so you'd break things all over the place, and b) the reason we all used to turn javascript off - to cut down on pop up windows - isn't necessary any more since all good browsers have a separate way to block pop up windows without completely disabling javascript.)
- jim 4-22-2006 7:08 pm [add a comment]