<?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: How to Copy and Select Text from Snopes.com</title>
	<atom:link href="http://www.tech-recipes.com/rx/3689/how-to-copy-and-select-text-from-snopescom/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/3689/how-to-copy-and-select-text-from-snopescom/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sun, 22 Nov 2009 02:44:39 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Betty</title>
		<link>http://www.tech-recipes.com/rx/3689/how-to-copy-and-select-text-from-snopescom/comment-page-1/#comment-15998</link>
		<dc:creator>Betty</dc:creator>
		<pubDate>Sun, 01 Nov 2009 01:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3689#comment-15998</guid>
		<description>Thanks for your info.  You have a small typo error on this page - past instead of paste.&lt;br&gt;&quot;To override the evil of snopes, just past the following into the address bar of your browser and press ENTER:&quot;&lt;br&gt;&lt;br&gt;I used &amp; recommended your site often when I worked as a technology specialist in a school system. I use it more now for personal use.  Thanks for all of your hard work and worthwhile information.</description>
		<content:encoded><![CDATA[<p>Thanks for your info.  You have a small typo error on this page &#8211; past instead of paste.<br />&#8220;To override the evil of snopes, just past the following into the address bar of your browser and press ENTER:&#8221;</p>
<p>I used &#038; recommended your site often when I worked as a technology specialist in a school system. I use it more now for personal use.  Thanks for all of your hard work and worthwhile information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChrisC</title>
		<link>http://www.tech-recipes.com/rx/3689/how-to-copy-and-select-text-from-snopescom/comment-page-1/#comment-14820</link>
		<dc:creator>ChrisC</dc:creator>
		<pubDate>Sun, 06 Sep 2009 10:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3689#comment-14820</guid>
		<description>Thanks for the great tip, as others have said, I always like to include relevant text with a link in emails for anyone who can&#039;t be bothered to click through to the page itself. They may not realise it, but small actions such as this make myself (and I&#039;m sure others) less likely to use them in the future.&lt;br&gt;&lt;br&gt;In searching for a way round the block, I also found another JavaScript hack, &lt;a href=&quot;http://javascript.internet.com/page-details/disable-text-selection.html&quot; rel=&quot;nofollow&quot;&gt;http://javascript.internet.com/page-details/dis...&lt;/a&gt; unfortunately this code doesn&#039;t get round that, anyone know how to hack it?&lt;br&gt;&lt;br&gt;Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for the great tip, as others have said, I always like to include relevant text with a link in emails for anyone who can&#39;t be bothered to click through to the page itself. They may not realise it, but small actions such as this make myself (and I&#39;m sure others) less likely to use them in the future.</p>
<p>In searching for a way round the block, I also found another JavaScript hack, <a href="http://javascript.internet.com/page-details/disable-text-selection.html" rel="nofollow"></a><a href="http://javascript.internet.com/page-details/dis.." rel="nofollow">http://javascript.internet.com/page-details/dis..</a>. unfortunately this code doesn&#39;t get round that, anyone know how to hack it?</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly</title>
		<link>http://www.tech-recipes.com/rx/3689/how-to-copy-and-select-text-from-snopescom/comment-page-1/#comment-12933</link>
		<dc:creator>Kelly</dc:creator>
		<pubDate>Fri, 26 Jun 2009 20:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3689#comment-12933</guid>
		<description>Also, you can drag this URL into your link bar or make a bookmark with this location, to quickly perform this action on any (snopes) page. Probably will also work with pages that disable right-clicking, so it may be a useful &quot;bookmarklet&quot; ... thanks again!</description>
		<content:encoded><![CDATA[<p>Also, you can drag this URL into your link bar or make a bookmark with this location, to quickly perform this action on any (snopes) page. Probably will also work with pages that disable right-clicking, so it may be a useful &#8220;bookmarklet&#8221; &#8230; thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly</title>
		<link>http://www.tech-recipes.com/rx/3689/how-to-copy-and-select-text-from-snopescom/comment-page-1/#comment-12932</link>
		<dc:creator>Kelly</dc:creator>
		<pubDate>Fri, 26 Jun 2009 20:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3689#comment-12932</guid>
		<description>Excellent tip! But the onselectstart event is only supported in IE. For Firefox or other &quot;A-Grade&quot; browsers, use onmousedown like this:&lt;br&gt;&lt;br&gt;javascript:void(document.onmousedown=null)&lt;br&gt;&lt;br&gt;Probably should update the original post to reflect, since it seems like I wasn&#039;t the only person who tried the instructions and found they didn&#039;t work. Haven&#039;t you heard? IE is an endangered species!</description>
		<content:encoded><![CDATA[<p>Excellent tip! But the onselectstart event is only supported in IE. For Firefox or other &#8220;A-Grade&#8221; browsers, use onmousedown like this:</p>
<p>javascript:void(document.onmousedown=null)</p>
<p>Probably should update the original post to reflect, since it seems like I wasn&#39;t the only person who tried the instructions and found they didn&#39;t work. Haven&#39;t you heard? IE is an endangered species!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adoxa</title>
		<link>http://www.tech-recipes.com/rx/3689/how-to-copy-and-select-text-from-snopescom/comment-page-1/#comment-11775</link>
		<dc:creator>adoxa</dc:creator>
		<pubDate>Mon, 25 May 2009 15:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3689#comment-11775</guid>
		<description>Tried your advice many times (in Firefox) and it does not help one iota. What am I doing wrong??&lt;br&gt;&lt;br&gt;I use this in the browser  as suggested. Snopes will not budge.&lt;br&gt;javascript:void(document.onselectstart=null)</description>
		<content:encoded><![CDATA[<p>Tried your advice many times (in Firefox) and it does not help one iota. What am I doing wrong??</p>
<p>I use this in the browser  as suggested. Snopes will not budge.<br />javascript:void(document.onselectstart=null)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maxappet1te</title>
		<link>http://www.tech-recipes.com/rx/3689/how-to-copy-and-select-text-from-snopescom/comment-page-1/#comment-11690</link>
		<dc:creator>maxappet1te</dc:creator>
		<pubDate>Fri, 22 May 2009 11:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3689#comment-11690</guid>
		<description>firefox 3.0.8&lt;br&gt;&lt;br&gt;I only ctrl + a ;  copy + paste then edit  &lt;br&gt;&lt;br&gt;no problems with snopes, don&#039;t know about others&lt;br&gt;&lt;br&gt; - maxappet1te</description>
		<content:encoded><![CDATA[<p>firefox 3.0.8</p>
<p>I only ctrl + a ;  copy + paste then edit  </p>
<p>no problems with snopes, don&#39;t know about others</p>
<p> &#8211; maxappet1te</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grimpen</title>
		<link>http://www.tech-recipes.com/rx/3689/how-to-copy-and-select-text-from-snopescom/comment-page-1/#comment-11415</link>
		<dc:creator>Grimpen</dc:creator>
		<pubDate>Fri, 15 May 2009 01:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3689#comment-11415</guid>
		<description>It is bad form.  I have a standard sort of format when I respond to people who send me these Urban Legends and whatnot.  I offer a link to my primary or most representative source for refuting the claim, and then usually a little snippet of text for those too lazy to follow the link.  Basically Snopes breaks my ability to quote them, which makes it more likely I&#039;ll go with a Wikipedia link and quote, so why do they do it?</description>
		<content:encoded><![CDATA[<p>It is bad form.  I have a standard sort of format when I respond to people who send me these Urban Legends and whatnot.  I offer a link to my primary or most representative source for refuting the claim, and then usually a little snippet of text for those too lazy to follow the link.  Basically Snopes breaks my ability to quote them, which makes it more likely I&#39;ll go with a Wikipedia link and quote, so why do they do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.tech-recipes.com/rx/3689/how-to-copy-and-select-text-from-snopescom/comment-page-1/#comment-9527</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Tue, 17 Mar 2009 01:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3689#comment-9527</guid>
		<description>Thanks! This works great in IE but not in Firefox. This is definitely poor form for snopes. Not allowing people to copy article text just results in people spending time figuring out how to work around the problem rather than causing them to only send a link. Besides, I like to include key paragraphs from snopes (in addition to the link) when I reply to the ridiculous chain emails I get so as to summarize the info for the people who clearly don&#039;t do much reading and reasoning on their own.</description>
		<content:encoded><![CDATA[<p>Thanks! This works great in IE but not in Firefox. This is definitely poor form for snopes. Not allowing people to copy article text just results in people spending time figuring out how to work around the problem rather than causing them to only send a link. Besides, I like to include key paragraphs from snopes (in addition to the link) when I reply to the ridiculous chain emails I get so as to summarize the info for the people who clearly don&#39;t do much reading and reasoning on their own.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joyce Routman</title>
		<link>http://www.tech-recipes.com/rx/3689/how-to-copy-and-select-text-from-snopescom/comment-page-1/#comment-9112</link>
		<dc:creator>joyce Routman</dc:creator>
		<pubDate>Wed, 04 Mar 2009 12:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3689#comment-9112</guid>
		<description>how can I send information to SNOPES when I don&#039;t have a proper address???</description>
		<content:encoded><![CDATA[<p>how can I send information to SNOPES when I don&#39;t have a proper address???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://www.tech-recipes.com/rx/3689/how-to-copy-and-select-text-from-snopescom/comment-page-1/#comment-7596</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Tue, 20 Jan 2009 14:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3689#comment-7596</guid>
		<description>USE A BOOKMARKLET&lt;br&gt;In Google Chrome of Windows XP I created a new page on the bookmark bar (right click on the bar) named &quot;Void Script&quot;. Then I added the script in place of a URL. When on a page thats is blocked  I just click on the bookmarkelt.&lt;br&gt;&lt;br&gt;GREAT WITH GOOGLE NOTES&lt;br&gt;When researching a topic, Google Notes is great--like a bookmark with sampled text and images added.  But it requires highlighting the text &amp; images. Now I can use it on more sites</description>
		<content:encoded><![CDATA[<p>USE A BOOKMARKLET<br />In Google Chrome of Windows XP I created a new page on the bookmark bar (right click on the bar) named &#8220;Void Script&#8221;. Then I added the script in place of a URL. When on a page thats is blocked  I just click on the bookmarkelt.</p>
<p>GREAT WITH GOOGLE NOTES<br />When researching a topic, Google Notes is great&#8211;like a bookmark with sampled text and images added.  But it requires highlighting the text &#038; images. Now I can use it on more sites</p>
]]></content:encoded>
	</item>
</channel>
</rss>
