<?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: Ever wanted to edit a webpage to say whatever you wanted it too? So did other people.</title>
	<atom:link href="http://www.asktheadmin.com/2008/07/ever-wanted-to-edit-a-webpage-to-say-whatever-you-wanted-it-too-so-did-other-people.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.asktheadmin.com/2008/07/ever-wanted-to-edit-a-webpage-to-say-whatever-you-wanted-it-too-so-did-other-people.html</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 06:08:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: The Mosio Summer Int</title>
		<link>http://www.asktheadmin.com/2008/07/ever-wanted-to-edit-a-webpage-to-say-whatever-you-wanted-it-too-so-did-other-people.html/comment-page-1#comment-6867</link>
		<dc:creator>The Mosio Summer Int</dc:creator>
		<pubDate>Wed, 09 Jul 2008 19:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://ata.inspiritnetworks.com/2008/07/ever-wanted-to-edit-a-webpage-to-say-whatever-you-wanted-it-too-so-did-other-people.html#comment-6867</guid>
		<description>it was a neat little find  </description>
		<content:encoded><![CDATA[<p>it was a neat little find</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hamed</title>
		<link>http://www.asktheadmin.com/2008/07/ever-wanted-to-edit-a-webpage-to-say-whatever-you-wanted-it-too-so-did-other-people.html/comment-page-1#comment-6866</link>
		<dc:creator>hamed</dc:creator>
		<pubDate>Wed, 09 Jul 2008 10:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://ata.inspiritnetworks.com/2008/07/ever-wanted-to-edit-a-webpage-to-say-whatever-you-wanted-it-too-so-did-other-people.html#comment-6866</guid>
		<description>that was cool  </description>
		<content:encoded><![CDATA[<p>that was cool</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>http://www.asktheadmin.com/2008/07/ever-wanted-to-edit-a-webpage-to-say-whatever-you-wanted-it-too-so-did-other-people.html/comment-page-1#comment-6865</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Tue, 08 Jul 2008 18:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://ata.inspiritnetworks.com/2008/07/ever-wanted-to-edit-a-webpage-to-say-whatever-you-wanted-it-too-so-did-other-people.html#comment-6865</guid>
		<description>And here&#039;s a way to actually make this useful.  Make the javascript link a bookmarklet.  Open a new tab, then click the bookmarklet, for an instant blank, editable page.  Good for jotting down quick notes that don&#039;t need to be saved.  </description>
		<content:encoded><![CDATA[<p>And here&#039;s a way to actually make this useful.  Make the javascript link a bookmarklet.  Open a new tab, then click the bookmarklet, for an instant blank, editable page.  Good for jotting down quick notes that don&#039;t need to be saved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HintHint</title>
		<link>http://www.asktheadmin.com/2008/07/ever-wanted-to-edit-a-webpage-to-say-whatever-you-wanted-it-too-so-did-other-people.html/comment-page-1#comment-6864</link>
		<dc:creator>HintHint</dc:creator>
		<pubDate>Tue, 08 Jul 2008 17:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://ata.inspiritnetworks.com/2008/07/ever-wanted-to-edit-a-webpage-to-say-whatever-you-wanted-it-too-so-did-other-people.html#comment-6864</guid>
		<description>I feel an autoHotKey  post coming up! &lt;Hint Hint Mr. Admin&gt;  </description>
		<content:encoded><![CDATA[<p>I feel an autoHotKey  post coming up! &lt;Hint Hint Mr. Admin&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elfalem</title>
		<link>http://www.asktheadmin.com/2008/07/ever-wanted-to-edit-a-webpage-to-say-whatever-you-wanted-it-too-so-did-other-people.html/comment-page-1#comment-6863</link>
		<dc:creator>Elfalem</dc:creator>
		<pubDate>Tue, 08 Jul 2008 17:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://ata.inspiritnetworks.com/2008/07/ever-wanted-to-edit-a-webpage-to-say-whatever-you-wanted-it-too-so-did-other-people.html#comment-6863</guid>
		<description>That&#039;s awesome! Here is an auto hot key script that does the above   (to learn more about auto hot key: &lt;a href=&quot;&lt;a href=&quot;http://www.autohotkey.com/) &quot; rel=&quot;nofollow&quot;&gt;http://www.autohotkey.com/) &lt;/a&gt;&quot;&gt;&lt;a href=&quot;http://www.autohotkey.com/) &quot; rel=&quot;nofollow&quot;&gt;http://www.autohotkey.com/) &lt;/a&gt;&lt;/a&gt;   It goes to the address bar, replaces the web address with the Javascript line and puts back the original address, all you have to press is windows key + &#039;B&#039;  (you can change this to your liking)      #b::  Send ^l  Send ^x  Send javascript:document.body.contentEditable=&#039;true&#039;; document.designMode=&#039;on&#039;; void 0{enter}  Send ^l  Send ^v  return  </description>
		<content:encoded><![CDATA[<p>That&#039;s awesome! Here is an auto hot key script that does the above   (to learn more about auto hot key: <a href="<a href="http://www.autohotkey.com/) " rel="nofollow"></a><a href="http://www.autohotkey.com/" rel="nofollow">http://www.autohotkey.com/</a>) &#8220;><a href="http://www.autohotkey.com/) " rel="nofollow"></a><a href="http://www.autohotkey.com/" rel="nofollow">http://www.autohotkey.com/</a>)    It goes to the address bar, replaces the web address with the Javascript line and puts back the original address, all you have to press is windows key + &#039;B&#039;  (you can change this to your liking)      #b::  Send ^l  Send ^x  Send javascript:document.body.contentEditable=&#039;true&#039;; document.designMode=&#039;on&#039;; void 0{enter}  Send ^l  Send ^v  return</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elfalem</title>
		<link>http://www.asktheadmin.com/2008/07/ever-wanted-to-edit-a-webpage-to-say-whatever-you-wanted-it-too-so-did-other-people.html/comment-page-1#comment-7427</link>
		<dc:creator>Elfalem</dc:creator>
		<pubDate>Tue, 08 Jul 2008 17:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://ata.inspiritnetworks.com/2008/07/ever-wanted-to-edit-a-webpage-to-say-whatever-you-wanted-it-too-so-did-other-people.html#comment-7427</guid>
		<description>That&#039;s awesome! Here is an auto hot key script that does the above   (to learn more about auto hot key: &lt;a href=&quot;&lt;a href=&quot;http://www.autohotkey.com/) &quot; rel=&quot;nofollow&quot;&gt;http://www.autohotkey.com/) &lt;/a&gt;&quot;&gt;&lt;a href=&quot;http://www.autohotkey.com/) &quot; rel=&quot;nofollow&quot;&gt;http://www.autohotkey.com/) &lt;/a&gt;&lt;/a&gt;   It goes to the address bar, replaces the web address with the Javascript line and puts back the original address, all you have to press is windows key + &#039;B&#039;  (you can change this to your liking)      #b::  Send ^l  Send ^x  Send javascript:document.body.contentEditable=&#039;true&#039;; document.designMode=&#039;on&#039;; void 0{enter}  Send ^l  Send ^v  return  </description>
		<content:encoded><![CDATA[<p>That&#039;s awesome! Here is an auto hot key script that does the above   (to learn more about auto hot key: <a href="<a href="http://www.autohotkey.com/) " rel="nofollow"></a><a href="http://www.autohotkey.com/" rel="nofollow">http://www.autohotkey.com/</a>) &#8220;><a href="http://www.autohotkey.com/) " rel="nofollow"></a><a href="http://www.autohotkey.com/" rel="nofollow">http://www.autohotkey.com/</a>)    It goes to the address bar, replaces the web address with the Javascript line and puts back the original address, all you have to press is windows key + &#039;B&#039;  (you can change this to your liking)      #b::  Send ^l  Send ^x  Send javascript:document.body.contentEditable=&#039;true&#039;; document.designMode=&#039;on&#039;; void 0{enter}  Send ^l  Send ^v  return</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.asktheadmin.com @ 2012-02-10 02:04:04 -->
