How I may help
LinkedIn Profile Email me!
Call me using Skype client on your machine

RSS (Rarely Simple Syndication ;)

Here is a concise description of how to read and create RSS feeds.

 

Topics this page:

  • RSS Readers
  • Feed Icons
  • Formats
  • Sample
  • Syndication
  • Your comments???
  •  

    Site Map List all pages on this site 
    About this site About this site 
    Go to first topic Go to Bottom of this page

    Set this at top of window. RSS Readers

      Unlike traditional links on web pages which lead to formatted pages, links behind RSS feed icons contain code meant to be read by computer programs because their format is XML, not HTML.

      There are two basic technologies to view RSS feeds:

      1. web sites format RSS feeds. They provide icons such as those on bottom of this page so you can click to subscribe.

        Google Reader dominated this offering until it was killed by Google in 2013.

      2. client software you download to your laptop enable you to drag and drop RSS feed icons from Windows Explorer.

          BlogBridge is a blog, feed and RSS aggregator for "info-junkies" who subscribe to hundreds of feeds (blogs, data feeds, news feeds). This free open-source java client works on Windows, Mac OS X, and Linux.

          RSSOwl lets you gather, organize, update, and store information from any compliant source in a convenient, easy to use interface. Use it to save selected information in various formats for offline viewing and sharing.

          RSS Reader.com

          Others: FeedDemon NetNewsWire NewsFire NewsGator Outlook Edition Shrook Universal Subscription Mechanism (USM),

          To replace Google Reader: Newsblur, Feedly, Net News Wire, Taptu, Google Currents, Flipboard

      The Berkman Center for Internet & Society at Harvard Law School

     

    Set this at top of window. Feed Icons


    Go to Top of this page.
    Next topic this page

    Set this at top of window. Why so many RSS Formats?

      There are several formats to XML files that are collectively called "RSS Feeds".

      RSS feeds are in XML plain text file.

      • RSS 0.90 was designed by Netscape to build portals of headlines from mainstream news sites.
      • <rss version="0.91"> is simpler. Made popular by UserLand Software, which wanted it for weblogging products and other web-based writing software.
      • RSS 1.0 was developed based on RSS 0.90 by a non-commercial RSS-DEV Working Group for use with RDF-based apps.
      • RSS 2.0 is UserLand's refinement of RSS 0.91.
      • OCS
      • OPML (Outline Processor Markup Language) is considered a "minor" markup language originally developed by Radio UserLand as a native file format for an outliner application, Validator for Pluck:
        • OPML 1.0 cannot store hierarchical data because of its use of XML attributes.
        • OPML 2.0
      • Atom 0.3
      • Atom 1.0
      • Google's Sitemap Protocol contains tells Google the changefreq and priority of each page (loc) relative to other URLs on a site.
      • OAI-PMH (Open Archives Initiative Protocol for Metadata Harvesting)


    Go to Top of this page.
    Next topic this page

    Set this at top of window. XML Safe Contents

      ISO-8859-1 encoding.

      All & charcters need to be replaced with &amp;

      &quot; for double quotes

      &apos; for single quote apostraphes

      &LT; for "less than" symbol <

      &GT; for "greater than" symbol >


    Go to Top of this page.
    Next topic this page

    Set this at top of window. RSS Aggregators and Syndicators




    Go to Top of this page.
    Next topic this page

    Set this at top of window. Sample XML Rendering

      Here is an example of XML being displayed using Java applet com.ms.xml.dso.XMLDSO.class.

      Performance and Capacity Engineering Weblog http://www.wilsonmar.com/perftest.htm Notes on performance engineering for load testers and capacity managers. en-us Copyright 2006 Wilson Mar. All Rights Reserved. wilsonmar@gmail.com Performance Testing Notes http://www.WilsonMar.com/perftest.htm Here are my notes on how to conduct performance testing and capacity planning. . Sections include Information Flows & Roles, Roles in a Performance Project, Performance Within Development LifeCycles, The Context of Performance (Technology Layers), Forms/Types of Performance Testing, Load Testing Products, Capacity/Performance Mgmt. Workflow Wilson Mar 2004-11-06 Corporate Quality Management and Metrics http://www.wilsonmar.com/qmstages.htm Quality Management is more than just testing (a Quality Control activity). This describes the difference. More sophisticated Quality Management coincides with an organization's maturity and capability. Wilson Mar 2003-10-06 Load Testing Products http://www.LoadTestTools.com This page lists, describes, and compares software products for conducting load, stress, and performance testing. Wilson Mar 2005-12-09 Mercury Diagnostics http://www.wilsonmar.com/1ltdiag.htm Here is a strategy to use Mercury LoadRunner with Diagnostics, with graphic-supported explanations of the difference between diagnostics and production monitoring Business Availability products. Wilson Mar 2006-01-03 Mercury Loadrunner product usage at loadrunn.info http://www.LoadRunner.Info Here are my notes on using LoadRunner for performance testing. Topics include: Installation & Configuration, Monitors, Product Versions, VuGen Recording, Controller Scenarios, Protocols, Trans. Response Times, Measurement Calcs, Measures of Variation, Analysis Module. The page features a stopwatch you can start and stop... for those times when you don't need a million-dollar piece of software. Wilson Mar 2004-11-09 Mercury LoadRunner Vu Scripting at vuscripting.com http://www.vuscripting.com How to write vu C scripts used in performance tesing with LoadRunner. Wilson Mar 2005-10-23 Mercury LoadRunner Error Database Viewer http://www.WilsonMar.com/lrerrlist.htm Here is a totally stand-alone ASP classic script you can drop onto your IIS or PWS server to view summary and detail error messages generated by LoadRunner. The ASP application uses several advanced ASP tricks: cookies, ADO paging, etc. Wilson Mar 2004-11-09 Mercury LoadRunner Analysis Statistics and Graphs http://www.WilsonMar.com/lr_rpt.htm This page explains the sample Summary Report generated by LoadRunner and then, more importantly, explain how to make use of them to make decisions. Wilson Mar 2005-05-19 Mercury Virtual Table Server for LoadRunner http://www.WilsonMar.com/1mercvts.htm Here are tips and tricks to install and use the Virtual Table Server (VTS) program which maintains a virtual (in-memory) database for use by LoadRunner and Winrunner. Wilson Mar 2004-11-19 Performance Monitors http://www.wilsonmar.com/1perfmon.htm This is my concise reference on analyzing and tuning Microsoft Windows 2000 and Linux servers using counters and other tools for performance testing and tuning. Sections include Windows Monitoring, Unix Monitoring, Measured Objects, Log Analysis, Instrumentation Profiling Wilson Mar 2004-11-09 Performance Tuning Ideas http://www.wilsonmar.com/perftune.htm This is my concise reference on the business of tuning (tweaking) servers and applications. Topics include: Tuning Windows, Tuning Linux, Tuning Web Servers, Tuning Java pps Wilson Mar 2005-11-01 Load Balancing Servers http://www.wilsonmar.com/rss.aspx This page describes the different approaches to balancing load: Microsoft's Network Load Balancing services and load balancing products. Wilson Mar 2005-06-09 Java Virtual Machine Performance Tuning http://www.wilsonmar.com/1javagc.htm This page describes how to tune Sun & IBM Java VM garbage collection for optimum performance and longevity as it frees dynamically allocated memory that is no longer referenced. Topics include: Verbosity Flags. Total Heap Size. From Young to Old Permanent Generation, Concurrency Footprint Wilson Mar 2004-11-09 LoadRunner Scripts Generated from Spreadsheets http://www.wilsonmar.com/lrxls2vu.htm This page describes an Excel spreadsheet with VBA macros that generates LoadRunner VuGen C script to perform load testing Wilson Mar 2005-10-27 LoadRunner Load Run Results Explorer http://www.wilsonmar.com/lrexplore.htm This page describes a C# .NET client-side program that scans and opens several drives and folders at a time to display in table form information about load test runs created by LoadRunner during performance testing. Wilson Mar 2005-02-12
      NameTitleDescription


    Go to Top of this page.
    Next topic this page

    Set this at top of window. Blog Stars


    Go to Top of this page.
    Next topic this page

    Set screen Creating Feeds

      Feeds are created automatically by popular blogging platforms or publishing tools like TypePad, Wordpress, or Blogger,

      FeedBurner helps publishers avoid the RSS/ATOM quandary with its SmartFeed service, which makes any feed format readable on any subscriber device. However, their use limits what can be sent to subscribers.

      Aweber or MailChimp allow for newsletter delivery options.

      What Is RSS?


    Go to Top of this page.
    Next topic this page

    Set screen Next


    Bookmark this page:
     

    Go to Top of this page.
    Next topic this page
    Link to Performance Engineer RSS 2.0 XML feed Atom 1.0 XML feed
    Syndicate this site (XML) for Performance and Capacity Engineers...
      rob


    How I may help

    Send a message with your email client program


    Your rating of this page:
    Low High




    Your first name:

    Your family name:

    Your location (city, country):

    Your Email address: 

      Top of Page Go to top of page
    Previous topic this page

    Human verify:
     
    Please retype:
     

    Visitor comments are owned by the poster.
    All trademarks and copyrights on this page are owned by their respective owners.
    The rest ©copyright 1996-2006 Wilson Mar. All rights reserved.
    | | |