<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Make Opera custom search site-aware with JavaScript</title>
	<atom:link href="http://www.rarst.net/software/opera-search-with-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rarst.net/software/opera-search-with-javascript/</link>
	<description>cynical thoughts on software and web</description>
	<lastBuildDate>Tue, 22 May 2012 09:35:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Rarst</title>
		<link>http://www.rarst.net/software/opera-search-with-javascript/#comment-26921</link>
		<dc:creator>Rarst</dc:creator>
		<pubDate>Sat, 24 Jul 2010 21:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.rarst.net/?p=592#comment-26921</guid>
		<description>@purestmagic

Launching several searches won&#039;t be too hard... But I am not good enough with JS to deal with POST requests, sorry. :) Maybe when I get time to read up on JS at last.</description>
		<content:encoded><![CDATA[<p>@purestmagic</p>
<p>Launching several searches won&#8217;t be too hard&#8230; But I am not good enough with JS to deal with POST requests, sorry. :) Maybe when I get time to read up on JS at last.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: purestmagic</title>
		<link>http://www.rarst.net/software/opera-search-with-javascript/#comment-26884</link>
		<dc:creator>purestmagic</dc:creator>
		<pubDate>Sat, 24 Jul 2010 14:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.rarst.net/?p=592#comment-26884</guid>
		<description>How about creating simoultaneous searches using post requests in javascript ? anyone got an idea ?</description>
		<content:encoded><![CDATA[<p>How about creating simoultaneous searches using post requests in javascript ? anyone got an idea ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rarst</title>
		<link>http://www.rarst.net/software/opera-search-with-javascript/#comment-15172</link>
		<dc:creator>Rarst</dc:creator>
		<pubDate>Fri, 12 Feb 2010 20:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.rarst.net/?p=592#comment-15172</guid>
		<description>@Saurabh

Ops, thanks! Copy/pasted it from Opera, but it is hard to post code in WordPress - everything is sanitized to near-death for security. :)</description>
		<content:encoded><![CDATA[<p>@Saurabh</p>
<p>Ops, thanks! Copy/pasted it from Opera, but it is hard to post code in WordPress &#8211; everything is sanitized to near-death for security. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh</title>
		<link>http://www.rarst.net/software/opera-search-with-javascript/#comment-15167</link>
		<dc:creator>Saurabh</dc:creator>
		<pubDate>Fri, 12 Feb 2010 17:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.rarst.net/?p=592#comment-15167</guid>
		<description>and one more thing :there should be a + after site:&#039; in the second tweak.</description>
		<content:encoded><![CDATA[<p>and one more thing :there should be a + after site:&#8217; in the second tweak.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh</title>
		<link>http://www.rarst.net/software/opera-search-with-javascript/#comment-15164</link>
		<dc:creator>Saurabh</dc:creator>
		<pubDate>Fri, 12 Feb 2010 15:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.rarst.net/?p=592#comment-15164</guid>
		<description>Yeah now its working for me. The problem was that I had &quot;Reuse current tab&quot; disabled. So the search opened in a new tab where the javascript didn&#039;t do its job. After enabling it,everything runs fine.</description>
		<content:encoded><![CDATA[<p>Yeah now its working for me. The problem was that I had &#8220;Reuse current tab&#8221; disabled. So the search opened in a new tab where the javascript didn&#8217;t do its job. After enabling it,everything runs fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rarst</title>
		<link>http://www.rarst.net/software/opera-search-with-javascript/#comment-15158</link>
		<dc:creator>Rarst</dc:creator>
		<pubDate>Fri, 12 Feb 2010 15:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.rarst.net/?p=592#comment-15158</guid>
		<description>@Saurabh

Yep, there should be space after %s

By the way I made one more tweak to use domain instead of whole URL, more convenient this way.

javascript:window.location.href=&#039;http://www.google.com/search?q=%s site:&#039; +document.location.hostname;</description>
		<content:encoded><![CDATA[<p>@Saurabh</p>
<p>Yep, there should be space after %s</p>
<p>By the way I made one more tweak to use domain instead of whole URL, more convenient this way.</p>
<p>javascript:window.location.href=&#39;<a href="http://www.google.com/search?q=%s">http://www.google.com/search?q=%s</a> site:&#39; +document.location.hostname;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh</title>
		<link>http://www.rarst.net/software/opera-search-with-javascript/#comment-15149</link>
		<dc:creator>Saurabh</dc:creator>
		<pubDate>Fri, 12 Feb 2010 07:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.rarst.net/?p=592#comment-15149</guid>
		<description>I was unable to get your site search to work.
The one line should be this
&quot;javascript:window.location.href=&#039;http://www.google.com/search?q=%ssite:&#039;+document.location;&quot;  or with a space between %s and site or something else?  
This is the only search that seems non-overkill for my uses. :)</description>
		<content:encoded><![CDATA[<p>I was unable to get your site search to work.<br />
The one line should be this<br />
&#8220;javascript:window.location.href=&#8217;http://www.google.com/search?q=%ssite:&#8217;+document.location;&#8221;  or with a space between %s and site or something else?<br />
This is the only search that seems non-overkill for my uses. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

