the blogroll is coming back

| 6 Comments

A couple people have noticed that the Bloglines link now goes to a list of my students' blogs, and were unhappy about that.

Not to worry; later this week the blogroll is coming back, in an expandable box on the sidebar so that it doesn't take over the page for people not that interested in the links.

6 Comments

Hey, there must be a disturbance in the Force or something: I'm doing that too.

Liz - out of curiosity, how did you set up the collapsible links?

I stole the code (with permission) from Joi Ito's site.

It's all javascript; just view my source to see it.

Wow, that collapsible links code looks much more complex than it needs to be. I wrote this one a few years ago for our JavaScript book, and all the code is there for anyone to use who wants it.

Oh, and thanks for putting me on the blogroll!

Thanks!

function changeVisibility(container) {
if (document.getElementById(container).style.display == "none" ? document.getElementById(container).style.display = "block" : document.getElementById(container).style.display = "none");
}

Just place a call to changeVisibility in any onClick method and pass the div id that you want to change. :-)

Note: this can be fussy sometimes for whatever reason.

Leave a comment

 

Categories

Archives

Recent Photos

www.flickr.com
This is a Flickr badge showing public photos and videos from mamamusings. Make your own badge here.

Upcoming Travel

Creative Commons License
This blog is licensed under a Creative Commons License.

About this Entry

This page contains a single entry by Liz Lawley published on March 22, 2005 2:57 PM.

return to redmond redux was the previous entry in this blog.

marqui shout-out is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.