5 thoughts on “Latest Comments

  1. How come it’s so complicated? I didn’t know the Haloscan RSS existed, but given that it does, why can’t you just feed it straight in using an RSS>JavaScript application?

  2. If you look at your RSS feed it comes out in the following method:
    <item>
    <title>Thread: 110493805505395176. Post by Will</title&gt
    <link>http://www.haloscan.com/comments/artesea/110493805505395176/</link&gt
    <description>How come it’s so complicated? I didn’t know the Haloscan RSS existed, but given that it does, why can’t you just feed it straight in using an RSS>JavaScript application?</description&gt
    </item&gt

    So if you use a RSS>JavaScript you would get
    Thread: 110493805505395176. Post by Will
    as the title.

    So by doing it myself, I can pull out the blogID and the author, rearange them how I want, use the blogger[blogID][0] to produce the post title, and also make the link the popup script instead.

Leave a Reply to Will Cancel reply

Your email address will not be published. Required fields are marked *

Human test: Enter Ryan backwards