<?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>Ryan's Tech Blog &#187; javascript</title>
	<atom:link href="http://ryepup.unwashedmeme.com/blog/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://ryepup.unwashedmeme.com/blog</link>
	<description>mostly tech, mostly rants</description>
	<lastBuildDate>Wed, 04 Jan 2012 03:42:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>latest postgres docs bookmarklet</title>
		<link>http://ryepup.unwashedmeme.com/blog/2010/01/28/latest-postgres-docs-bookmarklet/</link>
		<comments>http://ryepup.unwashedmeme.com/blog/2010/01/28/latest-postgres-docs-bookmarklet/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 15:00:55 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://ryepup.unwashedmeme.com/blog/?p=161</guid>
		<description><![CDATA[When using google to find things in the excellent Postgresql documentation, I often end up on pages showing old postgres versions.  For example, googling for &#8220;postgresql create index&#8221;, the first hit is for the postgresql 8.2 docs, and I&#8217;m running 8.4 now.  My co-workers made a greasemonkey script to automatically redirect to the current version, [...]]]></description>
			<content:encoded><![CDATA[<p>When using google to find things in the excellent <a href="http://www.postgresql.org/docs/">Postgresql documentation</a>, I often end up on pages showing old postgres versions.  For example, googling for &#8220;postgresql create index&#8221;, the first hit is for the postgresql 8.2 docs, and I&#8217;m running 8.4 now.  My co-workers made a <a href="http://www.greasespot.net/">greasemonkey </a>script to automatically redirect to the current version, and I adapted that into a bookmarklet.</p>
<p>Drag this link into your address bar to to use it in your browser:</p>
<p><a href="javascript:(function(){window.location = String(window.location).replace(/docs\/[0-9.]+/,&quot;docs/current&quot;);})();">pg-docs</a></p>
<p>When you find yourself on a old postgres docs page, click the bookmarklet to redirect to the latest version of that page.   This should work as long as the postgres folks keep their URL naming scheme.</p>
]]></content:encoded>
			<wfw:commentRss>http://ryepup.unwashedmeme.com/blog/2010/01/28/latest-postgres-docs-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.764 seconds -->

