Monday, February 23, 2004 10:26 AM Jan Tielens

RSS Reader Webpart for SharePoint

UPDATE: http://weblogs.asp.net/jan/archive/2004/03/11/88118.aspx

Since releasing my previous “essential” webparts (Navigation, MyAlerts & Breadcrumbs) I'm really into extending SharePoint. I've always wanted to create a webpart that would display the contents of an RSS feed and this weekend I finally found some time! So here it is: the Leadit RSSReader webpart. I know Tim Heuer has already created such a webpart, but as a developer it's always cooler to be able to use your own bits.

   

I've tried to make this webpart as flexible as possible, you can change following properties:

  • Feed URL: of course :-)
  • Number of posts to show
  • Cache duration
  • Show post contents
  • Post title in bold (useful when showing the post contents)
  • Show post date
  • Post icon URL (if no URL is set, no icon will be displayed)
  • Show feed title
  • Show copyright (if one is available in the feed it's shown below the posts, if the feed has a link to an image, that image is shown too)

The easiest way to use this webpart is to put the Leadit.SharePoint.RSSReader.dll in the GAC (it needs some privileges to read the feed) and the DWP file in the \wpcatalog directory. To mark the assemnbly as safe put the following line in the SafeControls section of the Web.Config: <SafeControl Assembly="Leadit.SharePoint.RSSReader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=86680f0f768d39e0" Namespace="Leadit.SharePoint" TypeName="*" Safe="True" />.

Downloads:

As always: please test this webpart first before you use it in a production site, I'm not responsible for bad things that could happen... :-) Btw, for all the Belgian people intrested in customizing SharePoint: keep the 3th of March free in your agenda (evening), I'll post more details as soon as they become available.

Filed under:

Comments

# re: RSS Reader Webpart for SharePoint

Monday, February 23, 2004 6:25 AM by Siegfried Weber

Nice. And if you don't want to or can't install .NET assemblies on your (probably hosted) SharePoint site then just use the built-in XML Web Part with a custom XSLT style sheet as shown at http://playground.doesntexist.org ;-)

Cheers,

Siegfried

# re: RSS Reader Webpart for SharePoint

Monday, February 23, 2004 9:50 AM by tim

encroching on my turf ;-)

-th

# .NET Nightly 117

Wednesday, February 25, 2004 6:37 PM by TrackBack

# RSS Reader Webpart for SharePoint

Thursday, February 26, 2004 10:29 AM by TrackBack

RSS Reader Webpart for SharePoint - The layers of geek required to make this of any interest to ANYONE make...

# re: RSS Reader Webpart for SharePoint

Thursday, February 26, 2004 10:56 AM by Mike Walsh

Before I look at this more closely, is there anything in your opinion that your web part can do that Tim Heuer's can't ?

(From your example I can see the more lines of description per item but I'm not sure this is a good thing - can it be amended by a parameter ?)

# re: RSS Reader Webpart for SharePoint

Thursday, February 26, 2004 1:11 PM by steve@stevereno.net

I have Tim's web part installed and working great. I'll link you tonight when I get home if others need to use the feed. Great effort!

# re: RSS Reader Webpart for SharePoint

Thursday, February 26, 2004 4:06 PM by Jan

Mike, you can set if you want to see the description or not. Also, you can choose which image you want in front of each post. I don't want to say my reader is better than Tim's! Mine doesn't display a message referring to the creator's site (this could be important in a corporate envirionment) (Tim please don't take this personal :-).

# RSS Reader Web Part for Sharepoint

Thursday, February 26, 2004 7:52 PM by TrackBack

# SharePoint Readings und Ressourcen

Tuesday, March 02, 2004 11:06 PM by TrackBack

Jeden Tag finde ich neue interessante Artikel und Tools rund um die SharePoint Technologien - man kommt kaum noch nach, alle Ressourcen zu sammeln geschweige denn detailiert auszuwerten. Hier die Highlights:

# SharePoint Readings und Ressourcen

Tuesday, March 02, 2004 11:07 PM by TrackBack

Jeden Tag finde ich neue interessante Artikel und Tools rund um die SharePoint Technologien - man kommt kaum noch nach, alle Ressourcen zu sammeln geschweige denn detailiert auszuwerten. Hier die Highlights:

# re: RSS Reader Webpart for SharePoint

Monday, March 08, 2004 6:39 AM by Stephan Elsner

I tried to install it but I got a System.Net.WebPermission exception. MediumTrust is not enough?
Then I tried to adapt the wss_mediumtrust.config but then I got "Die Sicherheitsberechtigungen der Assembly leadit.sharepoint.rssreader.dll sind zwischen den Anwendungsdomänen nicht kompatibel." Sorry, can't translate that.

# re: RSS Reader Webpart for SharePoint

Monday, March 08, 2004 7:07 AM by Jan

Stephan

There are two solutions for your problem:
1) put the dll in the GAC
2) change the source code a little bit and: add the following attribute to the AssemblyInfo.cs file:
[assembly:AllowPartiallyTrustedCallers]

I'm sorry for the hassle, but I'm planning to release an update with that attribute already in it.

# re: RSS Reader Webpart for SharePoint

Monday, March 08, 2004 7:29 AM by Stephan Elsner

1) is in GAC
2) never compiled a web part, just "normal" .NET apps. Sharepoint libs not found. Do I need to install something?

# re: RSS Reader Webpart for SharePoint

Monday, March 08, 2004 7:39 AM by Jan

You need to copy the Microsoft.SharePoint.dll from your server to a place on your local machine. Then add a reference from the web part project to that assembly. If you have further questions, please send me an email through the "Contact" link.

# re: RSS Reader dates display as 1/1/2001

Thursday, March 18, 2004 11:33 AM by richard

When I elect to display dates with the feeds, they all display as 1/1/2001

# re: RSS Reader Webpart for SharePoint

Thursday, March 25, 2004 8:14 AM by Lars Burk

Jan, I installed your webpart. Unfortunately, your webpart does not seem to offer a proxy settings configuration as tim's RSS Feed Reader does.
Since the Global Proxy settings do not work together with our Active Directory integration, I'm curious, if there is a work around to that issue. Furthermore, I was quite happy with Tims RSS Webpart, but for German news it does not show special characters like ä ü ö ß. Does your Webpart support such.

Keep on the good work. Your essentials package is very nice, by the way...

Lars

# re: RSS Reader Webpart for SharePoint

Thursday, March 25, 2004 11:57 AM by Jan

Lars, you're right: proxy settings are still missing. Feel free to download the code and alter it yourself! ;-) Keep an eye on my blog for updates. Regarding the special characters, I haven't tested it myself...

# Generating RSS Feeds for SharePoint Sites

Friday, April 16, 2004 12:31 AM by TrackBack

# Generating RSS Feeds for SharePoint Sites

Friday, April 16, 2004 12:32 AM by TrackBack

# Generating RSS Feeds for SharePoint Sites

Friday, April 16, 2004 5:46 AM by TrackBack

# re: RSS Reader Webpart for SharePoint

Monday, May 24, 2004 7:51 PM by Serge van den Oever, Macaw

One big thing I miss with tim's feedreader web part is the ability to modify the title of the blog, so if you provide the RSS feeds on multiple blogs on the SharePoint category, they all name in SharePoint so you can't distinguish. You seem to provide this ability!

It's late now, but I will try it out tomorrow!

# WebException

Wednesday, June 23, 2004 7:46 AM by Olivier

I get a 401 Exception from the server.

I tryed to put some code for proxy settings, but it is not enough ?!

# re: WebException

Thursday, June 24, 2004 7:20 AM by Olivier

I came across the issue.
Instead of opening my HttpRequest with :
//request = (HttpWebRequest)WebRequest.Create(uri);
request = (HttpWebRequest)WebRequest.Create(url);

where uri is of type Uri and url is the string given as parameter ???!!!
I am lucky it works, but I don't understand why ?!

# Generating RSS Feeds for SharePoint Sites

Tuesday, September 14, 2004 2:56 PM by TrackBack

# MSDN : SharePoint RSS

Friday, November 19, 2004 11:03 PM by TrackBack

# MSDN : SharePoint RSS

Friday, November 19, 2004 11:03 PM by TrackBack

# Microsoft Sharepoint Portal Server 2003 im Internet

Sunday, November 21, 2004 10:36 PM by TrackBack

Microsoft Sharepoint Products and Technologies interessante Webseiten, FAQ's, White-Paper's, usw.

# Linkarchive

Sunday, November 21, 2004 10:38 PM by TrackBack

# SharePoint - RSS Feeds

Saturday, December 04, 2004 8:05 PM by TrackBack

# re: RSS Reader Webpart for SharePoint

Tuesday, May 23, 2006 6:59 AM by MICHAEL SOURBRON

Nice work

# re: RSS Reader Webpart for SharePoint

Tuesday, May 23, 2006 12:43 PM by Max Brassart

Hi

We have an user who antered a wrong url and we get :

Server Error in '/' Application ...

Where do you store the URL so we can edit it by hand.

Thank you

Max

# re: RSS Reader Webpart for SharePoint

Tuesday, May 30, 2006 5:51 PM by Don Willis

Is is possible to add characters to the set available in WSS item edits.  For example, I would like to have the ability to strikethough characters in an agenda item for a meeting.  Thanks

Don

# re: RSS Reader Webpart for SharePoint

Friday, June 02, 2006 3:01 PM by Diego F

When i add a feed url this message appears:

There was an exception reading the RSS Feed.
The ServicePointManager does not support proxies of server scheme.

what´s the trouble, and how can i fix it?

# re: RSS Reader Webpart for SharePoint

Wednesday, June 14, 2006 12:50 PM by Yavuz

I was able to successfully import the web part into the Sharepoint Server Portalpage. However, I can not make any changes to your code. For instance I am trying to bring the date text next to the description, but somehow none of my changes are showing up. Is this because of strong named assembly stuff please help!!!
thanks

# re: RSS Reader Webpart for SharePoint

Monday, June 19, 2006 9:45 AM by Eugene Katz

In case anyone wants to change the web part to use its own proxy settings, here is the code:

  // if a proxy is specified, use it
  string rssReaderProxy = ConfigurationSettings.AppSettings["RSSReader.Proxy"];
  if (rssReaderProxy != null && rssReaderProxy != String.Empty)
  {
      Uri rssUri = new Uri(this.Feed);
      HttpWebRequest rssRequest = (HttpWebRequest)WebRequest.Create(rssUri);
      WebProxy myProxy=new WebProxy();
      myProxy.Address = new Uri(rssReaderProxy);
      rssRequest.Proxy = myProxy;  
      newRssFeed = RssFeed.Read(rssRequest);
  }
  else
  {
      newRssFeed = RssFeed.Read(this.Feed);
  }

# re: RSS Reader Webpart for SharePoint

Tuesday, June 27, 2006 3:31 PM by David Wilson

Ok, so I've seen the Lead-IT What's New, and I have seen the RSS Reader.  What I want to know is when will one of you guys create a What's New that is completely customizable and pertains to an entire site collection.  I'm guessing that without the <span> tags in the WSS code, RSS is not an option (without modifying their code).  I am no developer, so I'm not sure how you created the What's New web part.  But how cool would it be to select the exact lists within an entire site collection and post What's New.

If I have shown any ignorance in my comment, it is because I am just that...ignorant.  I think the new tools you guys are creating are awesome...they just make me think of new ways I want to use them.

# re: RSS Reader Webpart for SharePoint

Tuesday, August 01, 2006 7:35 AM by slipy

nice work too

# re: RSS Reader Webpart for SharePoint

Friday, August 18, 2006 5:32 AM by Francois

Hello

i can't deploy this on spportal 2003 because i create the file *.cab with visual studio 2005.

"La version 2.0 n'est pas compatible"

Have you a solution for this problem?

The spportal 2003 have the sp2.

Ps:Excuse me for my bad english ;-)

# RSS Web Feed Times Out

Wednesday, August 30, 2006 10:47 AM by Webtechy Blog

For a dataview web part created in FrontPage to consume an RSS feed but get "The

# re: RSS Reader Webpart for SharePoint

Wednesday, September 13, 2006 9:13 AM by Kristijan Zivcec

Eugene,

Could you please provide some download url for modified code, because i dont have sdk or anything, and proxy is mandatory for me.

# re: RSS Reader Webpart for SharePoint

Wednesday, September 13, 2006 10:02 PM by Eugene Katz

Kristijan,

I'm sorry, I don't have a place from which to share the code.  You would need to download Jan's code and manually insert my modification.

Note that normally you would just configure the proxy in web.config.  This code is only for a case where you want the RSS web part to use a proxy while the rest of the web parts (such as the Content Editor WP) do not.

# re: RSS Reader Webpart for SharePoint

Thursday, September 14, 2006 11:41 AM by Kristijan Zivcec

Gotchya...

Thanks, by server is behind dosens of firewalls and proxys so i still having problem but it is network matter... Thanks for your quickly reply.

# re: RSS Reader Webpart for SharePoint

Tuesday, November 14, 2006 8:20 PM by Gary Fullhart

I'm attempting to use your control.  Forgive me, but I am just learning SharePoint.  I followed your instructions on adding it to the SafeControls section, but I still get "A Web Part or Web Form Control on this Web Part Page cannot be displayed or imported because it is not registered on this site as safe."  Any thoughts?  Also, what is the "GAC"?  As such, I don't know where I'm supposed to put the DLL.  Any help would be appreciated.

# re: RSS Reader Webpart for SharePoint

Thursday, November 16, 2006 4:55 PM by Tim

Nice tool, I am trying to modify it to allow target = blank but this is the first web part changes for me and I have vs2005 and can't don't know how to get it to compile under .net 1.1 for ms portal server 2003.  Any ideas?

# Paul Bonathan &raquo; RSS Reader Webpart for SharePoint

Sunday, January 07, 2007 1:08 PM by Paul Bonathan » RSS Reader Webpart for SharePoint

# re: RSS Reader Webpart for SharePoint

Wednesday, January 10, 2007 12:14 PM by shane

This webpart is SO worth the extra effort. I tried Tim Heuers and yours is so much better.

Some of the reasons I find this more useful:

It automatically shows all of the "Details" of an entry in the feed. This is great for weather updates being posted on your front page.

Also, it gives more options with titles and appearance customization.

I really love this web part!

Keep on coding!

# re: RSS Reader Webpart for SharePoint

Wednesday, January 10, 2007 12:52 PM by shane

Instructions on installing for newbs:

GACutil.exe to install the .DLL into your GAC.

To do this do the following:

Start > Run ... > cmd

In the command window type:

cd C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 (version may vary depending on your system)

Type:

gacutil /i <directory to the dll file from the package> (I extracted it in c:\temp)

Copy your .dwp file to C:\inetpub\wwwroot\wpcatalog (if that is where your site is located on the C:\ drive)

Edit the C:\Inetpub\wwwroot\web.config file as instructed above (the SafeControls part)

Import the DWP file (from the wpcatalog directory) into SPS.

# re: RSS Reader Webpart for SharePoint

Friday, January 12, 2007 8:54 PM by Mark Miller

How does this handle authentication issues. The built-in rss feed web part does not even handle its own rss feeds if they are passed through an https connection.

Does this handle authenticated rss?

# re: RSS Reader Webpart for SharePoint

Wednesday, January 17, 2007 5:24 AM by neek

Please can u advice on How To Access Active Directory through

# re: RSS Reader Webpart for SharePoint

Wednesday, January 31, 2007 11:00 AM by Wilson

Jan,

Help!

I have installed the RSS reader follwing your instructions but when I enter the feed's URL and click Apply/OK on the web part, I get this error message: The "RSSReader" Web Part appears to be causing a problem.

Web Parts Maintenance Page: If you have permission, you can use this page to temporarily disable Web Parts or remove personal settings. For more information, contact your site administrator.

Troubleshoot issues with Windows SharePoint Services.  

Any ideas what I did wrong?

# re: RSS Reader Webpart for SharePoint

Thursday, February 01, 2007 4:27 PM by Wilson

Please disregard my previous post. I was able to get the web part working. For some reason my SP system did not have a wpcatalog directory. Once I added dwp file to the directory, the web part worked.

Jan, thanks for the greate coding.

# re: RSS Reader Webpart for SharePoint

Tuesday, February 06, 2007 5:55 AM by Supreet

I am getting following error -

There was an exception reading the RSS Feed.

System.Net.WebException: The underlying connection was closed: Unable to connect to the remote server.

Jan could you help me.

Thanks

- Supreet

# re: RSS Reader Webpart for SharePoint

Saturday, February 10, 2007 5:07 PM by Derek Perkins

Will this work with WSS 3.0?  I have .NET v3.0 installed, and when I run the gacutil line, it doesn't recognize it as a command.

# re: RSS Reader Webpart for SharePoint

Monday, February 12, 2007 8:28 AM by CGirardy

I'm also new at Sharepoint and using WSS 3.0. Is there a way to install it on this version ?

Thanks

# re: RSS Reader Webpart for SharePoint

Monday, February 12, 2007 2:36 PM by Eugene Katz

I was able to successfully install this web part using the gacutil from .NET 1.1.

# re: RSS Reader Webpart for SharePoint

Wednesday, February 21, 2007 1:29 PM by Alex

Where do we insert this modification? please help, thank you.

# re: RSS Reader Webpart for SharePoint

Wednesday, February 28, 2007 10:49 AM by Roelof

Does it support authentication (username/password) and SSL (https://...)?

Roelof

# re: RSS Reader Webpart for SharePoint

Friday, March 09, 2007 3:27 AM by Portorin

http://www.desiurl.com/85e9b |<a href="http://www.desiurl.com/85e9b">download ringtone for nokia phone free</a> | http://www.desiurl.com/2c53f |<a href="http://www.desiurl.com/2c53f">free ringtone for lg sprint phone</a> | http://www.desiurl.com/916f9 |<a href="http://www.desiurl.com/916f9">totally free cell phone ringtone</a> | http://www.desiurl.com/92166 |<a href="http://www.desiurl.com/92166">free cell phone game and ringtone</a> |

http://www.desiurl.com/ad1b3 |<a href="http://www.desiurl.com/ad1b3">free ringtone for cellular south phone</a> | http://www.desiurl.com/2bc14 |

<a href="http://www.desiurl.com/2bc14">download free mobile phone ringtone</a> | http://www.desiurl.com/aa882 |<a href="http://www.desiurl.com/aa882">free ringtone for verizon mobile phone</a> | <a href="http://www.desiurl.com/165c8">nokia hindi ringtone</a> | <a href="http://www.desiurl.com/e0149">nokia compose ringtone</a> | <a href="http://www.desiurl.com/6379c">free nokia hindi ringtone</a> | <a href="http://www.desiurl.com/35957">mobile nokia phone ringtone</a> | <a href="http://www.desiurl.com/05b98">nokia 3310 composer free ringtone</a> | <a href="http://www.desiurl.com/b0fd1">polyphonic ringtone for nokia mobile phone</a> | <a href="http://www.desiurl.com/19583">free nokia 2260 ringtone</a> | <a href="http://www.desiurl.com/520e7">ringtone for nokia 3300</a> | <a href="http://www.desiurl.com/df4d1">nokia 3120 ringtone</a> |

# re: RSS Reader Webpart for SharePoint

Tuesday, March 13, 2007 4:32 PM by usqzt,usqzt,usqzt

<a href= http://roulette.usabestsites.info >Roulette</a> [url=http://roulette.usabestsites.info]Roulette[/url] <a href= http://jackpot-slots.usabestsites.info >jackpot slots</a> [url=http://jackpot-slots.usabestsites.info]jackpot slots[/url] <a href= http://party-poker.usabestsites.info >party poker</a> [url=http://party-poker.usabestsites.info]party poker[/url]

# re: RSS Reader Webpart for SharePoint

Monday, March 26, 2007 6:20 AM by HI! Nice design! <a href= http://***.bigteensboobs.org/angelique-***.html >Angelique ***</a> <a href= http://***.bigteensboobs.org/tight-***.html >Tight ***</a> <a href= http://***.bigteensboobs.org/christy-canyon-***.html >Christy canyon ***</a> <a href= http://***.bigteensboobs.org/young-girls-big-***.html >Young girls big ***</a> <a href= http://***.bigteensboobs.org/hepatits.html >Hepatits</a> <a href= http://***.bigteensboobs.org/public-***.html >Public ***</a> <a href= http://***.bigteensboobs.org/xxl-***.html >Xxl ***</a> <a href= http://***.bigteensboobs.org/large-black-***.html >Large black ***</a> <a href= http://***.bigteensboobs.org/phat-black-ass-and-***.html >Phat black ass and ***</a> <a href= http://***.bigteensboobs.org/teeny-***.html >Teeny ***</a> <a href= http://***.bigteensboobs.org/janet-jackson-***.html >Janet jackson ***</a> <a href= http://***.bigteensboobs.org/freckled-***.html >Freckled ***</a> <a href= http://***.bigteensboobs.org/messy-***.html >Messy ***</a> <a href= http://***.bigteensboobs.org/big-fat-***.html >Big fat ***</a> <a href= http://***.bigteensboobs.org/rub-my-***.html >Rub my ***</a> <a href= http://***.bigteensboobs.org/puffy-***.html >Puffy ***</a> <a href= http://***.bigteensboobs.org/***-pics.html >*** pics</a> <a href= http://***.bigteensboobs.org/lara-croft-***.html >Lara croft ***</a> <a href= http://***.bigteensboobs.org/big-***-and-asses.html >Big *** and asses</a> <a href= http://***.bigteensboobs.org/veiny-***.html >Veiny ***</a> ,*** akx

HI! Nice design!

<a href= http://***.bigteensboobs.org/angelique-***.html >Angelique ***</a>  <a href= http://***.bigteensboobs.org/tight-***.html >Tight ***</a>  <a href= http://***.bigteensboobs.org/christy-canyon-***.html >Christy canyon ***</a>  <a href= http://***.bigteensboobs.org/young-girls-big-***.html >Young girls big ***</a>  <a href= http://***.bigteensboobs.org/hepatits.html >Hepatits</a>  <a href= http://***.bigteensboobs.org/public-***.html >Public ***</a>  <a href= http://***.bigteensboobs.org/xxl-***.html >Xxl ***</a>  <a href= http://***.bigteensboobs.org/large-black-***.html >Large black ***</a>  <a href= http://***.bigteensboobs.org/phat-black-ass-and-***.html >Phat black ass and ***</a>  <a href= http://***.bigteensboobs.org/teeny-***.html >Teeny ***</a>  <a href= http://***.bigteensboobs.org/janet-jackson-***.html >Janet jackson ***</a>  <a href= http://***.bigteensboobs.org/freckled-***.html >Freckled ***</a>  <a href= http://***.bigteensboobs.org/messy-***.html >Messy ***</a>  <a href= http://***.bigteensboobs.org/big-fat-***.html >Big fat ***</a>  <a href= http://***.bigteensboobs.org/rub-my-***.html >Rub my ***</a>  <a href= http://***.bigteensboobs.org/puffy-***.html >Puffy ***</a>  <a href= http://***.bigteensboobs.org/***-pics.html >*** pics</a>  <a href= http://***.bigteensboobs.org/lara-croft-***.html >Lara croft ***</a>  <a href= http://***.bigteensboobs.org/big-***-and-asses.html >Big *** and asses</a>  <a href= http://***.bigteensboobs.org/veiny-***.html >Veiny ***</a>  ,HI! Nice design!

<a href= http://***.bigteensboobs.org/angelique-***.html >Angelique ***</a>  <a href= http://***.bigteensboobs.org/tight-***.html >Tight ***</a>  <a href= http://***.bigteensboobs.org/christy-canyon-***.html >Christy canyon ***</a>  <a href= http://***.bigteensboobs.org/young-girls-big-***.html >Young girls big ***</a>  <a href= http://***.bigteensboobs.org/hepatits.html >Hepatits</a>  <a href= http://***.bigteensboobs.org/public-***.html >Public ***</a>  <a href= http://***.bigteensboobs.org/xxl-***.html >Xxl ***</a>  <a href= http://***.bigteensboobs.org/large-black-***.html >Large black ***</a>  <a href= http://***.bigteensboobs.org/phat-black-ass-and-***.html >Phat black ass and ***</a>  <a href= http://***.bigteensboobs.org/teeny-***.html >Teeny ***</a>  <a href= http://***.bigteensboobs.org/janet-jackson-***.html >Janet jackson ***</a>  <a href= http://***.bigteensboobs.org/freckled-***.html >Freckled ***</a>  <a href= http://***.bigteensboobs.org/messy-***.html >Messy ***</a>  <a href= http://***.bigteensboobs.org/big-fat-***.html >Big fat ***</a>  <a href= http://***.bigteensboobs.org/rub-my-***.html >Rub my ***</a>  <a href= http://***.bigteensboobs.org/puffy-***.html >Puffy ***</a>  <a href= http://***.bigteensboobs.org/***-pics.html >*** pics</a>  <a href= http://***.bigteensboobs.org/lara-croft-***.html >Lara croft ***</a>  <a href= http://***.bigteensboobs.org/big-***-and-asses.html >Big *** and asses</a>  <a href= http://***.bigteensboobs.org/veiny-***.html >Veiny ***</a>  

# re: RSS Reader Webpart for SharePoint

Tuesday, April 24, 2007 1:05 AM by Britneyeziyn

<a href= http://4.fresboynews.info >a thousand miles away</a> <a href= http://8.fresboyplace.info >a puzzlement the king and i</a> <a href= http://10.fresadultfind.info >a communication major</a> <a href= http://9.fresadultfish.info >a demon lover</a> <a href= http://2.fresadultsearch.info >a dynasty diva</a>

# re: RSS Reader Webpart for SharePoint

Tuesday, May 01, 2007 12:21 AM by Britneynjqac

<a href= http://www.angelfire.com/crazy/jupici >a girl's guide to hunting and fishing</a> <a href= http://www.angelfire.com/droid/vebova >a1 homes new zealand</a> <a href= http://www.angelfire.com/crazy/zyxelo >a female escort</a> <a href= http://www.angelfire.com/poetry/padofe >a new look</a> <a href= http://www.angelfire.com/poetry/sukepo >a plusmath</a>

# re: RSS Reader Webpart for SharePoint

Saturday, May 05, 2007 4:02 AM by ricane

# re: RSS Reader Webpart for SharePoint

Thursday, May 10, 2007 11:21 PM by Britneyrtqis

<a href= http://qexabo.land.ru >a confederate flag</a> <a href= http://molufe.land.ru >aa milne biography</a> <a href= http://mosuhi.land.ru >a n j state wide realty of michigan</a> <a href= http://nidoqa.land.ru >a boy at war book report</a> <a href= http://wuzuhu.land.ru >a2k asus</a>

# re: RSS Reader Webpart for SharePoint

Thursday, May 10, 2007 11:21 PM by Britneyvyrun

<a href= http://qusasy.land.ru >a man holding on lyrics</a> <a href= http://fumuja.land.ru >a hospital bed</a> <a href= http://pabape.land.ru >a4 convertable</a> <a href= http://qeriha.land.ru >a little more time on you music video</a> <a href= http://dijeqa.land.ru >a202 driver</a>

# re: RSS Reader Webpart for SharePoint

Saturday, May 12, 2007 5:50 PM by Britneymefbl

<a href= http://gydive.front.ru >a la carte event pavillion tampa</a> <a href= http://xehoxy.front.ru >a custom zildjian crash</a> <a href= http://hekeni.front.ru >a hard day night beatles video</a> <a href= http://zuwafy.front.ru >a harmonica tabs</a> <a href= http://suguvu.front.ru >a new arrangement bright eyes lyrics</a>

# re: RSS Reader Webpart for SharePoint

Wednesday, May 30, 2007 6:33 PM by Stether

cigarettes.blogbugs.org - cigarettes blog

# fille

Sunday, August 19, 2007 6:29 AM by fille

Take a look at this site it is very interesting.

# re: RSS Reader Webpart for SharePoint

Friday, August 31, 2007 6:12 AM by irfan mughal

i have copied dll in GAC, add in web.config safe control list  restart the iis. but try to add web part this is not shown in the list any where

whats wron.

iffi_zin @ hotmail . com

# re: RSS Reader Webpart for SharePoint

Monday, September 24, 2007 11:10 AM by Zissis

Hi,

I've just installed the RSS Reader I didn't face any problem with the installation but when I give a feed address I receive the following message

The underlying connection was closed: Unable to connect to the remote server

Does anybody have a solution for this?

Thanks

Z

# re: RSS Reader Webpart for SharePoint

Thursday, October 18, 2007 1:51 PM by skil

suggest to change your motto : coito ergo sum

otherwise very nice !

# re: RSS Reader Webpart for SharePoint

Tuesday, December 11, 2007 1:36 AM by Sagar

Hi,

Thank you very much for this RSS Webpart

# Lexapro.

Thursday, July 10, 2008 12:52 PM by Lexapro.

Alcohol and lexapro. Studies comparing prosac and lexapro. Success stories with lexapro. Lexapro. Lexapro for weight loss.