<?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 Shell 1.3</title>
	<atom:link href="http://www.squarefree.com/2005/05/03/javascript-shell-13/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.squarefree.com/2005/05/03/javascript-shell-13/</link>
	<description>Jesse Ruderman on Firefox, security, and more</description>
	<pubDate>Mon, 08 Sep 2008 03:35:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Jesse Ruderman</title>
		<link>http://www.squarefree.com/2005/05/03/javascript-shell-13/#comment-1422</link>
		<dc:creator>Jesse Ruderman</dc:creator>
		<pubDate>Sat, 25 Jun 2005 06:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarefree.com/2005/05/03/javascript-shell-13/#comment-1422</guid>
		<description>David, if you're using Firefox, that could be https://bugzilla.mozilla.org/show_bug.cgi?id=232605.</description>
		<content:encoded><![CDATA[<p>David, if you&#8217;re using Firefox, that could be <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=232605" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=232605</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.squarefree.com/2005/05/03/javascript-shell-13/#comment-1413</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 22 Jun 2005 07:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarefree.com/2005/05/03/javascript-shell-13/#comment-1413</guid>
		<description>Any tips on making the shell stay on top of the current window when I click on it? It always loses focus when I launch it and the window I launched it from regains focus. Maybe just need to add window.focus() to the what's write()en to the new window?</description>
		<content:encoded><![CDATA[<p>Any tips on making the shell stay on top of the current window when I click on it? It always loses focus when I launch it and the window I launched it from regains focus. Maybe just need to add window.focus() to the what&#8217;s write()en to the new window?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Ruderman</title>
		<link>http://www.squarefree.com/2005/05/03/javascript-shell-13/#comment-1337</link>
		<dc:creator>Jesse Ruderman</dc:creator>
		<pubDate>Sat, 28 May 2005 21:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarefree.com/2005/05/03/javascript-shell-13/#comment-1337</guid>
		<description>avih, I saw that too.  The problem seems to be gone on trunk (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050527 Firefox/1.0+) so I'm not planning to track it down and try to fix it.</description>
		<content:encoded><![CDATA[<p>avih, I saw that too.  The problem seems to be gone on trunk (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050527 Firefox/1.0+) so I&#8217;m not planning to track it down and try to fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avih</title>
		<link>http://www.squarefree.com/2005/05/03/javascript-shell-13/#comment-1254</link>
		<dc:creator>avih</dc:creator>
		<pubDate>Mon, 16 May 2005 12:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarefree.com/2005/05/03/javascript-shell-13/#comment-1254</guid>
		<description>I think the autocompletion stopped working with firefox 1.04
whenever i try to complete i.e. "document." (WITH the ".") i get a red message:
[quote]EvalError: function eval must be called directly, and not by way of a function of another name.[/quote]

completeing "docu" to "document works" most other completions don't.

cheers afor a really nice tool.
avih</description>
		<content:encoded><![CDATA[<p>I think the autocompletion stopped working with firefox 1.04<br />
whenever i try to complete i.e. &#8220;document.&#8221; (WITH the &#8220;.&#8221;) i get a red message:<br />
[quote]EvalError: function eval must be called directly, and not by way of a function of another name.[/quote]</p>
<p>completeing &#8220;docu&#8221; to &#8220;document works&#8221; most other completions don&#8217;t.</p>
<p>cheers afor a really nice tool.<br />
avih</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Follower</title>
		<link>http://www.squarefree.com/2005/05/03/javascript-shell-13/#comment-1228</link>
		<dc:creator>Follower</dc:creator>
		<pubDate>Sun, 08 May 2005 16:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarefree.com/2005/05/03/javascript-shell-13/#comment-1228</guid>
		<description>Hi,

Just wanted to say thanks for all the work you've put into the JS Shell Bookmarklet, it's probably been the single most useful tool for my explorations into the inner workings of Google Maps.

Having been used to Python's interactive prompt it's also become useful for some of my "from scratch" web work as well.

It's cool to see the "persist on reload" function as it's a feature I've thought would be useful but probably couldn't be done--glad to be proved wrong. :-)

Thanks again,

Phil.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Just wanted to say thanks for all the work you&#8217;ve put into the JS Shell Bookmarklet, it&#8217;s probably been the single most useful tool for my explorations into the inner workings of Google Maps.</p>
<p>Having been used to Python&#8217;s interactive prompt it&#8217;s also become useful for some of my &#8220;from scratch&#8221; web work as well.</p>
<p>It&#8217;s cool to see the &#8220;persist on reload&#8221; function as it&#8217;s a feature I&#8217;ve thought would be useful but probably couldn&#8217;t be done&#8211;glad to be proved wrong. :-)</p>
<p>Thanks again,</p>
<p>Phil.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Ruderman</title>
		<link>http://www.squarefree.com/2005/05/03/javascript-shell-13/#comment-1224</link>
		<dc:creator>Jesse Ruderman</dc:creator>
		<pubDate>Sat, 07 May 2005 01:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarefree.com/2005/05/03/javascript-shell-13/#comment-1224</guid>
		<description>Julien, search the diff for "initTarget" to see the "keep shell working when page is reloaded" part.</description>
		<content:encoded><![CDATA[<p>Julien, search the diff for &#8220;initTarget&#8221; to see the &#8220;keep shell working when page is reloaded&#8221; part.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
