<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>NovaRUG</title>
    <link>http://novarug.org/</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Northern Virginia Ruby User's Group</description>
    <item>
      <title>April 9-10 - RubyNation Conference</title>
      <description>&lt;p&gt;
Register now for the RubyNation conference, the Nation Capital area's Ruby and Rails community conference. This year's RubyNation features many excellent speakers including Dave Thomas, Gregg Pollack, Jim Weirich, Joe O'Brien, Jeremy McAnally, Glenn Vanderburg, Nick Sieger, Neal Ford and lots of others.&lt;/p&gt;

&lt;p&gt;
&lt;b&gt;When at Where:&lt;/b&gt;  Apr 9-10 6 AM - 6 PM both days, at the Sheraton in Reston, Virginia.

&lt;p&gt;To register or learn more click on the image below:
&lt;p&gt;&lt;a href="http://www.rubynation.org/"&gt;&lt;img src="http://www.rubynation.org/images/conference/badges/2010/rubyWebBadgeConference.png" alt="RubyNation"&gt;&lt;/a&gt;

&lt;p&gt;
&lt;b&gt;Note:&lt;/b&gt; Since this event is produced in conjunction with the NovaRUG, there will be no regular NovaRUG meeting in April.

</description>
      <pubDate>Thu, 11 Mar 2010 08:28:00 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:e22b0d2a-6410-4e27-a356-75a427565cb5</guid>
      <author>Gray Herter</author>
      <link>http://novarug.org/articles/2010/03/11/april-9-10-rubynation-conference</link>
      <category>Meetings</category>
    </item>
    <item>
      <title>Mar 3: Dynamic Generation of Images and Video with Ruby-Processing (plus Rails 3 Beta Overview)</title>
      <description>&lt;p&gt;
&lt;b&gt;Agenda:&lt;/b&gt;
Jeff Casimir will present "Dynamic Generation of Images and Video with Ruby-Processing" at the March meeting of the Northern VA Ruby Users Group.

&lt;p&gt;&lt;b&gt;Note&lt;/b&gt;: This meeting will feature Jeff's presentation, but will also now include a half-hour overview of the Rails 3 Beta (what's new and what to expect) provided by Chris Flipse.&lt;/p&gt;

&lt;p&gt;
&lt;b&gt;When at Where:&lt;/b&gt;  Mar 3rd from 6:30 PM - 9 PM at FGM, 12021 Sunset Hills Rd, Suite 400, Reston, VA 20175

&lt;p&gt;Pizza and sodas at 6:30. Presentations start at 7 PM

&lt;p&gt;&lt;b&gt;Sponsored by:&lt;/b&gt; 
&lt;p&gt;&lt;a href="http://www.rubynation.org/"&gt;&lt;img src="http://www.rubynation.org/images/conference/badges/2010/rubyWebBadgeConference.png" alt="RubyNation"&gt;&lt;/a&gt;

&lt;p&gt;
&lt;b&gt;To register for the NovaRUG Meeting:&lt;/b&gt;  &lt;a href="http://www.eventbrite.com/event/579874420"&gt;Click Here!&lt;/a&gt;

&lt;p&gt;
&lt;b&gt;Description:&lt;/b&gt;
Ruby-Processing is an awesome library which wraps Processing with a JRuby interpreter and a simple Ruby syntax. Using ruby-processing your Rails app can programmatically create complex images using static images, 2D shapes, 3D with OpenGL, animation and video.

&lt;p&gt;
We can leverage the power of Processing and existing Java libraries from the comfort of Ruby.

&lt;p&gt;
In this session we’ll take a quick look at ruby-processing to understand how it works, then add dynamic image creation to a sample Rails app. We’ll discuss the potential of leveraging Processing from Rails and layout directions for further research.

&lt;p&gt;
&lt;b&gt;Speaker:&lt;/b&gt;

&lt;p&gt;Jeff Casimir runs the respected &lt;a href="http://jumpstartlab.com/"&gt;Jumpstart Labs&lt;/a&gt;, where he will be glad to teach you Ruby, Rails, Flex, SQL, etc!
</description>
      <pubDate>Thu, 18 Feb 2010 19:02:00 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:c68bff92-4fca-44f4-9812-cf959ac4e1f4</guid>
      <author>Gray Herter</author>
      <link>http://novarug.org/articles/2010/02/18/mar-3-dynamic-generation-of-images-and-video-with-ruby-processing-by-jeff-casimir</link>
      <category>Meetings</category>
    </item>
    <item>
      <title>Feb 3: Shoutreel Mirco-Forums and the Grant Plug-In</title>
      <description>&lt;p&gt;
&lt;b&gt;Agenda:&lt;/b&gt;
Ammar Yousuf will present a behind the scenes look at Shoutreel, a micro-forum site and Jeff Kunkle will present Grant, a Rails security plug-in at the February meeting of the Northern VA Ruby Users Group.

&lt;p&gt;
&lt;b&gt;When at Where:&lt;/b&gt;  Feb 3rd from 6:30 PM - 9 PM at FGM, 12021 Sunset Hills Rd, Suite 400, Reston, VA 20175

&lt;p&gt;Pizza and sodas at 6:30. Presentations start at 7 PM

&lt;p&gt;&lt;b&gt;Sponsored by:&lt;/b&gt; 
&lt;p&gt;&lt;a href="http://www.nearinfinity.com/"&gt;&lt;img src="http://www.nearinfinity.com/home/images/niclogo.png" alt="Near Infinity"&gt;&lt;/a&gt;

&lt;p&gt;
&lt;b&gt;Register:&lt;/b&gt;  &lt;a href="http://www.eventbrite.com/event/546628982"&gt;Click Here!&lt;/a&gt;

&lt;p&gt;
&lt;b&gt;Description:&lt;/b&gt;
Yousuf will present an overview of the design and features of Shoutreel, a micro-forum Rails site. This talk will include a discussion of the technical aspects of Shoutreel, including design choices and solutions.

&lt;p&gt;Jeff Kunkle will present &lt;a href="http://github.com/nearinfinity/grant"&gt;Grant&lt;/a&gt;, a Ruby on Rails plugin for securing access to your ActiveRecord model objects by declaratively specifying rules permitting CRUD operations on your models. This short talk will discuss the reasons for creating Grant and provide some short code examples demonstrating how to use it. 

&lt;p&gt;
&lt;b&gt;Speakers:&lt;/b&gt;
Ammar Yousuf is the principal designer and developer of &lt;a href="http://www.shoutreel.com/"&gt;Shoutreel&lt;/a&gt;.

&lt;p&gt;Jeff Kunkle is the Chief Technology Officer for Near Infinity and is the author of the &lt;a href="http://github.com/nearinfinity/grant"&gt;Grant plug-in&lt;/a&gt; for Rails. 
</description>
      <pubDate>Wed, 27 Jan 2010 15:35:00 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:63be7a2e-47a8-4e4c-8e45-905708bee437</guid>
      <author>Gray Herter</author>
      <link>http://novarug.org/articles/2010/01/27/feb-3-shoutreel-and-grant</link>
      <category>Meetings</category>
    </item>
    <item>
      <title>Dec 2: Debugging Ruby: Understanding and Troubleshooting the VM and Your Application by Aman Gupta</title>
      <description>&lt;p&gt;
&lt;b&gt;Main Topic:&lt;/b&gt;
Debugging Ruby: Understanding and Troubleshooting the VM and Your Application by Aman Gupta

&lt;p&gt;
&lt;b&gt;When at Where:&lt;/b&gt;  Dec 2nd from 6:30 PM - 9 PM at FGM, 12021 Sunset Hills Rd, Suite 400, Reston, VA 20175

&lt;p&gt;Pizza and sodas at 6:30. Presentations start at 7 PM

&lt;p&gt;&lt;b&gt;Sponsored by:&lt;/b&gt; 
&lt;p&gt;&lt;a href="http://www.rubynation.org/"&gt;&lt;img src="http://www.rubynation.org/images/conference/banner.gif" alt="RubyNation April 9-10, 2010" height="43" width="300"&gt;&lt;/a&gt;

&lt;p&gt;
&lt;b&gt;Register:&lt;/b&gt;  &lt;a href="http://www.eventbrite.com/event/501047647"&gt;Click Here!&lt;/a&gt;

&lt;p&gt;
&lt;b&gt;Description:&lt;/b&gt;
A new presentation consisting of content from Aman's threading talk, which he has presented at various Ruby conferences, and add some newer stuff about ruby-level debugging.

&lt;p&gt;
&lt;b&gt;Speaker:&lt;/b&gt;
Aman Gupta is a serial entrepreneur, ruby hacker and a recent winner of a Ruby Heroes award. He currently maintains the EventMachine project and various other gems that help build high-performance distributed and asynchronous systems in ruby, including em-mysql, em-spec, jsSocket and amqp.

&lt;p&gt;
Most recently, Aman has been hacking on performance improvements to MRI, releasing several patches to ruby and perftools.rb, a sampling profiler for ruby code based on google-perftools.</description>
      <pubDate>Fri, 27 Nov 2009 11:37:00 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:374fc8a3-0b86-41d6-bee2-5fa5ffa3439c</guid>
      <author>Gray Herter</author>
      <link>http://novarug.org/articles/2009/11/27/dec-2-debugging-ruby-understanding-and-troubleshooting-the-vm-and-your-application-by-aman-gupta</link>
      <category>Meetings</category>
      <category>Ruby</category>
      <category>Rails</category>
      <category>RubyNation</category>
      <category>Debugging</category>
      <category>MRI</category>
      <category>Aman Gupta</category>
    </item>
    <item>
      <title>Nov 4: ActiveScaffold and Stop Talking, Start Teaching: 5 Rules for Successful Communication</title>
      <description>&lt;p&gt;
Two Topics: ActiveScaffold by David Medinets and Stop Talking, Start Teaching: 5 Rules for Successful Communication by Jeff Casimir

&lt;p&gt;
When at Where:  Nov 4th from 6:30 PM - 9 PM at FGM, 12021 Sunset Hills Rd, Suite 400, Reston, VA 20175
&lt;p&gt;Pizza and sodas at 6:30. Presentations start at 7 PM

&lt;p&gt;
Register:  &lt;a href="http://www.eventbrite.com/event/474713882"&gt;Click Here!&lt;/a&gt;

&lt;p&gt;
First Presentation: &lt;b&gt;ActiveScaffold by David Medinets&lt;/b&gt;

&lt;p&gt;
ActiveScaffold is a tool that produces on-the-fly scaffolding that looks much better than the default Rails scaffolding. It uses Ajax to create, update, and delete without page reloads. Also, the scaffold is nearly totally customizable in well-documented ways. In this presentation, David will show how to use ActiveScaffold to produce a custom user interface while still letting the tool do the hard work of generating forms.

&lt;p&gt;
BIO: David Medinets has been programming since 1980, starting with a TRS-80 Model 1. He still fondly remembers the days when he could cross-wire the keyboard to create funny-looking characters on the display. Since those days, he has written three books teaching the Perl, PHP, and BASH languages. David is a SCRUM Master and expert application developer specializing in Ruby and Java. He is knowledgeable about the business domains of Insurance, Supply Chain, and Airline Inventory.

&lt;p&gt;
Second Presentation: &lt;b&gt;Stop Talking, Start Teaching: 5 Rules for Successful Communication by Jeff Casimir&lt;/b&gt;

&lt;p&gt;
Some of the most important work we do as programmers involves pitching ideas.  Whether it’s inside the team, searching for funders, or running demos for potential clients, we all need to present ideas and cultivate an audience.

&lt;p&gt;
The past decade has seen the rise of the presentation as an important communication medium, but few people do it well.  There are many resources on how to make good-looking slides, but we need to focus on the method, structure, and content.

&lt;p&gt;
We don’t need to be “speakers” – we need to be teachers.  In this session we’ll explore the five most essential rules to successful teaching and how they apply to you.

&lt;p&gt;
Attendees will, by the end of the session, have a framework for designing and critiquing their work and that of others.  This new understanding will make them better teammates and more successful
salespeople.

&lt;p&gt;
BIO: After majoring in Computer Systems Engineering Jeff joined Teach for America and began a career in education.  He taught high school Computer Science for four years before moving into school
administration.  As a Vice Principal he was responsible for evaluating and hiring new teachers, observing and coaching existing teachers, and defining much of the school’s academic process.  As part of that process, he built a “School Information System” (SIS) in Ruby that ran every aspect of the school.

&lt;p&gt;
Most of all, Jeff hates boring presentations.  He wants everyone to Stop Talking, and Start Teaching.


</description>
      <pubDate>Tue, 27 Oct 2009 14:56:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:22777ce1-851b-4530-9298-361d6c0965e7</guid>
      <author>Gray Herter</author>
      <link>http://novarug.org/articles/2009/10/27/nov-4-activescaffold-and-stop-talking-start-teaching-5-rules-for-successful-communication</link>
      <category>Meetings</category>
    </item>
    <item>
      <title>Oct 13: Programming Scala by Dr. Venkat Subramaniam</title>
      <description>Oct 13: Programming Scala by Dr. Venkat Subramaniam

&lt;p&gt;
When at Where:  Oct 13th from 6 PM - 9 PM at FGM, 12021 Sunset Hills Rd, Suite 400, Reston, VA 20175

&lt;p&gt;
Register:  &lt;a href="http://www.eventbrite.com/event/434631996"&gt;Click Here!&lt;/a&gt;

&lt;p&gt;
Scala is a nice language to program on the JVM. It's concise, scalable, powerful, expressive, and integrates well with Java. Your day-to-day tasks like processing XML, matching patterns of various expressions, working with collections and String, are all made simpler, concise, and elegant by the Scala language syntax and build-in libraries. In this presentation you will immerse into the Scala goodness, and learn how you can make use of it in your Java applications.

&lt;p&gt;
We will also raffle off a pass to the 2009 Northern Virginia Software Symposium returning November 6-8, 2009.  Check out the conference by clicking the following image link:

&lt;p&gt;
&lt;a href="http://www.nofluffjuststuff.com/conference/reston/2009/11/home"&gt;
&lt;img src="http://novajug.org/images/sponsors/nfjs-thumb.png" alt="Northern Virginia Software Symposium" /&gt;&lt;/a&gt;

&lt;p&gt;
BIO: Dr. Venkat Subramaniam
&lt;p&gt;
Dr. Venkat Subramaniam, founder of Agile Developer, Inc. has trained and mentored thousands of software developers in US, Canada, Europe, and Asia. He helps his clients succeed with Agile Development and various software technologies. He is a veteran speaker at the NFJS conference series (www.nofluffjuststuff.com) and a frequent invited speaker at various other international software conferences. He authored ".NET Gotchas" (O'Reilly), and co-authored the 2007 Jolt Productivity Award winning book "Practices of an Agile Developer," and authored "Programming Groovy" and "Programming Scala" (all from Pragmatic Bookshelf).
</description>
      <pubDate>Mon, 05 Oct 2009 16:14:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:fdc3a8e3-1280-4400-9c16-0bbba955bd3f</guid>
      <author>Gray Herter</author>
      <link>http://novarug.org/articles/2009/10/05/oct-13-programming-scala-by-dr-venkat-subramaniam</link>
    </item>
    <item>
      <title>Aug 27: Rails 101: Persistence Night</title>
      <description>&lt;p&gt;
&lt;b&gt;Title:&lt;/b&gt; Rails 101: Persistence Night
&lt;p&gt;
&lt;b&gt;When:&lt;/b&gt;  Aug 27, 6:30 PM - 9:00 PM
&lt;p&gt;
&lt;b&gt;Register:&lt;/b&gt;  
&lt;a href="http://www.eventbrite.com/event/415214919"&gt;Click here to register.&lt;/a&gt;
&lt;p&gt;
&lt;b&gt;Abstract:&lt;/b&gt;
We have had several requests for some beginner topics lately, so I figured it was time for another Newbie event. This time we will concentrate on Rails persistence.  We have three talks arranged. Additional short Rails persistence-related topics are welcomed if you want to propose one. It doesn't have to be strictly about the ActiveRecord.
&lt;p&gt;
First, Gray Herter will demonstrate creating a small, but complete and (relatively) realistic database-backed domain model using ActiveRecord.
&lt;p&gt;
Second, for an intermediate topic, Arild Shirazi will present an ActiveRecord replacement framework he recently created to wrap a legacy Java-based persistence component.  It includes most of the expected ActiveRecord methods providing saves, finds, and validations.
&lt;p&gt;
And third, David Keener will present "Rails Tips and Best Practices," a compendium of Rails beginner tips, covering some query optimizations, some migration tactics, a few typical gotchas to watch out for, etc.
&lt;p&gt;
Any short topic that you think might pique the interest of someone curious about Rails persistence is fair game.
&lt;p&gt;
And don't forget to bring your Rails Newbie friends.
&lt;p&gt;
&lt;b&gt;Bios:&lt;/b&gt;
Gray Herter is a Project Manager leading a JRuby on Rails project for the US State Dept supporting international export control. Gray has worked with Rails since 2007, and also produces the RubyNation conference. Arild Shirazi is a software engineer at CodeSherpas with a background in Java EE and Rails, and former protein biochemist. David Keener speaks frequently at the NovaRUG. He is currently working on a Rails project for the US State Dept supporting video-based contests.
&lt;p&gt;
&lt;b&gt;Where:&lt;/b&gt;
&lt;p&gt;
FGM, Inc
&lt;br&gt;
12021 Sunset Hills Rd, Suite 400
&lt;br&gt;
Reston, VA 20175 
&lt;p&gt;
Call 703 727-1307 to get in (the outside door is locked after 6 PM).</description>
      <pubDate>Fri, 21 Aug 2009 12:09:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:cd4d7c03-c016-4dcf-a0cf-e700d0bb734a</guid>
      <author>Gray Herter</author>
      <link>http://novarug.org/articles/2009/08/21/aug-27-rails-101-persistence-night-by-gray-herter-and-arild-shirazi</link>
      <category>Meetings</category>
    </item>
    <item>
      <title>July 15: Search using Sphinx and Thinking Sphinx, lessons learned by Christophe Lucas</title>
      <description>&lt;p&gt;
Title: Search using Sphinx and Thinking Sphinx, Lessons Learned

&lt;p&gt;
Register:  &lt;a href="http://www.eventbrite.com/event/344339930"&gt;Click me to register!&lt;/a&gt;

&lt;p&gt;
&lt;b&gt;Food:&lt;/b&gt; Pizza and sodas will be provided. 

&lt;p&gt;
&lt;b&gt;Time:&lt;/b&gt; Weds July 15, 6:30 PM - 9 PM. 

&lt;p&gt;
&lt;b&gt;Note:&lt;/b&gt; Prior to the main talk, Charles Calvert will give a brief overview of the Independent Computer Consultants Association and its usefulness as a resource for both
consultants and those hiring consultants.

&lt;p&gt;
&lt;b&gt;Description:&lt;/b&gt; We all experienced how easy it is to get started with
Sphinx and Thinking Sphinx but it becomes complex very quickly with
sophisticated data models. 
We will talk about the folowing topics:

&lt;ul&gt;
&lt;li&gt;Indexing through has_many relationships using multi-value
attributes and the limitations of that solution.
&lt;li&gt;
&lt;/li&gt;Search filters
&lt;li&gt;
&lt;/li&gt;Geolocation search
&lt;li&gt;
&lt;/li&gt;Cross index search
&lt;li&gt;
&lt;/li&gt;Cross model search
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
The goal of this presentation and discussion is to give and
illustrate
simple code solutions to solve common search problems using
Sphinx and
Thinking Sphinx.

&lt;p&gt;
&lt;b&gt;Speaker:&lt;/b&gt; Christophe Lucas is currently the lead software engineer at
VisualCV,
Inc. Prior to VisualCV, he worked at Revolution Health
Group, LLC,
designing and developing web applications using the Ruby on
Rails
framework. He also developed desktop applications using
Java at the
National Institute of Standards and Technology as a guest
researcher
and at Meta Integration Technology. He is a firm believer
in the
Manifesto for Agile Software Development and eXtreme
Programming best
practices.

&lt;!--
&lt;p&gt;
&lt;b&gt;Sponsor:&lt;/b&gt; 
&lt;p&gt;
&lt;a href="http://www.rubynation.org/"&gt;
  &lt;img src="http://www.rubynation.org/images/conference/badges/2009/rubynationA.jpg"/&gt;
&lt;/a&gt;--&gt;

&lt;p&gt;
&lt;b&gt;Location:&lt;/b&gt; 
&lt;p&gt;
FGM HQ,
&lt;br&gt;
12021 Sunset Hills Rd, Suite 400
&lt;br&gt;
Reston, VA 20190
&lt;br&gt;
Call 703 727-1307 (Gray) to get in.</description>
      <pubDate>Thu, 02 Jul 2009 14:37:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:dcee782c-c2cf-4c92-ae80-47e56d53da7c</guid>
      <author>Gray Herter</author>
      <link>http://novarug.org/articles/2009/07/02/july-15-search-using-sphinx-and-thinking-sphinx-lessons-learned-by-christophe-lucas</link>
      <category>Meetings</category>
    </item>
    <item>
      <title>May 14: Modeling Workflow in Ruby on Rails by David Bock</title>
      <description>&lt;p&gt;
Title: Modeling Workflow in Ruby on Rails

&lt;p&gt;
Register:  &lt;a href="http://novarugworkflow.eventbrite.com/"&gt;http://novarugworkflow.eventbrite.com/&lt;/a&gt;

&lt;p&gt;
&lt;b&gt;Food:&lt;/b&gt; Pizza and sodas will be provided. 

&lt;p&gt;
&lt;b&gt;Time:&lt;/b&gt; 6:30 PM - 9 PM. 

&lt;p&gt;
&lt;b&gt;Description:&lt;/b&gt; "Workflow" is a generic concept that can mean different things to
different people – a book author is going to think of workflow a lot differently
than a photographer processing images. Whether you are implementing a simple
shopping cart or building a complex system to track the review of legal
documents, there are abstract concepts of states, transitions, actions, actors,
assignments, tasking, concurrency, sequences, and dependencies we can use.

&lt;p&gt;
Come learn about tools and techniques for implementing workflow concepts in Ruby
and Rails. From user stories with `shoulda', through state machines, to complete
workflow engines like OpenWFEru, this is a rich space with a lot to learn.

&lt;p&gt;
&lt;b&gt;Speaker:&lt;/b&gt; David Bock is a founder and principal at CodeSherpas, a software
engineering consultancy in the Northern Virginia area. Prior to falling in love
with Ruby, Mr. Bock spent many years writing custom workflow solutions in Java
for the U.S. State Department. His work in this space protects the borders of
many countries from hazardous imports and exports, and was instrumental in
Poland meeting some reporting obligations for entry into NATO.

&lt;p&gt;
&lt;b&gt;Sponsor:&lt;/b&gt; 
&lt;p&gt;
&lt;a href="http://www.rubynation.org/"&gt;
  &lt;img src="http://www.rubynation.org/images/conference/badges/2009/rubynationA.jpg"/&gt;
&lt;/a&gt;

&lt;p&gt;
&lt;b&gt;Location:&lt;/b&gt; 
&lt;p&gt;
FGM HQ,
&lt;br&gt;
12021 Sunset Hills Rd, Suite 400
&lt;br&gt;
Reston, VA 20190
&lt;br&gt;
Call 703 727-1307 (Gray) to get in.</description>
      <pubDate>Mon, 11 May 2009 20:08:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:2d1baf9a-1106-4c51-a2a1-b5bc3779ea6a</guid>
      <author>Gray Herter</author>
      <link>http://novarug.org/articles/2009/05/11/5-14-modeling-workflow-in-ruby-on-rails-by-david-bock</link>
      <category>Meetings</category>
    </item>
    <item>
      <title>Apr 15:  Dave Thomas and Chad Fowler show some code</title>
      <description>&lt;p&gt;The next meeting of the NovaRUG will be held Wednesday, Apr 15th at the FGM headquarters from 6:30 PM to 9 PM. The presentation will start at 7 PM.

&lt;p&gt;&lt;b&gt;Register:&lt;/b&gt; &lt;a href="http://www.eventbrite.com/event/300128693"&gt;Register Here to RSVP&lt;/a&gt;. Please make sure to register since this should generate a lot of interest. I will make sure the HVAC is left on this year!

&lt;p&gt;
&lt;b&gt;Topic:&lt;/b&gt;  We don't know, but with Chad Fowler and Dave Thomas presenting it will be worth your while to attend.  I heard that they plan to examine some code in detail.

&lt;p&gt;
&lt;b&gt;Speakers:&lt;/b&gt; Dave Thomas and Chad Fowler, the famous authors of the Pickaxe Ruby book that we all have on our desk.  They are also teaching an upcoming &lt;a href="http://pragmaticstudio.com/rails/"&gt;Rails class in Reston, April 15-17&lt;/a&gt;.

&lt;p&gt;
&lt;b&gt;Sponsors:&lt;/b&gt; Food and drink will be provided starting at 6:30, pizza courtesy of CodeSherpas.

&lt;p&gt;&lt;a href="http://www.codesherpas.com/"&gt;&lt;img src="http://rubynation.org/images/sponsors/sherpa-thumb.png"&gt;&lt;/a&gt;

&lt;p&gt;Sodas (and the room) from FGM, as usual.

&lt;p&gt;&lt;a href="http://www.fgm.com/"&gt;&lt;img src="http://rubynation.org/images/sponsors/fgm-thumb.png"&gt;&lt;/a&gt;

&lt;p&gt;Cookies and brownies from RubyNation (hey, we don't have to buy pizza this time!).

&lt;p&gt;&lt;a href="http://www.rubynation.org/"&gt;&lt;img src="http://rubyforge.org/images/rn1.png"&gt;&lt;/a&gt;

&lt;p&gt;
&lt;b&gt;Jetbrains:&lt;/b&gt; We will also give out a Jetbrains license, good for ReSharper Personal License, dotTrace Personal
License, IntelliJ IDEA Personal License, TeamCity Build Agent (their
Continuous Integration and Build Server), or RubyMine (new Ruby IDE).

&lt;p&gt;&lt;a href="http://www.jetbrains.com/"&gt;&lt;img src="http://www.jetbrains.com/img/newdesign/jb_logo_color.gif"&gt;&lt;/a&gt;

&lt;p&gt;&lt;b&gt;Location:&lt;/b&gt;

&lt;br&gt;FGM, Inc.
&lt;br&gt;12021 Sunset Hills Road
&lt;br&gt;Suite 400
&lt;br&gt;Reston, VA 20190
&lt;p&gt;Ph.: Call 703.727.1307 (Gray) and someone will let you in to the building.</description>
      <pubDate>Wed, 01 Apr 2009 21:09:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:0b60d15e-8305-4125-a007-e8914581ee0b</guid>
      <author>Gray Herter</author>
      <link>http://novarug.org/articles/2009/04/01/apr-15-dave-thomas-and-chad-fowler-show-some-code-seating-limited</link>
      <category>Meetings</category>
    </item>
  </channel>
</rss>
