<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Voodoo Programming &#187; Search</title>
	<atom:link href="http://www.cneophytou.com/tag/search/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cneophytou.com</link>
	<description>Things programmers do that they know shouldn&#039;t work but they try anyway, and which sometimes actually work, such as recompiling everything.</description>
	<lastBuildDate>Tue, 20 Oct 2009 13:54:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Searching Google the way you want</title>
		<link>http://www.cneophytou.com/2007/09/18/searching-google-the-way-you-want/</link>
		<comments>http://www.cneophytou.com/2007/09/18/searching-google-the-way-you-want/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 19:56:53 +0000</pubDate>
		<dc:creator>Constantinos</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Search]]></category>

		<guid isPermaLink="false">http://www.cneophytou.com/2007/09/18/searching-google-the-way-you-want/</guid>
		<description><![CDATA[Google is awesome. I don&#8217;t even know where to start with all the features they&#8217;ve got packed in that tiny little searchbox of theirs. There&#8217;s a lot of sites that explain some of these advanced features [google.com], but I&#8217;m more interested in the ones I use regularly, or ones that make my search experience easier. [...]]]></description>
			<content:encoded><![CDATA[Google is awesome. I don&#8217;t even know where to start with all the features they&#8217;ve got packed in that tiny little searchbox of theirs. <a href='http://blogoscoped.com/archive/2005-09-29-n85.html'>There&#8217;s</a> a <a href='http://www.mapelli.info/tips/ultimate-google-search-tips-guide'>lot</a> of <a href='http://googlesystem.blogspot.com/2007/01/google-search-tips.html'>sites</a> that explain some of these advanced <a href='http://www.google.com/help/basics.html'>features</a> [google.com], but I&#8217;m more interested in the ones I use regularly, or ones that make my search experience easier.<br />
<br />
First, I&#8217;ll start with the <a href='http://www.google.com/experimental/index.html#BetaShortcuts'>Google by Keyboard</a> search. I first came across this in a <a href='http://lifehacker.com/software/firefox/install-the-google-by-keyboard-firefox-search-plugin-261569.php'>Lifehacker article</a>. I liked Google by Keyboard because it allowed me to use the same keyboard shortcuts that I use in <a href='http://www.google.com/reader/'>Google Reader</a> for my search results. The best part? The post included a link to an .xml file which would enable Firefox to have &#8216;Google by Keyboard&#8217; as one of the options in it&#8217;s search box!<br />
<span id="more-98"></span>
<br />
Unfortunately, the link on lifehacker no longer works, so here&#8217;s a link to <a href='http://www.cneophytou.com/wp-content/uploads/scripts/ffgooglekeyboard.xml'>my copy</a> of the .xml file. To install, simply download the .xml file, and save it in the <code>searchplugins</code> directory inside your Firefox profile directory, as per the lifehacker post instructions. To repeat:<br />
</p>
<blockquote>
<p>
On Windows, that path is C:\Program Files\Mozilla Firefox\searchplugins\<br />
On the Mac, go with ~/Library/Application Support/Firefox/profiles/yourprofilenamehere/searchplugins/
</p>
</blockquote>
<p>
and then simply restart Firefox. Now at the time, I was not using Firefox&#8217;s box to search, but instead Google&#8217;s toolbar. So I went ahead and created a custom .xml file to add the button to the Google toolbar. To install it, you can simply <a href='http://toolbar.google.com/buttons/add?url=http://www.cneophytou.com/wp-content/uploads/scripts/googlekeyboard.xml'>click on this link</a>.<br />
<br />
But that&#8217;s not all. There&#8217;s another search feature that I&#8217;ve learned to love, and use all the time, especially since I&#8217;ve started <a href='http://www.cneophytou.com/2007/07/24/itunes-scripts-i-cant-live-without/'>organizing my iTunes Library</a>. I&#8217;m talking about Google Music search, and like most &#8216;special&#8217; searches in Google it triggers automatically when it detects you&#8217;re searching for something music-related. I have not been able to find a &#8216;home page&#8217; for Google Music Search, which is a problem because most of my searches don&#8217;t get automatically recognized as a music search (for example I&#8217;ve recently been searching for the band called &#8216;<a href='http://www.google.com/musica?aid=t32ACWyHO6F'>Peaches</a>&#8216;&#8230; They&#8217;re pretty good btw. Obviously there&#8217;s no way searching for &#8216;peaches&#8217; on Google will ever trigger music search).<br />
<br />
Now what I would usually do is search for something like &#8216;Pixies&#8217; (as per the Music Search example), which would always bring up the Music search link, and proceed from there. But that&#8217;s two steps I&#8217;d love to completely eliminate. So, instead, I went ahead and modified the above .xml files to directly search Google Music. To use, you can either <a href='http://www.cneophytou.com/wp-content/uploads/scripts/ffgooglemusic.xml'>download</a> the firefox search plugin and follow the same directions as above, or if you&#8217;re using the Google toolbar, <a href='http://toolbar.google.com/buttons/add?url=http://www.cneophytou.com/wp-content/uploads/scripts/googlemusic.xml'>install the button</a>.<br />
<br />
I wonder if there&#8217;s an easy way of creating a script to automate this process for any arbitrary Google Search url&#8230; hmm&#8230;]]></content:encoded>
			<wfw:commentRss>http://www.cneophytou.com/2007/09/18/searching-google-the-way-you-want/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
