<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.3" -->
<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/"
	>

<channel>
	<title>PHP-Scripts Blog &#187; RSS</title>
	<link>http://www.php-scripts.com</link>
	<description>Writing about PHP scripting since 12/99. Learn something new every day.</description>
	<pubDate>Thu, 09 Oct 2008 14:17:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>
	<language>en</language>
			<item>
		<title>Giving readers multiple RSS reader subscription options</title>
		<link>http://www.php-scripts.com/20051128/66/</link>
		<comments>http://www.php-scripts.com/20051128/66/#comments</comments>
		<pubDate>Mon, 28 Nov 2005 20:42:55 +0000</pubDate>
		<dc:creator>TDavid</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://www.php-scripts.com/?p=66</guid>
		<description><![CDATA[It&#8217;s cool that there are so many different RSS readers out there from a reader perspective because people get to choose which solution works best for them but the downside for publishers is how to make it easy for the many different RSS Readers to subscribe. You can put in the head of the document [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s cool that there are so many different RSS readers out there from a reader perspective because people get to choose which solution works best for them but the downside for publishers is how to make it easy for the many different RSS Readers to subscribe. You can put in the head of the document the RSS aware code that looks like this:</p>
<div class="codesnip-container" >
<div class="codesnip"><span class="sc2"><a href="http://december.com/html/4/element/link.html"><span class="kw2">&lt;link</span></a> <span class="kw3">rel</span>=<span class="st0">&#8220;alternate&#8221;</span> <span class="kw3">type</span>=<span class="st0">&#8220;application/rss+xml&#8221;</span> <span class="kw3">title</span>=<span class="st0">&#8220;RSS 2.0&#8243;</span> <span class="kw3">href</span>=<span class="st0">&#8220;http://www.php-scripts.com/feed/&#8221;</span> /<span class="kw2">&gt;</span></a></span></div>
</div>
<p>Or you can use a javascript solution like <a href="http://www.methodize.org/quicksub/">quickSub</a> which will create a dropdown menu on rollover offering readers the ability to subscribe in many different readers. Probably their reader of choice is among this list and it&#8217;s not too difficult to add more.</p>
<p><img src="http://www.php-scripts.com/images/2005/quicksub1.jpg" border="0" ALT="quicksub 1 allows easy one click subscription to lots of different RSS aggregators"/></p>
<p>I found though that I needed to do some minor editing to make this match the design of this blog. Fortunately, the author created a separate CSS called quicksub.css that makes it easy to change the color scheme.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.php-scripts.com/20051128/66/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Not using full image paths RSS problems</title>
		<link>http://www.php-scripts.com/20050908/4/</link>
		<comments>http://www.php-scripts.com/20050908/4/#comments</comments>
		<pubDate>Fri, 09 Sep 2005 02:27:35 +0000</pubDate>
		<dc:creator>TDavid</dc:creator>
		
		<category><![CDATA[RSS]]></category>

		<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://www.php-scripts.com/?p=4</guid>
		<description><![CDATA[
Tonight, while working with a new RSS aggregator in beta called SearchFox I noticed that some of our feeds wouldn&#8217;t add because of feed validation errors. On closer inspection I discovered it was because we are using relative links for some of our images. The feed will still validate using the Feed Validator but an [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.php-scripts.com/images/2005/rssfeed-full_links1.jpg" border="0" ALT="RSS feed validator - no relative image links"/></p>
<p>Tonight, while working with a new RSS aggregator in beta called <a href="http://rss.searchfox.com/">SearchFox</a> I noticed that some of our feeds wouldn&#8217;t add because of feed validation errors. On closer inspection I discovered it was because we are using relative links for some of our images. The feed will still validate using the <a href="http://www.feedvalidator.org/">Feed Validator</a> but an error will display that irritates SearchFox because of not using full paths.</p>
<p>I wonder how many other RSS aggregators and RSS search will ignore feeds based on this? </p>
<p>Bottom line for publishers, bloggers and the like: always use full paths.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.php-scripts.com/20050908/4/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

