<?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 David Laing's blog</title>
	<atom:link href="http://davidlaing.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidlaing.com</link>
	<description>Craftmanship over crap</description>
	<lastBuildDate>Mon, 22 Feb 2010 12:15:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-rare</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Selenium gotcha &#8211; selenium.GetHtmlSource() returns processed HTML by mrdavidlaing</title>
		<link>http://davidlaing.com/2008/12/29/selenium-gotcha-seleniumgethtmlsource-returns-processed-html/comment-page-1/#comment-12</link>
		<dc:creator>mrdavidlaing</dc:creator>
		<pubDate>Mon, 22 Feb 2010 12:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://davidlaing.com/?p=142#comment-12</guid>
		<description>@Naveet,

Best I can suggest is to do multiple searches - once for tag (SUREHITS), then again for first attribute (sid=&quot;navneet...) and again for next attribute etc.</description>
		<content:encoded><![CDATA[<p>@Naveet,</p>
<p>Best I can suggest is to do multiple searches &#8211; once for tag (SUREHITS), then again for first attribute (sid=&#8221;navneet&#8230;) and again for next attribute etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium gotcha &#8211; selenium.GetHtmlSource() returns processed HTML by navneet</title>
		<link>http://davidlaing.com/2008/12/29/selenium-gotcha-seleniumgethtmlsource-returns-processed-html/comment-page-1/#comment-11</link>
		<dc:creator>navneet</dc:creator>
		<pubDate>Mon, 22 Feb 2010 06:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://davidlaing.com/?p=142#comment-11</guid>
		<description>Firefox 3.5.7 and IE 7
1)	Using view source mannualy (right click --&gt; view source)
	Orignal on Firefox :&lt;surehits account=&quot;167644&quot; sid=&quot;navneet_12_17_Fast&quot; /&gt;
	Orignal on IE      :&lt;surehits account=&quot;167644&quot; sid=&quot;navneet_12_17_Fast&quot; /&gt;

	After selenium.GetHtmlSource();
	In Firefox	:&lt;surehits account=&quot;167644&quot; sid=&quot;navneet_12_17_Fast&quot; /&gt;
	IN IE		:&lt;SUREHITS sid=&quot;navneet_12_17_Fast&quot; account=&quot;167644&quot; /&gt;</description>
		<content:encoded><![CDATA[<p>Firefox 3.5.7 and IE 7<br />
1)	Using view source mannualy (right click &#8211;&gt; view source)<br />
	Orignal on Firefox :&lt;surehits account=&#8221;167644&#8243; sid=&#8221;navneet_12_17_Fast&#8221; /&gt;<br />
	Orignal on IE      :&lt;surehits account=&#8221;167644&#8243; sid=&#8221;navneet_12_17_Fast&#8221; /&gt;</p>
<p>	After selenium.GetHtmlSource();<br />
	In Firefox	:&lt;surehits account=&#8221;167644&#8243; sid=&#8221;navneet_12_17_Fast&#8221; /&gt;<br />
	IN IE		:&lt;SUREHITS sid=&#8221;navneet_12_17_Fast&#8221; account=&#8221;167644&#8243; /&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium gotcha &#8211; selenium.GetHtmlSource() returns processed HTML by navneet</title>
		<link>http://davidlaing.com/2008/12/29/selenium-gotcha-seleniumgethtmlsource-returns-processed-html/comment-page-1/#comment-9</link>
		<dc:creator>navneet</dc:creator>
		<pubDate>Fri, 19 Feb 2010 10:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://davidlaing.com/?p=142#comment-9</guid>
		<description>Hi David,
Thanks for this post.
I have one issue with text which i am checking through selenium.GetHtmlSource(); 
Application scenario:
-We are doing automation testing for our sites.
-When we submit page after that on new page we are checking for pixel entries.
like this &quot; or  tags
-so i want to detect that using selenium.GetHtmlSource();

Firefox 3.5.7 and IE 7
1)	Using view source mannualy (right click --&gt; view source)
	Orignal on Firefox :
	Orignal on IE      :

	After selenium.GetHtmlSource();
	In Firefox	:
	IN IE		:


	Upper Lower case  and double quote is fine to handle.
	But how to handle attribute sequence on .

Thanks,
Navneet</description>
		<content:encoded><![CDATA[<p>Hi David,<br />
Thanks for this post.<br />
I have one issue with text which i am checking through selenium.GetHtmlSource();<br />
Application scenario:<br />
-We are doing automation testing for our sites.<br />
-When we submit page after that on new page we are checking for pixel entries.<br />
like this &#8221; or  tags<br />
-so i want to detect that using selenium.GetHtmlSource();</p>
<p>Firefox 3.5.7 and IE 7<br />
1)	Using view source mannualy (right click &#8211;&gt; view source)<br />
	Orignal on Firefox :<br />
	Orignal on IE      :</p>
<p>	After selenium.GetHtmlSource();<br />
	In Firefox	:<br />
	IN IE		:</p>
<p>	Upper Lower case  and double quote is fine to handle.<br />
	But how to handle attribute sequence on .</p>
<p>Thanks,<br />
Navneet</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Pomodoro Technique &#8211; Scrum in the small by Raph</title>
		<link>http://davidlaing.com/2009/05/31/the-pomodoro-technique-scrum-in-the-small/comment-page-1/#comment-8</link>
		<dc:creator>Raph</dc:creator>
		<pubDate>Sun, 14 Jun 2009 20:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://davidlaing.com/?p=182#comment-8</guid>
		<description>Thanks for pointing out an interesting technique.

I&#039;ve also implemented it with success (I set realistic goals and achieve them - imagine that).  If you want to improve on something you have to measure it, and this technique is simple enough to do that without a huge administrative overhead.



The technique has helped me in two ways:

(1) It helps me avoid what I call &quot;exploring dead ends&quot;.  I often look back at my work day and wish I could have taken the straightest path from start to finish, rather than wasting time exploring non-viable options - what you call &quot;falling down rabbit holes&quot;.  The Pomodoro technique breaks the cycle of working hard to follow a dead end by enforcing breaks, and forces me to ask &quot;is this really where I want to head?&quot;.

(2) It&#039;s given me a new perspective on how much &quot;productive&quot; work I can accomplish during a day.  Knowing I have very limited Pomodoro units (I average 5 25-minute units daily) means I deploy them guardedly and to only the most important projects for the day/week.  I&#039;m forced to identify unimportant tasks to cut them from my schedule.



What comprises a Pomodoro for me?

I&#039;m playing with the level of concentration that constitutes a Pomodoro.  I&#039;ve found that the higher I set the bar, the fewer units I have available, and the scarcer they become.  When they&#039;re really scarce I nurture them by carefully planning my approach, and pre-process some of the information.  Revising the concentration requirement down and I get more units, that take up a lot of the &quot;pre-processing&quot;.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing out an interesting technique.</p>
<p>I&#8217;ve also implemented it with success (I set realistic goals and achieve them &#8211; imagine that).  If you want to improve on something you have to measure it, and this technique is simple enough to do that without a huge administrative overhead.</p>
<p>The technique has helped me in two ways:</p>
<p>(1) It helps me avoid what I call &#8220;exploring dead ends&#8221;.  I often look back at my work day and wish I could have taken the straightest path from start to finish, rather than wasting time exploring non-viable options &#8211; what you call &#8220;falling down rabbit holes&#8221;.  The Pomodoro technique breaks the cycle of working hard to follow a dead end by enforcing breaks, and forces me to ask &#8220;is this really where I want to head?&#8221;.</p>
<p>(2) It&#8217;s given me a new perspective on how much &#8220;productive&#8221; work I can accomplish during a day.  Knowing I have very limited Pomodoro units (I average 5 25-minute units daily) means I deploy them guardedly and to only the most important projects for the day/week.  I&#8217;m forced to identify unimportant tasks to cut them from my schedule.</p>
<p>What comprises a Pomodoro for me?</p>
<p>I&#8217;m playing with the level of concentration that constitutes a Pomodoro.  I&#8217;ve found that the higher I set the bar, the fewer units I have available, and the scarcer they become.  When they&#8217;re really scarce I nurture them by carefully planning my approach, and pre-process some of the information.  Revising the concentration requirement down and I get more units, that take up a lot of the &#8220;pre-processing&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Pomodoro Technique &#8211; Scrum in the small by Daily News About Software : A few links about Software - Sunday, 31 May 2009 03:26</title>
		<link>http://davidlaing.com/2009/05/31/the-pomodoro-technique-scrum-in-the-small/comment-page-1/#comment-7</link>
		<dc:creator>Daily News About Software : A few links about Software - Sunday, 31 May 2009 03:26</dc:creator>
		<pubDate>Sun, 31 May 2009 10:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://davidlaing.com/?p=182#comment-7</guid>
		<description>[...] The Pomodoro Technique - Scrum in the small [...]</description>
		<content:encoded><![CDATA[<p>[...] The Pomodoro Technique &#8211; Scrum in the small [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Self Cert SSL certificate for Apache2 on Ubuntu 8.04LTS by unix86.org &#187; Configure Apache2 Self-Signed SSL Certificate on Ubuntu 8.04.2 AMD64 LTS</title>
		<link>http://davidlaing.com/2008/12/27/self-cert-ssl-certificate-for-apache2-on-ubuntu-804lts/comment-page-1/#comment-6</link>
		<dc:creator>unix86.org &#187; Configure Apache2 Self-Signed SSL Certificate on Ubuntu 8.04.2 AMD64 LTS</dc:creator>
		<pubDate>Fri, 08 May 2009 15:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://davidlaing.com/?p=136#comment-6</guid>
		<description>[...] https://help.ubuntu.com/8.04/serverguide/C/certificates-and-security.html https://help.ubuntu.com/community/forum/server/apache2/SSL http://twpug.net/modules/newbb/viewtopic.php?topic_id=2893 http://www.tc.umn.edu/~brams006/selfsign_ubuntu.html http://www.linode.com/wiki/index.php/Apache2_SSL_in_Ubuntu http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/ http://davidlaing.com/2008/12/27/self-cert-ssl-certificate-for-apache2-on-ubuntu-804lts/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="https://help.ubuntu.com/8.04/serverguide/C/certificates-and-security.html" onclick="javascript:pageTracker._trackPageview('/outbound/comment/https://help.ubuntu.com/8.04/serverguide/C/certificates-and-security.html');" rel="nofollow">https://help.ubuntu.com/8.04/serverguide/C/certificates-and-security.html</a> <a href="https://help.ubuntu.com/community/forum/server/apache2/SSL" onclick="javascript:pageTracker._trackPageview('/outbound/comment/https://help.ubuntu.com/community/forum/server/apache2/SSL');" rel="nofollow">https://help.ubuntu.com/community/forum/server/apache2/SSL</a> <a href="http://twpug.net/modules/newbb/viewtopic.php?topic_id=2893" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://twpug.net/modules/newbb/viewtopic.php?topic_id=2893');" rel="nofollow">http://twpug.net/modules/newbb/viewtopic.php?topic_id=2893</a> <a href="http://www.tc.umn.edu/~brams006/selfsign_ubuntu.html" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://www.tc.umn.edu/~brams006/selfsign_ubuntu.html');" rel="nofollow">http://www.tc.umn.edu/~brams006/selfsign_ubuntu.html</a> <a href="http://www.linode.com/wiki/index.php/Apache2_SSL_in_Ubuntu" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://www.linode.com/wiki/index.php/Apache2_SSL_in_Ubuntu');" rel="nofollow">http://www.linode.com/wiki/index.php/Apache2_SSL_in_Ubuntu</a> <a href="http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/');" rel="nofollow">http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth/</a> <a href="http://davidlaing.com/2008/12/27/self-cert-ssl-certificate-for-apache2-on-ubuntu-804lts/"  rel="nofollow">http://davidlaing.com/2008/12/27/self-cert-ssl-certificate-for-apache2-on-ubuntu-804lts/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Domain mapping with Wordpress MU, Plesk, Apache2 &amp; Ubuntu by fuzzydave</title>
		<link>http://davidlaing.com/2008/07/24/domain-mapping-with-wordpress-mu-plesk-apache2-ubuntu/comment-page-1/#comment-5</link>
		<dc:creator>fuzzydave</dc:creator>
		<pubDate>Sun, 30 Nov 2008 21:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://davidlaing.com/?p=80#comment-5</guid>
		<description>I tried what you recommended, but there is an issue.

I don&#039;t want to have a wildcard, so I setup the aliases under domain aliases so 

site.blog.com, site2.blog.com etc... all work now however

i have www.anothersite.com setup on the server for email only, but i want to make it resolve to site2.blog.com - i&#039;ve tried everything but I cannot get to work</description>
		<content:encoded><![CDATA[<p>I tried what you recommended, but there is an issue.</p>
<p>I don&#8217;t want to have a wildcard, so I setup the aliases under domain aliases so </p>
<p>site.blog.com, site2.blog.com etc&#8230; all work now however</p>
<p>i have <a href="http://www.anothersite.com" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://www.anothersite.com');" rel="nofollow">http://www.anothersite.com</a> setup on the server for email only, but i want to make it resolve to site2.blog.com &#8211; i&#8217;ve tried everything but I cannot get to work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ALT.NET; London; 13 Sept 2008 by gojko</title>
		<link>http://davidlaing.com/2008/09/13/altnet-london-13-sept-2008/comment-page-1/#comment-3</link>
		<dc:creator>gojko</dc:creator>
		<pubDate>Mon, 15 Sep 2008 09:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://davidlaing.com/?p=83#comment-3</guid>
		<description>&quot;Talk: The Yawning Gap of ?? doom - infoQ, Martin Fowler&quot;

http://www.infoq.com/presentations/Fowler-North-Crevasse-of-Doom</description>
		<content:encoded><![CDATA[<p>&#8220;Talk: The Yawning Gap of ?? doom &#8211; infoQ, Martin Fowler&#8221;</p>
<p><a href="http://www.infoq.com/presentations/Fowler-North-Crevasse-of-Doom" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://www.infoq.com/presentations/Fowler-North-Crevasse-of-Doom');" rel="nofollow">http://www.infoq.com/presentations/Fowler-North-Crevasse-of-Doom</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
