This post originated from an RSS feed registered with Ruby Buzz
by Andrew Johnson.
Original Post: Embed a MicroBrowser on Your Webpage
Feed Title: Simple things ...
Feed URL: http://www.siaris.net/index.cgi/index.rss
Feed Description: On programming, problem solving, and communication.
Browsers can display webpages, and now webpages can display browsers (which
can display …).
For a quick demo, I created a Ruby mashup of a different sort (javascript
required) — one
webpage displaying four embedded bitty
browsers, each an independent, functional browser. Each is initialized
with a different Ruby feed. Kind of cool, really … and its even
possible to have a bitty browser in a bitty browser (though the recursion
isn’t infinite).
I was thinking this would be a dead simple way to add a "Recent
Posts" sidebar, just slot in a bitty browser with my site’s rss
feed. I’ve even got a couple different layouts that work pretty well
— but the bitty browsers themselves are, imho, ugly; so for now,
those layouts are staying in my development pool.