<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Indistinguishable from Jesse &#187; JavaScript Shell</title>
	<atom:link href="http://www.squarefree.com/categories/javascript-shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.squarefree.com</link>
	<description>Jesse Ruderman on Firefox, security, and more</description>
	<lastBuildDate>Tue, 05 Jun 2012 15:53:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>JavaScript Shell 1.4</title>
		<link>http://www.squarefree.com/2005/10/30/javascript-shell-14/</link>
		<comments>http://www.squarefree.com/2005/10/30/javascript-shell-14/#comments</comments>
		<pubDate>Mon, 31 Oct 2005 02:57:36 +0000</pubDate>
		<dc:creator>Jesse Ruderman</dc:creator>
				<category><![CDATA[Bookmarklets]]></category>
		<category><![CDATA[JavaScript Shell]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://www.squarefree.com/2005/10/30/javascript-shell-14/</guid>
		<description><![CDATA[Changes since JavaScript Shell 1.3.1: Up/down now navigate history as long as the caret is within the first/last line of the input. (Previously, the caret had to be at the beginning of the first line or the end of the last line.) Navigating to the previous history entry now puts the caret at the end [...]]]></description>
				<content:encoded><![CDATA[<p>Changes since JavaScript Shell 1.3.1:</p>

<ul>
<li>Up/down now navigate history as long as the caret is within the first/last line of the input.  (Previously, the caret had to be at the beginning of the first line or the end of the last line.)</li>
<li>Navigating to the previous history entry now puts the caret at the end of the textarea.</li>
<li>Added tooltips for the links with accesskeys at the top of the page.  (Fixed by Jesper Rønn-Jensen.)</li>
<li>Added <code>overflow: auto;</code> to the input field to prevent scrollbars from appearing in IE unnecessarily.</li>
<li>Alphabetize properties in <kbd>props()</kbd> output.</li>
<li>Added a hidden option for <kbd>props()</kbd> to print one property per line (pass <kbd>true</kbd> as the second parameter to <kbd>props()</kbd>).</li>
<li><kbd>props()</kbd> now complains if you pass undefined or null.</li>
<li>Tab completion no longer causes an error in IE.  (Fixed by Jesper Rønn-Jensen.)</li>
</ul>

<p><a href="http://www.squarefree.com/shell/">Updated shell</a>, <a href="http://www.squarefree.com/bookmarklets/webdevel.html">updated bookmarklet</a>, <a href="http://www.squarefree.com/shell/shell1.4.diff.txt">diff</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.squarefree.com/2005/10/30/javascript-shell-14/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>JavaScript Shell 1.3</title>
		<link>http://www.squarefree.com/2005/05/03/javascript-shell-13/</link>
		<comments>http://www.squarefree.com/2005/05/03/javascript-shell-13/#comments</comments>
		<pubDate>Wed, 04 May 2005 06:36:58 +0000</pubDate>
		<dc:creator>Jesse Ruderman</dc:creator>
				<category><![CDATA[Bookmarklets]]></category>
		<category><![CDATA[JavaScript Shell]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://www.squarefree.com/2005/05/03/javascript-shell-13/</guid>
		<description><![CDATA[Changes since 1.2.1: Make the bookmarklet version continue to work when you reload the original page or go to another page on the same site. (Fix by Sebastián Marconi and me.) Make the "clicking anywhere focuses the textbox" feature work in IE. (Fix by Jeremy Vinding and me.) Fix most of the javascript.options.strict warnings. (Fixes [...]]]></description>
				<content:encoded><![CDATA[<p>Changes since 1.2.1:</p>

<ul>
<li>Make the bookmarklet version continue to work when you reload the original page or go to another page on the same site. (Fix by Sebastián Marconi and me.)</li>
<li>Make the "clicking anywhere focuses the textbox" feature work in IE. (Fix by <a href="http://www.uglyvirgin.com/">Jeremy Vinding</a> and me.)</li>
<li>Fix most of the javascript.options.strict warnings. (Fixes by Jeremy Vinding and me.)</li>
</ul>

<p><a href="http://www.squarefree.com/shell/">Updated shell</a>, <a href="http://www.squarefree.com/bookmarklets/webdevel.html">updated bookmarklet</a>, <a href="http://www.squarefree.com/shell/shell1.3.diff.txt">diff for the curious</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.squarefree.com/2005/05/03/javascript-shell-13/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>JavaScript Shell 1.2.1</title>
		<link>http://www.squarefree.com/2005/04/23/javascript-shell-121/</link>
		<comments>http://www.squarefree.com/2005/04/23/javascript-shell-121/#comments</comments>
		<pubDate>Sat, 23 Apr 2005 09:20:58 +0000</pubDate>
		<dc:creator>Jesse Ruderman</dc:creator>
				<category><![CDATA[Bookmarklets]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JavaScript Shell]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://www.squarefree.com/2005/04/23/javascript-shell-121/</guid>
		<description><![CDATA[Entering a single-line comment on the last line no longer causes a syntax error. Updated shell, updated bookmarklet.]]></description>
				<content:encoded><![CDATA[<p>Entering a single-line comment on the last line no longer causes a syntax error.  <a href="http://www.squarefree.com/shell/">Updated shell</a>, <a href="http://www.squarefree.com/bookmarklets/webdevel.html">updated bookmarklet</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.squarefree.com/2005/04/23/javascript-shell-121/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Shell 1.2</title>
		<link>http://www.squarefree.com/2005/04/20/javascript-shell-12/</link>
		<comments>http://www.squarefree.com/2005/04/20/javascript-shell-12/#comments</comments>
		<pubDate>Wed, 20 Apr 2005 11:17:37 +0000</pubDate>
		<dc:creator>Jesse Ruderman</dc:creator>
				<category><![CDATA[Bookmarklets]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JavaScript Shell]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://www.squarefree.com/2005/04/20/javascript-shell-12/</guid>
		<description><![CDATA[New features and bug fixes in JavaScript Shell 1.2: Multiline input. You can now insert line breaks using Shift+Enter and paste multiline scripts. Edward Lee ("Mardak" on irc.mozilla.org) added this feature. Fixed the bookmarklet version to work in Firefox 1.0.3 (it was broken due to the fix for bug 289074). Edward Lee was the first [...]]]></description>
				<content:encoded><![CDATA[<p>New features and bug fixes in <a href="http://www.squarefree.com/shell/">JavaScript Shell</a> 1.2:</p>

<ul>
<li>Multiline input.  You can now insert line breaks using Shift+Enter and paste multiline scripts.  <a href="http://ed.agadak.net/">Edward Lee</a> ("Mardak" on <a href="http://irc.mozilla.org/">irc.mozilla.org</a>) added this feature.</li>
<li>Fixed the bookmarklet version to work in Firefox 1.0.3 (it was broken due to the fix for <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=289074">bug 289074</a>).  Edward Lee was the first to point out this problem and helped me fix it.</li>
<li>Fixed print() to not bring up the File &gt; Print dialog.</li>
<li>Fixed blink() to work in IE (using border instead of outline) and Opera.</li>
<li>Made the feature that lets you click anywhere to focus the input box work in Opera.  It still doesn't work in IE.</li>
<li>Fixed multiline output in Opera.  It still appears all on one line in IE.</li>
<li>Fixed the bookmarklet version to have a vertical scrollbar when needed on Firefox trunk. (I might be working around a bug in Firefox trunk.)</li>
</ul>

<p>I'm aware of several new problems introduced by the multiline input feature:</p>

<ul>
<li>In Opera, Enter inserts a line break and *then* submits.</li>
<li>In IE, multiline output isn't broken over lines.</li>
<li>In Firefox 1.0.x, but not on trunk, a scrollbar appears if you have a few dozen lines of input.</li>
</ul>

<p><a href="http://www.squarefree.com/shell/shell1.1.html">JavaScript Shell 1.1</a> is still available.</p>]]></content:encoded>
			<wfw:commentRss>http://www.squarefree.com/2005/04/20/javascript-shell-12/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>JavaScript Shell 0.8</title>
		<link>http://www.squarefree.com/2004/01/20/javascript-shell-08/</link>
		<comments>http://www.squarefree.com/2004/01/20/javascript-shell-08/#comments</comments>
		<pubDate>Wed, 21 Jan 2004 04:55:10 +0000</pubDate>
		<dc:creator>Jesse Ruderman</dc:creator>
				<category><![CDATA[Bookmarklets]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JavaScript Shell]]></category>

		<guid isPermaLink="false">http://www.squarefree.com/test/wp15/wordpress/?p=89</guid>
		<description><![CDATA[I uploaded a new version of the JavaScript Shell today, along with a new version of the shell bookmarklet. In the new version, print() no longer returns its input. I added a new function, pr(), that acts like print() used to.]]></description>
				<content:encoded><![CDATA[<p>I uploaded a new version of the <a href="http://www.squarefree.com/shell/">JavaScript Shell</a> today, along with a new version of the <a href="http://www.squarefree.com/bookmarklets/webdevel.html#shell">shell bookmarklet</a>.  In the new version, <code>print()</code> no longer returns its input.  I added a new function, <code>pr()</code>, that acts like <code>print()</code> used to.</p>]]></content:encoded>
			<wfw:commentRss>http://www.squarefree.com/2004/01/20/javascript-shell-08/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
