CodeBetter.Com
CodeBetter.Com
RSS 2.0 via Feedburner
           Do you Twitter? Follow us @CodeBetter

Rod Paddock

October 2006 - Posts

  • Seattle Code Camp Moved

    I received the following communication this morning from Jason Mauer, our Developer Evangelist. Because of the late breaking location change, please pass along!

    Code Camp Agenda

    The preliminary agenda has been posted and is available online at http://seattle.techevents.info/codecamp/2/agenda.aspx . Please double check before the event to confirm session times.

    Venue Change

    DeVry University is unavailable to host Code Camp this weekend. Fortunately, the show will go on thanks to the folks at DigiPen, who have offered up their facilities on very short notice. DigiPen is located at:

    5001 150th Ave NE
    Redmond, WA 98052

    map

    The site is being updated to reflect this change, but please do NOT go to DeVry this weekend :)

     Spread the Word!

    Code Camp is just a couple of days away… make sure your developer buddies know about it. If you haven’t already done so, blog it.

  • Speaking at Code Camp Seattle Oct 28 and Oct 29, 2006

    I'll be speaking at Code Camp Seattle this weekend.

    http://seattle.techevents.info/codecamp/2/default.aspx

    Topic:

    Integrating .NET Code and SQL Server Reporting Services

    SQL Server Reporting Services versions 2000 and 2005 (SSRS) have many powerful features. SSRS has a well designed data access engine, a great set of layout tools and an excellent expression system for creating complex formulas. While the expression system is quite powerful it is not suitable for all applications. This is where SSRS shines. SSRS gives developers the ability to add custom code to their report layouts. This session will demonstrate adding custom code to your SQL Server Reporting Service reports.
     
    This code camp looks to have some great speakers and topics. I'll be checking out XNA for sure.
     
     
  • RAD in the Time Of Agile Development

    This blog post is a direct copy of my editorial in the June/July 2006 issue of CoDe Magazine (http://www.code-magazine.com/subscribe/rodman).

     I wanted to throw this up here and see what you all think. Am I all wet or are the similarities between RAD and Agile really there ?

     

    Rapid Application Development (RAD) software development techniques have become an integral part of day-to-day software development in the past four years. This is the same RAD that James Martin described in the 80’s and published in his book, Information Engineering: Introduction, in 1991 (15 years ago). WikiPedia (www.wikipedia.com) states that “RAD was a response to the non-agile development technologies developed in the 1970’s known as the waterfall method.”

     

    The waterfall method failed because it had long lag times between the system request and the delivery of the final product. In many cases, software created using the waterfall method didn’t meet the requirements of the user or the business had changed so much that no one needed the software by the time it was delivered.

     

    Today RAD has been embodied in a number of methodologies including Agile Development, Extreme Programming, and Test Driven Development. While they all have different names, they all share a common theme:

     

    Deliver software into the hands of users as soon as possible.

     

    These techniques take into account that software is not perfect nor is it EVER 100% complete. Their major advantage is that they deliver results rapidly which is what customers/users demand.

     

    In the last few months I have personally experienced/discovered a number of successful uses for RAD/agile development techniques.

     

    This month a team I worked on successfully used RAD/agile development techniques to deliver a project for a client. At the request of the CEO and VP of Software Development, we started and completed a system for capturing employment applications on the Internet. This application has upwards of 20+ Web pages for capturing, validating, administrating, and printing employment applications. And the application did exactly what the users wanted.

     

    I also read an article in March 27, 2006 issue of Business Week called “Programming at Warp Speed,” (seems software development is sexy again) about a company called 37 Signals (www.37signals.com). This company creates applications rapidly using the Ruby on Rails framework. They have an online book called “Getting Real” available on their Web site that documents the philosophies of this company and how they develop applications in a rapid manner. Some of the chapter titles include:

     

    ·         Interface First – Design the interface before programming

    ·         There’s Nothing Functional about a Functional Spec – The software developed usually doesn’t represent what you started with

    ·         Meetings are Toxic – The title says it all

     

    Finally, I read a great article on the Gamasutra (www.gamasutra.com) Web site called “How to Prototype a Game in Under 7 Days: Tips and Tricks from 4 Grad Students Who Made Over 50 Games in 1 Semester.” Even game developers are having success with RAD/agile development techniques.

     

    RAD/Agile development techniques work. They succeed because they deliver what customers want–quality software quickly. I highly recommend checking out these techniques for inclusion in your development process.

     

     

  • Where's Rodman Been and Another Blog

    It has been a couple of crazy months.

    One of the more time consuming things I have been working on is this:

    I have been working on this book with CoDe Columnist Kevin Goff (http://www.commongroundsolutions.net). This book's primary focus is creating reports using SQL Server and Crystal Reports. It has a ton of other useful material including chapters on architecting reporting architectures. I wrote a couple of chapters on ActiveReports and SQL Server Reporting Services for this book.

    The book is due out in November (Cross your fingers)

    I am also cross posting this from my company web site's blog http://blog.dashpoint.com. I set up another blog so that I can post off topic stuff that is inappropriate for my blog on http://www.codebetter.com

    It's nice to be back.

    Rodman

More Posts