Submit RSS

 

Submit your feed

If you would like to submit your RSS feed to our directory, do it here. Submitting your RSS feed (or feeds) is quick, easy, and FREE. So submit your feed now:

»» submit rss feed

Tag cloudrss feed for tags

RSS Feed Categories

RSS Articles

  • What are RSS Feeds
    RSS, which stands for Rich Site Summary and Really Simple Syndication, is a technology that enables you to constantly receive the updated links to the websites chosen by you. Learn how to receive, produce, and the benefits of usinf RSS.
  • How to profit from your RSS Feed
    Online advertising has rapidly evolved over the years. Content publishers and advertisers are generating innovative techniques and discovering profitable advertising models. There are basically two vital factors that can maximize your gain from RSS feeds: subscription RSS feeds and RSS feed advertisements.
  • Benefits of having an RSS Feed
    RSS feeds have existed for years and are now gaining more popularity. This technology allows different news and information to automatically show on a website. But why would a website want that? There are many reasons.
  • How to promote your RSS Feed
    RSS feeds have been around for a long time, however people are just beginning to see how multi-purpose these feeds can be. They help stream information from one website to another, keeping content new. These feeds are easily maintained and just as easy to create. There is lots of software on the market that can assist in the creation of RSS feeds.
  • Increase traffic with RSS
    The Internet has exploded with new websites going live every day and increasing competition among websites. With all these competitors, how is it possible to differentiate and increase traffic to your site? Perhaps one of the easiest solutions to this potential dilemma is using RSS feeds. You may ask how this will help. There are several ways.
  • Publishing Newsletters using RSS
    E-mail newsletters have begun to over-populate inboxes around the world. This is not to say that they don't contain interesting and engaging content for subscribers. It simply means that e-mail newsletters have some limitations. However with the use of RSS, really simple syndication, feeds, e-mail newsletters can become as individual as the person who is receiving them.
  • RSS and Search Engine Optimization
    After putting a lot of thought into how to best use RSS feeds on your website and then creating them on your website, the next step is to promote them...here is how you do it.
  • What is Podcasting?
    If you have heard of RSS feeds, you are halfway to understanding podcasting. Think of podcasting as the more tech saavy version of books on tape, well now books on CD. RSS (really simple syndication) feeds is a technology that allows you to stream information from various websites and add them onto your own website. When these two technologies are merged, they create podcasting.
  • Choosing a Feed Reader
    Now that you’ve read about and decided to add RSS feeds to your website, you need to find the best feed reader for your needs. There are surprisingly quite a few options that allow you to read RSS feeds, whether for you personally or for your company.
  • Quality content and RSS Feeds
    You have a website and you know it’s good, but you really want it to be great. One of the best and easiest ways of accomplishing this is by utilizing RSS feeds. RSS feeds, which stands for really simple syndication, provides a steady stream of content and information from a variety of sources. If you’re not sure how this will help make your website great, keep reading to learn ways to use RSS feeds and how they will increase your website traffic.

FusionFusion

  • The Unusual Ref/Def Mismatch FileLoadException
    One of my colleagues has experienced a very strange Ref/Def Mismatch FileLoadException (The located assembly's manifest definition does not match the assembly reference). After a long investigation, we finally track down the cause. To explain the problem, we have to u ...
  • The sequence of interactions between CLR loader and fusion during Assembly.Load
    The following describes roughly the sequence of interactions between CLR loader and fusion during Assembly.Load() in .Net framework 2.0. 1. User calls Assembly.Load. 2. Loader pass the assembly reference to fusion. 3. Fusion checks to see if the assembly has alread ...
  • 64 bit gacutil.exe
    32 bit gacutil.exe can install/uninstall/enumerate 64 bit assemblies for GAC, so there is really no need for 64 bit gacutil.exe.
  • BadImageFormatException maybe thrown when loading a valid assembly
    We saw some cases when loading a perfect valid assembly, CLR may throw BadImageFormatException occasionally. In one particular case, we discover that it is caused by anti-virus scanners. Turn off the "Protection Against Unknown Threats" feature in the anti-virus engin ...
  • GAC Temp and Tmp
    I see people asking question about the Temp and Tmp directories under GAC. Yes they are temporary directory fusion uses during GAC Assembly installation and uninstallation. Tmp is used for installation, and Temp is used for uninstallation. The use of them is describ ...
  • Installing SxS assemblies in Vista
    When installing SxS assemblies in Vista, you may experience MSI error 1935 , with HRESULT 0x80073715 . 0x80073715 is Win32 error ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT. //// MessageId: ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT//// Mess ...