Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: gAjax RSS Feeds Displayer - labels mixed in IE

  1. #1
    Join Date
    Apr 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default gAjax RSS Feeds Displayer - labels mixed in IE

    Hello friends

    I am using this script and when using multiple feeds, the labels randomly display inverted.

    This happens a lot in IE, some in Chrome and not at all in FF - so trying to use firebug in ff is useless.

    1st question) I see others complaining about this in really old posts. Did this ever get fixed/addressed?

    2) as a workaround am trying something like this (I only have 2 feeds)

    socialfeed.addFeed("1", "feed1URL")
    socialfeed.addFeed("5", "Fed2URL")

    I have verified that at the end of the script that the labels 1 and 5 occasionally get inverted.

    I am trying to identify the point at which an object holds these 2 numbers and check to see that the first value is 1. If the first value is 5, I will invert them.

    My problem is I am lousy at debugging JS and can't even use firebug and don't know how to print object values to see what is going on.

    If anyone can give some tips, that would be much appreciated.

    Thanks

    Matt

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

    Default

    Yep this is a really odd problem, and while I did take a stab at the issue at the time, I wasn't able to locate the problem. If I have more time I'll take another shot soon. I believe it has something to do with "array" behaviors in IE.
    DD Admin

  3. #3
    Join Date
    Apr 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    It happens in chrome also, just less often.

    could you recommend another script that has multiple feeds?

    or could you tell me how to access the objects properties in IE so I can hack the script?

    Thanks

    Matt

  4. #4
    Join Date
    Apr 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I'm having the same problem as well as another problem. I'm getting NaN for the date from one of the feeds and consequently the feeds aren't being sorted. I'd really like to keep that feed in the group. Could someone write a fix for this? Maybe if the value=NaN then it appears at the top or bottom of the list depending on the user's preference?

    Incidentally, if someone is editing the code, it would be nice to have the option to weight each feed instead of having the articles distributed evenly, e.g. if I am using 4 feeds and am displaying 8 articles, it would be nice to decide if I want feed 1 to display 3 articles, feed 2 to display 3 articles, feed 3 to display 1 article, and feed 4 to display 1 article. Alternatively, it would be nice to have it just display the eight most recent articles regardless of which feed it comes from.

    Ken.
    Last edited by anduril-ca; 04-04-2010 at 03:30 AM.

  5. #5
    Join Date
    Apr 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I have fixed the IE label bug and also added the feature for it to pull from multiple feeds and to only display the top x posts sorted by date - currently you get x number of posts from each category regardless of date.

    I also added some date formatting functionality.

    dm me if you would like to check it out.

    mk

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

    Default

    mkdrums, please do pm me the modified script so I can check it out. It'd be great if you included what was changed.
    DD Admin

  7. #7
    Join Date
    Apr 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sorry... new here... How do I get in touch with you mkdrums? I can't find any option to send you a personal message. I would definitely be interested in your fixes!

  8. #8
    Join Date
    Apr 2010
    Location
    New York
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Please share

    I to have the same problem with Chrome and Safari. If there is a fix can we get access to it or have the script post updated.

    many thanks to those who have big brains. - cb

  9. #9
    Join Date
    Apr 2010
    Location
    New York
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hey DD Admin. Any news of the status of this script. Any fix for the label issue as indicated above?

  10. #10
    Join Date
    Apr 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Any word yet on an update?

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
  •