Lobster Cowboy
New member
with preview release 1.0, firefox has a neat feature where sites with RSS feeds can be turned into a live bookmark via a small icon in the lower right hand corner of the browser window. i thought it might be cool if Zophar's Domain was compatible with this (for an example, visit slashdot, and you'll see a small orange RSS logo appear).
looking at the source of BBC.co.uk, i saw this HTML, which seems to activate the feature:
<code>< link href = "http://news.bbc.co.uk/rss/newsonline_world_edition/front_page/rss091.xml" rel = "alternate" type = "application/rss+xml" title = "rss" /></code>
i'm guessing it might work if this was added to the ZD front page:
<code>< link href = "http://www.zophar.net/zdf.php" rel = "alternate" type = "application/rss+xml" title = "rss" /></code>
<P ID="signature"><img src=http://www.lobsterstudios.com/images/lobsterranx.jpg>
http://www.mozilla.org><img src=http://www.lobsterstudios.com/images/mozbanner.png border =0</P>
looking at the source of BBC.co.uk, i saw this HTML, which seems to activate the feature:
<code>< link href = "http://news.bbc.co.uk/rss/newsonline_world_edition/front_page/rss091.xml" rel = "alternate" type = "application/rss+xml" title = "rss" /></code>
i'm guessing it might work if this was added to the ZD front page:
<code>< link href = "http://www.zophar.net/zdf.php" rel = "alternate" type = "application/rss+xml" title = "rss" /></code>
<P ID="signature"><img src=http://www.lobsterstudios.com/images/lobsterranx.jpg>
http://www.mozilla.org><img src=http://www.lobsterstudios.com/images/mozbanner.png border =0</P>