Software.new http://curtiscooley.com/drupal Software.new is dedicated to helping you build software that makes or saves your business money. We can be your software development department and build your software for you, or work side by side with your developers to help make them better at building your software. en Pair Programming != Two Keyboards http://curtiscooley.com/drupal/?q=node/10 <p>At my previous job we pair programmed because we thought we were doing XP. I could go on and on about why we weren't, and perhaps I will in another post as an example of what not to do, but I won't. I want to write about the paring area and one mistake we made: two keyboards and mice at each station. Don't do that. Here's why.</p> <p><a href="http://curtiscooley.com/drupal/?q=node/10" target="_blank">read more</a></p> http://curtiscooley.com/drupal/?q=node/10#comments Thu, 25 Jun 2009 19:59:58 +0000 curtisrcooley 10 at http://curtiscooley.com/drupal I'm Back http://curtiscooley.com/drupal/?q=node/9 <p>So I figured out how to add captchas to Drupal, so I'm reviving the site. It never really went away, as I was working on replacing it when I decided to spend a little time looking into captchas for Drupal.</p> <p>So, now you'll have to pass a captcha to enter a comment, send me a message, or request an account. Woo hoo, mark one against the spammers.</p> http://curtiscooley.com/drupal/?q=node/9#comments Thu, 25 Jun 2009 18:58:31 +0000 curtisrcooley 9 at http://curtiscooley.com/drupal Ending the Godaddy + Drupal Experiment http://curtiscooley.com/drupal/?q=node/8 <p>I'm shutting down this site and moving my blog back to blogger.com. The lack of captcha support in Drupal has made maintaining this site unmanageable. I could force commenters to log in, but there doesn't seem to be captcha support for new members either, so I've got thousands of bot produced comments and pending accounts.</p> <p>Thanks all you spambot writers. You're the scum of the internet, and may a yak with a thousands fleas bed your grandmother.</p> Sun, 21 Jun 2009 15:34:23 +0000 curtisrcooley 8 at http://curtiscooley.com/drupal Comments Fixed http://curtiscooley.com/drupal/?q=node/7 <p>I never intended for readers to not be able to comment. It's my unfamiliarity with Drupal that caused the problem. I want comments. I intend my blog entries to start discussions not as a way to disseminate my infinite knowledge.</p> <p>So, if you see this, please comment. And please leave comments on my other blog entries. It should all work now.</p> http://curtiscooley.com/drupal/?q=node/7#comments Sat, 11 Apr 2009 19:45:53 +0000 curtisrcooley 7 at http://curtiscooley.com/drupal Do The Simplest Thing That Could Possibly Work http://curtiscooley.com/drupal/?q=node/6 <p>I was reading <a href='http://jexp.de/index.php?n=Info.Demotivators'>these posters</a> and the one on simplicity made me think. It brilliantly summarized it with a simple concept: do the simplest thing, not the simplistic one. But what is the difference?</p> <p><a href='http://c2.com/cgi/wiki?XpSimplicityRules'>Rules of Simplicity</a>:</p> <ol> <li>Runs all the tests</li> <li>Says everything once and only once (DRY)</li> <li>Expresses all the ideas you want to express</li> <li>Minimizes classes and methods</li> </ol> <p><a href="http://curtiscooley.com/drupal/?q=node/6" target="_blank">read more</a></p> http://curtiscooley.com/drupal/?q=node/6#comments OO 101 Sat, 11 Apr 2009 15:37:58 +0000 curtisrcooley 6 at http://curtiscooley.com/drupal Iterations http://curtiscooley.com/drupal/?q=node/5 <p>Mike Bria (mbria) had an tweet the other day about iterations and why we prefer them. Iterations provide two primary benefits over non-iterative development. In no particular order:</p> <ul> <li>Planning adjustment</li> <li>Customer feedback</li> </ul> <p><a href="http://curtiscooley.com/drupal/?q=node/5" target="_blank">read more</a></p> http://curtiscooley.com/drupal/?q=node/5#comments Agile Processes Fri, 03 Apr 2009 18:59:59 +0000 curtisrcooley 5 at http://curtiscooley.com/drupal Why You Should Program To Interfaces Part I http://curtiscooley.com/drupal/?q=node/2 <h2>The Open Closed Principle (OCP)</h2> <p>The <a href="http://en.wikipedia.org/wiki/Open/closed_principle#cite_note-1" title="Open Closed Principle">Open Closed Principle</a> (OCP) states that a system should be open to extension and closed to modification. In other words, it should be easy to add new functionality by not changing existing code. If you program to interfaces, it is much easier to follow the OCP.</p> <h3>Calculator No OCP</h3> <p>Let's build a very simple calculator.</p> <pre> class Calculator { int add(int x, int y) { return x + y; } } </pre><p><a href="http://curtiscooley.com/drupal/?q=node/2" target="_blank">read more</a></p> http://curtiscooley.com/drupal/?q=node/2#comments OO 101 Sun, 22 Mar 2009 19:52:27 +0000 curtisrcooley 2 at http://curtiscooley.com/drupal CR Software and Consulting http://curtiscooley.com/drupal/?q=node/1 <p>As an experienced Java developer and Agile Coach, I can help you build your software or help your team get better at building software. Click on the services link to find out more about the services I provide or click on the contact link to contact me. I have a proven track record of bringing projects in on time and on budget.</p> Sun, 22 Mar 2009 00:51:49 +0000 curtisrcooley 1 at http://curtiscooley.com/drupal