Recommended

Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 3 results for rss.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Robert-Jan Elias  on  Oct 20, 2009 (8 months ago)
    Tags: news , rss , reader , content clustering , similarity
    SameNews SameNews shows you all the latest news in one helicopter view. It gathers news items from multiple websites and clusters them dynamically on content in a visual network.

    The red lines connect similar news items.

    Have fun at samenews.com !



  • 0 comments  /  posted by  Silverlight Show  on  Sep 22, 2009 (9 months ago)

    For this tutorial Allan Muller is going to consume an RSS feed from Silverlight Forums.

    RSS is an essential part of the internet and is almost used on every website from youtube to Silverlight Forums. It’s no surprise that one of the most common questions I am asked is how do you read RSS in Silverlight? Well the answer is pretty straight forward and I am going to show you how to do it.

  • 4 comments  /  posted by  Ilia Iordanov  on  Jan 26, 2009 (more than a year ago)

    We are happy to announce the first version of the free Silverlight RSS control. It is a very light and simple control meant to display the items of a certain RSS feed in a convenient manner. You can easily integrate it in any existing web site (blog, community, portal etc.) by just pasting an HTML code snippet. Moreover you can customize it and localize it via the initialize parameters explained in details in the table below.

    Samples: (download source code)

     

    To integrate the RSS control just copy and paste the following HTML into your web site:

    <div style="width: 175px; height: 175px">
        <object height="175" width="175" data="data:application/x-silverlight-2," type="application/x-silverlight-2">
            <param name="source" value="http://www.silverlightshow.net/showcase/SilverlightNewsWidget.xap"  />
            <param name="onerror" value="onSilverlightError"  />
            <param name="background" value="white"  />
            <param name="minRuntimeVersion" value="2.0.31005.0"  />
            <param name="autoUpgrade" value="true"  />
            <param name="initParams" value="pageSize=3,feedUrl=http://feeds2.feedburner.com/silverlightshow,readMoreLink=http://www.silverlightshow.net/News.aspx,submissionsLink=mailto:editorial@silverlightshow.net"  />
            <a style="text-decoration: none" href="http://go.microsoft.com/fwlink/?LinkID=124807">
                <img style="border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none" alt="Get Microsoft Silverlight" src="http://go.microsoft.com/fwlink/?LinkId=108181"  /> 
            </a>
        </object>
        <iframe style="border-bottom: 0px; border-left: 0px; width: 0px; height: 0px; visibility: hidden; border-top: 0px; border-right: 0px">
        </iframe>
    </div>

    Initialize parameters:

    Parameter Name Value Description
    itemFontColor #1CA0F2 (Default) Sets the font color of the items. Type: Hex. color
    primaryColor #FFFFFF (Default) Sets the primary color of the control. Type: Hex. color
    secondaryColor #E9E9E9 (Default) Sets the secondary color of the control. Type: Hex. color
    submitToolTip Submit News (Default) Sets the tooltip of the submit button. Type: String
    titleText Silverlight News (Default) Sets the title of the control. Type: String
    itemFontSize 11 (Default) Sets the font size of the items. Type: Double
    titleFontSize 18 (Default) Sets the font size of the title. Type: Double
    titleFontColor #000000 (Default) Sets the font color of the title. Type: Hex. color
    pageSize 5 (Default) Sets the count of the items per page. Type: Int
    bulletColor #000000 (Default) Sets the color of the items' bullets. Type: Hex. color

    feedUrl
    (Required)

    http://feeds2.feedburner.com/silverlightshow  Sets the url of the feed that is going to be read. Has no default value and must be set. Type: String
    submissionsLink http://[some url] or mailto:[some mail] Sets the link for the submit button. Can be set to "mailto" too. If not set, the submit button doesn't appear. Has no default value. Type: String
    readMoreLink http://www.silverlightshow.net/News.aspx  Sets the link for the "Read more..." item on the last page of the control. If not set the "Read more..." item is not displayed.  Has no default value. Type: String

    If you want to display the RSS feed with the latest news, articles, videos and more published on SilverlightShow use the following RSS feed url http://feeds2.feedburner.com/silverlightshow or read more about it here 'Stay up-to-date with the latest Silverlight news!'

    Have comments or questions? Do not hesitate to contact us, that is what we are living for :)!


Join the free SilverlightShow webinar 'Silverlight Behaviors for Designers' on July 14th 2010, 3:00pm EDT.
In this session on adding interactivity UX Designer and Consultant Zhivko Dimitrov will show how to bring your designs to life without writing a single line of code! Find out how to use drag & drop behaviors to control animations, add navigation, and simulate validation states. Read more | Register Now (hide this)