<?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"
	>
<channel>
	<title>Comments on: Javascript: Select text on a page and search in google</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2003/06/17/javascript-select-text-on-a-page-and-search-in-google/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2003/06/17/javascript-select-text-on-a-page-and-search-in-google/</link>
	<description></description>
	<pubDate>Thu, 28 Aug 2008 14:29:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Doc</title>
		<link>http://www.scriptygoddess.com/archives/2003/06/17/javascript-select-text-on-a-page-and-search-in-google/#comment-10078</link>
		<dc:creator>Doc</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/06/17/javascript-select-text-on-a-page-and-search-in-google/#comment-10078</guid>
		<description>LOL!  You would tell me to change my DOCTYPE..

I lust added the loose.dtd to get the darned thing to validate!

Even if Firebird does have this option, IE doesn't, not to mention the pure "cool factor!"  :)

Thanks again.

Did you grab the .js??
</description>
		<content:encoded><![CDATA[<p>LOL!  You would tell me to change my DOCTYPE..</p>
<p>I lust added the loose.dtd to get the darned thing to validate!</p>
<p>Even if Firebird does have this option, IE doesn&#8217;t, not to mention the pure &#8220;cool factor!&#8221;  <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thanks again.</p>
<p>Did you grab the .js??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lloyd Dalton</title>
		<link>http://www.scriptygoddess.com/archives/2003/06/17/javascript-select-text-on-a-page-and-search-in-google/#comment-10077</link>
		<dc:creator>Lloyd Dalton</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/06/17/javascript-select-text-on-a-page-and-search-in-google/#comment-10077</guid>
		<description>Hey, you're right!  

It took me a few minutes to figure out your comment.  For anyone who's still scratching their head--in Firebird, if you select some text and then right-click on the selection, one of the menu options is "Web search for 'ABC'" where ABC is your selection.

Dang, all that work for nothing :)</description>
		<content:encoded><![CDATA[<p>Hey, you&#8217;re right!  </p>
<p>It took me a few minutes to figure out your comment.  For anyone who&#8217;s still scratching their head&#8211;in Firebird, if you select some text and then right-click on the selection, one of the menu options is &#8220;Web search for &#8216;ABC&#8217;&#8221; where ABC is your selection.</p>
<p>Dang, all that work for nothing <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: huphtur</title>
		<link>http://www.scriptygoddess.com/archives/2003/06/17/javascript-select-text-on-a-page-and-search-in-google/#comment-10076</link>
		<dc:creator>huphtur</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/06/17/javascript-select-text-on-a-page-and-search-in-google/#comment-10076</guid>
		<description>firebird has this standard under the right mouse button</description>
		<content:encoded><![CDATA[<p>firebird has this standard under the right mouse button</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lloyd Dalton</title>
		<link>http://www.scriptygoddess.com/archives/2003/06/17/javascript-select-text-on-a-page-and-search-in-google/#comment-10075</link>
		<dc:creator>Lloyd Dalton</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/06/17/javascript-select-text-on-a-page-and-search-in-google/#comment-10075</guid>
		<description>Thanks for creating the .js.  The custom formatting looks nice too.  The positioning issue has something to do with the loose.dtd in your DOCTYPE:

&#60; !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"&#62;

Switch the doctype to:

&#60;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&#62;

and watch the problem disappear :)

I have to plead ignorance about exactly why the doctype causes the absolute positioning to not work.  But switching doctypes shouldn't cost you anything--the page doesn't validate anyway :)</description>
		<content:encoded><![CDATA[<p>Thanks for creating the .js.  The custom formatting looks nice too.  The positioning issue has something to do with the loose.dtd in your DOCTYPE:</p>
<p>&lt; !DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01 Transitional//EN&#8221;"http://www.w3.org/TR/html4/loose.dtd&#8221;&gt;</p>
<p>Switch the doctype to:</p>
<p>&lt;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01 Transitional//EN&#8221;&gt;</p>
<p>and watch the problem disappear <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I have to plead ignorance about exactly why the doctype causes the absolute positioning to not work.  But switching doctypes shouldn&#8217;t cost you anything&#8211;the page doesn&#8217;t validate anyway <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doc</title>
		<link>http://www.scriptygoddess.com/archives/2003/06/17/javascript-select-text-on-a-page-and-search-in-google/#comment-10074</link>
		<dc:creator>Doc</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/06/17/javascript-select-text-on-a-page-and-search-in-google/#comment-10074</guid>
		<description>That is a really great little code snippet.  Probably one of the most useful I've used! I wrapped it up in a .js file and included it.

One question I have is that on my site for some reason in Mozilla Browsers the little G is locked into the upper left hand corner and I can't seem to unlock it.</description>
		<content:encoded><![CDATA[<p>That is a really great little code snippet.  Probably one of the most useful I&#8217;ve used! I wrapped it up in a .js file and included it.</p>
<p>One question I have is that on my site for some reason in Mozilla Browsers the little G is locked into the upper left hand corner and I can&#8217;t seem to unlock it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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