<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FortnersFavorites.com &#187; text</title>
	<atom:link href="http://fortnersfavorites.com/tag/text/feed/" rel="self" type="application/rss+xml" />
	<link>http://fortnersfavorites.com</link>
	<description>Cool sites, links, and information!</description>
	<lastBuildDate>Thu, 17 Nov 2011 22:08:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>html &#8211; CSS: semi-transparent background, but not text &#8211; Stack Overflow</title>
		<link>http://fortnersfavorites.com/html-css-semi-transparent-background-but-not-text-stack-overflow-2/</link>
		<comments>http://fortnersfavorites.com/html-css-semi-transparent-background-but-not-text-stack-overflow-2/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 21:32:49 +0000</pubDate>
		<dc:creator>cfortner</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html css]]></category>
		<category><![CDATA[Overflow]]></category>
		<category><![CDATA[Stack]]></category>
		<category><![CDATA[stack overflow]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[transparent background]]></category>

		<guid isPermaLink="false">http://fortnersfavorites.com/html-css-semi-transparent-background-but-not-text-stack-overflow-2/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://fortnersfavorites.com/html-css-semi-transparent-background-but-not-text-stack-overflow-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Full-Text RSS &#124; EchoDitto Labs</title>
		<link>http://fortnersfavorites.com/full-text-rss-echoditto-labs/</link>
		<comments>http://fortnersfavorites.com/full-text-rss-echoditto-labs/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 02:01:00 +0000</pubDate>
		<dc:creator>cfortner</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[SEO/SEM]]></category>
		<category><![CDATA[acceptable solution]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[Dave Winer]]></category>
		<category><![CDATA[pet peeve]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[selling advertising]]></category>
		<category><![CDATA[Steve Rubel]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://fortnersfavorites.trefreds.com/?p=54</guid>
		<description><![CDATA[Partial-text RSS feeds are a pet peeve of mine. I&#8217;m not alone: I&#8217;ve read about Dave Winer and Steve Rubel&#8217;s dislike of the practice. I&#8217;m sure there are a lot [...]]]></description>
			<content:encoded><![CDATA[<p>Partial-text RSS feeds are a pet peeve of mine. I&#8217;m not alone: I&#8217;ve read about Dave Winer and Steve Rubel&#8217;s dislike of the practice. I&#8217;m sure there are a lot of other RSS users who are similarly irked by it.</p>
<p>So, after having a post-workout algorithmic epiphany (it&#8217;s the best time for them), I started work on a little project to fix this annoyance — and ended up quite pleased with the result.  You might find it useful, too: it&#8217;s a little script that creates full-text RSS feeds from partial feeds.  Just enter the URL of a partial feed in the box below and hit submit.  You&#8217;ll be directed to a URL that will (hopefully) provide a full-text version of the feed you specified.</p>
<p>RSS Feed URL</p>
<p>I&#8217;ve been through a few different versions of the algorithm, but this one seems to be fairly universal and stable.  It won&#8217;t work for every partial-text feed, but it seems to work for a lot of them. I&#8217;m sure it could be better, which tempts me to open source the algorithm and invite people to improve upon it. But I won&#8217;t — not yet, anyway.</p>
<p>I&#8217;m sensitive to the pressures that make bloggers use partial text feeds — some of my friends depend on selling advertising to support their sites.  Unfortunately, RSS simply isn&#8217;t respected by marketers and their clients.  Offering a full text feed means fewer page views, which means less revenue — I&#8217;ve been told this bluntly by a friend who wanted to offer full text, did so, then noticed his revenues were shrinking. It&#8217;s hard to fault him for returning to partial-text feeds.</p>
<p>But this situation isn&#8217;t a problem with RSS; it&#8217;s a problem with the ad industry.  It&#8217;s long past time for people to realize that if they give content away on the web they&#8217;ll be unable to control how others choose to consume it.  Inconveniencing users is not an acceptable solution to advertisers&#8217; inability to adopt new metrics.</p>
<p>Still, I wouldn&#8217;t want to offer a feature that middlemen can resell at the expense of bloggers.  So while I do want to open this up, I don&#8217;t want to make things easy for the unscrupulous.  This feature does need to pass out of my hands — its proper place is in the RSS reader, both for performance reasons and in order to eliminate one class of countermeasures that bloggers could take.  Maybe I&#8217;ll try my hand at adapting the code for Vienna.</p>
<p>A few technical notes: depending on the site, some entries may come back with comments or other cruft attached.  Fellow geeks can trim those off by specifying URL-encoded regexes, passed in the querystring as parameters regex0 – regex9 (note that an outstanding issue with PHP magic quotes means that the + character doesn&#8217;t work; use {1,} instead).  I&#8217;d encourage users who create regexes for feeds to share them by tagging the URL with &#8220;fulltextrss&#8221; on del.icio.us.  There are already a few examples available here.</p>
<p>Finally, please note that the service employs PEAR&#8217;s function caching on a 15 minute timeout. If the results you&#8217;re getting aren&#8217;t up-to-date, just be patient (or alter one of the regex parameters).</p>
<p>via <a href="http://echodittolabs.org/fulltextrss">Full-Text RSS | EchoDitto Labs</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://fortnersfavorites.com/full-text-rss-echoditto-labs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check-Backlink.com</title>
		<link>http://fortnersfavorites.com/check-backlink-com/</link>
		<comments>http://fortnersfavorites.com/check-backlink-com/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 01:44:46 +0000</pubDate>
		<dc:creator>cfortner</dc:creator>
				<category><![CDATA[SEO/SEM]]></category>
		<category><![CDATA[address check]]></category>
		<category><![CDATA[anchor text]]></category>
		<category><![CDATA[backlink]]></category>
		<category><![CDATA[backlink checker]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[pagerank]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://fortnersfavorites.trefreds.com/?p=32</guid>
		<description><![CDATA[Yet another backlink checker.  This one includes options to check pagerank, nofollow, anchor text, and IP address. Check-Backlink.com.]]></description>
			<content:encoded><![CDATA[<p>Yet another backlink checker.  This one includes options to check pagerank, nofollow, anchor text, and IP address.</p>
<p><a href="http://www.check-backlink.com/cgi-bin/bl_checker.pl">Check-Backlink.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://fortnersfavorites.com/check-backlink-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

