<?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 for itsalleasy</title>
	<atom:link href="http://itsalleasy.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://itsalleasy.com</link>
	<description>...how boring would *that* be</description>
	<pubDate>Thu, 20 Nov 2008 12:08:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Selenium Remote Control by Ralph</title>
		<link>http://itsalleasy.com/2006/08/01/selenium-remote-control/#comment-175</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Wed, 15 Aug 2007 11:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsalleasy.com/2006/08/01/selenium-remote-control/#comment-175</guid>
		<description>Hi,

We are thinking of using selenium RC java for testing our web2.0 application. Did you use selenium last year and if so what are your experiences and if not why not?

thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>We are thinking of using selenium RC java for testing our web2.0 application. Did you use selenium last year and if so what are your experiences and if not why not?</p>
<p>thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prototype Chain by james</title>
		<link>http://itsalleasy.com/2006/02/05/prototype-chain/#comment-88</link>
		<dc:creator>james</dc:creator>
		<pubDate>Thu, 09 Aug 2007 00:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsalleasy.com/2006/02/05/prototype-chain/#comment-88</guid>
		<description>Awesome, thanks.  I've also seen it crop up in the YUI framework.  I'm glad to see that other, smarter folks have found the same approach.</description>
		<content:encoded><![CDATA[<p>Awesome, thanks.  I&#8217;ve also seen it crop up in the YUI framework.  I&#8217;m glad to see that other, smarter folks have found the same approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prototype Chain by Nick</title>
		<link>http://itsalleasy.com/2006/02/05/prototype-chain/#comment-87</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 08 Aug 2007 19:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsalleasy.com/2006/02/05/prototype-chain/#comment-87</guid>
		<description>That's actually similar to a function within Google Maps (renamed to help me figure out what's going on):

function aExtendsB( a,b ) {
	var c = function() {};
	c.prototype = b.prototype;
	a.prototype = new c
}</description>
		<content:encoded><![CDATA[<p>That&#8217;s actually similar to a function within Google Maps (renamed to help me figure out what&#8217;s going on):</p>
<p>function aExtendsB( a,b ) {<br />
	var c = function() {};<br />
	c.prototype = b.prototype;<br />
	a.prototype = new c<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prototype Chain by Nick</title>
		<link>http://itsalleasy.com/2006/02/05/prototype-chain/#comment-86</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 06 Aug 2007 20:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsalleasy.com/2006/02/05/prototype-chain/#comment-86</guid>
		<description>Whoah! Thanks!!

I've just spent the whole day struggling with this exact problem where
"ChildClass.prototype = new ParentClass();"
involves an expensive constructor which relies on the DOM and other global variables.

Hopefully your code will set things right.

Does this depend on a library (prototype.js, mootools.js etc) for Class?  A library-independant example would be nice.</description>
		<content:encoded><![CDATA[<p>Whoah! Thanks!!</p>
<p>I&#8217;ve just spent the whole day struggling with this exact problem where<br />
&#8220;ChildClass.prototype = new ParentClass();&#8221;<br />
involves an expensive constructor which relies on the DOM and other global variables.</p>
<p>Hopefully your code will set things right.</p>
<p>Does this depend on a library (prototype.js, mootools.js etc) for Class?  A library-independant example would be nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automated Tests with Junit + Selenium + JsUnit by Peter Mounce</title>
		<link>http://itsalleasy.com/2006/03/21/automated-tests-with-selenium/#comment-118</link>
		<dc:creator>Peter Mounce</dc:creator>
		<pubDate>Tue, 01 May 2007 13:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsalleasy.com/2006/03/21/automated-tests-with-selenium/#comment-118</guid>
		<description>Actually, scratch that last.  Sorry ;)</description>
		<content:encoded><![CDATA[<p>Actually, scratch that last.  Sorry <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automated Tests with Junit + Selenium + JsUnit by Peter Mounce</title>
		<link>http://itsalleasy.com/2006/03/21/automated-tests-with-selenium/#comment-117</link>
		<dc:creator>Peter Mounce</dc:creator>
		<pubDate>Tue, 01 May 2007 13:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsalleasy.com/2006/03/21/automated-tests-with-selenium/#comment-117</guid>
		<description>How did you hook up your Selenium to get around jsUnit needing a reference to the top window?  We're, uh, struggling a little.</description>
		<content:encoded><![CDATA[<p>How did you hook up your Selenium to get around jsUnit needing a reference to the top window?  We&#8217;re, uh, struggling a little.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thoughts. by Ruben</title>
		<link>http://itsalleasy.com/2005/05/31/64/#comment-64</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Wed, 07 Mar 2007 09:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsalleasy.com/2005/05/31/64/#comment-64</guid>
		<description>I found your blog through a google-search trying to see if someone had come up with the same idea as I had, namely something called CDS or cascading data sheets.

My thoughts have taken a rough shape:
- a language for modelling data in a structured form
- a css like syntax and structure
- best of YAML, XML and CSS.
- like yaml and xml better suited for data-transport rather than data-storage.

Please let me know what your thoughts are on the subject,  they seem quite similar to mine.
Thank you.</description>
		<content:encoded><![CDATA[<p>I found your blog through a google-search trying to see if someone had come up with the same idea as I had, namely something called CDS or cascading data sheets.</p>
<p>My thoughts have taken a rough shape:<br />
- a language for modelling data in a structured form<br />
- a css like syntax and structure<br />
- best of YAML, XML and CSS.<br />
- like yaml and xml better suited for data-transport rather than data-storage.</p>
<p>Please let me know what your thoughts are on the subject,  they seem quite similar to mine.<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automated Tests with Junit + Selenium + JsUnit by ItsAllEasy &#187; Blog Archive &#187; Selenium Remote Control</title>
		<link>http://itsalleasy.com/2006/03/21/automated-tests-with-selenium/#comment-116</link>
		<dc:creator>ItsAllEasy &#187; Blog Archive &#187; Selenium Remote Control</dc:creator>
		<pubDate>Tue, 01 Aug 2006 12:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsalleasy.com/2006/03/21/automated-tests-with-selenium/#comment-116</guid>
		<description>[...] So, as you might have guessed by my previous post, I&#8217;ve been playing with selenium more and more of late. I totally forgot about my JSUnit + Selenium + JUnit post! Since then, Selenium was split into 2 parts: Selenium Core and Selenium Remote Control (Selenium RC). Selenium RC is really nice. As I suspected, it removes the need for the SocketBasedCommandProcessor I had written. [...]</description>
		<content:encoded><![CDATA[<p>[...] So, as you might have guessed by my previous post, I&#8217;ve been playing with selenium more and more of late. I totally forgot about my JSUnit + Selenium + JUnit post! Since then, Selenium was split into 2 parts: Selenium Core and Selenium Remote Control (Selenium RC). Selenium RC is really nice. As I suspected, it removes the need for the SocketBasedCommandProcessor I had written. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Benjamin Paul Stubits by Shawna</title>
		<link>http://itsalleasy.com/2006/05/18/benjamin-paul-stubits/#comment-174</link>
		<dc:creator>Shawna</dc:creator>
		<pubDate>Fri, 19 May 2006 04:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsalleasy.com/2006/05/18/benjamin-paul-stubits/#comment-174</guid>
		<description>Ben was such a beautiful baby.  Teri and Vince you both are in our prayers.   I'm so sorry for your loss.  He was a very brave boy.  You were so blessed to have him.</description>
		<content:encoded><![CDATA[<p>Ben was such a beautiful baby.  Teri and Vince you both are in our prayers.   I&#8217;m so sorry for your loss.  He was a very brave boy.  You were so blessed to have him.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on :scriptEnabled by Shawna</title>
		<link>http://itsalleasy.com/2006/01/12/scriptenabled/#comment-77</link>
		<dc:creator>Shawna</dc:creator>
		<pubDate>Tue, 16 May 2006 23:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsalleasy.com/2006/01/12/scriptenabled/#comment-77</guid>
		<description>I just wanted to say I like your website.  I got it off of nates blog.  If you could please let nate know I said hi.  Have a great day!</description>
		<content:encoded><![CDATA[<p>I just wanted to say I like your website.  I got it off of nates blog.  If you could please let nate know I said hi.  Have a great day!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
