<?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; JavaScript</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>Technorati tag bookmarklet</title>
		<link>http://www.php-scripts.com/20050908/6/</link>
		<comments>http://www.php-scripts.com/20050908/6/#comments</comments>
		<pubDate>Fri, 09 Sep 2005 02:54:04 +0000</pubDate>
		<dc:creator>TDavid</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

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

		<guid isPermaLink="false">http://www.php-scripts.com/?p=6</guid>
		<description><![CDATA[Lestat from beginnercode.com was wondering about the code for the Technorati bookmarklet.  Also, what are bookmarklets?
They are essentially snippets of JavaScript code that can be copy/pasted as links in your bookmark area. There is a site dedicated to them called bookmarklets.com which hasn&#8217;t been updated since 2002, but many of the bookmarklets still work. [...]]]></description>
			<content:encoded><![CDATA[<p>Lestat from <a href="http://www.beginnercode.com/">beginnercode.com</a> was wondering about the code for the Technorati bookmarklet.  Also, what are bookmarklets?</p>
<p>They are essentially snippets of JavaScript code that can be copy/pasted as links in your bookmark area. There is a site dedicated to them called <a href="http://www.bookmarklets.com/tools/categor.html">bookmarklets.com</a> which hasn&#8217;t been updated since 2002, but many of the bookmarklets still work. They are sometimes also called <a href="http://www.favlets.com/">favlets</a> (not updated since 2004).</p>
<p>Here&#8217;s the <a href="http://www.php-scripts.com/examples/technorati-favlet.html">Technorati Tags bookmarklet/favlet</a>.</p>
<p><b>Update 9/9/2005 8:45am PST</b>: The code originally included using the code snippet plugin was fubarred in Firefox and Safari so I removed the original code provided below. You can follow the link above and go to a basic page to get the Technorati Tag bookmarklet/favlet.</p>
<p>This TechnoratiTag bookmarklet code is not mine and was originally published on oddiophile, but that link is now broken with the domain giving the message: &#8220;Temporarily offline&#8221; so somebody let me know who I can give credit to on this one and I&#8217;ll be happy to credit/link to the author.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.php-scripts.com/20050908/6/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
