Results 1 to 2 of 2

Thread: gAjax RSS ticker: always displays invalid date

  1. #1
    Join Date
    Jun 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default gAjax RSS ticker: always displays invalid date

    1) Script Title: gajax rss ticker

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...xrssticker.htm

    3) Describe problem:

    Basically, I have a valid rss 2.0 feed that I created myself.
    I am trying to include the <pubDate> in my feeds, but it just doesn't work.
    Always says "invalid date" which I know is something from the Google API. What is the fix?


    http://www.richardlumd.com/BIRT/

    xml file: (it validates) http://www.richardlumd.com/BIRT/birtFeed.xml

    Relevant portion:

    <!-- begin Google code-based RSS ticker -->
    <h3>Example 1: (Single RSS feed, 10 entries, "<code>date</code>" field enabled, 1 entry per page</h3>

    <script type="text/javascript">

    var cssfeed=new gfeedrssticker("example1", "example1class", 4000, "_new")
    cssfeed.addFeed("BIRT", "http://www.richardlumd.com/BIRT/birtFeed.xml") //Specify "label" plus URL to RSS feed
    cssfeed.displayoptions("date") //show the specified additional fields
    cssfeed.setentrycontainer("div") //Wrap each entry with a DIV tag
    cssfeed.filterfeed(10, "date") //Show 10 entries, sort by date
    cssfeed.entries_per_page(1)
    cssfeed.init()

    </script>

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    I am seeing the date being output on your page actually (FF3), for example:

    New Website Launched [BIRT] Friday, June 20, 2008

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •