<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
   <title>RSS4Lib</title>
   <link rel="alternate" type="text/html" href="http://www.rss4lib.com/" />
   <link rel="self" type="application/atom+xml" href="http://www.rss4lib.com/atom.xml" />
   <id>tag:www.rss4lib.com,2008://1</id>
   <updated>2008-07-16T13:55:50Z</updated>
   <subtitle>Innovative ways libraries use RSS</subtitle>
   <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.34</generator>

<entry>
   <title>Search Flickr for Color Schemes</title>
   <link rel="alternate" type="text/html" href="http://www.rss4lib.com/2008/07/search_flickr_for_color_scheme.html" />
   <id>tag:www.rss4lib.com,2008://1.223</id>
   
   <published>2008-07-16T13:36:54Z</published>
   <updated>2008-07-16T13:55:50Z</updated>
   
   <summary>The Multicolr Search Lab site lets you search through 3 million Flickr images for those that match a particular color. You can pick one or more colors from a swatch on that web page and it will display Flickr image...</summary>
   <author>
      <name>Ken Varnum</name>
      <uri>http://varnum.org/ken</uri>
   </author>
         <category term="Non Sequiturs" scheme="http://www.sixapart.com/ns/types#category" />
   
   <category term="198" label="graphics" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://www.rss4lib.com/">
      <![CDATA[The <a href = "http://labs.ideeinc.com/multicolr/">Multicolr Search Lab</a> site lets you search through 3 million Flickr images for those that match a particular color.  You can pick one or more colors from a swatch on that web page and it will display Flickr image thumbnails that contain the color (or colors) you pick.  Assuming the photographer allows use of the images, you could use them to jazz up your web site with color-coordinated graphics.  Of course, you still need to find one that suits your content.

If you're not satisfied with the 144 colors offered, you can easily customize the tool to add the exact colors on your web page.  For example, RSS4Lib uses three main colors:  orange (#f1671f), dark blue-gray (#a3b8cc), and light blue-gray (#e6e2f2).  By adding these to the site's URL, as in this sample, I can get a customized set of images that match RSS4Lib's color scheme.

<div align = "center">
<img src = "http://www.rss4lib.com/images/20080716-color-swatch.png" width = "474" height = "397" alt = "RSS4Lib Color Swatch" border = "0">
</div>

This was generated from the following URL:
<a href = "http://labs.ideeinc.com/multicolr/#colors=f1671f,a3b8cc,e6e2f2;">http://labs.ideeinc.com/multicolr/#colors=<b>f1671f,a3b8cc,e6e2f2</b>;</a>

If you wanted to use your own colors, simply replace the 6-character color codes (in my example, the bolded f1671f, a3b8cc, and e6e2f2) with the colors you want to use.  Add more by separating them with commas (no spaces!).  End the list of colors with a semicolon.

<div class = "attribution">Via <a href = "http://www.web2learning.net/archives/1847">What I Learned Today</a>.</div>]]>
      
   </content>
</entry>
<entry>
   <title>FeedSifter -- Search Within the Feed</title>
   <link rel="alternate" type="text/html" href="http://www.rss4lib.com/2008/07/feedsifter_search_within_the_f.html" />
   <id>tag:www.rss4lib.com,2008://1.222</id>
   
   <published>2008-07-02T18:55:44Z</published>
   <updated>2008-07-02T19:27:16Z</updated>
   
   <summary>Do you ever subscribe to RSS feeds that have huge amounts of information, just to get the occasional post that mentions a particular topic or two? Yeah, me too. FeedSifter is just the tool for us. Enter an RSS feed...</summary>
   <author>
      <name>Ken Varnum</name>
      <uri>http://varnum.org/ken</uri>
   </author>
         <category term="RSS Tools" scheme="http://www.sixapart.com/ns/types#category" />
   
   <category term="49" label="feeds" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="6" label="rss" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="138" label="tools" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://www.rss4lib.com/">
      <![CDATA[Do you ever subscribe to RSS feeds that have huge amounts of information, just to get the occasional post that mentions a particular topic or two?  Yeah, me too.  <a href = "http://www.feedsifter.com/">FeedSifter</a> is just the tool for us.  Enter an RSS feed URL and one or more words or phrases, and it will build you a version of the RSS feed that contains only entries matching one or more of your requested words.  It allows for basic Boolean searching.  Words or phrases entered on one line are joined by "AND"; words or phrases on separate lines are joined by "OR."

A few examples:
<ul>
<li><a href = "http://feedsifter.com/?f=http%3A%2F%2Fwww.nytimes.com%2Fservices%2Fxml%2Frss%2Fnyt%2FSports.xml&Red+Sox">New York Times sports news about the Red Sox</a></li>
<li><a href = "http://feedsifter.com/?f=http%3A%2F%2Frss.cnn.com%2Frss%2Fcnn_topstories.rss&obama%2Cmccain&election">CNN Top Stories that contain either 'McCain' and 'Obama' (both words) or contain the word 'elections'</a></li>
<li><a href = "http://feedsifter.com/?f=http%3A%2F%2Fwww.rss4lib.com%2Findex.xml&FeedSifter">RSS4Lib posts that mention FeedSifter</a> (nicely recursive, huh?)</li>
</ul>

The resulting page is, itself, an RSS feed that you can subscribe to in your aggregator or save as a live bookmark in your browser.  Or incorporate the sifted feed into a web page using <a href = "http://www.rss4lib.com/2008/06/google_has_an_rss_embedding_to.html">Google's RSS embedding tool</a>.  I can see an obvious use for this tool at the library reference desk.  This makes an easy way to set up a quick-and-dirty current awareness feed for patrons, based on news services or journal table of contents, that can tell them when something new has been published in a narrow area.]]>
      
   </content>
</entry>
<entry>
   <title>TinyPaste Offers Short URLs for Long Quotes</title>
   <link rel="alternate" type="text/html" href="http://www.rss4lib.com/2008/06/tinypaste_offers_short_urls_fo.html" />
   <id>tag:www.rss4lib.com,2008://1.221</id>
   
   <published>2008-06-27T16:07:05Z</published>
   <updated>2008-06-27T16:27:35Z</updated>
   
   <summary>TinyPaste is a tool that does for blocks of text what TinyURL does for URLs: Give you a nice, short, URL to pass along, rather than the full-length one for the page. (A TinyURL example: http://tinyurl.com/3f94fe is much shorter than...</summary>
   <author>
      <name>Ken Varnum</name>
      <uri>http://varnum.org/ken</uri>
   </author>
         <category term="Reviews" scheme="http://www.sixapart.com/ns/types#category" />
   
   <category term="27" label="copyright" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="138" label="tools" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://www.rss4lib.com/">
      <![CDATA[<a href = "http://www.tinypaste.com/">TinyPaste</a> is a tool that does for blocks of text what <a href = "http://www.tinyurl.com/">TinyURL</a> does for URLs:  Give you a nice, short, URL to pass along, rather than the full-length one for the page.  (A TinyURL example:  <a href="http://tinyurl.com/3f94fe">http://tinyurl.com/3f94fe</a> is much shorter than the full URL for the page you get to.)

So TinyPaste lets you copy a block of text, paste it into a form at <a href="http://www.tinypaste.com/">tinypaste.com</a>, and get a similarly short URL in return.  See <a href="http://tinypaste.com/5172c">http://tinypaste.com/5172c</a> -- which is the entire text of <a href="http://www.rss4lib.com/2008/06/how_many_subscribers_does_your.html">this blog post</a>.  There is also a <a href = "http://tinypaste.com/extension/index.htm">Firefox extension</a> that makes TinyPaste available from the right-click menu, so any text you see in your browser can be highlighted and turned into a TinyPaste URL.  

TinyPaste is handy for getting long blocks of text into services like Twitter or a Facebook status (by putting in the TinyPaste URL rather than the full text), but it comes with several drawbacks.  All formatting (other than line breaks) disappears completely.  So do links.  And most disturbing, to me, is the utter lack of indication of where the original came from.   In the web page version it is, of course, possible to manually insert the URL or other attribution into the text before creating the TinyURL.   For the Firefox plugin, though, this can -- and I think should -- be automatic.  

<div class = "attribution">[Via <a href = "http://lifehacker.com/397270/tinypaste-is-a-tinyurl-for-long-text-strings">Lifehacker</a>.]</div>]]>
      
   </content>
</entry>
<entry>
   <title>Code4Lib Journal&apos;s Third Issue Available</title>
   <link rel="alternate" type="text/html" href="http://www.rss4lib.com/2008/06/code4lib_journals_third_issue.html" />
   <id>tag:www.rss4lib.com,2008://1.220</id>
   
   <published>2008-06-23T20:30:03Z</published>
   <updated>2008-06-23T21:26:20Z</updated>
   
   <summary>Issue 3 of the Code4Lib Journal was published today: Editorial Introduction (Ron Peterson) Alternative Solutions for Off-Campus Authentication (Rebekah Kilzer, Elizabeth L. Black and James Muir) Distributed Version Control and Library Metadata (Galen M. Charlton) The Planets Testbed: Science for...</summary>
   <author>
      <name>Ken Varnum</name>
      <uri>http://varnum.org/ken</uri>
   </author>
         <category term="Code4Lib Journal" scheme="http://www.sixapart.com/ns/types#category" />
   
   <category term="146" label="c4lj" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="132" label="journals" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="156" label="libraries" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://www.rss4lib.com/">
      <![CDATA[Issue 3 of the <a href = "http://journal.code4lib.org/">Code4Lib Journal</a> was published today:
<ul>
<li><a href="http://journal.code4lib.org/articles/104">Editorial Introduction</a> (Ron Peterson)</li>
<li><a href="http://journal.code4lib.org/articles/73">Alternative Solutions for Off-Campus Authentication</a> (Rebekah Kilzer, Elizabeth L. Black and James Muir)</li>
<li><a href="http://journal.code4lib.org/articles/86">Distributed Version Control and Library Metadata</a> (Galen M. Charlton)</li>
<li><a href="http://journal.code4lib.org/articles/83">The Planets Testbed: Science for Digital Preservation</a> (Brian Aitken, Petra Helwig, Andrew Jackson, Andrew Lindley, Eleonora Nicchiarelli, Seamus Ross)</li>
<li><a href="http://journal.code4lib.org/articles/84">Bringing Sheet Music to Life: My Experiences with OMR</a> (Andrew Bullen)</li>
<li><a href="http://journal.code4lib.org/articles/77">Building an Archival Collections Portal</a> (Terry Catapano, Joanna DiPasquale, and Stuart Marquis)</li>
<li><a href="http://journal.code4lib.org/articles/74">Developing an Academic Image Collection with Flickr</a> (Jeremy McWilliams)</li>
<li><a href="http://journal.code4lib.org/articles/78">Making Patron Data Work Harder: User Search Terms as Access Points?</a> (Jason A. Clark)</li>
<li><a href="http://journal.code4lib.org/articles/85">Collecting Virtual Reference Statistics with an IM Chat-Bot</a> (Mason R.K. Hall)</li>
<li><a href="http://journal.code4lib.org/articles/76">WordPress as a Content Management System for a Library Web Site: How to Create a Dynamically Generated Subject Guide</a> (Joshua Dodson)</li>
</ul>]]>
      
   </content>
</entry>
<entry>
   <title>Feedbooks:  RSS to PDF for Offline Reading</title>
   <link rel="alternate" type="text/html" href="http://www.rss4lib.com/2008/06/feedbooks_rss_to_pdf_for_offli.html" />
   <id>tag:www.rss4lib.com,2008://1.219</id>
   
   <published>2008-06-20T14:55:39Z</published>
   <updated>2008-06-20T15:22:36Z</updated>
   
   <summary>Feedbooks is a site that turns an RSS feed -- your own or your favorite daily read -- into a PDF file for offline reading. A sample of Feedbooks&apos; PDF options for RSS4Lib&apos;s feed can be found here: . It...</summary>
   <author>
      <name>Ken Varnum</name>
      <uri>http://varnum.org/ken</uri>
   </author>
         <category term="RSS Tools" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="Reviews" scheme="http://www.sixapart.com/ns/types#category" />
   
   <category term="195" label="offline" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="197" label="PDF" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="133" label="publishing" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="8" label="RSS" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="138" label="tools" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://www.rss4lib.com/">
      <![CDATA[Feedbooks is a site that turns an RSS feed -- your own or your favorite daily read -- into a PDF file for offline reading. A sample of Feedbooks' PDF options for RSS4Lib's feed can be found here:  <a href="http://www.feedbooks.com/feed/view/?id=http%3A%2F%2Fwww.rss4lib.com%2Findex.xml"><img src="http://www.feedbooks.com/images/site/rss2pdf.gif" alt="rss2pdf"></a>. It includes PDF files formatted for A4 paper, the Cybook & Sony Reader, iLiad, and "Custom PDF," which is in this case standard-sized U.S. paper.

The tool works quickly, generating a PDF on the fly.  First, set up an account at <a href = "http://www.feedbooks.com/">Feedbooks</a>.  Then, create a "News" item and enter the RSS feed you wish to subscribe to.  The system defaults to A4 paper size; there is not a default 8.5" x 11" size. (You can set the Custom PDF page size to this selecting the "custom settings" link and entering the page size in millimeters:  216 by 279 millimeters.)  The resulting PDF file can then be downloaded; a link is provided for bookmarking.

Other customizations are font (from a handful of common fonts), font size, and line height.  The font choice only applies to the item content, not to the item title.  Feeds are displayed one per page, which leaves a lot of white space (a solution I prefer to that used by FeedJournal, which I <a href = "http://www.rss4lib.com/2007/12/feedjournal.html">reviewed in December 2007</a>).  The PDF download has a table of contents with page numbers, though the page numbers themselves are not displayed on subsequent pages.  I also noticed that some posts in the Feedbooks PDF version lost their paragraphs and were presented as one long block of text.  The site seems to reproduce all the items in the RSS feed; the RSS4Lib RSS feed has 15 items, all of which are in the Feedbooks feed.

<div class = "attribution">[Via <a href = "http://distlib.blogs.com/distlib/2008/06/this-ones-for-walt-c---create-pdfs-from-rss-feeds.html">The Distant Librarian</a>.]</div>]]>
      
   </content>
</entry>
<entry>
   <title>AP, Bloggers, and Fair Use</title>
   <link rel="alternate" type="text/html" href="http://www.rss4lib.com/2008/06/ap_bloggers_and_fair_use.html" />
   <id>tag:www.rss4lib.com,2008://1.218</id>
   
   <published>2008-06-17T15:11:25Z</published>
   <updated>2008-06-17T15:34:29Z</updated>
   
   <summary>The Associated Press has stepped back from its original position on copyright and the blogosphere and will be developing a (hopefully) more nuanced policy. According to an article in the June 16 issue of The New York Times, &quot;The Associated...</summary>
   <author>
      <name>Ken Varnum</name>
      <uri>http://varnum.org/ken</uri>
   </author>
         <category term="Syndication" scheme="http://www.sixapart.com/ns/types#category" />
   
   <category term="194" label="access" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="27" label="copyright" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="193" label="fair use" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="93" label="syndication" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://www.rss4lib.com/">
      <![CDATA[The <a href = "http://www.associatedpress.com/">Associated Press</a> has stepped back from its original position on copyright and the blogosphere and will be developing a (hopefully) more nuanced policy.  According to an article in the June 16 issue of <cite><a href = "http://www.nytimes.com/2008/06/16/business/media/16ap.html ">The New York Times</a></cite>, "The Associated Press ... said that it will, for the first time, attempt to define clear standards as to how much of its articles and broadcasts bloggers and Web sites can excerpt without infringing on The A.P.'s copyright."  

The recent controversy arose when AP requested that the Drudge Retort (a left-leaning response to Matt Drudge's conservative Drudge Report) remove seven portions of its syndicated news stories from its web site.  (I should note that the excerpts varied in length from 39 to 79 words; the excerpt I have in the previous paragraph is a hopefully safe 37 words.)  

The AP's move to better define fair use when it comes to blogging about news is a welcome one.  As I discussed <a href = "http://www.rss4lib.com/2008/05/rss_feeds_copyright.html">last month</a>, there is a vast gap between what publishers desire and what common practice defines in the realm of copyright.  The doctrine of "Fair Use" is "unclear and not easily defined." (This according to the <a href = "http://www.copyright.gov/fls/fl102.html">U.S. Copyright office itself</a>!)  Fair use is usually decided in the courts, after the fact. Bloggers have taken their stand through their actions -- for better or worse, a significant portion of bloggers view fair use liberally.  Publishers have, as fits their economic interest, taken a more restrictive view.  It is refreshing to see a major publisher declare its interest in finding a middle ground that it can endorse.  ]]>
      
   </content>
</entry>
<entry>
   <title>Blogging the Iowa Floods</title>
   <link rel="alternate" type="text/html" href="http://www.rss4lib.com/2008/06/blogging_the_iowa_floods.html" />
   <id>tag:www.rss4lib.com,2008://1.217</id>
   
   <published>2008-06-16T13:49:48Z</published>
   <updated>2008-06-16T13:57:09Z</updated>
   
   <summary>The University of Iowa launched a flood blog to inform students, faculty, staff, and the public about the flooding on the Iowa City campus. The University of Iowa Flooding Blog provides a strong example of web technologies to aid in...</summary>
   <author>
      <name>Ken Varnum</name>
      <uri>http://varnum.org/ken</uri>
   </author>
         <category term="Public Blogs" scheme="http://www.sixapart.com/ns/types#category" />
   
   <category term="74" label="communications" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="10" label="community" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="191" label="disasters" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="6" label="rss" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://www.rss4lib.com/">
      <![CDATA[The University of Iowa launched a flood blog to inform students, faculty, staff, and the public about the flooding on the Iowa City  campus.  The <a href = "http://uiflood.blogspot.com/">University of Iowa Flooding Blog</a> provides a strong example of web technologies to aid in communication during a disaster.  Linked from the blog are <a href = "http://www.flickr.com/photos/uinews/2581965181/">Flickr photostreams</a> of campus images, a headlines feed from the <a href = "http://www.press-citizen.com/">Iowa City Press-Citizen</a>, and, of course, updates and news about campus, buildings currently flooded or currently at risk, where there is power, what is open, and what is closed. ]]>
      
   </content>
</entry>
<entry>
   <title>Google Has an RSS Embedding Tool</title>
   <link rel="alternate" type="text/html" href="http://www.rss4lib.com/2008/06/google_has_an_rss_embedding_to.html" />
   <id>tag:www.rss4lib.com,2008://1.216</id>
   
   <published>2008-06-10T13:35:41Z</published>
   <updated>2008-06-10T13:57:09Z</updated>
   
   <summary>Paul Pival at The Distant Librarian noted a tool from Google that I had not been aware of: the Dynamic Feed Control Wizard, a JavaScript that you can embed in your web site to pull in RSS headlines and summaries...</summary>
   <author>
      <name>Ken Varnum</name>
      <uri>http://varnum.org/ken</uri>
   </author>
         <category term="RSS Tools" scheme="http://www.sixapart.com/ns/types#category" />
   
   <category term="49" label="feeds" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="99" label="gadget" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="190" label="google" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="93" label="syndication" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="97" label="widget" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://www.rss4lib.com/">
      <![CDATA[<p>Paul Pival at <a href = "http://distlib.blogs.com/distlib/2008/06/googles-rss-embedding-tool.html">The Distant Librarian</a> noted a tool from Google that I had not been aware of:  the <a href = "http://www.google.com/uds/solutions/wizards/dynamicfeed.html">Dynamic Feed Control Wizard</a>, a JavaScript that you can embed in your web site to pull in RSS headlines and summaries from your favorite sites.</p>

<p>Give it a keyword and it will find matching feeds; pick one, and it gives you the JavaScript to display that code in a vertical or horizontal box on your site.  I'm showing a screen shot of the set-up interface here:</p>

<div align = "center"><a href = "http://www.rss4lib.com/images/20080610-google-embed-large.png"><img src = "http://www.rss4lib.com/images/20080610-google-embed-small.png" border = "0" width = "450" height = "267" alt = "Screen shot of Google's RSS embedding tool" title = "Screen shot of Google's RSS embedding tool"></a></div>

<p>This is a very handy tool for grabbing a single feed and placing it on a web page; it could be very useful for libraries that do not have an abundance of technical expertise but have a blog they want to include elsewhere on the site.</p>

<p>One part of Google's interface confused me (odd, as Google is usually so clever at interfaces).  When entering a "Feed Expression", Google will not take an RSS feed's URL.  It expects you to type keywords describing your feed, and it will figure out the actual feed URL.  So entering my feed's URL (http://www.rss4lib.com/index.xml) did nothing; entering simply "RSS4Lib" produced the feed.</p>

<h2>Sample</h2>

<p>Visit the full text of this entry to see what the code looks like embedded in a web page:  <a href = "http://www.rss4lib.com/2008/06/google_has_an_rss_embedding_to.html">Google Has an RSS Embedding Tool</a>.</p>]]>
      <![CDATA[<!-- ++Begin Dynamic Feed Wizard Generated Code++ -->
  <!--
  // Created with a Google AJAX Search and Feed Wizard
  // http://code.google.com/apis/ajaxsearch/wizards.html
  -->

  <!--
  // The Following div element will end up holding the actual feed control.
  // You can place this anywhere on your page.
  -->
  <div id="feed-control">
    <span style="color:#676767;font-size:11px;margin:10px;padding:4px;">Loading...</span>
  </div>

  <!-- Google Ajax Api
  -->
  <script src="http://www.google.com/jsapi?key=notsupplied-wizard"
    type="text/javascript"></script>

  <!-- Dynamic Feed Control and Stylesheet -->
  <script src="http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.js"
    type="text/javascript"></script>
  <style type="text/css">
    @import url("http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.css");
  </style>

  <script type="text/javascript">
    function LoadDynamicFeedControl() {
      var feeds = [
	{title: 'rss4lib',
	 url: 'http://www.rss4lib.com/index.xml'
	}];
      var options = {
        stacked : true,
        horizontal : false,
        title : "RSS4Lib"
      }

      new GFdynamicFeedControl(feeds, 'feed-control', options);
    }
    // Load the feeds API and set the onload callback.
    google.load('feeds', '1');
    google.setOnLoadCallback(LoadDynamicFeedControl);
  </script>
<!-- ++End Dynamic Feed Control Wizard Generated Code++ -->
                ]]>
   </content>
</entry>
<entry>
   <title>Estimate Your Blog&apos;s Feed Subscriber Base</title>
   <link rel="alternate" type="text/html" href="http://www.rss4lib.com/2008/06/how_many_subscribers_does_your.html" />
   <id>tag:www.rss4lib.com,2008://1.215</id>
   
   <published>2008-06-06T15:29:02Z</published>
   <updated>2008-06-06T16:58:44Z</updated>
   
   <summary>Figuring out how much bang you&apos;re getting for your blogging effort is not as simple as it first seems. While it&apos;s relatively straightforward to calculate readership of static Web pages on your server, making a similar estimate of syndicated content...</summary>
   <author>
      <name>Ken Varnum</name>
      <uri>http://varnum.org/ken</uri>
   </author>
         <category term="RSS Tools" scheme="http://www.sixapart.com/ns/types#category" />
   
   <category term="19" label="aggregator" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="189" label="Atom" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="83" label="audience" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="82" label="readership" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="8" label="RSS" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="85" label="subscribers" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="4" label="usage" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://www.rss4lib.com/">
      <![CDATA[Figuring out how much bang you're getting for your blogging effort is not as simple as it first seems.  While it's relatively straightforward to calculate readership of static Web pages on your server, making a similar estimate of syndicated content readership is much trickier.  (For an exploration of that topic, see my 2007 blog post, "<a href = "http://www.rss4lib.com/2007/05/counting_rss_subscribers.html">Counting RSS Subscribers</a>," and the <a href = "http://www.rss4lib.com/feedstats/">feedstats</a> application I built to estimate out how many people <i>might</i> be reading RSS4Lib.)

The trick, of course, is when you "free" your content via syndication formats, it becomes harder to tell at a glance how much those syndicated files are being read.  This is a problem for libraries, as for any other business operation, because library managers need information  about the effect of their publicity and public relations efforts to justify them.  

With the goal of creating a tool to help bloggers, library bloggers in particular, quantify their feed readership, I created a version of my older RSS4Lib-specific tool for general use:  <a href = "http://www.rss4lib.com/feedstats/yourstats.pl">YourStats</a>.


<a href = "http://www.rss4lib.com/feedstats/yourstats.pl">YourStats</a> parses a log file and generates an estimate of total "direct" readership (that is, readership of the feed itself).  It summarizes readership reported by aggregators like Bloglines and counts unique IP addresses for PC-based readers (such as Firefox or NetNewsWire).  Of course, individual blog posts often far afield, being reproduced in other systems that do not report readership numbers.  Other tools, such as Magpie (the RSS feed cacher) or Yahoo! Pipes, almost certainly redistribute your content to many other readers but do so in completely opaque ways.  This sort of readership is not included in <a href = "http://www.rss4lib.com/feedstats/yourstats.pl">YourStats</a>.

A couple notes:

<ul>
<li>If you use Movable Type or WordPress to power your blog, and your RSS and Atom feeds have the default names, the application will take your log file and process it, giving results for both RSS (index.xml or feed=rss2) and Atom (atom.xml and feed=atom) readership.</li>
<li>You can specify a different feed by entering its directory path and filename (for example, if your blog's RSS feed is at http://your.blog.com/stuff/feed.xml, you would enter <b>/stuff/feed.xml</b>.</li>
<li>YourStats only handles Apache standard log files.</li>
</ul>

I hope YourStats will provide you with quantifiable numbers around your blog's readership.  Try it and let me know what you think. ]]>
      
   </content>
</entry>
<entry>
   <title>Google&apos;s Favicon Is Changing?</title>
   <link rel="alternate" type="text/html" href="http://www.rss4lib.com/2008/05/googles_favicon_is_changing.html" />
   <id>tag:www.rss4lib.com,2008://1.214</id>
   
   <published>2008-05-30T18:58:27Z</published>
   <updated>2008-06-07T02:12:30Z</updated>
   
   <summary>Anyone else seeing a new &quot;favicon&quot; for Google sites? (A favicon is the graphic that appears in your browser&apos;s location bar and, often, next to bookmarks.) It&apos;s now the second &quot;g&quot; in Google, with a light drop shadow -- as...</summary>
   <author>
      <name>Ken Varnum</name>
      <uri>http://varnum.org/ken</uri>
   </author>
         <category term="Non Sequiturs" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www.rss4lib.com/">
      <![CDATA[Anyone else seeing a new "favicon" for Google sites?  (A favicon is the graphic that appears in your browser's location bar and, often, next to bookmarks.)  It's now the second "g" in Google, with a light drop shadow -- as in this screen shot:

<div align = "center" style = "margin-top: 1em;">
  <a href = "/images/google-favicon.png"><img src = "/images/google-favicon.png" border = "0" alt = "Google Favicon" width = "450" style = "border: 1px solid #A3B8CC; padding: 5px; "></a>
</div>

Is Google changing its brand identity?]]>
      
   </content>
</entry>
<entry>
   <title>FeedHub Review</title>
   <link rel="alternate" type="text/html" href="http://www.rss4lib.com/2008/05/feedhub_review.html" />
   <id>tag:www.rss4lib.com,2008://1.213</id>
   
   <published>2008-05-30T16:46:00Z</published>
   <updated>2008-05-30T16:54:22Z</updated>
   
   <summary>I&apos;ve been testing out FeedHub, a tool that organizes and filters your RSS feeds based on topics (&quot;memes,&quot; in FeedHub&apos;s parlance) you express interest in. So far, I&apos;ve found that it helps put things I want to read nearer the...</summary>
   <author>
      <name>Ken Varnum</name>
      <uri>http://varnum.org/ken</uri>
   </author>
         <category term="Reviews" scheme="http://www.sixapart.com/ns/types#category" />
   
   <category term="19" label="aggregator" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="185" label="FeedHub" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="49" label="feeds" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="187" label="OPML" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="183" label="personalization" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="6" label="rss" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://www.rss4lib.com/">
      <![CDATA[I've been testing out <a href = "http://www.feedhub.com/">FeedHub</a>, a tool that organizes and filters your RSS feeds based on topics ("memes," in FeedHub's parlance) you express interest in.  So far, I've found that it helps put things I want to read nearer the top of the list, although it doesn't do as good a job as my own system of reading certain feeds first.

To get started with FeedHub, you need to set up an account and import an <a href = "http://en.wikipedia.org/wiki/OPML">OPML</a> file from your favorite aggregator.  The signup procedure was a bit confusing; it wasn't obvious to me that uploading an OPML file was a required part of the process.  Once I figured that out, though, setting up an account was a breeze.

I exported an OPML file from Bloglines (over 120 feeds) and FeedHub started digesting it.  The process took several hours; I was warned that it would be time consuming, and it was.  When I came back to FeedHub the next day, it had finished its processing and offered me a new RSS feed to which I needed to subscribe to see my filtered feeds.  So I added this new feed into Bloglines to monitor it.

Within the FeedHub feed, each post is reproduced along with an indication of relevance, the memes FeedHub has assigned to the post, and a thumbs up/thumbs down rating icon.  Sample (for a recent post in OCLC's WorldCat blog, "<a href = 'http://worldcat.org/blogs/archives/2008/05/rating-and-review-features-upd.htm'>Rating and review features updated, more cover art added</a>'):

<div align = "center" style = "border: 1px solid #A3B8CC; margin-top: 1em;">
  <a href = "/images/feedhub-rss-entry.png"><img src = "/images/feedhub-rss-entry.png" width = "450" border = "0" alt = "FeedHub RSS Entry"></a>
</div>

Once you click the appropriate rating thumb, a new window appears in which FeedHub displays its updated relevancy for that article and a series of memes that it has found for that particular post.  You can then provide an importance for each meme in your overall reading interests.  For example:

<div align = "center" style = "border: 1px solid #A3B8CC; margin-top: 1em;">
  <a href = "/images/feedhub-meme-rating.png"><img src = "/images/feedhub-meme-rating.png" width = "450" border = "0" alt = "FeedHub Meme Rating"></a>
</div>

This post has been assigned two memes by FeedHub, "tools" and "virtual reality".  (The underlying software, <a href = "http://mSpoke.com">mSpoke</a>, is responsible for assigning memes to topics.)  Next to each meme is a series of graphics, reflecting five options for rating that meme:  "No opinion," "No thanks," "Sometimes," "Usually," and "Yes, please."  I've previously given the "tools" meme a "usually" rating but haven't previously expressed an opinion about the Virtual reality meme.

FeedHub can display all the memes it's gathered to describe my reading interests.  Here are the memes I've rated as "Yes, please" and "Usually:"

<div align = "center" style = "border: 1px solid #A3B8CC; margin-top: 1em;">
  <a href = "/images/feedhub-meme-display.png"><img src = "/images/feedhub-meme-display.png" width = "450" border = "0" alt = "FeedHub Meme Rating"></a>
</div>

You can drag and drop individual memes from category to category, making it simple to update FeedHub's settings.  You can also add other memes via  search interface or add memes that are based on source (i.e., "in popular feeds", "in TechCrunch", etc.) or that reflect social web sources -- "on the del,icio.us hotlist", "popular on Digg", etc.).

So what's the net effect of FeedHub on my blog reading?  It's been mixed in the week I've been testing it.  I think I would have been happier had I given it a more homogeneous set of RSS feeds rather than everything -- library-related, technology-related, blogs of friends that I follow, news, etc.  I think it has a hard time initially figuring out what I actually want to read because the sources are so disparate.  I have since pruned my FeedHub subscription list to be just library- and technology-related feeds, which seems to have improved its fidelity. (Or it could be that I've simply voted on more items, giving it a better sense of what I actually like.)  

FeedHub also notes which blog posts I click through to read at the source site.  Since most blog posts are published in their entirety in the RSS feed, I'm not sure how useful this is; I rarely go to the blog's site to read a post.

Overall, I'm intrigued by the tool and plan to keep using it.  However, I'm not yet ready to ditch my entire feed collection as individual posts in favor of FeedHub's filtered approach.]]>
      
   </content>
</entry>
<entry>
   <title>Arms Research Digital Library Feed</title>
   <link rel="alternate" type="text/html" href="http://www.rss4lib.com/2008/05/arms_research_digital_library.html" />
   <id>tag:www.rss4lib.com,2008://1.212</id>
   
   <published>2008-05-28T21:27:56Z</published>
   <updated>2008-05-28T21:53:24Z</updated>
   
   <summary>The Combined Arms Research Library at Fort Leavenworth now has an RSS feed for new items in their digital library. The feed, at http://cgsc.leavenworth.army.mil/CARL/rss/generate_rss.asp?feed=carl_dl, includes items from their military history, MA of Military Art &amp; Sciences theses, World War II...</summary>
   <author>
      <name>Ken Varnum</name>
      <uri>http://varnum.org/ken</uri>
   </author>
         <category term="New Sources" scheme="http://www.sixapart.com/ns/types#category" />
   
   <category term="182" label="digital library" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="49" label="feeds" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://www.rss4lib.com/">
      <![CDATA[The <a href = "http://cgsc.leavenworth.army.mil/CARL/">Combined Arms Research Library</a> at Fort Leavenworth now has an RSS feed for <a href = "http://cgsc.leavenworth.army.mil/carl/new_digitallibrary.asp">new items in their digital library</a>.  The feed, at <a href = "http://cgsc.leavenworth.army.mil/CARL/rss/generate_rss.asp?feed=carl_dl">http://cgsc.leavenworth.army.mil/CARL/rss/generate_rss.asp?feed=carl_dl</a>, includes items from their military history, MA of Military Art & Sciences theses, World War II Operational Documents, and more. 

There's a wealth of information here... And if you ever want to know how the Army measured soldiers' feet during World War I, here's your chance to find out:  <a href = "http://cgsc.cdmhost.com/cgi-bin/showfile.exe?CISOROOT=/p4013coll9&CISOPTR=207&filename=208.pdf">Army foot measuring and shoe fitting system</a>.
<div class = "attribution">[Via <a href = "http://www.comarmsblog.com/2008/05/new-carl-digital-library-rss-feed_27.html">CARL Book Beacon</a>]</div>]]>
      
   </content>
</entry>
<entry>
   <title>Geotagging Photos When You Take Them</title>
   <link rel="alternate" type="text/html" href="http://www.rss4lib.com/2008/05/geotagging_photos_when_you_tak.html" />
   <id>tag:www.rss4lib.com,2008://1.211</id>
   
   <published>2008-05-22T20:09:09Z</published>
   <updated>2008-05-23T02:37:44Z</updated>
   
   <summary>I wrote about geotagging photographs way back in the fall of 2006. This means attaching longitude and latitude data to a photograph so it can be mapped. Most shutterbugs who geotag their photos do so after the fact, using various...</summary>
   <author>
      <name>Ken Varnum</name>
      <uri>http://varnum.org/ken</uri>
   </author>
         <category term="Non Sequiturs" scheme="http://www.sixapart.com/ns/types#category" />
   
   <category term="7" label="geotagging" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="177" label="iPhone" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="23" label="privacy" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://www.rss4lib.com/">
      <![CDATA[I wrote about <a href = "http://www.rss4lib.com/2006/11/geotagging_rss_and_photography.html">geotagging photographs</a> way back in the fall of 2006.  This means attaching longitude and latitude data to a photograph so it can be mapped.  Most shutterbugs who geotag their photos do so after the fact, using various mechanisms, in Flickr or with iPhoto plug-ins, for example.  

Now, it seems, easy geotagging of photo easy will be added to Apple's iPhone -- at least, according to <a href = "http://www.appleinsider.com/articles/08/05/22/latest_iphone_2_0_beta_adds_geo_tagging_to_camera_photos.html">one report</a> at AppleInsider.  If the iPhone does have GPS (or even if it relies on the current mechanism of approximating the iPhone's location, by triangulating on cell phone towers), every picture taken with an iPhone could have location data attached.  

Depending on the resolution of the location, it would be possible to build collections of photos from multiple users over time of a given location. 

Of course, the privacy implications are interesting, too -- will a photograph taken of someone without the subject's knowledge, published to Flickr with a geotag, be considered evidence of that person's whereabouts?  This expands the risks to privacy already created by <a href = "http://en.wikipedia.org/wiki/Closed-circuit_television"><acronym title = "Closed Circuit TeleVision">CCTV</acronym></a> systems, such as those installed in many cities (Singapore, London, etc.).  If everyone has a camera with geotagging capability built in, and publishes their photos to the Internet -- how easy will it be to scan them to learn if a person suspected of being at that location at a particular time might be in the background?  ]]>
      
   </content>
</entry>
<entry>
   <title>The Reader Wars</title>
   <link rel="alternate" type="text/html" href="http://www.rss4lib.com/2008/05/the_reader_wars.html" />
   <id>tag:www.rss4lib.com,2008://1.210</id>
   
   <published>2008-05-22T15:55:24Z</published>
   <updated>2008-05-22T16:01:53Z</updated>
   
   <summary>How do you read your RSS feeds? Chances are, you use either Bloglines or Google Reader, the two market leaders. A recent report, &apos;Google Reader Slowly Closing on Bloglines&apos; by Heather Hopkins of Hitwise shows how the gap is closing:...</summary>
   <author>
      <name>Ken Varnum</name>
      <uri>http://varnum.org/ken</uri>
   </author>
         <category term="RSS Tools" scheme="http://www.sixapart.com/ns/types#category" />
   
   <category term="19" label="aggregator" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="82" label="readership" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="6" label="rss" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="138" label="tools" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://www.rss4lib.com/">
      <![CDATA[How do you read your RSS feeds?  Chances are, you use either Bloglines or Google Reader, the two market leaders.  A recent report, '<a href = "http://weblogs.hitwise.com/us-heather-hopkins/2008/05/google_reader_slowly_closing_o.html">Google Reader Slowly Closing on Bloglines</a>' by Heather Hopkins of <a href = "http://www.hitwise.com/">Hitwise</a> shows how the gap is closing:

<div align = "center"><img src = "http://weblogs.hitwise.com/us-heather-hopkins/Google%20Reader%20v%20Bloglines.png" width = "500" height = "400" alt = "Share of US Internet Visits"></div>

Hitwise doesn't show market share of blog readers directly, but market share of total internet usage; according to this calculation, Bloglines has a 40% lead on Google reader's market share of internet visits.

These stats are more or less mirrored on RSS4Lib.  Looking at my user stats for <a href = "http://www.rss4lib.com/feedstats/index.pl?startdate=2008-05-21&enddate=2008-05-21">May 21, 2008</a>, this blog had a total of 1851 feed subscribers, of whom 831 were from Bloglines and 568 were from Google Reader.   (See my <a href = "http://www.rss4lib.com/2007/05/counting_rss_subscribers.html">Counting RSS Subscribers</a> post from a year ago where I discuss my methodology.)  This translates into Bloglines having a 44.9% share of my feed subscribers to Google's 30.1% share, or 49% more than Google.  Netvibes is 3rd for aggregators among RSS4lib subscribers (with an almost 13% share of RSS4Lib feed subscribers), while Rojo (3rd overall, according to Hitwise) is a far distant contender for RSS4Lib readers with 8 subscribers.

I'm a diehard Bloglines user myself but I see myself slipping into the minority.  What tool do you use, and why?]]>
      
   </content>
</entry>
<entry>
   <title>Snazzy Icons for iPhone/iPod Touch Web Clips</title>
   <link rel="alternate" type="text/html" href="http://www.rss4lib.com/2008/05/snazzy_icons_for_iphoneipod_to.html" />
   <id>tag:www.rss4lib.com,2008://1.209</id>
   
   <published>2008-05-15T19:18:35Z</published>
   <updated>2008-05-15T19:53:08Z</updated>
   
   <summary>Apple&apos;s iPhone and iPod Touch allow users to save &quot;web clips&quot; -- favorite web pages -- directly to the device&apos;s home screen -- so one tap of the finger on the icon takes you directly to that site. By default,...</summary>
   <author>
      <name>Ken Varnum</name>
      <uri>http://varnum.org/ken</uri>
   </author>
         <category term="Non Sequiturs" scheme="http://www.sixapart.com/ns/types#category" />
   
   <category term="180" label="icon" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="177" label="iPhone" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="94" label="Syndication" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="179" label="web clip" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://www.rss4lib.com/">
      <![CDATA[Apple's iPhone and iPod Touch allow users to save "web clips" --  favorite web pages -- directly to the device's home screen -- so one tap of the finger on the icon takes you directly to that site.  By default, the iPhone or iPod Touch use a nearly-impossible-to-read screen shot to represent the web clip; few web sites end up being visually identifiable on the home screen.  

There's a great opportunity for branding here.  Apple has made it very easy to create custom icons for your web site.  There are 2 steps: 
<ol>
<li>Make a graphic that is 57 x 57 pixels and save it in PNG format.</li>
<li>Name this file apple-touch-icon.png and  save it to the main ("root") level of your web server.</li>
</ol>

(Credit to <a href = "http://vjarmy.com/archives/2008/01/howto_iphone_webclip_icons.php">The Primary Vivid Weblog</a> for documenting the process in plain English.) 

When you add a web clip to your iPhone or iPod Touch's home screen, it automatically (and unavoidably) adds a glow effect and rounded corners to the graphic you provide.  To compensate for this, use this <a href = "http://internetmarketingvoodoo.com/downloads/webclip_template.psd.zip">web clip Photoshop template</a> (from <a href = "http://iphoneminds.com/2008/02/iphone-web-clip-bookmark-icons.html">iPhoneMinds</a>) that shows just where the usable space in that 57 x 57 pixel square is and how it will look with the glow effect. 

How easy is it?  It took me (a truly novice Photoshop user) about 5 minutes to make an icon for RSS4Lib -- if you're using an iPhone or iPod Touch, save this page to your home screen to see it, or just view <a href = "http://www.rss4lib.com/apple-touch-icon.png" alt = "apple-touch-icon.png -- home screen icon for iPhone web clip"> http://www.rss4lib.com/apple-touch-icon.png</a>.

If your library has iPhone or iPod Touch users, why not extend your brand to their mobile desktop?]]>
      
   </content>
</entry>

</feed>
