<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: When Emacs and The Browser converge</title>
	<link>http://lesscode.org/2005/08/26/emacs-browser-convergance/</link>
	<description>AAaaaaahhhhrrrrrrr!</description>
	<pubDate>Mon, 17 Sep 2007 09:12:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>by: genehack.org &#187; Blog Archive &#187; Laptop tab dump</title>
		<link>http://lesscode.org/2005/08/26/emacs-browser-convergance/#comment-10445</link>
		<pubDate>Wed, 06 Sep 2006 03:56:11 +0000</pubDate>
		<guid>http://lesscode.org/2005/08/26/emacs-browser-convergance/#comment-10445</guid>
					<description>&lt;p&gt;[...] When Emacs and The Browser converge &amp;#8212; mental note, check out Greasemonkey [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] When Emacs and The Browser converge &#8212; mental note, check out Greasemonkey [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Joe Grossberg</title>
		<link>http://lesscode.org/2005/08/26/emacs-browser-convergance/#comment-332</link>
		<pubDate>Mon, 29 Aug 2005 18:41:02 +0000</pubDate>
		<guid>http://lesscode.org/2005/08/26/emacs-browser-convergance/#comment-332</guid>
					<description>&lt;p&gt;&quot;TextareaResize sounds cool but doesn't seem to work.&quot;&lt;/p&gt;

&lt;p&gt;In general, if a Greasemonkey script doesn't work, check for JS errors. It'll help you narrow down what's wrong.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;TextareaResize sounds cool but doesn&#8217;t seem to work.&#8221;</p>
<p>In general, if a Greasemonkey script doesn&#8217;t work, check for JS errors. It&#8217;ll help you narrow down what&#8217;s wrong.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Julien Couvreur</title>
		<link>http://lesscode.org/2005/08/26/emacs-browser-convergance/#comment-331</link>
		<pubDate>Mon, 29 Aug 2005 18:35:37 +0000</pubDate>
		<guid>http://lesscode.org/2005/08/26/emacs-browser-convergance/#comment-331</guid>
					<description>&lt;p&gt;What problem did you run into with ResizeTextarea? 
There are two limitations with that script, afaik: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GMail textareas don't work, &lt;/li&gt;
&lt;li&gt;textareas that are sized with &quot;width&quot; and &quot;height&quot; instead of &quot;rows&quot; and &quot;cols&quot;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I should be able to fix that second limitation, but haven't got to it yet. Ping me if you think that is the problem you ran into.&lt;/p&gt;

&lt;p&gt;Also, my other scripts are available at &lt;a href=&quot;http://blog.monstuff.com/archives/cat_greasemonkey.html&quot;&gt;http://blog.monstuff.com/archives/cat_greasemonkey.html&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What problem did you run into with ResizeTextarea?<br />
There are two limitations with that script, afaik: </p>
<ul>
<li>GMail textareas don&#8217;t work, </li>
<li>textareas that are sized with &#8220;width&#8221; and &#8220;height&#8221; instead of &#8220;rows&#8221; and &#8220;cols&#8221;.</li>
</ul>
<p>I should be able to fix that second limitation, but haven&#8217;t got to it yet. Ping me if you think that is the problem you ran into.</p>
<p>Also, my other scripts are available at <a href="http://blog.monstuff.com/archives/cat_greasemonkey.html">http://blog.monstuff.com/archives/cat_greasemonkey.html</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>by: b7j0c</title>
		<link>http://lesscode.org/2005/08/26/emacs-browser-convergance/#comment-307</link>
		<pubDate>Sat, 27 Aug 2005 18:49:18 +0000</pubDate>
		<guid>http://lesscode.org/2005/08/26/emacs-browser-convergance/#comment-307</guid>
					<description>&lt;p&gt;there actually is an extension that provides full keyboard access for firefox - meaning you do not need to use a mouse, ever.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>there actually is an extension that provides full keyboard access for firefox - meaning you do not need to use a mouse, ever.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Masklinn</title>
		<link>http://lesscode.org/2005/08/26/emacs-browser-convergance/#comment-304</link>
		<pubDate>Sat, 27 Aug 2005 12:53:47 +0000</pubDate>
		<guid>http://lesscode.org/2005/08/26/emacs-browser-convergance/#comment-304</guid>
					<description>&lt;p&gt;Mark &amp;#62; I think it'd be much more fun to just have List avaible in Firefox (or another powerful interpreted language, I'd go for Python myself since I'm quite far from lisp fluent, and Python is a bit more readable than common lisp).&lt;/p&gt;

&lt;p&gt;In fact, I'm wondering if it ain't time to get a better, stabler, more powerful, more coherent langage to script web pages.&lt;/p&gt;

&lt;p&gt;As simple as JS, but less forgiving, allowing less obtrusiveness (promoting unobtrusive scripts by design), and with much more powerful types... and the ability to import modules which JS clearly lacks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Mark &gt; I think it&#8217;d be much more fun to just have List avaible in Firefox (or another powerful interpreted language, I&#8217;d go for Python myself since I&#8217;m quite far from lisp fluent, and Python is a bit more readable than common lisp).</p>
<p>In fact, I&#8217;m wondering if it ain&#8217;t time to get a better, stabler, more powerful, more coherent langage to script web pages.</p>
<p>As simple as JS, but less forgiving, allowing less obtrusiveness (promoting unobtrusive scripts by design), and with much more powerful types&#8230; and the ability to import modules which JS clearly lacks.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Ryan Tomayko</title>
		<link>http://lesscode.org/2005/08/26/emacs-browser-convergance/#comment-303</link>
		<pubDate>Sat, 27 Aug 2005 12:50:48 +0000</pubDate>
		<guid>http://lesscode.org/2005/08/26/emacs-browser-convergance/#comment-303</guid>
					<description>&lt;p&gt;&lt;a href=&quot;http://diveintomark.org&quot; rel=&quot;nofollow&quot;&gt;Mark&lt;/a&gt;, this &lt;a href=&quot;http://diveintomark.org/projects/greasemonkey/monkeydo.user.js&quot;&gt;del.icio.us assistance&lt;/a&gt; GM script is sick! Sick! Ghhaa! Wow!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href="http://diveintomark.org">Mark</a>, this <a href="http://diveintomark.org/projects/greasemonkey/monkeydo.user.js">del.icio.us assistance</a> GM script is sick! Sick! Ghhaa! Wow!</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tim</title>
		<link>http://lesscode.org/2005/08/26/emacs-browser-convergance/#comment-302</link>
		<pubDate>Sat, 27 Aug 2005 01:52:00 +0000</pubDate>
		<guid>http://lesscode.org/2005/08/26/emacs-browser-convergance/#comment-302</guid>
					<description>&lt;p&gt;I hacked together a version of the Unembed script which visually replaces the embedded video, with the option to download the file or re-show the embed object.&lt;/p&gt;

&lt;p&gt;It still needs fixing (it currently re-writes object IDs which is a bit dodgy), but it is workable...&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://gfxmonk.sysprosoft.com/unembed.user.js&quot;&gt;http://gfxmonk.sysprosoft.com/unembed.user.js&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I hacked together a version of the Unembed script which visually replaces the embedded video, with the option to download the file or re-show the embed object.</p>
<p>It still needs fixing (it currently re-writes object IDs which is a bit dodgy), but it is workable&#8230;</p>
<p><a href="http://gfxmonk.sysprosoft.com/unembed.user.js">http://gfxmonk.sysprosoft.com/unembed.user.js</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mark</title>
		<link>http://lesscode.org/2005/08/26/emacs-browser-convergance/#comment-301</link>
		<pubDate>Sat, 27 Aug 2005 00:05:28 +0000</pubDate>
		<guid>http://lesscode.org/2005/08/26/emacs-browser-convergance/#comment-301</guid>
					<description>&lt;p&gt;I'm biased, of course, but I like&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://diveintomark.org/projects/greasemonkey/autoclick.user.js&quot;&gt;autoclick.user.js&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://diveintomark.org/projects/greasemonkey/gmailfortune.user.js&quot;&gt;gmailfortune.user.js&lt;/a&gt; if you use GMail&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://diveintomark.org/projects/greasemonkey/magicline.user.js&quot;&gt;magicline.user.js&lt;/a&gt; (browse around a bit and then hit Ctrl + Shift + L and start typing)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://diveintomark.org/projects/greasemonkey/monkeydo.user.js&quot;&gt;monkeydo.user.js&lt;/a&gt; if you use del.icio.us&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://diveintomark.org/projects/greasemonkey/stopthepresses.user.js&quot;&gt;stopthepresses.user.js&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Others have mentioned Book Burro.  I also like &lt;a href=&quot;http://persistent.info/greasemonkey/gmail.user.js&quot;&gt;GMail Tweaks&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Firefox is the new Emacs.  JavaScript is the new LISP.  Greasemonkey is the new &lt;code&gt;.emacs&lt;/code&gt; file.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m biased, of course, but I like</p>
<ul>
<li><a href="http://diveintomark.org/projects/greasemonkey/autoclick.user.js">autoclick.user.js</a></li>
<li><a href="http://diveintomark.org/projects/greasemonkey/gmailfortune.user.js">gmailfortune.user.js</a> if you use GMail</li>
<li><a href="http://diveintomark.org/projects/greasemonkey/magicline.user.js">magicline.user.js</a> (browse around a bit and then hit Ctrl + Shift + L and start typing)</li>
<li><a href="http://diveintomark.org/projects/greasemonkey/monkeydo.user.js">monkeydo.user.js</a> if you use del.icio.us</li>
<li><a href="http://diveintomark.org/projects/greasemonkey/stopthepresses.user.js">stopthepresses.user.js</a></li>
</ul>
<p>Others have mentioned Book Burro.  I also like <a href="http://persistent.info/greasemonkey/gmail.user.js">GMail Tweaks</a></p>
<p>Firefox is the new Emacs.  JavaScript is the new LISP.  Greasemonkey is the new <code>.emacs</code> file.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Where Are The Wise Men?</title>
		<link>http://lesscode.org/2005/08/26/emacs-browser-convergance/#comment-299</link>
		<pubDate>Fri, 26 Aug 2005 14:20:56 +0000</pubDate>
		<guid>http://lesscode.org/2005/08/26/emacs-browser-convergance/#comment-299</guid>
					<description>&lt;p&gt;&lt;strong&gt;When Emacs and The Browser converge [@lesscode.org]&lt;/strong&gt;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;When Emacs and The Browser converge  has a great list of Greasemonkey scripts
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>When Emacs and The Browser converge [@lesscode.org]</strong></p>
<pre><code>When Emacs and The Browser converge  has a great list of Greasemonkey scripts
</code></pre>
<p>&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Bill Brown</title>
		<link>http://lesscode.org/2005/08/26/emacs-browser-convergance/#comment-297</link>
		<pubDate>Fri, 26 Aug 2005 14:06:50 +0000</pubDate>
		<guid>http://lesscode.org/2005/08/26/emacs-browser-convergance/#comment-297</guid>
					<description>&lt;p&gt;I've found the &lt;a href=&quot;http://dunck.us/collab/GreaseMonkeyUserScriptsSpecific#head-c01160b5be6bfada624bc5fd379525d5a610272e&quot; rel=&quot;nofollow&quot;&gt;Paul Graham scripts&lt;/a&gt; helpful and frequently apply to non-PG sites as well.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found the <a href="http://dunck.us/collab/GreaseMonkeyUserScriptsSpecific#head-c01160b5be6bfada624bc5fd379525d5a610272e">Paul Graham scripts</a> helpful and frequently apply to non-PG sites as well.</p>
]]></content:encoded>
				</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.985 seconds -->
<!-- Cached page served by WP-Cache -->
