<?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"
	>
<channel>
	<title>Comments for doylecentral.com</title>
	<atom:link href="http://blog.doylecentral.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.doylecentral.com</link>
	<description>Doyle Blog</description>
	<pubDate>Thu, 09 Sep 2010 07:57:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>Comment on Grails Scaffolding as a &#60;DL&#62; Table by Matt Dertinger</title>
		<link>http://blog.doylecentral.com/?p=32#comment-29309</link>
		<dc:creator>Matt Dertinger</dc:creator>
		<pubDate>Mon, 20 Apr 2009 22:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.doylecentral.com/?p=32#comment-29309</guid>
		<description>For custom scaffolding templates you can run 'grails import-templates' from your project's base directory.  The view templates will be located in src/templates/scaffolding/ within you project's base directory.  Once that's done, you can modify away without changing the default Grails templates.

More info can be found on the Grails site: &lt;a href="http://www.grails.org/Scaffolding" rel="nofollow"&gt;http://www.grails.org/Scaffolding&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>For custom scaffolding templates you can run &#8216;grails import-templates&#8217; from your project&#8217;s base directory.  The view templates will be located in src/templates/scaffolding/ within you project&#8217;s base directory.  Once that&#8217;s done, you can modify away without changing the default Grails templates.</p>
<p>More info can be found on the Grails site: <a href="http://www.grails.org/Scaffolding" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://www.grails.org/Scaffolding');" rel="nofollow">http://www.grails.org/Scaffolding</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Incremental code review (ICR) by Ron R</title>
		<link>http://blog.doylecentral.com/?p=26#comment-29245</link>
		<dc:creator>Ron R</dc:creator>
		<pubDate>Sat, 18 Apr 2009 04:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.doylecentral.com/?p=26#comment-29245</guid>
		<description>Review of the code is important. But yeah, I think it's more important to get the business people involved. I mean, I worked on teams where the developers have great communication with each other but form a cabal and pretty well tell the business people to buzz off until the project is finished. And then they worked on stuff that they think is important but not what is important to the business people, who may have a better idea of what the customer wants.
Hey, I'm just saying...</description>
		<content:encoded><![CDATA[<p>Review of the code is important. But yeah, I think it&#8217;s more important to get the business people involved. I mean, I worked on teams where the developers have great communication with each other but form a cabal and pretty well tell the business people to buzz off until the project is finished. And then they worked on stuff that they think is important but not what is important to the business people, who may have a better idea of what the customer wants.<br />
Hey, I&#8217;m just saying&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Incremental code review (ICR) by PJ</title>
		<link>http://blog.doylecentral.com/?p=26#comment-26168</link>
		<dc:creator>PJ</dc:creator>
		<pubDate>Thu, 22 Jan 2009 15:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.doylecentral.com/?p=26#comment-26168</guid>
		<description>IMO you need business people involved because they're often the ones who define the product - they're closer to the customer than the devs are, so they know better what the customer will like/dislike about the way a particular feature works or is implemented.</description>
		<content:encoded><![CDATA[<p>IMO you need business people involved because they&#8217;re often the ones who define the product - they&#8217;re closer to the customer than the devs are, so they know better what the customer will like/dislike about the way a particular feature works or is implemented.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Incremental code review (ICR) by Paul Batum</title>
		<link>http://blog.doylecentral.com/?p=26#comment-7695</link>
		<dc:creator>Paul Batum</dc:creator>
		<pubDate>Mon, 11 Feb 2008 21:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.doylecentral.com/?p=26#comment-7695</guid>
		<description>I don't understand your final point. My personal experience has been that incremental code reviews are valuable and worthwhile without any business involvement. Care to elaborate further?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand your final point. My personal experience has been that incremental code reviews are valuable and worthwhile without any business involvement. Care to elaborate further?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Incremental code review (ICR) by David</title>
		<link>http://blog.doylecentral.com/?p=26#comment-7693</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 11 Feb 2008 20:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.doylecentral.com/?p=26#comment-7693</guid>
		<description>What I've found useful in the past is to have ad-hoc code reviews more often than that. We came about it accidentally the first time. We created a build system for our CVS repo and had it build whenever the repo was quiesced for 15 minutes (to give time to check in multiple files, fix merge conflicts, etc). Originally we sent mail only when the build broke, pointing to the most likely suspect in an effort to gently humiliate them and goad them to fix it. But one day someone suggested we also send emails for successful builds. Eventually we started diffing between builds and sending the entire patch as well as all the check-in comments as an email to the entire group.

These patch emails allowed incremental and continuous code reviews and let everyone on the project keep track of what everyone around them was doing. The emails got sent from the group so that you just replied to the patch and everyone got your comments. Generally we'd keep all critiques and praises public so that everyone could see the discussion--if they weren't interested, they could just skip the email. We also made the email list very inclusive. We had all the hardware guys on our software list, for instance. When I asked them if all that extra email was annoying they all said, "No! We love seeing what you guys are doing."

It was so successful that I've made sure to re-implement this for every project I've since worked on.</description>
		<content:encoded><![CDATA[<p>What I&#8217;ve found useful in the past is to have ad-hoc code reviews more often than that. We came about it accidentally the first time. We created a build system for our CVS repo and had it build whenever the repo was quiesced for 15 minutes (to give time to check in multiple files, fix merge conflicts, etc). Originally we sent mail only when the build broke, pointing to the most likely suspect in an effort to gently humiliate them and goad them to fix it. But one day someone suggested we also send emails for successful builds. Eventually we started diffing between builds and sending the entire patch as well as all the check-in comments as an email to the entire group.</p>
<p>These patch emails allowed incremental and continuous code reviews and let everyone on the project keep track of what everyone around them was doing. The emails got sent from the group so that you just replied to the patch and everyone got your comments. Generally we&#8217;d keep all critiques and praises public so that everyone could see the discussion&#8211;if they weren&#8217;t interested, they could just skip the email. We also made the email list very inclusive. We had all the hardware guys on our software list, for instance. When I asked them if all that extra email was annoying they all said, &#8220;No! We love seeing what you guys are doing.&#8221;</p>
<p>It was so successful that I&#8217;ve made sure to re-implement this for every project I&#8217;ve since worked on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Incremental code review (ICR) by Paul Davis</title>
		<link>http://blog.doylecentral.com/?p=26#comment-7684</link>
		<dc:creator>Paul Davis</dc:creator>
		<pubDate>Mon, 11 Feb 2008 16:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.doylecentral.com/?p=26#comment-7684</guid>
		<description>I've always said, if you wait until finished to review the code, it's too late.

QA doesn't want changes to anything at that point and the business owners don't want to take the risk of changing something that works.

Now, to get QA involved at the beginning for incremental testing....</description>
		<content:encoded><![CDATA[<p>I&#8217;ve always said, if you wait until finished to review the code, it&#8217;s too late.</p>
<p>QA doesn&#8217;t want changes to anything at that point and the business owners don&#8217;t want to take the risk of changing something that works.</p>
<p>Now, to get QA involved at the beginning for incremental testing&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on It&#8217;s over for the home button &#8230; Browser Consolidation by Paul</title>
		<link>http://blog.doylecentral.com/?p=21#comment-5379</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 11 Dec 2007 18:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.doylecentral.com/?p=21#comment-5379</guid>
		<description>lol, just got me thinking. I could kill the home (alt-home), forward (alt-right arrow), stop (esc), and reload (F5) buttons.

The only reason for the back button is to skip back multiple pages.

I've never really thought about how I never use those.</description>
		<content:encoded><![CDATA[<p>lol, just got me thinking. I could kill the home (alt-home), forward (alt-right arrow), stop (esc), and reload (F5) buttons.</p>
<p>The only reason for the back button is to skip back multiple pages.</p>
<p>I&#8217;ve never really thought about how I never use those.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Feisty Fawn and the extrernal USB Drive by bendyboy</title>
		<link>http://blog.doylecentral.com/?p=12#comment-3797</link>
		<dc:creator>bendyboy</dc:creator>
		<pubDate>Tue, 30 Oct 2007 22:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.doylecentral.com/?p=12#comment-3797</guid>
		<description>I had this error using my u3 usb thumb drive.
deleted key, plugged back in, it worked.
I had been getting the quoted error.
Ill need to remember this in case it comes back...
thank you.</description>
		<content:encoded><![CDATA[<p>I had this error using my u3 usb thumb drive.<br />
deleted key, plugged back in, it worked.<br />
I had been getting the quoted error.<br />
Ill need to remember this in case it comes back&#8230;<br />
thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a xul development environment with MyEclipseIde by Ashot</title>
		<link>http://blog.doylecentral.com/?p=7#comment-3778</link>
		<dc:creator>Ashot</dc:creator>
		<pubDate>Tue, 30 Oct 2007 08:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.doylecentral.com/?p=7#comment-3778</guid>
		<description>DTD's are old fashioned! Use XSD (XML Schema) files. The following is a pretty complete XUL development tool. xulbooster.org</description>
		<content:encoded><![CDATA[<p>DTD&#8217;s are old fashioned! Use XSD (XML Schema) files. The following is a pretty complete XUL development tool. xulbooster.org</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Feisty Fawn and the extrernal USB Drive by doyle</title>
		<link>http://blog.doylecentral.com/?p=12#comment-2541</link>
		<dc:creator>doyle</dc:creator>
		<pubDate>Fri, 14 Sep 2007 18:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.doylecentral.com/?p=12#comment-2541</guid>
		<description>Yes ... You can check out ntfs-3g. Do a quick search and you will find the info.</description>
		<content:encoded><![CDATA[<p>Yes &#8230; You can check out ntfs-3g. Do a quick search and you will find the info.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
