<?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>Learning by Doing &#187; search</title>
	<atom:link href="http://tech.williamgunn.org/tag/search/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.williamgunn.org</link>
	<description>...and trying, and failing, and trying again.</description>
	<lastBuildDate>Wed, 25 Mar 2009 00:17:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>I Am Mr. Gunn</title>
		<link>http://tech.williamgunn.org/2008/03/31/i-am-mr-gunn/</link>
		<comments>http://tech.williamgunn.org/2008/03/31/i-am-mr-gunn/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 23:29:47 +0000</pubDate>
		<dc:creator>Mr. Gunn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[identity]]></category>
		<category><![CDATA[mr gunn]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[william gunn]]></category>

		<guid isPermaLink="false">http://tech.williamgunn.org/?p=50</guid>
		<description><![CDATA[I dominate the whole first page of Google results for the query, &#8220;mr gunn&#8220;. Things can always change, but for now, I&#8217;ve effectively claimed Mr. Gunn as my identity. I&#8217;m not doing nearly as well on &#8220;William Gunn&#8220;, but I haven&#8217;t working on that as much, and there&#8217;s considerably more competition there.]]></description>
			<content:encoded><![CDATA[<p>I dominate the whole first page of Google results for the query, &#8220;<a href="http://www.google.com/search?q=mr+gunn&#038;hl=en">mr gunn</a>&#8220;.  Things can always change, but for now, I&#8217;ve effectively claimed Mr. Gunn as my identity.  I&#8217;m not doing nearly as well on &#8220;<a href="http://www.google.com/search?hl=en&#038;q=william+gunn">William Gunn</a>&#8220;, but I haven&#8217;t working on that as much, and there&#8217;s considerably more competition there.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.williamgunn.org/2008/03/31/i-am-mr-gunn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tech Tip: Convert POST forms into GET to link directly to search results.</title>
		<link>http://tech.williamgunn.org/2007/10/01/blogging-tip-convert-post-forms-into-get-to-link-directly-to-search-results/</link>
		<comments>http://tech.williamgunn.org/2007/10/01/blogging-tip-convert-post-forms-into-get-to-link-directly-to-search-results/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 17:14:28 +0000</pubDate>
		<dc:creator>Mr. Gunn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[GET]]></category>
		<category><![CDATA[HTTP header]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[POST]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[squarefree]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://tech.williamgunn.org/2007/10/01/blogging-tip-convert-post-forms-into-get-to-link-directly-to-search-results/</guid>
		<description><![CDATA[Say you want to link to all clinical trials on a certain disease or using a certain treatment method. ClinicalTrials.gov has an advanced search, where you can enter your criteria. However, because the form uses the POST method to send the search query, the page URL doesn&#8217;t change and you have no way of bookmarking [...]]]></description>
			<content:encoded><![CDATA[<p>Say you want to link to all clinical trials on a certain disease or using a certain treatment method.  <a href="http://clinicaltrials.gov">ClinicalTrials.gov</a> has an <a href="http://clinicaltrials.gov/ct/screen/AdvancedSearch">advanced search</a>, where you can enter your criteria.  However, because the form uses the POST method to send the search query, the page URL doesn&#8217;t change and you have no way of bookmarking the resulting page.  Not all search forms work like this.  Google, for example, has the query in the URL, like so: <a href="http://www.google.com/search?q=post+get+url+bookmark">http://www.google.com/search?q=post+get+url+bookmark</a> so you can just copy and paste the URL from whatever page you&#8217;re on.  It turns out that even if the form uses POST, you can often submit a GET request and get the same results. There&#8217;s even a <a href="https://www.squarefree.com/bookmarklets/forms.html#frmget">bookmarklet that will convert the POST form to GET</a> for you.  Just click the bookmarklet on the search form page, then hit the button as usual.  This time the parameters that were sent will be shown in the URL, and you can copy that URL, link to it, and it will fetch the results directly.  Here&#8217;s a link to <a href="http://clinicaltrials.gov/ct/search;jsessionid=9A81096E6B9EA4A68C9956953B5C89A4?submit=++Search++&#038;disease=multiple+myeloma&#038;investigational_drug=&#038;facility_freearea=&#038;city_freearea=&#038;state=&#038;country=&#038;term=&#038;id=">all the clinical trials being conducted on Multiple Myeloma</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tech.williamgunn.org/2007/10/01/blogging-tip-convert-post-forms-into-get-to-link-directly-to-search-results/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A way to search only the blogs that you read</title>
		<link>http://tech.williamgunn.org/2003/07/18/a-way-to-search-only-the-blogs-that-you-read/</link>
		<comments>http://tech.williamgunn.org/2003/07/18/a-way-to-search-only-the-blogs-that-you-read/#comments</comments>
		<pubDate>Sat, 19 Jul 2003 02:42:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://tech.williamgunn.org/2003/07/18/a-way-to-search-only-the-blogs-that-you-read/</guid>
		<description><![CDATA[Much props to Micah Alpern who has created a way to search the blogs that you read. As he says: Sometimes I want to know what the world thinks (google) Sometimes I want to know what those I respect think (blogs I read) Sometimes I want to know what I think (my weblog) I couldn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Much props to Micah Alpern who has created a way to search the blogs that you read.</p>
<p>As he says:<br />
<blockquote>
<li>Sometimes I want to know what the world thinks                        (google)</li>
<li>Sometimes I want to know what those I respect think                   (blogs I read)</li>
<li>Sometimes I want to know what I think                                       (my weblog)</li>
</blockquote>
<p>I couldn&#8217;t help noticing that Google&#8217;s &#8220;terms of use&#8221; specifically forbid using the Google API for services that directly compete with Google.  Does this mean it&#8217;s off-limits for MT users?</p>
<p>My implementation is underneath my blogroll.  Check it out!<br />
[<i>well, it's not anymore, since I moved from Blogger, but it's defunct now with the prevalence of RSS</i>]<br />
<i><strong>via <a href="http://www.nosenseofplace.com/#90852001">NSOP</a></strong></i></p>
]]></content:encoded>
			<wfw:commentRss>http://tech.williamgunn.org/2003/07/18/a-way-to-search-only-the-blogs-that-you-read/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

