Francis Hwang wrote:
...
> Oh, one other thing: Personally, I think iframes look pretty awful, 
> unless you can guarantee that they'll never scroll. Trying to do what 
> you're doing, going without will take more work -- you'd probably end up 
> parsing del.icio.us's info directly in Javascript, I think -- so maybe 
> it's not really worth it to make it pretty.

There are no frames.  This is CSS + XHTML + JavaScript.

The data comes from a MySQL instance on the ruby-doc server; I fetch RSS 
from del.icio.us every few hours or so.   The page uses XmlHttpRequest 
to make calls back to the server

Having the data local gives far more flexibility.  Plus it avoids 
burdening the del.icio.us site.


> 
> Thanks again for offering ruby-doc,


My pleasure!


James