Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: want to add unlimited RRS feed urls

  1. #1
    Junior Member
    Join Date
    Aug 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy want to add unlimited RRS feed urls

    i foundRRS feed casting widget on internet
    Free Feed Widget for displaying valid rss & xml feeds, as used on Surfing Waves
    this feed generating widget allows me to add only five RRS feed Urls .so now i have wanted to edit this code for add unlimited feed urls . but i dont know how to do it .please help me

    the code ---->>

    <!-- start sw-rss-feed code -->
    <script type="text/javascript">
    <!--
    rssfeed_url = new Array();
    rssfeed_url[0]="http://www.surfing-waves.com/newsrss.xml";
    rssfeed_frame_width="600";
    rssfeed_frame_height="750";
    rssfeed_scroll="off";
    rssfeed_scroll_step="6";
    rssfeed_scroll_bar="on";
    rssfeed_target="_blank";
    rssfeed_font_size="14";
    rssfeed_font_face="";
    rssfeed_border="on";
    rssfeed_css_url="";
    rssfeed_title="off";
    rssfeed_title_name="";
    rssfeed_title_bgcolor="#3366ff";
    rssfeed_title_color="#fff";
    rssfeed_title_bgimage="http://";
    rssfeed_footer="off";
    rssfeed_footer_name="rss feed";
    rssfeed_footer_bgcolor="#fff";
    rssfeed_footer_color="#333";
    rssfeed_footer_bgimage="http://";
    rssfeed_item_title_length="75";
    rssfeed_item_title_color="#666";
    rssfeed_item_bgcolor="#fff";
    rssfeed_item_bgimage="http://";
    rssfeed_item_border_bottom="on";
    rssfeed_item_source_icon="off";
    rssfeed_item_date="on";
    rssfeed_item_description="on";
    rssfeed_item_description_length="200";
    rssfeed_item_description_color="#666";
    rssfeed_item_description_link_color="#333";
    rssfeed_item_description_tag="off";
    rssfeed_no_items="0";
    rssfeed_cache = "5fc1882ce76383ed92d6c3a675830ce3";
    //-->
    </script>
    <script type="text/javascript" src="http://feed.surfing-waves.com/js/rss-feed.js"></script>
    <!-- The link below helps keep this service FREE, and helps other people find the SW widget. Please be cool and keep it! Thanks. -->
    <div style="text-align:right; width:600px;"><a href="http://www.surfing-waves.com" target="_blank" alt="www.surfing-waves.com"><img src="http://img.surfing-waves.com/images/swlogo.png" border="0" alt="surfing waves"></a><a href="http://www.surfing-waves.com/feed.htm" target="_blank" style="color:#ccc;font-size:10px">feedwidget</a></div>
    <!-- end sw-rss-feed code -->


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: want to add unlimited RRS feed urls

    Is this a javascript question? This forum is for java programming.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Processing Live Video Feed
    By Twez_Nugs in forum Java Theory & Questions
    Replies: 3
    Last Post: July 17th, 2012, 10:18 PM
  2. Parsing JSON Feed
    By sogorman in forum Other Programming Languages
    Replies: 2
    Last Post: June 6th, 2011, 03:02 AM
  3. Help needed regarding implementing RSS feed using JSP
    By smsouvik_2008 in forum JavaServer Pages: JSP & JSTL
    Replies: 3
    Last Post: February 21st, 2010, 04:34 AM
  4. How to Pass unlimited Arguments to a Function
    By neo_2010 in forum Java Programming Tutorials
    Replies: 2
    Last Post: July 8th, 2009, 11:39 AM
  5. How to Pass unlimited Arguments to a Function
    By neo_2010 in forum Java Code Snippets and Tutorials
    Replies: 2
    Last Post: July 8th, 2009, 11:39 AM

Tags for this Thread