I’ve been playing around a bit lately with a couple of JavaScript libraries that implement includes, or “transcludes”. That is to say, with a bit of JavaScript, you can stick parts of other HTML pages into your page — and it’s the browser, not the server, that does the fetching work. That minimizes the load [...]

continue reading.....