<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.10" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for LShift Ltd.</title>
	<link>http://www.lshift.net/blog</link>
	<description>What happens at LShift</description>
	<pubDate>Mon, 12 May 2008 14:57:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.10</generator>

	<item>
		<title>Comment on Subclassing in JavaScript, part 1 by M</title>
		<link>http://www.lshift.net/blog/2006/07/24/subclassing-in-javascript-part-1#comment-95802</link>
		<pubDate>Mon, 12 May 2008 09:50:22 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2006/07/24/subclassing-in-javascript-part-1#comment-95802</guid>
					<description>&lt;p&gt;Hi,
I have tried an different techniques related to JavaScript inheritance subject.
The code and the explanation are to long to post them here so if anyone is interested to take a look over it you can find it at &lt;a&gt;www.dotnetcaffe.net&lt;/a&gt; under JavaScript category. Fell free to criticize the code in any way you want...just don't flame :).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have tried an different techniques related to JavaScript inheritance subject.<br />
The code and the explanation are to long to post them here so if anyone is interested to take a look over it you can find it at <a>www.dotnetcaffe.net</a> under JavaScript category. Fell free to criticize the code in any way you want&#8230;just don&#8217;t flame :).</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Visualising Clinton v Obama by Paul Crowley</title>
		<link>http://www.lshift.net/blog/2008/05/08/visualising-clinton-v-obama#comment-95156</link>
		<pubDate>Fri, 09 May 2008 08:50:26 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2008/05/08/visualising-clinton-v-obama#comment-95156</guid>
					<description>&lt;p&gt;OOps!  Fixed, thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>OOps!  Fixed, thanks!</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Visualising Clinton v Obama by Neil Bartlett</title>
		<link>http://www.lshift.net/blog/2008/05/08/visualising-clinton-v-obama#comment-95062</link>
		<pubDate>Thu, 08 May 2008 21:58:05 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2008/05/08/visualising-clinton-v-obama#comment-95062</guid>
					<description>&lt;p&gt;Nice analysis... except there's no such state as "New England". NE stands for Nebraska ;-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice analysis&#8230; except there&#8217;s no such state as &#8220;New England&#8221;. NE stands for Nebraska ;-)</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Ubuntu on EeePC is fairly slick by Ben Hood</title>
		<link>http://www.lshift.net/blog/2008/05/07/ubuntu-on-eeepc-is-fairly-slick#comment-94843</link>
		<pubDate>Wed, 07 May 2008 21:38:47 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2008/05/07/ubuntu-on-eeepc-is-fairly-slick#comment-94843</guid>
					<description>&lt;p&gt;Slick....but more expensive than Windows on e3: &lt;/p&gt;

&lt;p&gt;http://apcmag.com/windowsbased_eeepc_cheaper_than_linux_one.htm&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Slick&#8230;.but more expensive than Windows on e3: </p>
<p>http://apcmag.com/windowsbased_eeepc_cheaper_than_linux_one.htm</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on E4X: Not as awful as I thought by tonyg</title>
		<link>http://www.lshift.net/blog/2008/05/07/e4x-not-as-awful-as-i-thought#comment-94765</link>
		<pubDate>Wed, 07 May 2008 13:29:44 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2008/05/07/e4x-not-as-awful-as-i-thought#comment-94765</guid>
					<description>&lt;p&gt;Agreed, Tom. Having standardised DOM/E4X integration would be excellent.&lt;/p&gt;

&lt;p&gt;WRT monkey-patching - according to &lt;a href="http://en.wikipedia.org/wiki/Monkey_patch" rel="nofollow"&gt;wikipedia on the subject&lt;/a&gt;, the term actually did start off as guerilla-patch!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Agreed, Tom. Having standardised DOM/E4X integration would be excellent.</p>
<p>WRT monkey-patching - according to <a href="http://en.wikipedia.org/wiki/Monkey_patch" rel="nofollow">wikipedia on the subject</a>, the term actually did start off as guerilla-patch!</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on E4X: Not as awful as I thought by Tom Berger</title>
		<link>http://www.lshift.net/blog/2008/05/07/e4x-not-as-awful-as-i-thought#comment-94758</link>
		<pubDate>Wed, 07 May 2008 12:37:30 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2008/05/07/e4x-not-as-awful-as-i-thought#comment-94758</guid>
					<description>&lt;p&gt;I like the term "guerilla-patching". We usually call it "monkey-patching". Maybe a good compromise between the two would be to call it "gorilla-patching"!&lt;/p&gt;

&lt;p&gt;It would not only be nice to get E4X integrated with the rest of the language, but also with the host. The fact that an E4X tag object is different from a browser's equivalent document object (when hosted in a browser) is ridiculous, and renders it quite useless for &lt;em&gt;the&lt;/em&gt; killer app for this feature.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I like the term &#8220;guerilla-patching&#8221;. We usually call it &#8220;monkey-patching&#8221;. Maybe a good compromise between the two would be to call it &#8220;gorilla-patching&#8221;!</p>
<p>It would not only be nice to get E4X integrated with the rest of the language, but also with the host. The fact that an E4X tag object is different from a browser&#8217;s equivalent document object (when hosted in a browser) is ridiculous, and renders it quite useless for <em>the</em> killer app for this feature.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Choosing a new version control system by tonyg</title>
		<link>http://www.lshift.net/blog/2008/04/30/choosing-a-new-version-control-system#comment-94751</link>
		<pubDate>Wed, 07 May 2008 12:15:24 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2008/04/30/choosing-a-new-version-control-system#comment-94751</guid>
					<description>&lt;p&gt;Liam, have you tried TortoiseHg? How do you find it, if so?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Liam, have you tried TortoiseHg? How do you find it, if so?</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Selenium by Priya</title>
		<link>http://www.lshift.net/blog/2006/06/08/selenium#comment-94719</link>
		<pubDate>Wed, 07 May 2008 09:20:06 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2006/06/08/selenium#comment-94719</guid>
					<description>&lt;p&gt;I using Selenium IDE for the first time.When I run test a warning error displayed "“[warn] triggerMouseEvent assumes setting screenX and screenY to 0 is ok”.Do suggest what should be done!!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I using Selenium IDE for the first time.When I run test a warning error displayed &#8220;“[warn] triggerMouseEvent assumes setting screenX and screenY to 0 is ok”.Do suggest what should be done!!!</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Emacs in MacOS X 10.5 Leopard by Eric</title>
		<link>http://www.lshift.net/blog/2007/11/27/emacs-in-macos-x-105-leopard#comment-94702</link>
		<pubDate>Wed, 07 May 2008 06:13:51 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2007/11/27/emacs-in-macos-x-105-leopard#comment-94702</guid>
					<description>&lt;p&gt;Hi when I try the ocnfigure command I get:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
/Users/ericg/emacs-22.1&#62;./configure --without-carbon --with-x --prefix=/usr/local
checking build system type... i386-apple-darwin9.2.2
checking host system type... i386-apple-darwin9.2.2
checking for gcc... gcc
checking for C compiler default output file name... 
configure: error: C compiler cannot create executables
See `config.log' for more details.
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Any help is appreciated !&lt;/p&gt;

&lt;p&gt;Eric&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi when I try the ocnfigure command I get:</p>
<p><code><br />
/Users/ericg/emacs-22.1&gt;./configure --without-carbon --with-x --prefix=/usr/local<br />
checking build system type... i386-apple-darwin9.2.2<br />
checking host system type... i386-apple-darwin9.2.2<br />
checking for gcc... gcc<br />
checking for C compiler default output file name...<br />
configure: error: C compiler cannot create executables<br />
See `config.log' for more details.<br />
</code></p>
<p>Any help is appreciated !</p>
<p>Eric</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Abstraction in CSS by Silky</title>
		<link>http://www.lshift.net/blog/2008/04/30/abstraction-in-css#comment-94212</link>
		<pubDate>Mon, 05 May 2008 03:48:35 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2008/04/30/abstraction-in-css#comment-94212</guid>
					<description>&lt;p&gt;And to be clear, I mean a language ontop of CSS is a good idea, not yet another annoying css-editing-ide.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>And to be clear, I mean a language ontop of CSS is a good idea, not yet another annoying css-editing-ide.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
