Skip to main content

RSS Reader

These are the Web Service, XML and RSS days. RSS means 'Really Simple Syndication' and it provides a convenient way to syndicate information from various websites and other sources.


Most of the web sites are now providing RSS feeds that you can subscribe and read through a RSS reader. If you are using a RSS reader then you don't need to visit every website to see the updates on the website that matches your area of interest. RSS reader will keep checking all the web site you subscribed and display alerts whenever new information to read is available.


There are many RSS reader available for free and I have used few of them like SharpReader, FeedReader, AmphetaDesk, RSS Bandit etc.


I like RSSBandit (www.rssbandit.org) most as compare to the other available RSS reader because of the following reason:


Its free, it’s very simple to use,

It provide facility to manage RSS feeds in various folders,

It gives a consolidated view of the various RRS feeds inside a folder,

It opens the full story window in a new tab in the RRS reader so you don't fee you are lost just change the tab and you are back to RSS reader.

And it is extensible, you can download various plug-in for it or even you can develop your own plug-in.

The list of nice features is long but I mentioned the feature that I use in my day to day life.


You can also create your own news reader like RSSBandit with the help of this article in the MSDN Library. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnexxml/html/x...


Following are the RSS feed that I have subscribed and writing for your reference as an staring point. RSS Bandit also provide export/import feature and you can import the feeds that I have subscribed by importing http://www.geocities.com/vinnisharma/Example_MyRSSFeedSubs.zip file.


"News"

Title=“rediff News" Url="http://www.rediff.com/rss/newsrss.xml"

Title=“BBC Hindi News" Url="http://www.bbc.co.uk/hindi/index.xml

Title=“BBC News | News Front Page | UK Edition" Url="http://news.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml"

Title=“BBC News" Url="http://news.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml"

Title=“CNET News.com" Url="http://news.com.com/2547-1_3-0-5.xml"

Title=“Yahoo News" Url="http://rss.news.yahoo.com/rss/topstories"

Title=“NYT > Home Page" Url=http://www.nytimes.com/services/xml/rss/userland/HomePage.xml


"Business"

Title=“rediff Business" Url="http://www.rediff.com/rss/moneyrss.xml"

Title=“rediff: Personal Finance" Url="http://www.rediff.com/rss/perfinrss.xml"

Title=“Seminole County Government: Top Web Site Announcements" Url="http://www.seminolecountyfl.gov/misc/rss/announcements/index.asp?code=top"

Title=“Seminole County Government: Upcoming County Events" Url="http://www.seminolecountyfl.gov/misc/rss/events/index.asp"

Title=“Seminole County Government: News Releases" Url="http://www.seminolecountyfl.gov/misc/rss/newsreleases/index.asp"


"Entertainment"

Title=“rediff Movies" Url="http://www.rediff.com/rss/moviesrss.xml"

Title=“Movies.com New Movie Reviews" Url="http://movies.go.com/xml/rss/reviews.xml"

Title=“Yahoo News [Entertainment]" Url=http://rss.news.yahoo.com/rss/entertainment

Comments

Popular posts from this blog

SharePoint WebPart Error - Unable to add selected web part (s) – MOSS 2007

ISSUE: Recently I faced this issue that when I try to deploy my WebPart.  Unable to add selected web part(s). WebPartName: Cannon unregister UpdatePanel with ID ‘ctl00RTMPanel’ since it was not registerd with the ScripManager. This might occure if the UpdatePanel was removed from the control tree and later added again, which is not supported. Parameter name: updatePanel.   I faced this issue twice and both the time the issue was not what display here. This could be sure to any error in the WebPart. Following are list resolution from multiple instances.   RESOLUTION: 1. Check the WebPartName.webpart file. Check whether you have a proper PublicKeyToken value. When I face the issue the value was PublicKeyToken=$PublicKeyToken$. If you have used WSP builder then in the Visual Studio you will find this file at \WebPartsProject\12\TEMPLATE\FEATURES\WebPartName\WebPartName.webpart. Sometime when you create a new WebPart using WSP builder then ...

Could not open virtual machine – vmx is not a valid virtual machine configuration file

I recently faced an issue with one of my VMWare virtual machine that when I try to run this virtual machine it did not work. VMWare display this message that “Could not open virtual machine: .vmx. ".vmx" is not a valid virtual machine configuration file.” ISSUE: Could not open virtual machine: G:\VPC\RakhiQAXPProfQtp\Windows XP Professional.vmx. "G:\VPC\RakhiQAXPProfQtp\Windows XP Professional.vmx" is not a valid virtual machine configuration file. I try to open .vmx file [G:\VPC\RakhiQAXPProfQtp\Windows XP Professional.vmx] in notepad then I found it was empty (0 KB). Resolution: I wanted to resolve it quickly so I try following method and it worked very well. But this is not a valid documented process so please try with caution. Following are the steps 1. First of all go to the folder where you have your virtual machine and delete all .lck folders. 564df2d4-03de-04e8-d1c3-bd2d53dcb1b7.vmem.lck Windows XP Professional.vmdk.lck ...

Google Chrome Error - Ah, Snap! Something went wrong while displaying this webpage

Many users are facing following error when they try to load the new Google Chrome Browser. Due to this error they could not use Google Chrome browser on their machine. This error is coming right after they installed the Google Chrome browser. The error message says: "Ah, Snap! Something went wrong while displaying this webpage. To continue, press Reload or go to another page." Following is a screen shot of the error. Error message asks to reload the or go to another page but no matter what they do, they still see this error message. Thanks to Rupesh Bhochhibhoya for solution to this problem. As per him, this problem is most probably because of anti-virus. The solution I learn is: goto properties of browser shortcut then append --no-sandbox on target line. Like: "C:\Documents and Settings\Administrator\Local Settings\Application Data\Google\Chrome\Application\chrome.exe" --no-sandbox then you are ready to go!! Please post in the comment if you have furt...