Forum Moderators: open
I'm using the blogging software called Movable Type (highly recommended by the way -- movabletype.org), and one of the features of this system is that articles can be posted in two parts: an initial excerpt followed by a javascript "Read more -->" button, the pressing of which results in the remainder of the posting being unhidden from view.
The advantage of this system is that many more articles can fit on the same page, to be 'expanded' at will by users. The disadvantage, though, is that the entire text of all articles is loaded with the page, resulting in some dang huge page-loads :-(
So what I'd love to do is figure out a way to have the initial view remain the same (just excerpts of the articles showing up at first), but instead of simply hiding the second part of articles using javascript, have this stuff loaded by a mouse click right below the initial entry when people click "Read more -->".
Any ideas?
[edited by: tedster at 7:16 am (utc) on Jan. 14, 2003]
For the time being, I've instead figured out how to paginate my blog, thankfully reducing bandwidth and manual-page-breaking concerns.
It's the same principle as regular frames (see message 21 on Generic Javascript [webmasterworld.com])