<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://cinnug.org/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">CINNUG Blog</title><subtitle type="html">Welcome to the blog for the Cincinnati .Net Users Group.  </subtitle><id>http://cinnug.org/blog/atom.aspx</id><link rel="alternate" type="text/html" href="http://cinnug.org/blog/default.aspx" /><link rel="self" type="application/atom+xml" href="http://cinnug.org/blog/atom.aspx" /><generator uri="http://communityserver.org" version="3.1.20917.1142">Community Server</generator><updated>2010-09-22T22:52:00Z</updated><entry><title>May 2013 Newsletter</title><link rel="alternate" type="text/html" href="http://cinnug.org/blog/archive/2013/05/09/may-2013-newsletter.aspx" /><id>http://cinnug.org/blog/archive/2013/05/09/may-2013-newsletter.aspx</id><published>2013-05-09T10:38:00Z</published><updated>2013-05-09T10:38:00Z</updated><content type="html"> &lt;div class="EventSummary"&gt;
          &lt;a name="CinNUG" /&gt;&lt;h3&gt;CINNUG&lt;/h3&gt;
          &lt;span&gt;Tuesday May 28th, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
          &lt;br /&gt;
          &lt;p&gt;
            May 28th, 6pm at our monthly CINNUG meeting, we welcome &lt;b&gt;Michael Levy&lt;/b&gt; with a talk on The future is Futures.
          &lt;/p&gt;
          &lt;div class="Descriptor"&gt;
            &lt;p&gt;
              Abstract: &lt;br /&gt;
              If you&amp;#39;re a [web] developer, the next couple of years will prove to be interesting times. A November 2012 survey [1] confirms that Internet users, 
              at least shoppers, are expecting instant gratification in their online experiences. The survey reports that 61% of the surveyed shoppers abandoned a 
              web page after waiting at least 30 seconds [2].
            &lt;/p&gt;
            &lt;p&gt;
              What is a [web] developer to do? After all, we have multiple sources of data that must be accessed to render a page: profiles, catalogs, metrics, 
              comments, and histories just to name a few. Accessing all these data sources takes time. Let&amp;#39;s also not forget about the latency of making the round-trip 
              from the browser to the server.
            &lt;/p&gt;
            &lt;p&gt;
              Now be honest. As developers we always have a solution even before we completely understand the problem. Weren&amp;#39;t you thinking &amp;quot;obviously asynchronous 
              processing&amp;quot; as you read the above paragraphs? Asynchronous processing would be my first thought and in this presentation, I&amp;#39;d like to look at using a 
              technique called Futures and explore how using them allows us to write asynchronous code that parallels the synchronous solution [3].            
            &lt;/p&gt;
            &lt;p&gt;
              [1] 
              &lt;a href="http://blog.monitis.com/index.php/2012/11/21/monitis-survey-finds-more-than-half-of-frequent-online-shoppers-have-cancelled-an-order-due-to-slow-response-time/"&gt;
                http://blog.monitis.com/index.php/2012/11/21/monitis-survey-finds-more-than-half-of-frequent-online-shoppers-have-cancelled-an-order-due-to-slow-response-time/&amp;quot;
              &lt;/a&gt; &lt;br /&gt;
              [2] I&amp;#39;ll admit that, in general, 30 seconds it really a long time so, maybe, picture all this happening on a mobile browser and play along for the moment. &lt;br /&gt;            
              [3] With some caveats of course.
            &lt;/p&gt;
            &lt;p&gt;                    
              Bio:&lt;br /&gt;
              Michael Levy is the Microsoft Practice Director for Strategic Data Systems (SDS). Mike has been delivering software solutions to clients, in a variety of 
              industries, for over 20 years. He is an active participate in the software community and, through the years, has spoken on a variety of topics at multiple 
              conferences and user groups. As you read this, Mike is probably in front of a computer practicing the ancient art of Sleeping with Your Eyes Open when he 
              should be working on the presentation.       
            &lt;/p&gt;
          &lt;/div&gt;
          &lt;p&gt;
            This month there will be no GROK talk. Immediately following the main speaker and pizza we will be holding another CINARC (Cincinnati Software Architecture Group).
            This session will feature more discussion on topics chosen the night of the meeting. The focus of the meeting will be to discuss issues of software architecture 
            relevant to the members of the community.
          &lt;/p&gt;
          &lt;p&gt;
            Pizza and drinks will be provided by our sponsors.
          &lt;/p&gt;
          &lt;p&gt;
            On deck for the June 25th CINNUG is Mark Haskamp on An Overview of Visual Studio Tools for Git.
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="mobile" name="mobile"&gt;&lt;/a&gt;
          &lt;h3&gt;All Things Mobile – RubyMotion – Bill Klos&lt;/h3&gt;
          &lt;span&gt;Thursday May 9th, 6:30pm, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
          &lt;br /&gt;
          &lt;span&gt;via &lt;a href="http://letsxna.org/"&gt;Parag Joshi&lt;/a&gt;&lt;/span&gt;
          &lt;div class="Descriptor"&gt;
            &lt;p&gt;
              Abstract: &lt;br /&gt;
              RubyMotion is an alternate way of building iOS apps for when you really don&amp;#39;t want to be saddled with learning Objective-C.  We will talk about the pros 
              and cons of this approach, and look at what is really gained or lost versus developing iOS apps on other platforms.  Additionally, we will walk through 
              building a RubyMotion app so you can see for yourself how completely awesome it can be to be a command line jockey.
            &lt;/p&gt;            
            &lt;p&gt;
              Bio: &lt;br /&gt;
              Bill’s career has spanned many aspects of computing and at times has architected solutions from the perspective of data, networking, enterprise, and security – 
              but is primarily an application architect. Most recent experience has Bill providing solutions around Mobility, Cloud, and Big Data architectures as well as API 
              design and development. &lt;br /&gt;
              Bill Klos has been involved with technology since abandoning his desire to be an architect and stumbling into his first computer science class in 1985. 
              Since then he has typically pushed companies into “what’s next”
            &lt;/p&gt;
          &lt;/div&gt;
          &lt;p&gt;
            Meetings are held the second Thursday of each month, 6:30 PM at &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt;
            in Mason, OH.
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="qcMerge" name="qcMerge"&gt;&lt;/a&gt;
          &lt;h3&gt;Queen City Merge Conference&lt;/h3&gt;
          &lt;span&gt;When: May 9th and 10th&lt;/span&gt;&lt;br /&gt;       
          &lt;span&gt;Where: Contemporary Arts Center, Cincinnati&lt;/span&gt;&lt;br /&gt;
          &lt;p&gt;
            It&amp;#39;s a two-day conference without cubicle divisions — where developers, marketers, designers and social media types share what they know. It all starts this May 9th &amp;amp; 10th, 2013.
          &lt;/p&gt;
          &lt;p&gt;
            For more in formation and tickets go to &lt;a href="http://qcmerge.com/"&gt;http://qcmerge.com/&lt;/a&gt;
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a name="CC"&gt;&lt;/a&gt;
          &lt;h3&gt;Bitslingers / Clean Coders&lt;/h3&gt;
          &lt;span&gt;Wednesday June 5th, 11:30am, Gaslight Offices, 11126 Kenwood Road, Suite C, Blue Ash&lt;/span&gt;
          &lt;br /&gt;
          &lt;span&gt;via &lt;a href="http://blog.cromwellhaus.com"&gt;Ryan Cromwell&lt;/a&gt;&lt;/span&gt;
          &lt;p&gt;
            Join us for an informal interest group in Clean Coding.  The core tenants of the interest group will focus on helping people write better more maintainable, testable, and manageable code and understanding the 
            patterns and practices to help achieve it consistently. 
          &lt;/p&gt;
          &lt;p&gt;
            Meetings are held the first Wednesday of the Month from 11:30AM – 1PM at the Gaslight Offices. 
            Topic suggestions, or general questions can be emailed to &lt;a href="mailto:cromwellryan@hotmail.com"&gt;cromwellryan@hotmail.com&lt;/a&gt;
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="SWOGC" name="SWOGC"&gt;&lt;/a&gt;
          &lt;h3&gt;South West Ohio Give Camp&lt;/h3&gt;
          &lt;span&gt;When: October 19th - 21st&lt;/span&gt;&lt;br /&gt;       
          &lt;span&gt;Where: Miami University Voice of America Learning Center, West Chester Ohio&lt;/span&gt;&lt;br /&gt;
          &lt;p&gt;
            Signups are open for both volunteers and charities. Anyone interested in helping organize can contact Ryan Cromwell at 
            &lt;a href="mailto:%20ryan@southwestohiogivecamp.org"&gt;ryan@southwestohiogivecamp.org&lt;/a&gt;.
          &lt;/p&gt;
          &lt;p&gt;
            For more information or to signup visit &lt;a href="http://southwestohiogivecamp.org/"&gt;http://southwestohiogivecamp.org/&lt;/a&gt;
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="regional" name="regional"&gt;&lt;/a&gt;
          &lt;h3&gt;Upcoming Regional Conferences&lt;/h3&gt;          
          &lt;h4&gt;Columbus, OH&lt;/h4&gt;
          Cloud Develop Conference – August 30th
          &lt;ul&gt;
            &lt;li&gt;Call for speakers open.&lt;/li&gt;
            &lt;li&gt;For More information see &lt;a href="http://clouddevelop.org/"&gt;http://clouddevelop.org/ &lt;/a&gt;&lt;/li&gt;
          &lt;/ul&gt;
          
          &lt;h4&gt;Knoxville, TN&lt;/h4&gt;
          Code Stock Conference – July 12th and 13th                
          &lt;ul&gt;                    
            &lt;li&gt;Registration open now. &lt;/li&gt;
            &lt;li&gt;For more information see &lt;a href="http://www.codestock.org/"&gt;http://www.codestock.org/&lt;/a&gt;&lt;/li&gt;
          &lt;/ul&gt;
          &lt;h4&gt;Chattanooga, TN&lt;/h4&gt;
          devLink – August 28th - 30th                
          &lt;ul&gt;                    
            &lt;li&gt;Registration open now. &lt;/li&gt;
            &lt;li&gt;For more information see &lt;a href="http://www.devlink.net/"&gt;http://www.devlink.net/&lt;/a&gt;&lt;/li&gt;
          &lt;/ul&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="downloads" name="msdownloads"&gt;&lt;/a&gt;
          &lt;h3&gt;MS Download Links - Download Free Software and Earn Swag for CINNUG!&lt;/h3&gt;
          &lt;p&gt;
            &lt;ul class="small"&gt;
              &lt;li&gt;Windows 8&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131624"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131624&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Visual Studio 2012 Express&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131625"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131625&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Windows Phone&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131627"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131627&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Windows Azure Free 90-day Trial&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131626"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131626&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Hyper-V Server 2012&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200145000"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200145000&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;System Center 2012 Suite&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131628"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131628&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Microsoft Virtual Academy&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131630"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131630&lt;/a&gt;&lt;/li&gt;
            &lt;/ul&gt;
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a name="apress"&gt;&lt;/a&gt;
          &lt;h3&gt;Apress UG Program&lt;/h3&gt;
          &lt;p&gt;
            Apress is offering 30% discount for all eBooks for all User Group Members!&lt;br /&gt;
            Use the code &lt;b&gt;UGC30&lt;/b&gt; during checkout at &lt;a href="http://www.apress.com/" target="_blank"&gt;http://www.apress.com&lt;/a&gt;.
          &lt;/p&gt;
        &lt;/div&gt;&lt;img src="http://cinnug.org/aggbug.aspx?PostID=5102" width="1" height="1"&gt;</content><author><name>admin</name><uri>http://cinnug.org/members/admin.aspx</uri></author></entry><entry><title>April 2013 Newsletter and Training Opportunity for the Unemployed</title><link rel="alternate" type="text/html" href="http://cinnug.org/blog/archive/2013/04/08/april-2013-newsletter-and-training-opportunity-for-the-unemployed.aspx" /><id>http://cinnug.org/blog/archive/2013/04/08/april-2013-newsletter-and-training-opportunity-for-the-unemployed.aspx</id><published>2013-04-07T22:28:00Z</published><updated>2013-04-07T22:28:00Z</updated><content type="html">        &lt;div class="EventSummary"&gt;
          &lt;h3&gt;Fully Subsidized Developer Apprentice Training Program in .NET for the Unemployed&lt;/h3&gt;
          &lt;span&gt;What:  A recruitment fair for a Developer Apprentice Program in .NET&lt;/span&gt;&lt;br /&gt;       
          &lt;span&gt;When: Monday April 8th – 1 PM to 4 PM&lt;/span&gt;&lt;br /&gt;       
          &lt;span&gt;Where: Super Jobs Center, 1916 Central Parkway, Cincinnati 45214&lt;/span&gt;&lt;br /&gt;
          &lt;div class="Descriptor"&gt;
              &lt;p&gt;&lt;/p&gt;              
              &lt;p&gt;
                 Details: &lt;br /&gt;
                 With the goal of providing skilled workers to companies that need .NET developers, the Southwest Ohio Region Workforce Investment Board, Partners for a Competitive Workforce, 
                 the Greater Cincinnati CIO Roundtable, and IT employers have joined to fund a Developer Apprentice Program in .NET. They have selected locally owned and operated MAX Technical Training 
                 to provide the instruction.
              &lt;/p&gt;
              &lt;p&gt;
                Who should consider this program? Residents of Hamilton County who were laid off from their previous jobs and are not now working, or residents of other counties who were laid off by 
                Hamilton County employers and are not now working, may be eligible for this training. Good candidates include those with a background in IT who want to update their programming skills 
                or those who enjoy math, problem solving and/or puzzles. Musicians and those who enjoy learning foreign languages tend to make good programmers. Previous participants from a variety 
                of backgrounds and experiences have transitioned to programming successfully. Applicants will go through a number of assessments before the class is selected, including an aptitude 
                test for programming, a drug screen and background check.
              &lt;/p&gt;
              &lt;span&gt;Minimum requirements &amp;amp; prerequisites:&lt;/span&gt;                              
              &lt;ul&gt;
                &lt;li&gt;High school diploma or GED&lt;/li&gt;
                &lt;li&gt;Fundamental PC &amp;amp; Microsoft Windows skills, basic typing&lt;/li&gt;
                &lt;li&gt;Work Keys - National Career Readiness Assessments in Applied Mathematics, Reading for Information, and Locating Information; minimum scores of 4 required to maintain eligibility and be considered for enrollment&lt;/li&gt;
                &lt;li&gt;Programmer Aptitude Test - Minimum score of 80%&lt;/li&gt;
                &lt;li&gt;Interview with panel which will include company sponsors&lt;/li&gt;
                &lt;li&gt;Drug screen and background checks&lt;/li&gt;
              &lt;/ul&gt;
              &lt;span&gt;Important Dates:&lt;/span&gt;
              &lt;ul&gt;
                  &lt;li&gt;April 8: Recruitment Fair - Attend to learn more &amp;amp; apply! &lt;b&gt;Bring: Photo ID and resume&lt;/b&gt;&lt;/li&gt;
                  &lt;li&gt;April 8-23: WIA eligibility determination, Work Keys assessments, &amp;amp; aptitude testing processes&lt;/li&gt;
                  &lt;li&gt;April 24-May 14: Interviews with sponsoring companies and participant selections&lt;/li&gt;
                  &lt;li&gt;May 14-15: Participant confirmation&lt;/li&gt;
                  &lt;li&gt;May 20 - August 31: Classes and Certification&lt;/li&gt;
              &lt;/ul&gt;
          &lt;/div&gt;
          &lt;span&gt;For more information visit &lt;a href="http://conta.cc/17brSVi"&gt;http://conta.cc/17brSVi&lt;/a&gt;, and contact Super Jobs at 513-946-7200&lt;/span&gt;       
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a name="CinNUG" /&gt;&lt;h3&gt;CINNUG&lt;/h3&gt;
          &lt;span&gt;Tuesday April 23rd, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
          &lt;br /&gt;
          &lt;p&gt;
            April 23rd, 6pm at our monthly CINNUG meeting, we welcome &lt;b&gt;Doug Rohrer&lt;/b&gt; with a talk on AOP - You&amp;#39;re Probably Already Doing it.
          &lt;/p&gt;
          &lt;div class="Descriptor"&gt;
            &lt;p&gt;
              Abstract: &lt;br /&gt;
              Aspect Oriented Programming (AOP for short) is a powerful tool for DRYing up your code and focusing on your business domain instead of plumbing. Using AOP, you can apply 
              wrappers around methods that take care of your typical logging, exception handling, caching, instrumentation, and many times even some security concerns with little to no 
              additional &amp;quot;per-method&amp;quot; coding.
            &lt;/p&gt;
            &lt;p&gt;
              AOP can seem magical, and many people shy away from it due to concerns over performance or lack of understanding of how AOP works. However, I bet anyone writing a modern 
              .Net web application, among many others, is already using some form of AOP without thinking about it. From classic techniques like the Decorator Pattern to ASP.NET MVC Action 
              Filters, AOP is all around your code already.
            &lt;/p&gt;
            &lt;p&gt;
              In this talk, we&amp;#39;ll briefly explore some of those familiar use cases, and then dive in to refactoring an existing service class to leverage AOP for several of the above-mentioned 
              concerns. Finally, if time permits, we&amp;#39;ll look into how the Unity framework does its interception by digging through some of their code.
            &lt;/p&gt;
            &lt;p&gt;                    
              Bio:&lt;br /&gt;
              Doug has over 20 years of software development experience in complex business and scientific systems. He has worked in government research and IT consulting, 
              with much of his consulting career focused in financial services. After almost a decade in consulting, he took several years to work with product companies, 
              including what might have been the first application monitoring system for cloud computing applications that itself ran in the cloud. In late 2012, he returned 
              to the consulting world as a Software Artisan at Neo, focusing on Ruby on Rails and iOS development.              
            &lt;/p&gt;
          &lt;/div&gt;
          &lt;p&gt;
            This month there will be no GROK talk. Immediately following the main speaker and pizza we will be holding another CINARC (Cincinnati Software Architecture Group).
            This session will feature more discussion on topics chosen the night of the meeting. The focus of the meeting will be to discuss issues of software architecture 
            relevant to the members of the community.
          &lt;/p&gt;
          &lt;p&gt;
            Pizza and drinks will be provided by our sponsors.
          &lt;/p&gt;
          &lt;p&gt;
            On deck for the May 28th CINNUG is Mike Levy with a talk tentatively titled The future is Futures.
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="mobile" name="mobile"&gt;&lt;/a&gt;
          &lt;h3&gt;All Things Mobile – Windows Azure Mobile Services&lt;/h3&gt;
          &lt;span&gt;Thursday April 11th, 6:30pm, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
          &lt;br /&gt;
          &lt;span&gt;via &lt;a href="http://letsxna.org/"&gt;Parag Joshi&lt;/a&gt;&lt;/span&gt;
          &lt;div class="Descriptor"&gt;
            &lt;p&gt;
              Abstract: &lt;br /&gt;
              Windows Azure Mobile Services makes it incredibly easy to connect a scalable cloud backend to your client and mobile applications.  It allows you to easily store 
              structured data in the cloud that can span both devices and users, integrate it with user authentication, as well as send out updates to clients via push notifications. 
              With client support for iOS, Android, Windows 8, Windows Phone, and HTML, you&amp;#39;re covered on all the major mobile platforms.
            &lt;/p&gt;
            &lt;p&gt;
              We&amp;#39;ll take a tour through everything that Windows Azure Mobile Services offers as well as look at some examples of apps that go &amp;#39;beyond the Quick Start&amp;#39;.
            &lt;/p&gt;
            &lt;p&gt;
                Bio: &lt;br /&gt;
                Brett Samblanet is a Software Design Engineer in Test at Microsoft. He has worked on several projects during his eleven years at the company, including MSBuild, 
                Silverlight, WCF RIA Services, and Windows Azure Mobile Services.
            &lt;/p&gt;
          &lt;/div&gt;
          &lt;p&gt;
            Meetings are held the second Thursday of each month, 6:30 PM at &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt;
            in Mason, OH.
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a name="CC"&gt;&lt;/a&gt;
          &lt;h3&gt;Bitsligners / Clean Coders&lt;/h3&gt;
          &lt;span&gt;Thursday May 1st, 11:30am, Gaslight Offices, 11126 Kenwood Road, Suite C, Blue Ash&lt;/span&gt;
          &lt;br /&gt;
          &lt;span&gt;via &lt;a href="http://blog.cromwellhaus.com"&gt;Ryan Cromwell&lt;/a&gt;&lt;/span&gt;
          &lt;p&gt;
            Join us for an informal interest group in Clean Coding.  The core tenants of the interest group will focus on helping people write better more maintainable, testable, and manageable code and understanding the 
            patterns and practices to help achieve it consistently. 
          &lt;/p&gt;
          &lt;p&gt;
            Meetings are held the first Wednesday of the Month from 11:30AM – 1PM at the Gaslight Offices. 
            Topic suggestions, or general questions can be emailed to &lt;a href="mailto:cromwellryan@hotmail.com"&gt;cromwellryan@hotmail.com&lt;/a&gt;
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="codeRetreat" name="codeRetreat"&gt;&lt;/a&gt;
          &lt;h3&gt;Cincinnati Code Retreat 2013&lt;/h3&gt;
          &lt;span&gt;When: Saturday April 13th – 8:30 AM – 4:30 PM&lt;/span&gt;&lt;br /&gt;       
          &lt;span&gt;Where: Pinnacle World HQ in Montgomery (9122 Montgomery Rd, Suite 201, Cincinnati, OH 45242)&lt;/span&gt;&lt;br /&gt;
          &lt;p&gt;
            Code Retreat, espoused by Corey Haines, et al. and explained in detail at &lt;a href="http://coderetreat.org"&gt;coderetreat.org&lt;/a&gt;&lt;br /&gt;
            Register at &lt;a href="http://cincycoderetreat2013.eventbrite.com/"&gt;http://cincycoderetreat2013.eventbrite.com/&lt;/a&gt;
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="releaseCadence" name="releaseCadence"&gt;&lt;/a&gt;
          &lt;h3&gt;Release Cadence Report &lt;/h3&gt;
          &lt;p&gt;
            Release Cadence Report is an effort by Ryan Cromwell to provide the software development community with information about the importance of release 
            frequency for organizations, employees and customers.  
          &lt;/p&gt;
          &lt;p&gt;
            Please take a moment to fill out the survey at &lt;a href="https://www.surveymonkey.com/s/releasecadence"&gt;https://www.surveymonkey.com/s/releasecadence&lt;/a&gt; and ask your team members 
            to do the same.  Sign up for a partner code to be included in the published report.
          &lt;/p&gt;
          &lt;p&gt;
            For more information visit &lt;a href="http://releasecadencereport.com"&gt;http://releasecadencereport.com&lt;/a&gt; or contact 
            Ryan Cromwell (&lt;a href="mailto:ryan@echelontouch.com"&gt;ryan@echelontouch.com&lt;/a&gt;) 
          &lt;/p&gt;
          &lt;p&gt;
            A description of the origins can also be found at &lt;a href="http://cromwellhaus.com/2013/03/"&gt;http://cromwellhaus.com/2013/03/&lt;/a&gt;
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="qcMerge" name="qcMerge"&gt;&lt;/a&gt;
          &lt;h3&gt;Queen City Merge Conference&lt;/h3&gt;
          &lt;span&gt;When: May 9th and 10th&lt;/span&gt;&lt;br /&gt;       
          &lt;span&gt;Where: Contemporary Arts Center, Cincinnati&lt;/span&gt;&lt;br /&gt;
          &lt;p&gt;
            It&amp;#39;s a two-day conference without cubicle divisions — where developers, marketers, designers and social media types share what they know. It all starts this May 9th &amp;amp; 10th, 2013.
          &lt;/p&gt;
          &lt;p&gt;
            For more in formation and tickets go to &lt;a href="http://qcmerge.com/"&gt;http://qcmerge.com/&lt;/a&gt;
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="regional" name="regional"&gt;&lt;/a&gt;
          &lt;h3&gt;Upcoming Regional Conferences&lt;/h3&gt;
          
          &lt;h4&gt;Columbus, OH&lt;/h4&gt;
          Global Windows Azure Bootcamp – April 27th
          &lt;ul&gt;
              &lt;li&gt;Where: Microsoft Office Polaris&lt;/li&gt;
              &lt;li&gt;Register Now at &lt;a href="https://wabc-columbus.eventday.com"&gt;https://wabc-columbus.eventday.com &lt;/a&gt;&lt;/li&gt;
          &lt;/ul&gt;
          Cloud Develop Conference – August 30th
          &lt;ul&gt;
              &lt;li&gt;Call for speakers open.&lt;/li&gt;
              &lt;li&gt;For More information see &lt;a href="http://clouddevelop.org/%20"&gt;http://clouddevelop.org/ &lt;/a&gt;&lt;/li&gt;
          &lt;/ul&gt;

          &lt;h4&gt;Louisville, KY&lt;/h4&gt;
          Code PaLouza Conference – April 25th – 27th
          &lt;ul&gt;
              &lt;li&gt;Registration open Now! &lt;/li&gt;
              &lt;li&gt;Register at &lt;a href="http://www.codepalousa.com/"&gt;http://www.codepalousa.com/&lt;/a&gt;&lt;/li&gt;
          &lt;/ul&gt;
          
          &lt;h4&gt;Knoxville, TN&lt;/h4&gt;
          Code Stock Conference – July 12th and 13th                
          &lt;ul&gt;                    
              &lt;li&gt;Early Bird Registration coming soon. &lt;/li&gt;
              &lt;li&gt;For more information see &lt;a href="http://www.codestock.org/"&gt;http://www.codestock.org/&lt;/a&gt;&lt;/li&gt;
          &lt;/ul&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="downloads" name="msdownloads"&gt;&lt;/a&gt;
          &lt;h3&gt;MS Download Links - Download Free Software and Earn Swag for CINNUG!&lt;/h3&gt;
          &lt;p&gt;
            &lt;ul class="small"&gt;
              &lt;li&gt;Windows 8&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131624"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131624&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Visual Studio 2012 Express&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131625"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131625&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Windows Phone&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131627"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131627&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Windows Azure Free 90-day Trial&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131626"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131626&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Hyper-V Server 2012&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200145000"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200145000&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;System Center 2012 Suite&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131628"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131628&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Microsoft Virtual Academy&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131630"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131630&lt;/a&gt;&lt;/li&gt;
            &lt;/ul&gt;
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a name="apress"&gt;&lt;/a&gt;
          &lt;h3&gt;Apress UG Program&lt;/h3&gt;
          &lt;p&gt;
            Apress is offering 30% discount for all eBooks for all User Group Members!&lt;br /&gt;
            Use the code &lt;b&gt;UGC30&lt;/b&gt; during checkout at &lt;a href="http://www.apress.com/" target="_blank"&gt;http://www.apress.com&lt;/a&gt;.
          &lt;/p&gt;
        &lt;/div&gt;&lt;img src="http://cinnug.org/aggbug.aspx?PostID=3538" width="1" height="1"&gt;</content><author><name>admin</name><uri>http://cinnug.org/members/admin.aspx</uri></author></entry><entry><title>March 2013 Newsletter</title><link rel="alternate" type="text/html" href="http://cinnug.org/blog/archive/2013/03/18/march-2013-newsletter.aspx" /><id>http://cinnug.org/blog/archive/2013/03/18/march-2013-newsletter.aspx</id><published>2013-03-18T12:41:00Z</published><updated>2013-03-18T12:41:00Z</updated><content type="html">        &lt;div class="EventSummary"&gt;
            &lt;a name="CinNUG" /&gt;&lt;h3&gt;CINNUG&lt;/h3&gt;
            &lt;span&gt;Tuesday March 26th, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
            &lt;br /&gt;
            &lt;p&gt;
                March 26th, 6pm at our monthly CINNUG meeting, we welcome &lt;b&gt;Travis Smith&lt;/b&gt; with a talk on Enterprise Messaging in .NET.
            &lt;/p&gt;
            &lt;div class="Descriptor"&gt;
                &lt;p&gt;
                    Abstract: 
                    &lt;br /&gt;
                    Using messaging to hook together different systems or distribute existing complex systems is a common practice to help get a handle on complexity. 
                    We will go over some examples of systems using messaging and why they might have taken that approach. Then dig into how one might construct a system 
                    based upon messaging and show some simple code example. Primary messaging systems discussed will be MSMQ and RabbitMQ, but many of the topics will 
                    apply to other message queues as well.
                &lt;/p&gt;
                &lt;p&gt;                    
                    Bio:
                    &lt;br /&gt;
                    Travis is a polyglot developer with a physics background, who has had the chance to build some really cool things and some not so cool other things. 
                    He is mostly focusing on building mobile applications for healthcare right now. Travis spends his time speaking at events, teaching about technology, 
                    watching his cat chase a laser pointer, and playing board games. Follow Travis at &lt;a href="http://twitter.com/legomasternet"&gt;@legomasternet&lt;/a&gt; on twitter.
                &lt;/p&gt;
            &lt;/div&gt;
            &lt;p&gt;
                This month there will be no GROK talk. Immediately following the main speaker and pizza we will be holding another CINARC (Cincinnati Software Architecture Group).
                This session will feature more discussion on topics chosen the night of the meeting. The focus of the meeting will be to discuss issues of software architecture 
                relevant to the members of the community.
            &lt;/p&gt;
            &lt;p&gt;
                Pizza and drinks will be provided by our sponsors.
            &lt;/p&gt;
            &lt;p&gt;
                On deck for the April 23rd CINNUG is Doug Rohrer with a talk on AOP (Aspect Oriented Programming) - You&amp;#39;re Probably Already Doing it.
            &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
            &lt;a class="" title="cinnugEvent" name="cinnugEvent"&gt;&lt;/a&gt;
            &lt;h3&gt;CINNUG Special Event - Node.JS Workshop and Hackathon with Microsoft&amp;#39;s Glenn Block - Saturday, March 23&lt;/h3&gt;                
            &lt;div&gt;&lt;b&gt;When:&lt;/b&gt; Saturday, March 23, 2013 from 9:00 AM to 6:00 PM (ET)&lt;/div&gt;            
            &lt;div&gt;&lt;b&gt;Where:&lt;/b&gt; &lt;a href="http://binged.it/12xqfSs" target="_blank"&gt;Microsoft Offices in Mason, OH&lt;/a&gt; (4605 Duke Drive, Suite 800, Mason, OH 45040)&lt;/div&gt;            
            &lt;div&gt;&lt;b&gt;Register:&lt;/b&gt; &lt;a href="http://cinnug.eventbrite.com/" target="_blank"&gt;http://cinnug.eventbrite.com/&lt;/a&gt;&lt;/div&gt;           
            &lt;p&gt;
                Node.js offers a powerful and fresh platform for building server side (and cloud based) applications in Javascript which are highly scalable. 
                It also offers a really rich modularity story with a fantastic selection of modules for you to choose from.  So why should a .NET group be 
                interested in Node?  It&amp;#39;s a great back end platform to host your API on for your web based applications and your mobile apps whether they be 
                Windows Phone, Windows 8, iOS or Android.
            &lt;/p&gt;
            &lt;p&gt;This workshop will cover:&lt;/p&gt;
            &lt;ul&gt;
                &lt;li&gt;An overview of node.js&lt;/li&gt;
                &lt;li&gt;Hands-on experience working with developing node.js applications whether you are using a Mac, Windows or Linux.&lt;/li&gt;
                &lt;li&gt;Using common npm modules, and taking them to the cloud with Windows Azure at ultrasonic speed using git or github based deployment.&lt;/li&gt;
                &lt;li&gt;Building node powered mobile backends using Windows Azure Mobile Services.&lt;/li&gt;
            &lt;/ul&gt;            
            &lt;p&gt;            
                After we learn about Node and Windows Azure Mobile Services  we’ll put our new skills to the test with a Hackathon.  
                Attendees can group together or work alone to create a project using Node.  
                At the end of the day all hackathon participants will have a chance to win some prizes with the top prize being an 
                &lt;a href="http://ardrone2.parrot.com/usa/" target="_blank"&gt;AR Drone 2.0&lt;/a&gt; provided by GitHub.
            &lt;/p&gt;
            &lt;p&gt;If you want to participate in the hands on labs, please bring your laptop!&lt;/p&gt;
            &lt;p&gt;Lunch will be provided.&lt;/p&gt;
            &lt;h4&gt;CINNUG Welcomes Glenn Block, Senior Program Manager at Microsoft!&lt;/h4&gt;
            &lt;p&gt;
                Glenn is based in Seattle, and currently working as Senior Program Manager for the Windows Azure SDK for Node.js.
                Prior to that, he was a Senior Program Manager for WCF - Windows Communication Foundation
            &lt;/p&gt;

            &lt;h4&gt;This great event is made possible by our &lt;a href="http://cinnug.org/sponsors/Sponsors.aspx" target="_blank"&gt;Annual Sponsors&lt;/a&gt;&lt;/h4&gt;
            &lt;h4&gt;Also, our grand prize for the hackathon is being provided by &lt;a href="https://github.com" target="_blank"&gt;GitHub!&lt;/a&gt;&lt;/h4&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="mobile" name="mobile"&gt;&lt;/a&gt;
          &lt;h3&gt;All Things Mobile&lt;/h3&gt;
          &lt;span&gt;Thursday March 14th, 6:30pm, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
          &lt;br /&gt;
          &lt;span&gt;via &lt;a href="http://letsxna.org/"&gt;Parag Joshi&lt;/a&gt;&lt;/span&gt;
          &lt;p&gt;
            For March, we are going to continue down the path set by the Feb meeting on notifications and cover Push Notifications and OpenId integration with 
            Windows Azure Mobile Services.Windows Azure mobile services allows us to easily add OpenId Integration and a cloud backend as well as gives us the ability 
            to do push notifications. We will create an app and add OpenId integration as well as a basic cloud backend and then we will explore how to send push 
            notifications to the users. See &lt;a href="http://www.windowsazure.com/en-us/develop/mobile"&gt;http://www.windowsazure.com/en-us/develop/mobile&lt;/a&gt; for more information.
          &lt;/p&gt;
          &lt;p&gt;
            Meetings are held the second Thursday of each month, 6:30 PM at &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt;
            in Mason, OH.
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
            &lt;a name="CC"&gt;&lt;/a&gt;
            &lt;h3&gt;Bitsligners / Clean Coders&lt;/h3&gt;
            &lt;span&gt;Thursday April 3rd, 11:30am, Gaslight Offices&lt;/span&gt;
            &lt;br /&gt;
            &lt;span&gt;via &lt;a href="http://blog.cromwellhaus.com"&gt;Ryan Cromwell&lt;/a&gt;&lt;/span&gt;
            &lt;p&gt;
                Join us for an informal interest group in Clean Coding.  The core tenants of the interest group will focus on helping people write better more maintainable, testable, and manageable code and understanding the 
                patterns and practices to help achieve it consistently. 
            &lt;/p&gt;
            &lt;p&gt;
                Meetings are held the first Wednesday of the Month from 11:30AM – 1PM at the Gaslight Offices. 
                Topic suggestions, or general questions can be emailed to &lt;a href="mailto:cromwellryan@hotmail.com"&gt;cromwellryan@hotmail.com&lt;/a&gt;
            &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="codeRetreat" name="codeRetreat"&gt;&lt;/a&gt;
          &lt;h3&gt;Cincinnati Code Retreat 2013&lt;/h3&gt;
          &lt;span&gt;When: Saturday April 13th – 8:30 AM – 4:30 PM&lt;/span&gt;&lt;br /&gt;       
          &lt;span&gt;Where: Pinnacle World HQ in Montgomery&lt;/span&gt;&lt;br /&gt;
          &lt;p&gt;
            Code Retreat, espoused by Corey Haines, et al. and explained in detail at &lt;a href="http://coderetreat.org"&gt;coderetreat.org&lt;/a&gt;&lt;br /&gt;
            Register at &lt;a href="http://cincycoderetreat2013.eventbrite.com/"&gt;http://cincycoderetreat2013.eventbrite.com/&lt;/a&gt;
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="azure" name="azure"&gt;&lt;/a&gt;
          &lt;h3&gt;Windows Azure Event - Cincinnati and Dayton&lt;/h3&gt;
          &lt;span&gt;Dayton - March 21st, Event Code 9371604&lt;/span&gt;
          &lt;br /&gt;
          &lt;span&gt;Cincinnati - March 26th, Event Code 5131605&lt;/span&gt;
          &lt;br /&gt;          
          &lt;p&gt;
            Keith Mayer, IT Pro Technical Evangelist (&lt;a href="http://KeithMayer.com"&gt;http://KeithMayer.com&lt;/a&gt;) will be hosting &lt;b&gt;See and Do: Build Virtual Machines in the Cloud with Windows Azure for IT Pros&lt;/b&gt;.
            Folks can register at &lt;a href="http://nhcomputerlearning.com/seminars"&gt;http://nhcomputerlearning.com/seminars&lt;/a&gt; using the event codes listed above.
          &lt;/p&gt;        
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="stirTrek" name="stirTrek"&gt;&lt;/a&gt;
          &lt;h3&gt;Stir Trek - Darkness Edition&lt;/h3&gt;
          &lt;span&gt;When: Friday May 17th&lt;/span&gt;&lt;br /&gt;
          &lt;span&gt;Registration: PI Day, Thursday 3/14 at 1:59 PM&lt;/span&gt;&lt;br /&gt;
          &lt;span&gt;Where: Marcus Crosswoods Theater, in Columbus, Ohio&lt;/span&gt;       
          &lt;p&gt;
            Stir Trek is a one-day conference focused on teaching software developers, and others in the industry, the latest and greatest in technologies, 
            techniques, and tools. The full day of content is always concluded with a private screening of a blockbuster film on its opening day.
          &lt;/p&gt;        
          &lt;p&gt;
            For more information see &lt;a href="http://stirtrek.com/"&gt;http://stirtrek.com/&lt;/a&gt;
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="downloads" name="msdownloads"&gt;&lt;/a&gt;
          &lt;h3&gt;MS Download Links - Download Free Software and Earn Swag for CINNUG!&lt;/h3&gt;
          &lt;p&gt;
            &lt;ul class="small"&gt;
              &lt;li&gt;Windows 8&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131624"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131624&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Visual Studio 2012 Express&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131625"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131625&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Windows Phone&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131627"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131627&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Windows Azure Free 90-day Trial&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131626"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131626&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Hyper-V Server 2012&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200145000"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200145000&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;System Center 2012 Suite&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131628"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131628&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Microsoft Virtual Academy&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131630"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131630&lt;/a&gt;&lt;/li&gt;
            &lt;/ul&gt;
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a name="apress"&gt;&lt;/a&gt;
          &lt;h3&gt;Apress UG Program&lt;/h3&gt;
          &lt;p&gt;
            Apress is offering 30% discount for all eBooks for all User Group Members!&lt;br /&gt;
            Use the code &lt;b&gt;UGC30&lt;/b&gt; during checkout at &lt;a href="http://www.apress.com/" target="_blank"&gt;http://www.apress.com&lt;/a&gt;.
          &lt;/p&gt;
        &lt;/div&gt;
&lt;img src="http://cinnug.org/aggbug.aspx?PostID=3370" width="1" height="1"&gt;</content><author><name>admin</name><uri>http://cinnug.org/members/admin.aspx</uri></author></entry><entry><title>February 2013 Newsletter</title><link rel="alternate" type="text/html" href="http://cinnug.org/blog/archive/2013/02/17/february-2013-newsletter.aspx" /><id>http://cinnug.org/blog/archive/2013/02/17/february-2013-newsletter.aspx</id><published>2013-02-17T00:25:00Z</published><updated>2013-02-17T00:25:00Z</updated><content type="html">        &lt;div class="EventSummary"&gt;
            &lt;a name="CinNUG" /&gt;&lt;h3&gt;CINNUG&lt;/h3&gt;
            &lt;span&gt;Tuesday February 26th, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
            &lt;br /&gt;
            &lt;p&gt;
                February 26th, 6pm at our monthly CINNUG meeting, we welcome &lt;b&gt;Samidip Basu&lt;/b&gt; with his talk on &lt;b&gt;SignalR across Web, Windows Phone &amp;amp; Windows 8 Apps&lt;/b&gt;.
            &lt;/p&gt;
            &lt;div class="Descriptor"&gt;
                &lt;p&gt;
                    Abstract: 
                    &lt;br /&gt;
                    SignalR is a very cool piece of (now ASP.NET) technology that provides async signaling library to build real-time, 
                    multi-user interactive applications connecting disparate systems. On the other hand, Windows Phone &amp;amp; Windows 8 brings together 
                    what you care about most, and lays it out to you in an innovative and simple Modern UI interface. Such smartphone/tablet platforms 
                    feed our mobile lifestyle. Could SignalR and Mobile be combined? 
                    &lt;br /&gt; &lt;br /&gt;
                    We start slow by introducing &amp;amp; using SignalR for web applications. Next, what do you get when we take SignalR to mobile platforms? 
                    We get instant real-time communication between phone/tablet &amp;amp; backend server. We get location service applications. Chat. Stocks. Alerts. 
                    Endless possibilities! Would non-MSFT mobile platforms be left in the dark in this fun? Come join us as we explore some of these new opportunities 
                    through demos &amp;amp; code samples.
                &lt;/p&gt;
                &lt;p&gt;                    
                    Bio:
                    &lt;br /&gt;
                    Samidip Basu (&lt;a href="http://twitter.com/samidip"&gt;@samidip&lt;/a&gt;) is a technologist, author, speaker, gadget-lover and MSFT Mobility Solutions Lead 
                    for Sogeti USA working out of Columbus OH. With a strong developer background in Microsoft technology stack, he now spends much of his time 
                    evangelizing Windows 8/ Windows Phone platforms &amp;amp; cloud-supported mobile solutions in general. He passionately helps run The Windows Developer 
                    User Group (&lt;a href="http://thewindowsdeveloperusergroup.com/"&gt;http://thewindowsdeveloperusergroup.com/&lt;/a&gt;), labors in M3 Conf 
                    (&lt;a href="http://m3conf.com/"&gt;http://m3conf.com/&lt;/a&gt;) organization and can be found with at-least a couple of hobbyist projects at any time. 
                    His spare times call for travel and culinary adventures with the wife. Find out more at &lt;a href="http://samidipbasu.com"&gt;http://samidipbasu.com&lt;/a&gt;.
                &lt;/p&gt;
            &lt;/div&gt;
            &lt;p&gt;
                This month there will be no GROK talk. Immediately following the main speaker and pizza we will be holding another CINARC (Cincinnati Software Architecture Group).
                This session will feature more discussion on topics chosen the night of the meeting. The focus of the meeting will be to discuss issues of software architecture 
                relevant to the members of the community.
            &lt;/p&gt;
            &lt;p&gt;
                Pizza and drinks will be provided by our sponsors.
            &lt;/p&gt;
            &lt;p&gt;
                On deck for the March 26th CINNUG is Travis Smith with a talk on Enterprise Integration and Messaging.
            &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="downloads" name="msdownloads"&gt;&lt;/a&gt;
          &lt;h3&gt;MS Download Links - Download Free Software and Earn Swag for CINNUG!&lt;/h3&gt;
          &lt;p&gt;
            &lt;ul class="small"&gt;
              &lt;li&gt;Windows 8&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131624"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131624&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Visual Studio 2012 Express&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131625"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131625&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Windows Phone&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131627"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131627&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Windows Azure Free 90-day Trial&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131626"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131626&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Hyper-V Server 2012&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200145000"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200145000&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;System Center 2012 Suite&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131628"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131628&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Microsoft Virtual Academy&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131630"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131630&lt;/a&gt;&lt;/li&gt;
            &lt;/ul&gt;
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a name="apress"&gt;&lt;/a&gt;
          &lt;h3&gt;Apress UG Program&lt;/h3&gt;
          &lt;p&gt;
            Apress is offering 30% discount for all eBooks for all User Group Members!&lt;br /&gt;
            Use the code &lt;b&gt;UGC30&lt;/b&gt; during checkout at &lt;a href="http://www.apress.com/" target="_blank"&gt;http://www.apress.com&lt;/a&gt;.
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="mobile" name="mobile"&gt;&lt;/a&gt;
          &lt;h3&gt;All Things Mobile&lt;/h3&gt;
          &lt;span&gt;Thursday February 21st, 6:30pm, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
          &lt;br /&gt;
          &lt;span&gt;via &lt;a href="http://letsxna.org/"&gt;Parag Joshi&lt;/a&gt;&lt;/span&gt;
          &lt;p&gt;
            We will cover notifications on IOS , android and Windows Phone. Notifications are a key component of many apps. 
            Matthew Sheets will be on hand to explain how notifications work.
          &lt;/p&gt;
          &lt;p&gt;Also by popular vote, the developer(s) of the best CodeMash conference app will get their pick out of the raffle box!&lt;/p&gt;
          &lt;p&gt;Remember it must be a new or modified app for CodeMash 2013.&lt;/p&gt;
          &lt;p&gt;
            Meetings are held the second Thursday of each month, 6:30 PM at &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt;
            in Mason, OH.
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
            &lt;a name="CC"&gt;&lt;/a&gt;
            &lt;h3&gt;Bitsligners / Clean Coders&lt;/h3&gt;
            &lt;span&gt;Thursday March 6th, 11:30am, Gaslight Offices&lt;/span&gt;
            &lt;br /&gt;
            &lt;span&gt;via &lt;a href="http://blog.cromwellhaus.com"&gt;Ryan Cromwell&lt;/a&gt;&lt;/span&gt;
            &lt;p&gt;
                Join us for an informal interest group in Clean Coding.  The core tenants of the interest group will focus on helping people write better more maintainable, testable, and manageable code and understanding the 
                patterns and practices to help achieve it consistently. 
            &lt;/p&gt;
            &lt;p&gt;
                Meetings are held the first Wednesday of the Month from 11:30AM – 1PM at the Gaslight Offices. 
                Topic suggestions, or general questions can be emailed to &lt;a href="mailto:cromwellryan@hotmail.com"&gt;cromwellryan@hotmail.com&lt;/a&gt;
            &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="azure" name="azure"&gt;&lt;/a&gt;
          &lt;h3&gt;Windows Azure Event - Cincinnati and Dayton&lt;/h3&gt;
          &lt;span&gt;Dayton - March 21st, Event Code 9371604&lt;/span&gt;
          &lt;br /&gt;
          &lt;span&gt;Cincinnati - March 26th, Event Code 5131605&lt;/span&gt;
          &lt;br /&gt;          
          &lt;p&gt;
            Keith Mayer, IT Pro Technical Evangelist (&lt;a href="http://KeithMayer.com"&gt;http://KeithMayer.com&lt;/a&gt;) will be hosting &lt;b&gt;See and Do: Build Virtual Machines in the Cloud with Windows Azure for IT Pros&lt;/b&gt;.
            Folks can register at &lt;a href="http://nhcomputerlearning.com/seminars"&gt;http://nhcomputerlearning.com/seminars&lt;/a&gt; using the event codes listed above.
          &lt;/p&gt;        
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="cinnugEvent" name="cinnugEvent"&gt;&lt;/a&gt;
          &lt;h3&gt;CINNUG Special Event&lt;/h3&gt;                
          &lt;p&gt;
            Keep a eyes peeled and your ears to the ground for more information about special events sponsored by CINNUG that we hope to announce in the near future.
          &lt;/p&gt;
        &lt;/div&gt;&lt;img src="http://cinnug.org/aggbug.aspx?PostID=3276" width="1" height="1"&gt;</content><author><name>admin</name><uri>http://cinnug.org/members/admin.aspx</uri></author></entry><entry><title>Mid-January 2013 Meeting Reminders</title><link rel="alternate" type="text/html" href="http://cinnug.org/blog/archive/2013/01/20/mid-january-2013-meeting-reminders.aspx" /><id>http://cinnug.org/blog/archive/2013/01/20/mid-january-2013-meeting-reminders.aspx</id><published>2013-01-20T13:50:00Z</published><updated>2013-01-20T13:50:00Z</updated><content type="html">        &lt;div class="EventSummary"&gt;
            &lt;a name="Election"&gt;&lt;/a&gt;
            &lt;h3&gt;CinNUG Director Election Results&lt;/h3&gt;
            &lt;p&gt;
                The 2013 CinNUG board of directors was elected at the December CinNUG meeting.  Directors for 2013 (including biographical information) are:
            &lt;/p&gt;
            &lt;ul class="small"&gt;
                &lt;li&gt;&lt;a&gt;Phil Japikse: Lead Director (Sponsorship Coordinator)&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a&gt;Russ McMahon: Director&lt;/a&gt;&lt;/li&gt;                
                &lt;li&gt;&lt;a&gt;Parag Joshi: Director (Speaker Coordinator)&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a&gt;Charlie Retzler: Director (Communications)&lt;/a&gt;&lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
            &lt;a name="NewFormat" /&gt;
            &lt;h3&gt;CinNUG / CinARC New format for 2013&lt;/h3&gt;
            &lt;p&gt;
                Starting in January the CinARC meeting will take place during CINNUG meetings, and CINNUG meetings will have the following agenda:
            &lt;/p&gt;
            &lt;ul class="small"&gt;
                &lt;li&gt;5:30 - 6:00pm: Welcome&lt;/li&gt;
                &lt;li&gt;6:00 - 7:15pm: Headliner&lt;/li&gt;
                &lt;li&gt;7:15 - 7:30pm: Grok Talk (if applicable)&lt;/li&gt;
                &lt;li&gt;7:30 - 7:50pm: Pizza/Social&lt;/li&gt;
                &lt;li&gt;7:30 - 8:45pm: CINARC&lt;/li&gt;
                &lt;li&gt;8:45 - 9:00pm: Giveaways&lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
            &lt;a name="CinNUG" /&gt;&lt;h3&gt;CINNUG&lt;/h3&gt;
            &lt;span&gt;Tuesday January 22nd, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
            &lt;br /&gt;
            &lt;p&gt;
                Jaunuary 22nd, 6pm at our monthly CINNUG meeting, we welcome our own &lt;b&gt;Bill Steele&lt;/b&gt; with his talk on &lt;b&gt;Windows Phone 8&lt;/b&gt;.
            &lt;/p&gt;
            &lt;div class="Descriptor"&gt;
                &lt;p&gt;
                    Abstract:&lt;br /&gt;
                    Windows Phone 8 is out and brings exciting prospects with regards to connectivity with your Windows 8 PC, along with a huge list of changes 
                    from its predecessor. Come and see Bill Steele (@wjsteele) talk about Windows Phone 8 Development.
                &lt;/p&gt;
                &lt;p&gt;
                    Twitter: &lt;a href="https://twitter.com/wjsteele"&gt;@wjsteele&lt;/a&gt;
                &lt;/p&gt;
            &lt;/div&gt;
             &lt;p&gt;
                Grok Talk: Andrew Swerlick - Building a Killer Client Side Development Environment With Live.Js and Visual Studio
            &lt;/p&gt;
            &lt;div class="Descriptor"&gt;
                &lt;p&gt;
                    Abstract:&lt;br /&gt;
                    Visual Studio may be great for .NET development, but what about when you have to work on the frontend of the Web? 
                    This talk will show you how to use the Live.js javascript library to enhance your client side development experience with live refresh, 
                    automated testing, and other goodness. Whether you&amp;#39;re working in WebForms or MVC, this will make it easier to write and debug your client side code.
                &lt;/p&gt;
            &lt;/div&gt;
            &lt;p&gt;
                Pizza and drinks will be provided by our sponsors.
            &lt;/p&gt;
            &lt;p&gt;
                On deck for the February 28th CINNUG is Samidip Basu with a talk on Signal R.
            &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="downloads" name="msdownloads"&gt;&lt;/a&gt;
          &lt;h3&gt;MS Download Links - Download Free Software and Earn Swag for CINNUG!&lt;/h3&gt;
          &lt;p&gt;
            &lt;ul class="small"&gt;
              &lt;li&gt;Windows 8&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131624"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131624&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Visual Studio 2012 Express&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131625"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131625&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Windows Phone&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131627"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131627&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Windows Azure Free 90-day Trial&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131626"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131626&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Hyper-V Server 2012&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200145000"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200145000&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;System Center 2012 Suite&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131628"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131628&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Microsoft Virtual Academy&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131630"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131630&lt;/a&gt;&lt;/li&gt;
            &lt;/ul&gt;
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a name="apress"&gt;&lt;/a&gt;
          &lt;h3&gt;Apress UG Program&lt;/h3&gt;
          &lt;p&gt;
            Apress is offering 30% discount for all eBooks for all User Group Members!&lt;br /&gt;
            Use the code &lt;b&gt;UGC30&lt;/b&gt; during checkout at &lt;a href="http://www.apress.com/" target="_blank"&gt;http://www.apress.com&lt;/a&gt;.
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
            &lt;a name="CC"&gt;&lt;/a&gt;
            &lt;h3&gt;Bitsligners / Clean Coders&lt;/h3&gt;
            &lt;span&gt;Thursday February 7th, 6:00pm, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
            &lt;br /&gt;
            &lt;span&gt;via &lt;a href="http://blog.cromwellhaus.com"&gt;Ryan Cromwell&lt;/a&gt;&lt;/span&gt;
            &lt;p&gt;
                Join us for an informal interest group in Clean Coding.  The core tenants of the interest group will focus on helping people write better more maintainable, testable, and manageable code and understanding the 
                patterns and practices to help achieve it consistently. 
            &lt;/p&gt;
            &lt;p&gt;
                Meetings are held the first Thursday of each month, 6:00 PM at &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt;
                in Mason, OH. Topic suggestions, or general questions can be emailed to &lt;a href="mailto:cromwellryan@hotmail.com"&gt;cromwellryan@hotmail.com&lt;/a&gt;
            &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
            &lt;a class="" title="CincyPASS" name="CincyPass"&gt;&lt;/a&gt;
            &lt;h3&gt;New Usergroup - CincyPASS&lt;/h3&gt;
            &lt;span&gt;Tuesday February 12th, 6:00pm, at the Microsoft Store at Kenwood Towne Center&lt;/span&gt;
            &lt;p&gt;
                The inaugural CincyPASS meeting will be held on February 12, 2013 at 6:00PM with guest speaker &lt;b&gt;Kyle Neier&lt;/b&gt;. 
            &lt;/p&gt;
            &lt;p&gt;
                Kyle has been working professionally with computers since 1995, the past 10 years being dedicated to SQL Server. 
                He currently works as a Sr. Microsoft Consultant for Perpetual Technologies (PTI.net) where he continues to chase his passion to automate DBA processes. 
                He is a proud father of 5, a leader of the local PASS chapter (www.indypass.org), a Microsoft Certified Master (MCM), and enjoys sharing his passion for 
                SQL Server with others by speaking and mentoring at local and regional events.
            &lt;/p&gt;
            &lt;p&gt;
                Kyle will be presenting on Locks, Blocks, and Deadlocks. These terms seem to be thrown around all the time – but what do they all mean? In this session 
                we’ll explore the different isolation levels in SQL Server and how they affect the way that blocking and locking behave within the database engine. 
                We’ll dive into the most common locks and how they can be leveraged and avoided to improve your application experience. Once locks are explored, 
                we’ll discuss the dreaded deadlock and explore techniques to detect and mitigate this troublemaker in your environment.
            &lt;/p&gt;
            &lt;p&gt;
                Space is limited so please RSVP at &lt;a href="http://cincypass0213.eventbrite.com/"&gt;http://cincypass0213.eventbrite.com/&lt;/a&gt;
            &lt;/p&gt;
            &lt;p&gt;
                For more information on our monthly meetings please visit us at http://cincypass.sqlpass.org
            &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="mobile" name="mobile"&gt;&lt;/a&gt;
          &lt;h3&gt;All Things Mobile&lt;/h3&gt;
          &lt;span&gt;Thursday February 21st, 6:30pm, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
          &lt;br /&gt;
          &lt;span&gt;via &lt;a href="http://letsxna.org/"&gt;Parag Joshi&lt;/a&gt;&lt;/span&gt;
          &lt;p&gt;Jan meeting will be held directly at CodeMash. So next meeting at Max is on Feb 21st (note the changed date for Feb 2013).  We will cover notifications on IOS , android and Windows Phone. Notifications are a key component of many apps. Matthew Sheets will be on hand to explain how notifications work.&lt;/p&gt;
          &lt;p&gt;Also by popular vote, the developer(s) of the best CodeMash conference app will get their pick out of the raffle box!&lt;/p&gt;
          &lt;p&gt;Remember it must be a new or modified app for CodeMash 2013.&lt;/p&gt;
          &lt;p&gt;
            Meetings are held the second Thursday of each month, 6:30 PM at &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt;
            in Mason, OH.
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;h3&gt;Director Bios:&lt;/h3&gt;
          &lt;a name="Phil"&gt;&lt;/a&gt;
          &lt;h4&gt;Phil Japikse: Lead Director (Sponsorship Coordinator)&lt;/h4&gt;
          &lt;p&gt;
            An international speaker, Microsoft MVP, MCSD, CSM, and CSP, and a passionate member of the developer community, 
            Phil Japikse has been working with .Net since the first betas, developing software for over 20 years, and heavily involved in the agile community since 2005. 
            Phil works as a Developer Evangelist for Telerik&amp;#39;s RadControls for Windows 8 as well as the Just family of products 
            (JustCode, JustMock, JustTrace, and JustDecompile), and serves as the Lead Director for the Cincinnati .Net User’s Group and the Cincinnati Software Architect Group. 
            Phil founded Agile Conferences, Inc., a non-profit dedicated to advancing agile in all aspects of software development. 
            Phil also serves as Cub Scout Committee Chair for his sons’ Cub Scout Pack, volunteers for the National Ski Patrol, and is a recently retired Firefighter/Paramedic. 
            You can follow Phil on twitter via &lt;a href="http://www.twitter.com/skimedic" target="_blank"&gt;www.twitter.com/skimedic&lt;/a&gt; 
            and read his blog at &lt;a href="http://www.skimedic.com/blog" target="_blank"&gt;www.skimedic.com/blog&lt;/a&gt;.
          &lt;/p&gt;

          &lt;a name="Russ"&gt;&lt;/a&gt;
          &lt;h4&gt;Russ McMahon: Director&lt;/h4&gt;
          &lt;p&gt;          
            Russ McMahon has been teaching IT related subject matter for more than 30 years. He has been teaching full-time at UC for 14 years and helped create the Information 
            Technology Bachelor of Science degree which started in 2004 and received ABET accreditation in 2006. He teaches computer programming, database administration, 
            business intelligence, and IT security. He is very active in the IT user group community and helped create TechLife Cincinnati which is for those who have an 
            interest in what is going on in the local IT scene. He has been researching the history of computing at UC and is writing a book on UC’s first 50 years of computing. 
            Prior to coming to UC he was a teacher at several local high schools, as well as a couple of local companies. He is married and has 3 grown children. Besides his 
            teaching, he has been a track and field official for 40 years and enjoys competing in local road races from 5k’s to marathons.
          &lt;/p&gt;

          &lt;a name="Parag"&gt;&lt;/a&gt;
          &lt;h4&gt;Parag Joshi: Director (Speaker Coordinator)&lt;/h4&gt;
          &lt;p&gt;
            Parag Joshi (&lt;a href="http://www.twitter.com/ilovethexbox" target="_blank"&gt;@ilovethexbox&lt;/a&gt;) is a Mobile Architect working for 
            Centric Consulting LLC (&lt;a href="http://www.centricconsulting.com" target="_blank"&gt;http://www.centricconsulting.com&lt;/a&gt;) and has over 13 years software development 
            experience working on various Microsoft based technologies. He is a director of the Cincinnati All Things Mobile User Group (Catmug.org). 
            He spends his spare time playing tennis with his 8 year old and writing android and iOS apps to track tennis scores or write games for his 2 year old daughter.
          &lt;/p&gt;
          
          &lt;a name="Charlie"&gt;&lt;/a&gt;
          &lt;h4&gt;Charlie Retzler: Director (Communications)&lt;/h4&gt;
          &lt;p&gt;
            Charlie Retzler is an application developer working for Resurgent Capital Services. He is currently focusing on secure application development practices. 
            He has been developing for the Microsoft platform for the past 12 years, after several years of Unix development, and has earned both MCTS and MCPD certifications. 
            In his spare time he plays in a a cover band, The Dublin Defense. He also enjoys collecting, repairing, and building guitars and amplifiers.          
          &lt;/p&gt;
        &lt;/div&gt;&lt;img src="http://cinnug.org/aggbug.aspx?PostID=3263" width="1" height="1"&gt;</content><author><name>admin</name><uri>http://cinnug.org/members/admin.aspx</uri></author></entry><entry><title>January 2013 Newsletter</title><link rel="alternate" type="text/html" href="http://cinnug.org/blog/archive/2013/01/20/january-2013-newsletter.aspx" /><id>http://cinnug.org/blog/archive/2013/01/20/january-2013-newsletter.aspx</id><published>2013-01-20T13:21:00Z</published><updated>2013-01-20T13:21:00Z</updated><content type="html">        &lt;div class="EventSummary"&gt;
            &lt;a name="Election"&gt;&lt;/a&gt;
            &lt;h3&gt;CinNUG Director Election Results&lt;/h3&gt;
            &lt;p&gt;
                The 2013 CinNUG board of directors was elected at the December CinNUG meeting.  Directors for 2013 (including biographical information) are:
            &lt;/p&gt;
            &lt;ul class="small"&gt;
                &lt;li&gt;&lt;a&gt;Phil Japikse: Lead Director (Sponsorship Coordinator)&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a&gt;Russ McMahon: Director&lt;/a&gt;&lt;/li&gt;                
                &lt;li&gt;&lt;a&gt;Parag Joshi: Director (Speaker Coordinator)&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a&gt;Charlie Retzler: Director (Communications)&lt;/a&gt;&lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
            &lt;a name="NewFormat" /&gt;
            &lt;h3&gt;CinNUG / CinARC New format for 2013&lt;/h3&gt;
            &lt;p&gt;
                Starting in January the CinARC meeting will take place during CINNUG meetings, and CINNUG meetings will have the following agenda:
            &lt;/p&gt;
            &lt;ul class="small"&gt;
                &lt;li&gt;5:30 - 6:00pm: Welcome&lt;/li&gt;
                &lt;li&gt;6:00 - 7:15pm: Headliner&lt;/li&gt;
                &lt;li&gt;7:15 - 7:30pm: Grok Talk (if applicable)&lt;/li&gt;
                &lt;li&gt;7:30 - 7:50pm: Pizza/Social&lt;/li&gt;
                &lt;li&gt;7:30 - 8:45pm: CINARC&lt;/li&gt;
                &lt;li&gt;8:45 - 9:00pm: Giveaways&lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
            &lt;a name="CinNUG" /&gt;&lt;h3&gt;CINNUG&lt;/h3&gt;
            &lt;span&gt;Tuesday January 22nd, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
            &lt;br /&gt;
            &lt;p&gt;
                Jaunuary 22nd, 6pm at our monthly CINNUG meeting, we welcome our own &lt;b&gt;Bill Steele&lt;/b&gt; with his talk on &lt;b&gt;Windows Phone 8&lt;/b&gt;.
            &lt;/p&gt;
            &lt;div class="Descriptor"&gt;
                &lt;p&gt;
                    Abstract:&lt;br /&gt;
                    Windows Phone 8 is out and brings exciting prospects with regards to connectivity with your Windows 8 PC, along with a huge list of changes 
                    from its predecessor. Come and see Bill Steele (@wjsteele) talk about Windows Phone 8 Development.
                &lt;/p&gt;
                &lt;p&gt;
                    Twitter: &lt;a href="https://twitter.com/wjsteele"&gt;@wjsteele&lt;/a&gt;
                &lt;/p&gt;
            &lt;/div&gt;
            &lt;p&gt;
                Pizza and drinks will be provided by our sponsors.
            &lt;/p&gt;
            &lt;p&gt;
                On deck for the February 28th CINNUG is Samidip Basu with a talk on Signal R.
            &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="downloads" name="msdownloads"&gt;&lt;/a&gt;
          &lt;h3&gt;MS Download Links - Download Free Software and Earn Swag for CINNUG!&lt;/h3&gt;
          &lt;p&gt;
            &lt;ul class="small"&gt;
              &lt;li&gt;Windows 8&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131624"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131624&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Visual Studio 2012 Express&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131625"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131625&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Windows Phone&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131627"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131627&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Windows Azure Free 90-day Trial&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131626"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131626&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Hyper-V Server 2012&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200145000"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200145000&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;System Center 2012 Suite&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131628"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131628&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;Microsoft Virtual Academy&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131630"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131630&lt;/a&gt;&lt;/li&gt;
            &lt;/ul&gt;
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a name="apress"&gt;&lt;/a&gt;
          &lt;h3&gt;Apress UG Program&lt;/h3&gt;
          &lt;p&gt;
            Apress is offering 30% discount for all eBooks for all User Group Members!&lt;br /&gt;
            Use the code &lt;b&gt;UGC30&lt;/b&gt; during checkout at &lt;a href="http://www.apress.com/" target="_blank"&gt;http://www.apress.com&lt;/a&gt;.
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
            &lt;a name="CC"&gt;&lt;/a&gt;
            &lt;h3&gt;Bitsligners / Clean Coders&lt;/h3&gt;
            &lt;span&gt;Thursday February 7th, 6:00pm, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
            &lt;br /&gt;
            &lt;span&gt;via &lt;a href="http://blog.cromwellhaus.com"&gt;Ryan Cromwell&lt;/a&gt;&lt;/span&gt;
            &lt;p&gt;
                Join us for an informal interest group in Clean Coding.  The core tenants of the interest group will focus on helping people write better more maintainable, testable, and manageable code and understanding the 
                patterns and practices to help achieve it consistently. 
            &lt;/p&gt;
            &lt;p&gt;
                Meetings are held the first Thursday of each month, 6:00 PM at &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt;
                in Mason, OH. Topic suggestions, or general questions can be emailed to &lt;a href="mailto:cromwellryan@hotmail.com"&gt;cromwellryan@hotmail.com&lt;/a&gt;
            &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
            &lt;a class="" title="CincyPASS" name="CincyPass"&gt;&lt;/a&gt;
            &lt;h3&gt;New Usergroup - CincyPASS&lt;/h3&gt;
            &lt;span&gt;Tuesday February 12th, 6:00pm, at the Microsoft Store at Kenwood Towne Center&lt;/span&gt;
            &lt;p&gt;
                The inaugural CincyPASS meeting will be held on February 12, 2013 at 6:00PM with guest speaker &lt;b&gt;Kyle Neier&lt;/b&gt;. 
            &lt;/p&gt;
            &lt;p&gt;
                Kyle has been working professionally with computers since 1995, the past 10 years being dedicated to SQL Server. 
                He currently works as a Sr. Microsoft Consultant for Perpetual Technologies (PTI.net) where he continues to chase his passion to automate DBA processes. 
                He is a proud father of 5, a leader of the local PASS chapter (www.indypass.org), a Microsoft Certified Master (MCM), and enjoys sharing his passion for 
                SQL Server with others by speaking and mentoring at local and regional events.
            &lt;/p&gt;
            &lt;p&gt;
                Kyle will be presenting on Locks, Blocks, and Deadlocks. These terms seem to be thrown around all the time – but what do they all mean? In this session 
                we’ll explore the different isolation levels in SQL Server and how they affect the way that blocking and locking behave within the database engine. 
                We’ll dive into the most common locks and how they can be leveraged and avoided to improve your application experience. Once locks are explored, 
                we’ll discuss the dreaded deadlock and explore techniques to detect and mitigate this troublemaker in your environment.
            &lt;/p&gt;
            &lt;p&gt;
                Space is limited so please RSVP at &lt;a href="http://cincypass0213.eventbrite.com/"&gt;http://cincypass0213.eventbrite.com/&lt;/a&gt;
            &lt;/p&gt;
            &lt;p&gt;
                For more information on our monthly meetings please visit us at http://cincypass.sqlpass.org
            &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;a class="" title="mobile" name="mobile"&gt;&lt;/a&gt;
          &lt;h3&gt;All Things Mobile&lt;/h3&gt;
          &lt;span&gt;Thursday February 21st, 6:30pm, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
          &lt;br /&gt;
          &lt;span&gt;via &lt;a href="http://letsxna.org/"&gt;Parag Joshi&lt;/a&gt;&lt;/span&gt;
          &lt;p&gt;Jan meeting will be held directly at CodeMash. So next meeting at Max is on Feb 21st (note the changed date for Feb 2013).  We will cover notifications on IOS , android and Windows Phone. Notifications are a key component of many apps. Matthew Sheets will be on hand to explain how notifications work.&lt;/p&gt;
          &lt;p&gt;Also by popular vote, the developer(s) of the best CodeMash conference app will get their pick out of the raffle box!&lt;/p&gt;
          &lt;p&gt;Remember it must be a new or modified app for CodeMash 2013.&lt;/p&gt;
          &lt;p&gt;
            Meetings are held the second Thursday of each month, 6:30 PM at &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt;
            in Mason, OH.
          &lt;/p&gt;
        &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
          &lt;h3&gt;Director Bios:&lt;/h3&gt;
          &lt;a name="Phil"&gt;&lt;/a&gt;
          &lt;h4&gt;Phil Japikse: Lead Director (Sponsorship Coordinator)&lt;/h4&gt;
          &lt;p&gt;
            An international speaker, Microsoft MVP, MCSD, CSM, and CSP, and a passionate member of the developer community, 
            Phil Japikse has been working with .Net since the first betas, developing software for over 20 years, and heavily involved in the agile community since 2005. 
            Phil works as a Developer Evangelist for Telerik&amp;#39;s RadControls for Windows 8 as well as the Just family of products 
            (JustCode, JustMock, JustTrace, and JustDecompile), and serves as the Lead Director for the Cincinnati .Net User’s Group and the Cincinnati Software Architect Group. 
            Phil founded Agile Conferences, Inc., a non-profit dedicated to advancing agile in all aspects of software development. 
            Phil also serves as Cub Scout Committee Chair for his sons’ Cub Scout Pack, volunteers for the National Ski Patrol, and is a recently retired Firefighter/Paramedic. 
            You can follow Phil on twitter via &lt;a href="http://www.twitter.com/skimedic" target="_blank"&gt;www.twitter.com/skimedic&lt;/a&gt; 
            and read his blog at &lt;a href="http://www.skimedic.com/blog" target="_blank"&gt;www.skimedic.com/blog&lt;/a&gt;.
          &lt;/p&gt;

          &lt;a name="Russ"&gt;&lt;/a&gt;
          &lt;h4&gt;Russ McMahon: Director&lt;/h4&gt;
          &lt;p&gt;          
            Russ McMahon has been teaching IT related subject matter for more than 30 years. He has been teaching full-time at UC for 14 years and helped create the Information 
            Technology Bachelor of Science degree which started in 2004 and received ABET accreditation in 2006. He teaches computer programming, database administration, 
            business intelligence, and IT security. He is very active in the IT user group community and helped create TechLife Cincinnati which is for those who have an 
            interest in what is going on in the local IT scene. He has been researching the history of computing at UC and is writing a book on UC’s first 50 years of computing. 
            Prior to coming to UC he was a teacher at several local high schools, as well as a couple of local companies. He is married and has 3 grown children. Besides his 
            teaching, he has been a track and field official for 40 years and enjoys competing in local road races from 5k’s to marathons.
          &lt;/p&gt;

          &lt;a name="Parag"&gt;&lt;/a&gt;
          &lt;h4&gt;Parag Joshi: Director (Speaker Coordinator)&lt;/h4&gt;
          &lt;p&gt;
            Parag Joshi (&lt;a href="http://www.twitter.com/ilovethexbox" target="_blank"&gt;@ilovethexbox&lt;/a&gt;) is a Mobile Architect working for 
            Centric Consulting LLC (&lt;a href="http://www.centricconsulting.com" target="_blank"&gt;http://www.centricconsulting.com&lt;/a&gt;) and has over 13 years software development 
            experience working on various Microsoft based technologies. He is a director of the Cincinnati All Things Mobile User Group (Catmug.org). 
            He spends his spare time playing tennis with his 8 year old and writing android and iOS apps to track tennis scores or write games for his 2 year old daughter.
          &lt;/p&gt;
          
          &lt;a name="Charlie"&gt;&lt;/a&gt;
          &lt;h4&gt;Charlie Retzler: Director (Communications)&lt;/h4&gt;
          &lt;p&gt;
            Charlie Retzler is an application developer working for Resurgent Capital Services. He is currently focusing on secure application development practices. 
            He has been developing for the Microsoft platform for the past 12 years, after several years of Unix development, and has earned both MCTS and MCPD certifications. 
            In his spare time he plays in a a cover band, The Dublin Defense. He also enjoys collecting, repairing, and building guitars and amplifiers.          
          &lt;/p&gt;
        &lt;/div&gt;&lt;img src="http://cinnug.org/aggbug.aspx?PostID=3262" width="1" height="1"&gt;</content><author><name>admin</name><uri>http://cinnug.org/members/admin.aspx</uri></author></entry><entry><title>Mid-November 2012 Meeting Reminders</title><link rel="alternate" type="text/html" href="http://cinnug.org/blog/archive/2012/11/28/mid-november-2012-meeting-reminders.aspx" /><id>http://cinnug.org/blog/archive/2012/11/28/mid-november-2012-meeting-reminders.aspx</id><published>2012-11-27T23:09:00Z</published><updated>2012-11-27T23:09:00Z</updated><content type="html">&lt;div class="EventSummary"&gt;
                    &lt;a class="" title="CinNUG" name="CinNUG"&gt;&lt;/a&gt;&lt;h3&gt;CINNUG&lt;/h3&gt;
                    &lt;span&gt;Tuesday November 27th, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
                    &lt;br /&gt;
                    &lt;p&gt;
                        November 27th, 6pm at our monthly CINNUG meeting, we welcome our own &lt;b&gt;Phil Japikse&lt;/b&gt; with his talk on &lt;b&gt;ASP.NET 4.5:&lt;/b&gt; I&amp;#39;m Not Dead Yet! AKA The Resurgence of Web Forms.
                    &lt;/p&gt;
                    &lt;div class="Descriptor"&gt;
                        &lt;p&gt;
                        	Abstract:
				&lt;br /&gt;Despite the rumors to the contrary, ASP.NET WebForms hasn&amp;#39;t ridden off into the sunset. WebForms and the ASP.NET core Runtime has received a lot of love in the .NET 4.5! In this session, I will take you through as many of these new features that we can fit into one session and show you that WebForms is far from &amp;quot;legacy.&amp;quot;
                        &lt;/p&gt;
			&lt;p&gt;
				Blog: &lt;a href="http://www.skimedic.com/blog/"&gt;http://www.skimedic.com/blog/&lt;/a&gt;
				&lt;br /&gt;Twitter: &lt;a href="https://twitter.com/skimedic"&gt;@skimedic&lt;/a&gt;
			&lt;/p&gt;
                    &lt;/div&gt;
			&lt;p&gt;
			Grok Talk: Mike Wood with a talk on Shared Access Signatures with Windows Azure Storage
			&lt;/p&gt;
                    &lt;p&gt;
                        Pizza and drinks will be provided by our sponsors.
                    &lt;/p&gt;
		    &lt;p&gt;
			No CINNUG meeting will be held in December, but join us for our holiday party!
		    &lt;/p&gt;
                &lt;/div&gt;
                &lt;div class="EventSummary"&gt;
                    &lt;a class="" title="elections" name="elections"&gt;&lt;/a&gt;&lt;h3&gt;CINNUG 2013 Director Elections&lt;/h3&gt;
                    &lt;span&gt;Tuesday November 27th during CINNUG Meeting&lt;/span&gt;
                    &lt;br /&gt;
                    &lt;p&gt;
					October 23rd at our monthly CINNUG meeting, we held nominations for the 2013 CINNUG directors. Nominations were as follows:&lt;/p&gt;
					&lt;p&gt;Lead director (one to be elected):&lt;/p&gt;
					&lt;ul class="small"&gt;&lt;li&gt;Phil Japikse&lt;/li&gt;&lt;/ul&gt;
					&lt;p&gt;Director (Three to be elected):&lt;/p&gt;
					&lt;ul class="small"&gt;&lt;li&gt;Parag Joshi&lt;/li&gt;&lt;li&gt;Russ McMahon&lt;/li&gt;&lt;li&gt;Charlie Retzler&lt;/li&gt;&lt;/ul&gt;
					&lt;p&gt;During the November 27th CINNUG meeting, we will hold the election for these positions.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class="EventSummary"&gt;
					&lt;a class="" title="msdownloads" name="msdownloads"&gt;&lt;/a&gt;
					&lt;h3&gt;MS Download Links - Download Free Software and Earn Swag for CINNUG!&lt;/h3&gt;
					&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;ul class="small"&gt;
							&lt;li&gt;Windows 8&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131624"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131624&lt;/a&gt;&lt;/li&gt;
							&lt;li&gt;Visual Studio 2012 Express&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131625"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131625&lt;/a&gt;&lt;/li&gt;
							&lt;li&gt;Windows Phone&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131627"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131627&lt;/a&gt;&lt;/li&gt;
							&lt;li&gt;Windows Azure Free 90-day Trial&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131626"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131626&lt;/a&gt;&lt;/li&gt;
							&lt;li&gt;Hyper-V Server 2012&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200145000"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200145000&lt;/a&gt;&lt;/li&gt;
							&lt;li&gt;System Center 2012 Suite&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131628"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131628&lt;/a&gt;&lt;/li&gt;
							&lt;li&gt;Microsoft Virtual Academy&lt;br /&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131630"&gt;http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200131630&lt;/a&gt;&lt;/li&gt;
						&lt;/ul&gt;
                    &lt;p&gt;&amp;nbsp;&lt;/p&gt;
                &lt;/div&gt;
		
                    &lt;a name="CinArc"&gt;&lt;/a&gt;&lt;h3&gt;CinArc&lt;/h3&gt;
                    &lt;span&gt;Thurdsay November 15th, 6:00pm &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
                    &lt;br /&gt;
                    &lt;p&gt;
                        This month CinArc (Cincinnati Software Architecture Group) will feature more discussion on topics chosen the night of the meeting.  The focus of the meeting will be to discuss issues of software architecture relevant to the members of the community.
                    &lt;/p&gt;
                    &lt;p&gt;
                        The meeting is open to both seasoned architects and those who strive to know more about software architecture.&amp;nbsp; 
                        Pizza and drinks will be provided by our sponsors.
                    &lt;/p&gt;
                
				&lt;div class="EventSummary"&gt;
					&lt;a class="" title="max" name="max"&gt;&lt;/a&gt;
					&lt;h3&gt;MAX Technical Training: FREE First Look Clinics and Webinars&lt;/h3&gt;
					&lt;p&gt;
						You&amp;#39;ve asked and we listened. MAX is pleased to offer Microsoft First Look Clinics for FREE.  These 1/2 day clinics can be taken at MAX with an instructor or anyplace through our MAXLive technology.  The choice is yours!
					&lt;/p&gt;
					&lt;p&gt;&lt;b&gt;FIRST LOOK CLINICS:&lt;/b&gt;
					&lt;/p&gt;&lt;ul class="small"&gt;
						&lt;li&gt;&lt;a href="http://www.maxtrain.com/Classes/ClassInfo.aspx?Id=48351"&gt;Introduction to Windows 8 Development -C#&lt;/a&gt;&lt;/li&gt;
						&lt;li&gt;&lt;a href="http://www.maxtrain.com/Classes/ClassInfo.aspx?Id=48350"&gt;Introduction to Windows 8 Development - JavaScript and HTML5  &lt;/a&gt;&lt;/li&gt;
						&lt;li&gt;&lt;a href="http://www.maxtrain.com/Classes/ClassInfo.aspx?Id=44107"&gt;What&amp;#39;s New for IT Professionals in Microsoft SharePoint Server 2013&lt;/a&gt;&lt;/li&gt;
						&lt;li&gt;&lt;a href="http://www.maxtrain.com/Classes/ClassInfo.aspx?Id=43826"&gt;What&amp;#39;s New for Developers in Microsoft SharePoint 2013&lt;/a&gt;&lt;/li&gt;
					&lt;/ul&gt;
                    &lt;p&gt;&amp;nbsp;&lt;/p&gt;
                &lt;/div&gt;
                &lt;div class="EventSummary"&gt;
                    &lt;a class="" title="apress" name="apress"&gt;&lt;/a&gt;
                    &lt;h3&gt;Apress UG Program&lt;/h3&gt;
                    &lt;p&gt;
                        60% Off Apress eBooks*
						&lt;br /&gt;Click this link: &lt;a href="http://app.streamsend.com/public/hbs1/iZ0/subscribe"&gt;http://app.streamsend.com/public/hbs1/iZ0/subscribe&lt;/a&gt;
						&lt;br /&gt;When prompted for your user group:
						&lt;br /&gt;&lt;span style="text-indent:50px;"&gt;&amp;quot;CINNUG – Cincinnati .NET Users Group&amp;quot;&lt;/span&gt;
						&lt;br /&gt;Valid between now and 10-Dec
						&lt;br /&gt;*Not valid CyberMonday – 26-Nov
                    &lt;/p&gt;
                &lt;/div&gt;
                &lt;div class="EventSummary"&gt;
                    &lt;a class="" title="CC" name="CC"&gt;&lt;/a&gt;
                    &lt;h3&gt;Bitsligners / Clean Coders&lt;/h3&gt;
                    &lt;span&gt;Thursday December 6th, 6:00pm, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
                    &lt;br /&gt;
                    &lt;span&gt;via &lt;a href="http://blog.cromwellhaus.com"&gt;Ryan Cromwell&lt;/a&gt;&lt;/span&gt;
                    &lt;p&gt;
                        Join us for an informal interest group in Clean Coding.  The core tenants of the interest group will focus on helping people write better more maintainable, testable, and manageable code and understanding the 
                        patterns and practices to help achieve it consistently. 
                    &lt;/p&gt;
                    &lt;p&gt;
                        Meetings are held the first Thursday of each month, 6:00 PM at &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt;
                        in Mason, OH. Topic suggestions, or general questions can be emailed to &lt;a href="mailto:cromwellryan@hotmail.com"&gt;cromwellryan@hotmail.com&lt;/a&gt;
                    &lt;/p&gt;
                &lt;/div&gt;
                &lt;div class="EventSummary"&gt;
                    &lt;a class="" title="holiday" name="holiday"&gt;&lt;/a&gt;
                    &lt;h3&gt;CINNUG / CinARC Holiday Party&lt;/h3&gt;
                    &lt;span&gt;Thursday December 20th, 6:00pm, Microsoft Office in Mason, OH&lt;/span&gt;
                    &lt;p&gt;
                        Join us for our annual holiday celebration!
                    &lt;/p&gt;
                    &lt;p&gt;
			Join us for:
			&lt;/p&gt;&lt;ul class="small"&gt;
				&lt;li&gt;Games&lt;/li&gt;
				&lt;li&gt;Food&lt;/li&gt;
				&lt;li&gt;Holiday Cheer&lt;/li&gt;
			&lt;/ul&gt;
			Please RSVP at &lt;a href="http://cinnug.eventbrite.com/"&gt;http://cinnug.eventbrite.com/&lt;/a&gt;.
                    &lt;p&gt;&amp;nbsp;&lt;/p&gt;
                &lt;/div&gt;
				&lt;div class="EventSummary"&gt;
                    &lt;a class="" title="mobile" name="mobile"&gt;&lt;/a&gt;
                    &lt;h3&gt;All Things Mobile&lt;/h3&gt;
                    &lt;span&gt;Thursday February 21st, 6:30pm, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
                    &lt;br /&gt;
                    &lt;span&gt;via &lt;a href="http://letsxna.org/"&gt;Parag Joshi&lt;/a&gt;&lt;/span&gt;
                    &lt;p&gt;
                        That&amp;#39;s right! We are not meeting in December as we have a Cinnug party. All Cincy Mobile group members are welcome to join. See note for RSVP for December 20th party and game nite.
                    &lt;/p&gt;
					&lt;p&gt;Jan meeting will be held directly at CodeMash. So next meeting at Max is on Feb 21st (note the changed date for Feb 2013).  We will cover notifications on IOS , android and Windows Phone. Notifications are a key component of many apps. Matthew Sheets will be on hand to explain how notifications work.&lt;/p&gt;
					&lt;p&gt;Also by popular vote, the developer(s) of the best CodeMash conference app will get their pick out of the raffle box!&lt;/p&gt;
					&lt;p&gt;Remember it must be a new or modified app for CodeMash 2013.&lt;/p&gt;
                    &lt;p&gt;
                        Meetings are held the second Thursday of each month, 6:30 PM at &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt;
                        in Mason, OH.
                    &lt;/p&gt;
                &lt;/div&gt;&lt;img src="http://cinnug.org/aggbug.aspx?PostID=3251" width="1" height="1"&gt;</content><author><name>admin</name><uri>http://cinnug.org/members/admin.aspx</uri></author></entry><entry><title>Mid-October 2012 Meeting Reminders</title><link rel="alternate" type="text/html" href="http://cinnug.org/blog/archive/2012/10/23/mid-october-2012-meeting-reminders.aspx" /><id>http://cinnug.org/blog/archive/2012/10/23/mid-october-2012-meeting-reminders.aspx</id><published>2012-10-23T20:06:00Z</published><updated>2012-10-23T20:06:00Z</updated><content type="html">                &lt;div class="EventSummary"&gt;
                    &lt;a class="" title="CinNUG" name="CinNUG"&gt;&lt;/a&gt;&lt;h3&gt;CINNUG&lt;/h3&gt;
                    &lt;span&gt;Tuesday October 23rd, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
                    &lt;br /&gt;
                    &lt;p&gt;
                        October 23rd, 6pm at our monthly CINNUG meeting, we welcome Elizabeth Naramore with a talk on &lt;b&gt;Technical Debt&lt;/b&gt;.
                    &lt;/p&gt;
                    &lt;div class="Descriptor"&gt;
                        &lt;p&gt;
                        	Abstract:
				&lt;br /&gt;Technical debt is something that most project teams or independent developers have to deal with - we take shortcuts to push out releases, deadlines need to be met, quick fixes slowly become the standard. In this talk, Elizabeth will discuss what technical debt is, when it is acceptable and when it isn&amp;#39;t, and strategies for effectively managing it, both on an independent and team level.
                        &lt;/p&gt;
			&lt;p&gt;
				Blog: &lt;a href="http://naramore.net/blog"&gt;http://naramore.net/blog&lt;/a&gt;
				&lt;br /&gt;Twitter: &lt;a href="https://twitter.com/ElizabethN"&gt;@ElizabethN&lt;/a&gt;
			&lt;/p&gt;
                    &lt;/div&gt;
			&lt;p&gt;
			Grok Talk: Joe Wirtley with a talk on AutoMapper
			&lt;/p&gt;
                    &lt;p&gt;
                        Pizza and drinks will be provided by our sponsors.
                    &lt;/p&gt;
		    &lt;p&gt;
			On deck for the November 27th CINNUG is our own Phil Japikse with a talk on ASP.NET 4.5.
		    &lt;/p&gt;
                &lt;/div&gt;
                &lt;div class="EventSummary"&gt;
                    &lt;a class="" title="elections" name="elections"&gt;&lt;/a&gt;&lt;h3&gt;CINNUG 2013 Director Nominations/Elections&lt;/h3&gt;
                    &lt;span&gt;Nominations: Tuesday October 23rd&lt;/span&gt;
                    &lt;br /&gt;&lt;span&gt;Elections: Tuesday November 27th&lt;/span&gt;
                    &lt;br /&gt;
                    &lt;p&gt;
			October 23rd at our monthly CINNUG meeting, we will hold nominations for the 2013 CINNUG directors.  Positions available include:
			lead director (currently Phil Japikse) or director (currenty Kim Painter, Parag Joshi and Andy Douglas).  After nominations are taken 
			at the October meeting, during the November 27th CINNUG meeting, we will hold the election for these positions.
                    &lt;/p&gt;
                    &lt;p&gt;
                       	In order to be eligible to vote, you must have attended 3 meetings between June 2012 and November 2012 (inclusive).  CINNUG, CinArc, All Things Mobile and BitSlingers / Clean Coders all count towards the 3 meetings.
			Those interested in running for a position may run for the lead director position or a director position.  You will need to be nominated by another CINNUG member either before or during the November meeting in order to be eligible to run for a position.  After the election, the lead director will assign each director his/her role: communications, sponsorship, or speaker coordinator.
                    &lt;/p&gt;
                &lt;/div&gt;
                &lt;div class="EventSummary"&gt;
                    &lt;a class="" title="CC" name="CC"&gt;&lt;/a&gt;
                    &lt;h3&gt;Bitsligners / Clean Coders&lt;/h3&gt;
                    &lt;span&gt;Thursday November 1st, 6:00pm, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
                    &lt;br /&gt;
                    &lt;span&gt;via &lt;a href="http://blog.cromwellhaus.com"&gt;Ryan Cromwell&lt;/a&gt;&lt;/span&gt;
                    &lt;p&gt;
                        Join us for an informal interest group in Clean Coding.  The core tenants of the interest group will focus on helping people write better more maintainable, testable, and manageable code and understanding the 
                        patterns and practices to help achieve it consistently. 
                    &lt;/p&gt;
                    &lt;p&gt;
                        Meetings are held the first Thursday of each month, 6:00 PM at &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt;
                        in Mason, OH. Topic suggestions, or general questions can be emailed to &lt;a href="mailto:cromwellryan@hotmail.com"&gt;cromwellryan@hotmail.com&lt;/a&gt;
                    &lt;/p&gt;
                &lt;/div&gt;
		&lt;div class="EventSummary"&gt;
                    &lt;a class="" title="mobile" name="mobile"&gt;&lt;/a&gt;
                    &lt;h3&gt;All Things Mobile&lt;/h3&gt;
                    &lt;span&gt;Thursday November 8th, 6:30pm, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
                    &lt;br /&gt;
                    &lt;span&gt;via &lt;a href="http://letsxna.org/"&gt;Parag Joshi&lt;/a&gt;&lt;/span&gt;
                    &lt;p&gt;
                        CodeMash Coding challenge! - Nov 8th @ 6:30 p.m.
                    &lt;/p&gt;
&lt;p&gt;There is a little known conference named &amp;quot;CodeMash&amp;quot; coming up in Jan 2013. It&amp;#39;s time for another challenge. 
Lets get together and build CodeMash session apps whether they are built in Windows Phone 8 or Android or IOS or better yet all three.&lt;/p&gt;
&lt;p&gt;On hand, there will be code samples handy to access and return JSON data from the CodeMash API.  Bring your laptop or just watch.&lt;/p&gt;
&lt;p&gt;RSVP at &lt;a href="http://www.catmug.org"&gt;http://www.catmug.org&lt;/a&gt; or (&lt;a href="http://www.meetup.com/All-Things-Mobile-Cincinnati"&gt;http://www.meetup.com/All-Things-Mobile-Cincinnati&lt;/a&gt;).&lt;/p&gt;
                    &lt;p&gt;
                        Meetings are held the second Thursday of each month, 6:30 PM at &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt;
                        in Mason, OH.
                    &lt;/p&gt;
                &lt;/div&gt;
		&lt;div class="EventSummary"&gt;
                    &lt;a class="" title="dogfood" name="dogfood"&gt;&lt;/a&gt;
                    &lt;h3&gt;Dog Food Conference&lt;/h3&gt;
                    &lt;span&gt;Thursday-Friday November 8-9, &lt;a href="http://dogfoodcon.com/"&gt;Microsoft Office&lt;/a&gt; in Columbus, OH&lt;/span&gt;
                    &lt;br /&gt;
                    &lt;p&gt;
                        &lt;b&gt;What&lt;/b&gt;
			&lt;br /&gt;This a 2-day conference sponsored and managed by community IT professionals showcasing Microsoft technologies. There will be speakers from MS Gold Certified Partners, MVPs, IT authors,  MS partner software companies, community leads, and MS Corp subject matter experts.  
Dog Fooding is and IT term to use your own products before releasing to the customer.
There will 96 overviews on the following: Windows Azure, System Center suite 2012, best practices for desktop upgrades, SQL, SharePoint 10/13, Office 365, .NET, XBOX, Skype, HTML 5.0, Powershell, Windows Server 2012, Windows 8, Unified Communications, Lync, Project Server, MS licensing, Server Performance, Business Intelligence, Windows Phone 8 and 7 and OData.
Dog Fooding is an IT term to use your own products before releasing to the customer.
                    &lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Why&lt;/b&gt;
&lt;br /&gt;To educate all IT organizations on their IT investments, meet and chat with subject matter experts and raise the community&amp;#39;s knowledge and partnerships.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Who&lt;/b&gt;
&lt;br /&gt;Who should attend?  CIO, CISOs, CFOs, developers, Server admins, desktop managers, help desk, virtualization leads, DBAs, HR, marketing, architects, collaborations admins
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Where&lt;/b&gt;
&lt;br /&gt;Microsoft Columbus Ohio
&lt;br /&gt;8800 Lyra Dr
&lt;br /&gt;Floors 1, 3, 4
&lt;br /&gt;Columbus, OH 43240
&lt;/p&gt;
                &lt;/div&gt;
		&lt;div class="EventSummary"&gt;
                    &lt;a class="" title="CinArc" name="CinArc"&gt;&lt;/a&gt;&lt;h3&gt;CinArc&lt;/h3&gt;
                    &lt;span&gt;Thurdsay November 15th, 6:00pm &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
                    &lt;br /&gt;
                    &lt;p&gt;
                        This month CinArc (Cincinnati Software Architecture Group) will feature more discussion on topics chosen the night of the meeting.  The focus of the meeting will be to discuss issues of software architecture relevant to the members of the community.
                    &lt;/p&gt;
                    &lt;p&gt;
                        The meeting is open to both seasoned architects and those who strive to know more about software architecture.&amp;nbsp; 
                        Pizza and drinks will be provided by our sponsors.
                    &lt;/p&gt;
                &lt;/div&gt;&lt;img src="http://cinnug.org/aggbug.aspx?PostID=3245" width="1" height="1"&gt;</content><author><name>admin</name><uri>http://cinnug.org/members/admin.aspx</uri></author></entry><entry><title>October 2012 Newsletter</title><link rel="alternate" type="text/html" href="http://cinnug.org/blog/archive/2012/10/02/october-2012-newsletter.aspx" /><id>http://cinnug.org/blog/archive/2012/10/02/october-2012-newsletter.aspx</id><published>2012-10-02T17:19:00Z</published><updated>2012-10-02T17:19:00Z</updated><content type="html">                 &lt;div class="EventSummary"&gt;
                    &lt;a class="" title="CinNUG" name="CinNUG"&gt;&lt;/a&gt;&lt;h3&gt;CINNUG&lt;/h3&gt;
                    &lt;span&gt;Tuesday October 23rd, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
                    &lt;br /&gt;
                    &lt;p&gt;
                        October 23rd, 6pm at our monthly CINNUG meeting, we welcome Elizabeth Naramore with a talk on &lt;b&gt;Technical Debt&lt;/b&gt;.
                    &lt;/p&gt;
                    &lt;div class="Descriptor"&gt;
                        &lt;p&gt;
                            Abstract:
                &lt;br /&gt;Technical debt is something that most project teams or independent developers have to deal with - we take shortcuts to push out releases, deadlines need to be met, quick fixes slowly become the standard. In this talk, Elizabeth will discuss what technical debt is, when it is acceptable and when it isn&amp;#39;t, and strategies for effectively managing it, both on an independent and team level.
                        &lt;/p&gt;
            &lt;p&gt;
                Blog: &lt;a href="http://naramore.net/blog"&gt;http://naramore.net/blog&lt;/a&gt;
                &lt;br /&gt;Twitter: &lt;a href="https://twitter.com/ElizabethN"&gt;@ElizabethN&lt;/a&gt;
            &lt;/p&gt;
                    &lt;/div&gt;
            &lt;p&gt;
            Grok Talk: Joe Wirtley with a talk on AutoMapper
            &lt;/p&gt;
                    &lt;p&gt;
                        Pizza and drinks will be provided by our sponsors.
                    &lt;/p&gt;
            &lt;p&gt;
            On deck for the November 27th CINNUG is our own Phil Japikse with a talk on ASP.NET 4.5.
            &lt;/p&gt;
                &lt;/div&gt;
                &lt;div class="EventSummary"&gt;
                    &lt;a class="" title="elections" name="elections"&gt;&lt;/a&gt;&lt;h3&gt;CINNUG 2013 Director Nominations/Elections&lt;/h3&gt;
                    &lt;span&gt;Nominations: Tuesday October 23rd&lt;/span&gt;
                    &lt;br /&gt;&lt;span&gt;Elections: Tuesday November 27th&lt;/span&gt;
                    &lt;br /&gt;
                    &lt;p&gt;
            October 23rd at our monthly CINNUG meeting, we will hold nominations for the 2013 CINNUG directors.  Positions available include:
            lead director (currently Phil Japikse) or director (currenty Kim Painter, Parag Joshi and Andy Douglas).  After nominations are taken
            at the October meeting, during the November 27th CINNUG meeting, we will hold the election for these positions.
                    &lt;/p&gt;
                    &lt;p&gt;
                           In order to be eligible to vote, you must have attended 3 meetings between June 2012 and November 2012 (inclusive).  CINNUG, CinArc, All Things Mobile and BitSlingers / Clean Coders all count towards the 3 meetings.
            Those interested in running for a position may run for the lead director position or a director position.  You will need to be nominated by another CINNUG member either before or during the November meeting in order to be eligible to run for a position.  After the election, the lead director will assign each director his/her role: communications, sponsorship, or speaker coordinator.
                    &lt;/p&gt;
                &lt;/div&gt;
                &lt;div class="EventSummary"&gt;
                    &lt;a class="" title="CC" name="CC"&gt;&lt;/a&gt;
                    &lt;h3&gt;Bitsligners / Clean Coders&lt;/h3&gt;
                    &lt;span&gt;Thursday October 4th, 6:00pm, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
                    &lt;br /&gt;
                    &lt;span&gt;via &lt;a href="http://blog.cromwellhaus.com"&gt;Ryan Cromwell&lt;/a&gt;&lt;/span&gt;
                    &lt;p&gt;
                        Join us for an informal interest group in Clean Coding.  The core tenants of the interest group will focus on helping people write better more maintainable, testable, and manageable code and understanding the
                        patterns and practices to help achieve it consistently.
                    &lt;/p&gt;
                    &lt;p&gt;
                        Meetings are held the first Thursday of each month, 6:00 PM at &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt;
                        in Mason, OH. Topic suggestions, or general questions can be emailed to &lt;a href="mailto:cromwellryan@hotmail.com"&gt;cromwellryan@hotmail.com&lt;/a&gt;
                    &lt;/p&gt;
                &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
                    &lt;a class="" title="mobile" name="mobile"&gt;&lt;/a&gt;
                    &lt;h3&gt;All Things Mobile&lt;/h3&gt;
                    &lt;span&gt;Thursday October 11th, 6:30pm, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
                    &lt;br /&gt;
                    &lt;span&gt;via &lt;a href="http://letsxna.org/"&gt;Parag Joshi&lt;/a&gt;&lt;/span&gt;
                    &lt;p&gt;
                        Mono Touch and Android dotnet fun! - Oct 11th @ 6:30 p.m.
                    &lt;/p&gt;
&lt;p&gt;
The proof is in the pudding! We have had sessions on Mono Touch and Mono for Android and now its time to show how they work together. Besides the fact that you can write c# code and create Android and iOS apps, you can also use the power of dotnet assemblies and share code.
&lt;/p&gt;
&lt;p&gt;
Well we will attempt to do just that. We will take a business logic dll written in dotnet and share it between the Mono Touch and Mono for Android projects. Brian Starr will code the business logic dll and the iOS UI and Parag Joshi will duplicate the same on the android side.
&lt;/p&gt;
&lt;p&gt;At the end we will have shared code running in iOS and Android apps.&lt;/p&gt;
&lt;p&gt;RSVP at &lt;a href="http://www.catmug.org/"&gt;http://www.catmug.org&lt;/a&gt; or (&lt;a href="http://www.meetup.com/All-Things-Mobile-Cincinnati"&gt;http://www.meetup.com/All-Things-Mobile-Cincinnati&lt;/a&gt;).&lt;/p&gt;
                    &lt;p&gt;
                        Meetings are held the second Thursday of each month, 6:30 PM at &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt;
                        in Mason, OH.
                    &lt;/p&gt;
                &lt;/div&gt;
                &lt;div class="EventSummary"&gt;
                    &lt;a class="" title="CinArc" name="CinArc"&gt;&lt;/a&gt;&lt;h3&gt;CinArc&lt;/h3&gt;
                    &lt;span&gt;Thurdsay October 18th, 6:00pm &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
                    &lt;br /&gt;
                    &lt;p&gt;
                        This month CinArc (Cincinnati Software Architecture Group) will feature more discussion on topics chosen the night of the meeting.  The focus of the meeting will be to discuss issues of software architecture relevant to the members of the community.
                    &lt;/p&gt;
                    &lt;p&gt;
                        The meeting is open to both seasoned architects and those who strive to know more about software architecture.&amp;nbsp;
                        Pizza and drinks will be provided by our sponsors.
                    &lt;/p&gt;
                &lt;/div&gt;
        &lt;div class="EventSummary"&gt;
            &lt;a class="" title="give" name="give"&gt;&lt;/a&gt;&lt;h3&gt;Southwest Ohio Give Camp&lt;/h3&gt;
            &lt;span&gt;&lt;b&gt;Octobober 19-21&lt;/b&gt;, West Chester, OH&lt;/span&gt;
            &lt;br /&gt;
            &lt;p&gt;
            GiveCamp is a weekend-long event that brings together a community of volunteers who donate their time and talents to provide web and software solutions for local non-profit organizations.    The volunteers include designers, developers, database administrators and other technology professionals as well as staff from the various charities.  Since its beginnings in 2007, the GiveCamp program has spread to many communities throughout the United States, including Ann Arbor, Grand Rapids, Lansing, and Southwest Ohio.
            &lt;/p&gt;
            &lt;p&gt;
            For more information and to register as a volunteer: &lt;a href="http://southwestohiogivecamp.org"&gt;click here&lt;/a&gt;.
            &lt;/p&gt;
        &lt;/div&gt;&lt;img src="http://cinnug.org/aggbug.aspx?PostID=3236" width="1" height="1"&gt;</content><author><name>admin</name><uri>http://cinnug.org/members/admin.aspx</uri></author></entry><entry><title>Mid-September 2012 Meeting Reminders</title><link rel="alternate" type="text/html" href="http://cinnug.org/blog/archive/2012/09/25/mid-september-meeting-reminders.aspx" /><id>http://cinnug.org/blog/archive/2012/09/25/mid-september-meeting-reminders.aspx</id><published>2012-09-25T02:20:00Z</published><updated>2012-09-25T02:20:00Z</updated><content type="html">                &lt;div class="EventSummary"&gt;
                    &lt;a class="" title="CinNUG" name="CinNUG"&gt;&lt;/a&gt;&lt;h3&gt;CINNUG&lt;/h3&gt;
                    &lt;span&gt;Tuesday September 25th, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
                    &lt;br /&gt;
                    &lt;p&gt;
                        September 25th, 6pm at our monthly CINNUG meeting, we will hold a special &lt;b&gt;Visual Studio 2012 Release Event&lt;/b&gt;.
                    &lt;/p&gt;
                    &lt;div class="Descriptor"&gt;
                        &lt;p&gt;
                        	Abstract:
				&lt;br /&gt;Join us for a special CINNUG meeting celebrating the launch of Visual Studio 2012.  We will be bringing you the best of the Official Microsoft Launch content live and in person at our regularly scheduled monthly meeting.  A panel of experts will also be on hand to field questions on MVC4, Webforms 4.5, Windows 8 [REDACTED] Development, as well as help you with other questions you might have about the latest tools coming out of Microsoft&amp;#39;s Developer Division.&lt;/p&gt;
                        &lt;p&gt;&amp;nbsp;&lt;/p&gt;
			&lt;h4&gt;Download the Code and get SWAG for CINNUG!&lt;/h4&gt;
			&lt;ul&gt;
				&lt;li&gt;VS 2012 Express: &lt;a href="http://bit.ly/PxgAlj"&gt;http://bit.ly/PxgAlj&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;Windows Server 2012: &lt;a href="http://bit.ly/UDdZsL"&gt;http://bit.ly/UDdZsL&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;Azure Trial: &lt;a href="http://bit.ly/Pxilit"&gt;http://bit.ly/Pxilit&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;Windows Phone: &lt;a href="http://bit.ly/ScpsKW"&gt;http://bit.ly/ScpsKW&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;System Center: &lt;a href="http://bit.ly/SeDC2G"&gt;http://bit.ly/SeDC2G&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;30 Day Win8 App Journey: &lt;a href="http://bit.ly/SM3LBX"&gt;http://bit.ly/SM3LBX&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;MS Virtual Academy: &lt;a href="http://bit.ly/Up0cmW"&gt;http://bit.ly/Up0cmW&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
                    &lt;/div&gt;
			&lt;p&gt;
			Grok Talk: Joe Wirtley with a talk on AutoMapper
			&lt;/p&gt;
                    &lt;p&gt;
                        Pizza and drinks will be provided by our sponsors.
                    &lt;/p&gt;
		    &lt;p&gt;
			On deck for the October 23rd CINNUG is Elizabeth Naramore with a talk on Technical Debt
		    &lt;/p&gt;
                &lt;/div&gt;
                &lt;div class="EventSummary"&gt;
                    &lt;a class="" title="elections" name="elections"&gt;&lt;/a&gt;&lt;h3&gt;CINNUG 2013 Director Nominations/Elections&lt;/h3&gt;
                    &lt;span&gt;Nominations: Tuesday October 23rd&lt;/span&gt;
                    &lt;br /&gt;&lt;span&gt;Elections: Tuesday November 27th&lt;/span&gt;
                    &lt;br /&gt;
                    &lt;p&gt;
			October 23rd at our monthly CINNUG meeting, we will hold nominations for the 2013 CINNUG directors.  Positions available include:
			lead director (currently Phil Japikse) or director (currenty Kim Painter, Parag Joshi and Andy Douglas).  After nominations are taken 
			at the October meeting, during the November 27th CINNUG meeting, we will hold the election for these positions.
                    &lt;/p&gt;
                    &lt;p&gt;
                       	In order to be eligible to vote, you must have attended 3 meetings between June 2012 and November 2012 (inclusive).  CINNUG, CinArc, All Things Mobile and BitSlingers / Clean Coders all count towards the 3 meetings.
			Those interested in running for a position may run for the lead director position or a director position.  You will need to be nominated by another CINNUG member either before or during the November meeting in order to be eligible to run for a position.  After the election, the lead director will assign each director his/her role: communications, sponsorship, or speaker coordinator.
                    &lt;/p&gt;
                &lt;/div&gt;
                &lt;div class="EventSummary"&gt;
                    &lt;a class="" title="cloudos" name="cloudos"&gt;&lt;/a&gt;&lt;h3&gt;Cloud OS Signature Event Series&lt;/h3&gt;
		    &lt;span&gt;Tuesday, September 25th, Columbus OH&lt;/span&gt;
                    &lt;br /&gt;
                    &lt;p&gt;
                        Every great Developer knows the key to enhancing their skills is to keep learning. Join us at The Cloud OS Signature Event near you and you&amp;#39;ll find out how the new Visual Studio 2012 and Windows Azure can help you create better applications and give you the opportunity to write in any language you choose.
                    &lt;/p&gt;
			&lt;p&gt;For more information and to register, &lt;a href="http://www.microsoft.com/enterprise/events/signature/#fbid=-QgRDmXsZmu"&gt;click here&lt;/a&gt;.
                &lt;/p&gt;&lt;/div&gt;
                &lt;div class="EventSummary"&gt;
                    &lt;a class="" title="CC" name="CC"&gt;&lt;/a&gt;
                    &lt;h3&gt;Bitsligners / Clean Coders&lt;/h3&gt;
                    &lt;span&gt;Thursday October 4th, 6:00pm, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
                    &lt;br /&gt;
                    &lt;span&gt;via &lt;a href="http://blog.cromwellhaus.com"&gt;Ryan Cromwell&lt;/a&gt;&lt;/span&gt;
                    &lt;p&gt;
                        Join us for an informal interest group in Clean Coding.  The core tenants of the interest group will focus on helping people write better more maintainable, testable, and manageable code and understanding the 
                        patterns and practices to help achieve it consistently. 
                    &lt;/p&gt;
                    &lt;p&gt;
                        Meetings are held the first Thursday of each month, 6:00 PM at &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt;
                        in Mason, OH. Topic suggestions, or general questions can be emailed to &lt;a href="mailto:cromwellryan@hotmail.com"&gt;cromwellryan@hotmail.com&lt;/a&gt;
                    &lt;/p&gt;
                &lt;/div&gt;
		&lt;div class="EventSummary"&gt;
                    &lt;a class="" title="mobile" name="mobile"&gt;&lt;/a&gt;
                    &lt;h3&gt;All Things Mobile&lt;/h3&gt;
                    &lt;span&gt;Thursday October 11th, 6:30pm, &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
                    &lt;br /&gt;
                    &lt;span&gt;via &lt;a href="http://letsxna.org"&gt;Parag Joshi&lt;/a&gt;&lt;/span&gt;
                    &lt;p&gt;&amp;nbsp;&lt;/p&gt;
                    &lt;p&gt;
                        Meetings are held the second Thursday of each month, 6:30 PM at &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt;
                        in Mason, OH.
                    &lt;/p&gt;
                &lt;/div&gt;
                &lt;div class="EventSummary"&gt;
                    &lt;a class="" title="CinArc" name="CinArc"&gt;&lt;/a&gt;&lt;h3&gt;CinArc&lt;/h3&gt;
                    &lt;span&gt;Thurdsay October 18th, 6:00pm &lt;a href="http://www.maxtrain.com/DynamicPage.aspx?DynamicContentID=7"&gt;Max Technical Training&lt;/a&gt; in Mason, OH&lt;/span&gt;
                    &lt;br /&gt;
                    &lt;p&gt;
                        This month CinArc (Cincinnati Software Architecture Group) will feature more discussion on topics chosen the night of the meeting.  The focus of the meeting will be to discuss issues of software architecture relevant to the members of the community.
                    &lt;/p&gt;
                    &lt;p&gt;
                        The meeting is open to both seasoned architects and those who strive to know more about software architecture.&amp;nbsp; 
                        Pizza and drinks will be provided by our sponsors.
                    &lt;/p&gt;
                &lt;/div&gt;
		&lt;div class="EventSummary"&gt;
		    &lt;a class="" title="give" name="give"&gt;&lt;/a&gt;&lt;h3&gt;Southwest Ohio Give Camp&lt;/h3&gt;
		    &lt;span&gt;&lt;b&gt;Octobober 19-21&lt;/b&gt;, West Chester, OH&lt;/span&gt;
		    &lt;br /&gt;
		    &lt;p&gt;
			GiveCamp is a weekend-long event that brings together a community of volunteers who donate their time and talents to provide web and software solutions for local non-profit organizations.    The volunteers include designers, developers, database administrators and other technology professionals as well as staff from the various charities.  Since its beginnings in 2007, the GiveCamp program has spread to many communities throughout the United States, including Ann Arbor, Grand Rapids, Lansing, and Southwest Ohio.
		    &lt;/p&gt;
		    &lt;p&gt;
			For more information and to register as a volunteer: &lt;a href="http://southwestohiogivecamp.org"&gt;click here&lt;/a&gt;.
		    &lt;/p&gt;
		&lt;/div&gt;
&lt;img src="http://cinnug.org/aggbug.aspx?PostID=3224" width="1" height="1"&gt;</content><author><name>admin</name><uri>http://cinnug.org/members/admin.aspx</uri></author></entry><entry><title>October 2010 Meeting Recap</title><link rel="alternate" type="text/html" href="http://cinnug.org/blog/archive/2010/11/03/october-2010-meeting-recap.aspx" /><id>http://cinnug.org/blog/archive/2010/11/03/october-2010-meeting-recap.aspx</id><published>2010-11-04T01:40:00Z</published><updated>2010-11-04T01:40:00Z</updated><content type="html">&lt;p&gt;&lt;span style="color:black;font-size:10pt;"&gt;Hey Folks!&lt;/span&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;br /&gt;&lt;/font&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;br /&gt;&lt;/font&gt;&lt;span style="font-size:10pt;"&gt;Last month we held elections and the votes are in!&amp;nbsp; Congratulations to the new CINNUG Directors:&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Phil Japikse&lt;/li&gt;&lt;li&gt;Ernerst Stormann&lt;/li&gt;&lt;li&gt;Parag Joshi&lt;/li&gt;&lt;li&gt;Kim Painter&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;In addition to director elections, Marcus King was here&amp;nbsp;and gave us an introduction to Aspect-Oriented Programming (AOP).&lt;span&gt;&amp;nbsp; &lt;/span&gt;Marcus King showed us some great examples of tracing and exception handling using &lt;a href="http://www.sharpcrafters.com/" target="_blank"&gt;PostSharp&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;"&gt;Suganthi Giridharan&amp;nbsp;gave a grok on creating animation using Expression Blend.&amp;nbsp; She also showed the XAML behind the animation using Visual Studio.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;"&gt;This month the CINNUG meeting will be held &lt;strong&gt;one week early due to the Thanksgiving holiday!&lt;/strong&gt;&amp;nbsp; &lt;a href="http://joewirtley.blogspot.com/" target="_blank"&gt;Joe Wirtely&lt;/a&gt;&amp;nbsp;will discuss Pivot technology and introduce the tools and techniques needed to build both static and dynamic Pivot collections.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;"&gt;&lt;/span&gt;We will also look at using the Silverlight PivotViewer control to make your Pivot collections accessible on the web.&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;br /&gt;&lt;a href="http://orbitalspacelaser.com/blog/" target="_blank"&gt;Ben Von Handorf&amp;#39;s&lt;/a&gt; grok talk will cover options for doing MultiTouch development, including a variety of options for different circumstances and budgets ranging from expensive to almost free..&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;span style="color:black;font-size:10pt;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;span style="color:black;font-size:10pt;"&gt;The CINNUG team&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;span style="color:black;font-size:10pt;"&gt;&lt;/span&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;b&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;b&gt;What&amp;#39;s in this Newsletter?&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;November&amp;nbsp;CINNUG - 11/16/10&lt;/li&gt;&lt;li&gt;November CinArc - 11/18/10&lt;/li&gt;&lt;li&gt;December BitSlingers - 12/06/10&lt;/li&gt;&lt;li&gt;2010 Dog Food Conference - 11/04/10 &amp;amp; 11/05/10&lt;/li&gt;&lt;li&gt;Microsoft Certified Career Conference - 11/18/10&lt;/li&gt;&lt;li&gt;&lt;a href="http://cinnug.org/sponsors/Sponsors.aspx"&gt;Our sponsors - they pay for the pizza&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;b&gt;UPCOMING MEETINGS:&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;i&gt;November &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;CINNUG - Pivot and the Silverlight PivotViewer Control by Joe Wirtley&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;Tuesday, &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;November
16th&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; -
6:00PM; Social Time&amp;nbsp;- 5:30PM&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;a href="http://www.maxtrain.com/" target="_blank"&gt;&lt;b&gt;&lt;i&gt;MAX
Technical Training&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; Mason, OH&amp;nbsp;&lt;/i&gt;&lt;/b&gt; &lt;/p&gt;

&lt;p&gt;&lt;b&gt;&lt;span style="color:red;font-size:10pt;"&gt;The November meeting will be held one week early due to the Thanksgiving holiday!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;"&gt;Pivot is a technology that makes it easy to explore massive amounts of data in a visually compelling way.&lt;span&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;"&gt;&lt;br /&gt;In this session, &lt;/span&gt;&lt;a href="http://joewirtley.blogspot.com/"&gt;&lt;span style="font-size:10pt;"&gt;&lt;font color="#0000ff"&gt;Joe Wirtely&lt;/font&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size:10pt;"&gt; will discuss the Pivot technology and introduce the tools and techniques needed to build both static and dynamic Pivot collections.&lt;span&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;"&gt;We will also look at using the Silverlight PivotViewer control to make your Pivot collections accessible on the web.&amp;nbsp;&lt;/span&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;a href="http://orbitalspacelaser.com/blog/"&gt;&lt;span style="font-size:10pt;"&gt;&lt;font color="#0000ff"&gt;&lt;br /&gt;Ben Von Handorf’s&lt;/font&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size:10pt;"&gt; grok talk will cover options for doing MultiTouch development, including a variety of options for different circumstances and budgets ranging from&amp;nbsp;expensive to almost free.&lt;span&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;"&gt;&lt;br /&gt;If time allows, he will also give a brief overview of some of the development options for starting your own MultiTouch projects. &lt;/span&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;br /&gt;&lt;/font&gt;&lt;b&gt;&lt;i&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;November
CinArc&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;Thursday,&amp;nbsp;November 18&lt;sup&gt;th &lt;/sup&gt;- 6:00PM&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.maxtrain.com/" target="_blank"&gt;&lt;b&gt;&lt;i&gt;MAX
Technical Training&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; Mason, OH&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;



&lt;p&gt;Come join this new special interest group aswe discuss topics related to software architecture.&amp;nbsp;&lt;/p&gt;&lt;p&gt;This meeting is run using an open discussionor&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Fishbowl_%28conversation%29" target="_blank"&gt;openfishbowl&lt;/a&gt;&amp;nbsp;technique where the attendees are encouraged to share theirthoughts with everyone while keeping the meeting from becoming a free for all.:)&amp;nbsp; &lt;/p&gt;&lt;p&gt;What topic will we cover?&amp;nbsp; Well, that&amp;#39;sup to the attendees!&lt;/p&gt;&lt;p&gt;As usual,&amp;nbsp;&lt;b&gt;pizza will be provided at no charge&lt;/b&gt;&amp;nbsp;thanksto&amp;nbsp;&lt;a title="CINNUG Sponsors" href="http://cinnug.org/sponsors/Sponsors.aspx"&gt;oursponsors&lt;/a&gt;!&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;December
BitSlingers&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;Monday, &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;December
6th&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-
6:00PM&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; &lt;/i&gt;&lt;/b&gt;&lt;a href="http://maps.live.com/#JnE9eXAuNTA5NStEZWVyZmllbGQrQm91bGV2YXJkJTJjK01hc29uJTJjK09oaW8rKzQ1MDQwJTdlc3N0LjAlN2VwZy4xJmJiPTU3LjYxMDEwNzAyMDY4MzklN2UtODMuNDA4MjAzMTI1JTdlMTAuMTQxOTMxNjg2MTMxJTdlLTE2MC45Mjc3MzQzNzU=" target="_blank"&gt;&lt;b&gt;&lt;i&gt;Panera Bread&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; Mason Montgomery &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; Mason, OH&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;What
is BitSlingers? &lt;/p&gt;

&lt;p&gt;This
is an informal meetup of people interested in learning from one another. Bring
your laptop and pair up with someone to work on an open source project, learn a
new technique, or even dabble in a new language. There is no agenda or specific
topic, just a time set aside for people to pair.&lt;/p&gt;

&lt;p&gt;The
meetup officially kicks off at 6:00PM, but lasts until the last pair breaks up,
or they kick us out. Feel free to come and join us for as long, or as short, of
a time as you want to.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;NOTE:&lt;/b&gt; There will be&amp;nbsp;&lt;b&gt;no food provided, but hey, we&amp;#39;re at Panera&lt;/b&gt;.&lt;/p&gt;









&lt;p&gt;&lt;b&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;UPCOMING
EVENTS:&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;2010 Dog Food Conference&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;Thursday, November 18&lt;sup&gt;th&lt;/sup&gt;
&amp;amp; Friday, November 19&lt;sup&gt;th&lt;/sup&gt; - Microsoft Office - Columbus, OH&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This is a
local conference by community IT professionals showcasing Microsoft
technologies. &lt;/p&gt;

&lt;p&gt;There will
speakers will be from MS Gold Certified Partners, MS MVPs, IT authors,
community leads, and MS Corp subject matter experts. &lt;/p&gt;

&lt;p&gt;There will be designated areas for hardware
demos from HP, Polycom, Dell and Windows Phone 7.&amp;nbsp; &lt;/p&gt;

&lt;p&gt;Agenda and schedule for hardware demos at &lt;a href="http://www.dogfoodcon.com/dogfood/sessions.html"&gt;download agenda links&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Register now at &lt;a href="http://www.dogfoodcon.com/dogfood/registrationForm.html"&gt;http://www.dogfoodcon.com/dogfood/registrationForm.html&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;&lt;b&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;&lt;i&gt;Microsoft Certified Career Conference&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;Thursday, November 18&lt;sup&gt;th&lt;/sup&gt;
- Virtual Event&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;



&lt;p&gt;On
November 18&lt;sup&gt;th&lt;/sup&gt;, jump-start, re-start, or catalyze your career at the &lt;a href="http://www.msregistration.com/msl"&gt;Microsoft Certified Career Conference&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The
Microsoft Career Conference is a virtual event for anyone where you can meet
potential employers, hone your technical knowledge, acquire job-seeking skills,
network with fellow professionals, and glean career advice from real-life experts
in the field.&lt;/p&gt;

&lt;p&gt;Highlights
include:&lt;/p&gt;

&lt;ul class="unIndentedList"&gt;&lt;li&gt;
Career
Fair - Meet employers seeking technically skilled professionals&lt;/li&gt;&lt;li&gt;
&amp;quot;Soft
Skills&amp;quot; sessions - Learn resume-writing secrets, interviewing tips, marketing
yourself in a digital world, and more&lt;/li&gt;&lt;li&gt;
Technical
sessions for IT Professionals, Developers, and Office power users based on
Microsoft Official Courses, delivered by MCTs and courseware authors&lt;/li&gt;&lt;li&gt;
People
and Technology - How new and upcoming technologies present career
challenges-and opportunities&lt;/li&gt;&lt;li&gt;
Exam
review sessions - Prepare for your MCP and MOS certification exams&lt;/li&gt;&lt;li&gt;
And
more-join our &lt;a href="http://www.facebook.com/#%21/pages/The-Microsoft-Certified-Career-Conference/147760558593500?v=wall&amp;amp;ref=ts"&gt;Facebook event page&lt;/a&gt; for agenda and
speaker updates as they happen&lt;/li&gt;&lt;/ul&gt;













&amp;nbsp;&lt;img src="http://cinnug.org/aggbug.aspx?PostID=3046" width="1" height="1"&gt;</content><author><name>jengriff</name><uri>http://cinnug.org/members/jengriff.aspx</uri></author></entry><entry><title>October 2010 Meeting Reminder</title><link rel="alternate" type="text/html" href="http://cinnug.org/blog/archive/2010/10/18/october-2010-meeting-reminder.aspx" /><id>http://cinnug.org/blog/archive/2010/10/18/october-2010-meeting-reminder.aspx</id><published>2010-10-18T23:53:00Z</published><updated>2010-10-18T23:53:00Z</updated><content type="html">&lt;p&gt;&lt;span style="color:black;font-family:&amp;#39;Tahoma&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:10pt;"&gt;Hey Folks!&lt;/span&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;br /&gt;&lt;/font&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;br /&gt;&lt;/font&gt;&lt;span style="font-family:&amp;#39;Tahoma&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:10pt;"&gt;It’s election time!&lt;span&gt;&amp;nbsp; &lt;/span&gt;Nominees will be announced at the next CINNUG meeting.&lt;sup&gt;&lt;span&gt;&amp;nbsp; &lt;/span&gt;&lt;/sup&gt;We will also vote for the new directors.&lt;/span&gt;&lt;span style="font-family:&amp;#39;Tahoma&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:10pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:&amp;#39;Tahoma&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:10pt;"&gt;Elections will also be held at the next CINNUG meeting, October 26&lt;sup&gt;th&lt;/sup&gt;.&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-family:&amp;#39;Tahoma&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:10pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-family:&amp;#39;Tahoma&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:10pt;"&gt;E&lt;/span&gt;&lt;span style="font-family:&amp;#39;Tahoma&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:10pt;"&gt;ligibility to vote/be elected:&lt;/span&gt; &lt;br /&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-family:&amp;#39;Tahoma&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:10pt;"&gt;&lt;/span&gt;&lt;span style="font-family:&amp;#39;Tahoma&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:10pt;"&gt;Attended 3+ of last 6 meetings (including October)&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;span style="font-family:&amp;#39;Tahoma&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:10pt;"&gt;In addition to director nominations, Marcus King will be here to give us an introduction to Aspect-Oriented Programming (AOP).&lt;span&gt;&amp;nbsp; &lt;/span&gt;Marcus King is a Software Engineer for &lt;/span&gt;&lt;a href="http://mycontent.com"&gt;&lt;span style="font-family:&amp;#39;Tahoma&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:10pt;"&gt;&lt;font color="#0000ff"&gt;http://mycontent.com&lt;/font&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:&amp;#39;Tahoma&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:10pt;"&gt;, a web startup company.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;span style="font-family:&amp;#39;Tahoma&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:10pt;"&gt;Suganthi Giridharan will give a grok on creating animation using Expression Blend.&amp;nbsp;&lt;/span&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;span style="color:black;font-family:&amp;#39;Tahoma&amp;#39;,&amp;#39;sans-serif&amp;#39;;font-size:10pt;"&gt;The CINNUG team&lt;/span&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;b&gt;What&amp;#39;s in this Newsletter?&lt;/b&gt;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;October CinArc - 10/21/10&lt;/li&gt;&lt;li&gt;October CINNUG - 10/26/10&lt;/li&gt;&lt;li&gt;November BitSlingers - 11/01/10&lt;/li&gt;&lt;li&gt;Southwest Ohio Give Camp - 10/22/10 - 10/24/10&lt;/li&gt;&lt;li&gt;NWA Code Camp - 10/23/10&lt;/li&gt;&lt;li&gt;2010 Dog Food Conference - 11/04/10 &amp;amp; 11/05/10&lt;/li&gt;&lt;li&gt;Microsoft Certified Career Conference - 11/18/10&lt;/li&gt;&lt;li&gt;&lt;a href="http://cinnug.org/sponsors/Sponsors.aspx"&gt;Our sponsors - they pay for the pizza&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;line-height:normal;" class="MsoNormal"&gt;&lt;b&gt;UPCOMING MEETINGS:&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;i&gt;October &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;CinArc&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;Thursday, &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;October
&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;21&lt;sup&gt;st&lt;/sup&gt; -
6:00PM &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;a href="http://www.maxtrain.com/" target="_blank"&gt;&lt;b&gt;&lt;i&gt;MAX
Technical Training&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; Mason, OH&amp;nbsp;&lt;/i&gt;&lt;/b&gt; &lt;br /&gt;&lt;/p&gt;

&lt;p&gt;Come join this new special interest group as
we discuss topics related to software architecture.&amp;nbsp; &lt;br /&gt;&lt;/p&gt;

&lt;p&gt;This meeting is run using an open discussion
or&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Fishbowl_%28conversation%29" target="_blank"&gt;open
fishbowl&lt;/a&gt;&amp;nbsp;technique where the attendees are encouraged to share their
thoughts with everyone while keeping the meeting from becoming a free for all.
:)&amp;nbsp; &lt;br /&gt;&lt;/p&gt;

&lt;p&gt;What topic will we cover?&amp;nbsp; Well, that&amp;#39;s
up to the attendees!&lt;/p&gt;&lt;p&gt;As usual,&amp;nbsp;&lt;b&gt;pizza will be provided at no charge&lt;/b&gt;&amp;nbsp;thanks
to&amp;nbsp;&lt;a href="http://cinnug.org/sponsors/Sponsors.aspx" title="CINNUG Sponsors"&gt;our
sponsors&lt;/a&gt;!&lt;/p&gt;





&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;October
CINNUG -&amp;nbsp;Introduction to Aspect-Oriented Programming (AOP) by Marcus King&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;Tuesday, October 26&lt;sup&gt;th&lt;/sup&gt;
- 6:00PM; Social Time &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; 5:30PM&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.maxtrain.com/" target="_blank"&gt;&lt;b&gt;&lt;i&gt;MAX
Technical Training&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; Mason, OH&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;



&lt;p&gt;Marcus King will discuss
Aspect-Oriented Programming.&amp;nbsp; &lt;br /&gt;&lt;/p&gt;

&lt;p&gt;Aspect-Oriented Programming (AOP) is
an approach to software development that goes further in the direction of
separation of concerns. Separation of concerns is one of the most important
rules in software development. It states that the same concern should be solved
in a single unit of code. This is also called modularization.&lt;/p&gt;



&lt;p&gt;Some concerns cannot be implemented
successfully using a pure procedural or object-oriented programming. An example
is code security. If you want to secure objects and methods, you have to modify
the code of each method. That&amp;#39;s why security is said to be a crosscutting
concern, because it crosscuts the unit of modularization of the programming
paradigm, in this case the class. &lt;br /&gt;&lt;/p&gt;

&lt;p&gt;An aspect is a concern that
cross-cuts many classes and/or methods. So AOP is a technique that allows you to
address issues that cross-cuts objects. AOP is frequently used to implement
caching, tracing, security or failure injections. &lt;br /&gt;&lt;/p&gt;

&lt;p&gt;Suganthi Giridharan will give a grok
on creating animation using Expression Blend.&amp;nbsp;
She will show some practical examples of animations that can be used in
business applications to provide better user experience.&lt;/p&gt;





&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;November
BitSlingers&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;Monday, &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;November
1&lt;sup&gt;st&lt;/sup&gt; &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-
6:00PM&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; &lt;/i&gt;&lt;/b&gt;&lt;a href="http://maps.live.com/#JnE9eXAuNTA5NStEZWVyZmllbGQrQm91bGV2YXJkJTJjK01hc29uJTJjK09oaW8rKzQ1MDQwJTdlc3N0LjAlN2VwZy4xJmJiPTU3LjYxMDEwNzAyMDY4MzklN2UtODMuNDA4MjAzMTI1JTdlMTAuMTQxOTMxNjg2MTMxJTdlLTE2MC45Mjc3MzQzNzU=" target="_blank"&gt;&lt;b&gt;&lt;i&gt;Panera Bread&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; Mason Montgomery &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; Mason, OH&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;What
is BitSlingers? &lt;/p&gt;

&lt;p&gt;This
is an informal meetup of people interested in learning from one another. Bring
your laptop and pair up with someone to work on an open source project, learn a
new technique, or even dabble in a new language. There is no agenda or specific
topic, just a time set aside for people to pair.&lt;/p&gt;

&lt;p&gt;The
meetup officially kicks off at 6:00PM, but lasts until the last pair breaks up,
or they kick us out. Feel free to come and join us for as long, or as short, of
a time as you want to.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;NOTE:&lt;/b&gt; There will be&amp;nbsp;&lt;b&gt;no food provided, but hey, we&amp;#39;re at Panera&lt;/b&gt;.&lt;/p&gt;



&lt;p&gt;&amp;nbsp;&lt;/p&gt;





&lt;p&gt;&lt;b&gt;UPCOMING
EVENTS:&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;&lt;i&gt;Southwest Ohio Give Camp&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;Friday, October 22&lt;sup&gt;nd&lt;/sup&gt;
thru Sunday, October 24&lt;sup&gt;th&lt;/sup&gt; - &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;Miami
&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;VOALC&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;- West
Chester, OH&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://southwestohiogivecamp.org/Home/About" target="_blank"&gt;Give Camp&lt;/a&gt; is a weekend-long event
where software developers, designers, and database administrators donate their
time to create custom software for non-profit organizations. The only limitation
is that the project should be scoped to be able to be completed in a weekend.&lt;/p&gt;

&lt;p&gt;If you are a developer/designer/project
manager looking to make a difference and use your skills to assist others, this
is the place to be October 22, 23, 24, 2010! Please visit the &lt;a href="http://southwestohiogivecamp.org/Volunteer/Signup" target="_blank"&gt;Volunteer
section&lt;/a&gt; to get signed up!&lt;/p&gt;

&lt;p&gt;&lt;b&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;



&lt;p&gt;&lt;b&gt;&lt;i&gt;NWA
Code Camp&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;Saturday, October 23&lt;sup&gt;rd&lt;/sup&gt;
- 8:00AM to 5:30PM - Tyson World Headquarters - Springdale, AR&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This year the
&lt;a href="http://nwacodecamp.org/" target="_blank"&gt;Northwest Arkansas
Code Camp&lt;/a&gt;
is aligning this event with the &lt;a href="http://tysondevcon.com/"&gt;Tyson
Development Conference&lt;/a&gt;, a 2 day internal conference for &lt;a href="http://tyson.com/"&gt;Tyson Foods&lt;/a&gt;.&amp;nbsp; &lt;/p&gt;

&lt;p&gt;Tyson is
sponsoring this event by providing the venue and keeping some speakers from
their conference another night so they can present at this event.&lt;/p&gt;

&lt;p&gt;This year we will celebrate the growth of our community
with the addition of new tracks for Project Managers, Designers, and more.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;&lt;i&gt;2010 Dog Food Conference&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;Thursday, November 18&lt;sup&gt;th&lt;/sup&gt;
&amp;amp; Friday, November 19&lt;sup&gt;th&lt;/sup&gt; - Microsoft Office - Columbus, OH&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This is a
local conference by community IT professionals showcasing Microsoft
technologies. &lt;/p&gt;

&lt;p&gt;There will
speakers will be from MS Gold Certified Partners, MS MVPs, IT authors,
community leads, and MS Corp subject matter experts. &lt;/p&gt;

&lt;p&gt;There will be designated areas for hardware
demos from HP, Polycom, Dell and Windows Phone 7.&amp;nbsp; &lt;/p&gt;

&lt;p&gt;Agenda and schedule for hardware demos at &lt;a href="http://www.dogfoodcon.com/dogfood/sessions.html"&gt;download agenda links&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Register now at &lt;a href="http://www.dogfoodcon.com/dogfood/registrationForm.html"&gt;http://www.dogfoodcon.com/dogfood/registrationForm.html&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;&lt;i&gt;Microsoft Certified Career Conference&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;Thursday, November 18&lt;sup&gt;th&lt;/sup&gt;
- Virtual Event&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;



&lt;p&gt;On
November 18&lt;sup&gt;th&lt;/sup&gt;, jump-start, re-start, or catalyze your career at the &lt;a href="http://www.msregistration.com/msl"&gt;Microsoft Certified Career Conference&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The
Microsoft Career Conference is a virtual event for anyone where you can meet
potential employers, hone your technical knowledge, acquire job-seeking skills,
network with fellow professionals, and glean career advice from real-life experts
in the field.&lt;/p&gt;

&lt;p&gt;Highlights
include:&lt;/p&gt;

&lt;ul class="unIndentedList"&gt;&lt;li&gt;
Career
Fair - Meet employers seeking technically skilled professionals&lt;/li&gt;&lt;li&gt;
&amp;quot;Soft
Skills&amp;quot; sessions - Learn resume-writing secrets, interviewing tips, marketing
yourself in a digital world, and more&lt;/li&gt;&lt;li&gt;
Technical
sessions for IT Professionals, Developers, and Office power users based on
Microsoft Official Courses, delivered by MCTs and courseware authors&lt;/li&gt;&lt;li&gt;
People
and Technology - How new and upcoming technologies present career
challenges-and opportunities&lt;/li&gt;&lt;li&gt;
Exam
review sessions - Prepare for your MCP and MOS certification exams&lt;/li&gt;&lt;li&gt;
And
more-join our &lt;a href="http://www.facebook.com/#%21/pages/The-Microsoft-Certified-Career-Conference/147760558593500?v=wall&amp;amp;ref=ts"&gt;Facebook event page&lt;/a&gt; for agenda and
speaker updates as they happen&lt;/li&gt;&lt;/ul&gt;













&amp;nbsp;&lt;img src="http://cinnug.org/aggbug.aspx?PostID=3038" width="1" height="1"&gt;</content><author><name>jengriff</name><uri>http://cinnug.org/members/jengriff.aspx</uri></author></entry><entry><title>September 2010 Meeting Recap</title><link rel="alternate" type="text/html" href="http://cinnug.org/blog/archive/2010/10/03/september-2010-meeting-recap.aspx" /><id>http://cinnug.org/blog/archive/2010/10/03/september-2010-meeting-recap.aspx</id><published>2010-10-03T23:32:00Z</published><updated>2010-10-03T23:32:00Z</updated><content type="html">&lt;p&gt;Hey Folks!&amp;nbsp;&lt;/p&gt;&lt;p&gt;CINNUG held nominations for the directors at the September meeting and the official nominees will be announced at our next meeting.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Elections will be held at the CINNUG meeting, October 26&lt;sup&gt;th&lt;/sup&gt;. &lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Eligibility to vote/be elected:&amp;nbsp; &lt;/li&gt;
&lt;ul&gt;&lt;li&gt;Attended 3+ of last 6 meetings (including October)&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;p&gt;In addition to director nominations, &lt;a href="http://www.teamsystemcafe.net/" target="_blank"&gt;Randy Pagels&lt;/a&gt;, from Microsoft, was here.&amp;nbsp; He talked about&amp;nbsp;Visual Studio 2010 Diagnostics and Analysis Tools and showed us ways to improve software quality using them (including IntelliTrace&lt;sup&gt;TM&lt;/sup&gt; and Test Automation).&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="http://mvwood.com"&gt;Mike Wood&lt;/a&gt;&amp;nbsp;gave the grok&amp;nbsp;talk on&amp;nbsp;the LinqPad tool.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;The CINNUG team&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;What&amp;#39;s in this Newsletter?&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;October CinArc - 10/21/10&lt;/li&gt;&lt;li&gt;October CINNUG - 10/26/10&lt;/li&gt;&lt;li&gt;November BitSlingers - 11/01/10&lt;/li&gt;&lt;li&gt;Software Quality Fire Starter - 10/09/10&lt;/li&gt;&lt;li&gt;Houston Tech Fest - 10/09/10&lt;/li&gt;&lt;li&gt;Columbus Code Camp - 10/16/10&lt;/li&gt;&lt;li&gt;Southwest Ohio Give Camp - 10/22/10 - 10/24/10&lt;/li&gt;&lt;li&gt;NWA Code Camp - 10/23/10&lt;/li&gt;&lt;li&gt;Microsoft Certified Career Conference - 11/18/10&lt;/li&gt;&lt;li&gt;&lt;a href="http://cinnug.org/sponsors/Sponsors.aspx"&gt;Our sponsors - they pay for the pizza&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;u&gt;UPCOMING MEETING&lt;/u&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;October &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;CinArc&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;br /&gt;&lt;b&gt;&lt;i&gt;Thursday, &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;October &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;21&lt;sup&gt;st&lt;/sup&gt; - 6:00PM &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;a href="http://www.maxtrain.com/" target="_blank"&gt;&lt;b&gt;&lt;i&gt;MAX Technical Training&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; Mason, OH&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Come join this new special interest group as we discuss topics related to software architecture.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This meeting is run using an open discussion or&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Fishbowl_%28conversation%29" target="_blank"&gt;open fishbowl&lt;/a&gt;&amp;nbsp;technique where the attendees are encouraged to share their thoughts with everyone while keeping the meeting from becoming a free for all. :)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What topic will we cover?&amp;nbsp; Well, that&amp;#39;s up to the attendees!&amp;nbsp;&lt;br /&gt;&lt;br /&gt;As usual,&amp;nbsp;&lt;b&gt;pizza will be provided at no charge&lt;/b&gt;&amp;nbsp;thanks to&amp;nbsp;&lt;a title="CINNUG Sponsors" href="http://cinnug.org/sponsors/Sponsors.aspx"&gt;our sponsors&lt;/a&gt;!&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;October CINNUG -&amp;nbsp;Introduction to Aspect-Oriented Programming (AOP) by Marcus King&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;Tuesday,&amp;nbsp;October 26&lt;sup&gt;th &lt;/sup&gt;- 6:00PM; Social Time &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; 5:30PM&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.maxtrain.com/" target="_blank"&gt;&lt;b&gt;&lt;i&gt;MAX Technical Training&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; Mason, OH&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Marcus King will discuss Aspect-Oriented Programming.&lt;/p&gt;&lt;p&gt;Aspect-Oriented Programming (AOP) is an approach to software development that goes further in the direction of separation of concerns. Separation of concerns is one of the most important rules in software development. It states that the same concern should be solved in a single unit of code. This is also called modularization.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Some concerns cannot be implemented successfully using a pure procedural or object-oriented programming. An example is code security. If you want to secure objects and methods, you have to modify the code of each method. That&amp;#39;s why security is said to be a crosscutting concern, because it crosscuts the unit of modularization of the programming paradigm, in this case the class.&amp;nbsp;&lt;/p&gt;&lt;p&gt;An aspect is a concern that cross-cuts many classes and/or methods. So AOP is a technique that allows you to address issues that cross-cuts objects. AOP is frequently used to implement caching, tracing, security or failure injections.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Suganthi Giridharan will give a grok on creating animation using Expression Blend. She will show some practical examples of animations that can be used in business applications to provide better user experience.&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;November&amp;nbsp;BitSlingers&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;br /&gt;&lt;b&gt;&lt;i&gt;Monday,&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;November 1&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&lt;sup&gt;st&lt;/sup&gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; - 6:00PM&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; &lt;/i&gt;&lt;/b&gt;&lt;a href="http://maps.live.com/#JnE9eXAuNTA5NStEZWVyZmllbGQrQm91bGV2YXJkJTJjK01hc29uJTJjK09oaW8rKzQ1MDQwJTdlc3N0LjAlN2VwZy4xJmJiPTU3LjYxMDEwNzAyMDY4MzklN2UtODMuNDA4MjAzMTI1JTdlMTAuMTQxOTMxNjg2MTMxJTdlLTE2MC45Mjc3MzQzNzU=" target="_blank"&gt;&lt;b&gt;&lt;i&gt;Panera Bread&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; Mason Montgomery &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; Mason, OH&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What is BitSlingers?&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is an informal meetup of people interested in learning from one another. Bring your laptop and pair up with someone to work on an open source project, learn&amp;nbsp;a new technique, or even dabble in a new language. There is no agenda or specific topic, just a time set aside for people to pair.&amp;nbsp;&lt;/p&gt;&lt;p&gt;The meetup officially kicks off at 6:00PM, but lasts until the last pair breaks up, or they kick us out. Feel free to come and join us for as long, or as short, of a time as you want to.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;NOTE:&lt;/b&gt; There will be&amp;nbsp;&lt;b&gt;no food provided, but hey, we&amp;#39;re at Panera&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;&lt;u&gt;&lt;/u&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;u&gt;UPCOMING EVENTS:&lt;/u&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;CINNUG Software Quality Fire Starter&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;S&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;aturday, October 9&lt;sup&gt;th &lt;/sup&gt;- 8:30AM to 5:00PM - &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;Mi&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;crosoft Office, Mason OH&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Whether you consider yourself a craftsman, a professional or simply a developer who cares about what you are doing building quality software is probably on your mind.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;One would think that quality software is the goal in any project, but it always seems like there are hurdles in the way.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;CINNUG is hosting a day long special event devoted to Building Quality Software.&amp;nbsp; We&amp;#39;ll cover topics like unit testing, performance and load testing, continuous integration and more.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In addition to our presentations we will host a panel at lunch to have an open discussion on the main topic of Software Quality.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Registration opens September 9&lt;sup&gt;th&lt;/sup&gt; at &lt;a href="http://cinnug.eventbrite.com"&gt;http://cinnug.eventbrite.com&lt;/a&gt;.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;Houston Tech Fest (HTF)&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;Saturday, October 9&lt;sup&gt;th &lt;/sup&gt;- 8:00AM to 6:00PM - University of Houston Main Campus - Houston, TX&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The agenda is set for HTF.&amp;nbsp; &lt;a href="http://houstontechfest.com/dotnetnuke/HoustonTechFest/Agenda/tabid/55/Default.aspx"&gt;Check it out&lt;/a&gt; as there is something for everyone.&amp;nbsp;&lt;/p&gt;&lt;p&gt;The &lt;a href="http://houstontechfest.com/dotnetnuke/Home/tabid/37/Default.aspx" target="_blank"&gt;Website&lt;/a&gt; for Houston Techfest 2010 is now open for Pre-Registration. They had 853 attendees last year and are looking to break 1000 this year!&lt;/p&gt;&lt;p&gt;They have a great line up of speakers this year with over 80 presentations on the Agenda.&amp;nbsp; Their Keynote speaker is Venkat Subramaniam.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is the single largest event in the Central Region.&amp;nbsp; &lt;a href="http://houstontechfest.com/dotnetnuke/HoustonTechFest/Agenda/tabid/55/Default.aspx"&gt;Register now&lt;/a&gt; so you can come out and be part of the awesomeness!&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;Columbus Code Camp&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;br /&gt;&lt;b&gt;&lt;i&gt;Saturday, October 16&lt;sup&gt;th &lt;/sup&gt;- Starts at 9:00AM - TechColumbus - Columbus, OH&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Code Camp is a relatively new type of community event (following the Code Camp Manifesto) where developers learn from their peers. All are welcome to attend and speak.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sessions will range from lightning talks to chalk talks to more formal presentations. There will be a mix of presenters -- some will be experienced public speakers, some may be making their first-ever public presentation.&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you have something you&amp;#39;re passionate about as a developer, please share it at the Columbus Code Camp.&amp;nbsp; They are currently looking for speakers.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Potential Presenters:&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Have a php configuration hack you love?&amp;nbsp;&lt;/li&gt;&lt;li&gt;Figured out a better way to debug linux USB drivers?&lt;/li&gt;&lt;li&gt;Found a way to navigate a Windows registry in lisp?&amp;nbsp;&lt;/li&gt;&lt;li&gt;Got a one-liner shell pipeline that you can type by muscle memory?&lt;/li&gt;&lt;li&gt;Have a pattern you can&amp;#39;t live without?&lt;/li&gt;&lt;li&gt;Figured out a better way to count story points with a .NET widget?&amp;nbsp;&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Sign up to share it! Click on the Proposals tab at &lt;a href="http://columbuscodecamp.com"&gt;http://columbuscodecamp.com&lt;/a&gt; and tell them what you&amp;#39;d like to talk about.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;Southwest Ohio Give Camp&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;Friday, October 22&lt;sup&gt;nd &lt;/sup&gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;thru Sunday, October 24&lt;sup&gt;th&lt;/sup&gt; - &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;Miami &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;VOALC&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;- West Chester, OH&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://southwestohiogivecamp.org/Home/About" target="_blank"&gt;Give Camp&lt;/a&gt; is a weekend-long event where software developers, designers, and database administrators donate their time to create custom software for non-profit organizations. The only limitation is that the project should be scoped to be able to be completed in a weekend.&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you are a developer/designer/project manager looking to make a difference and use your skills to assist others, this is the place to be October 22, 23, 24, 2010! &lt;/p&gt;&lt;p&gt;Please visit the &lt;a href="http://southwestohiogivecamp.org/Volunteer/Signup" target="_blank"&gt;Volunteer section&lt;/a&gt; to get signed up!&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;NWA Code Camp&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;br /&gt;&lt;b&gt;&lt;i&gt;Saturday, October 23&lt;sup&gt;rd &lt;/sup&gt;- 8:00AM to 5:30PM - Tyson World Headquarters - Springdale, AR&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This year the &lt;a href="http://nwacodecamp.org/" target="_blank"&gt;Northwest Arkansas Code Camp&lt;/a&gt;&amp;nbsp;is aligning this event with the &lt;a href="http://tysondevcon.com/"&gt;Tyson Development Conference&lt;/a&gt;, a 2 day internal conference for &lt;a href="http://tyson.com/"&gt;Tyson Foods&lt;/a&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Tyson is sponsoring this event by providing the venue and keeping some speakers from their conference another night so they can present at this event.&lt;/p&gt;&lt;p&gt;This year we will celebrate the growth of our community with the addition of new tracks for Project Managers, Designers, and more.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;Microsoft Certified Career Conference&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;br /&gt;&lt;b&gt;&lt;i&gt;Thursday, November 18&lt;sup&gt;th &lt;/sup&gt;- Virtual Event&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;On November 18&lt;sup&gt;th&lt;/sup&gt;, jump-start, re-start, or catalyze your career at the &lt;a href="http://www.msregistration.com/msl"&gt;Microsoft Certified Career Conference&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;&lt;p&gt;The Microsoft Career Conference is a virtual event for anyone where you can meet potential employers, hone your technical knowledge, acquire job-seeking skills, network with fellow professionals, and glean career advice from real-life experts in the field.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Highlights include:&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Career Fair - Meet employers seeking technically skilled professionals&lt;/li&gt;&lt;li&gt;&amp;quot;Soft Skills&amp;quot; sessions - Learn resume-writing secrets, interviewing tips, marketing yourself in a digital world, and more&amp;nbsp;&lt;/li&gt;&lt;li&gt;Technical sessions for IT Professionals, Developers, and Office power users based on Microsoft Official Courses, delivered by MCTs and courseware authors&lt;/li&gt;&lt;li&gt;People and Technology - How new and upcoming technologies present career challenges-and opportunities &lt;/li&gt;&lt;li&gt;Exam review sessions - Prepare for your MCP and MOS certification exams&lt;/li&gt;&lt;li&gt;And more-join our &lt;a href="http://www.facebook.com/#!/pages/The-Microsoft-Certified-Career-Conference/147760558593500?v=wall&amp;amp;ref=ts"&gt;Facebook event page&lt;/a&gt; for agenda and speaker updates as they happen&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;&lt;img src="http://cinnug.org/aggbug.aspx?PostID=3033" width="1" height="1"&gt;</content><author><name>jengriff</name><uri>http://cinnug.org/members/jengriff.aspx</uri></author></entry><entry><title>Microsoft ALM Webcasts &amp; ALM Catalyst Live Workshops</title><link rel="alternate" type="text/html" href="http://cinnug.org/blog/archive/2010/09/27/microsoft-alm-webcasts-amp-alm-catalyst-live-workshops.aspx" /><id>http://cinnug.org/blog/archive/2010/09/27/microsoft-alm-webcasts-amp-alm-catalyst-live-workshops.aspx</id><published>2010-09-28T00:23:00Z</published><updated>2010-09-28T00:23:00Z</updated><content type="html">&lt;p&gt;On behalf of your Heartland District DPE Sales Team, we want to make you aware of this training.&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Microsoft ALM Webcasts – Online Training&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Microsoft Webcasts are FREE and provides a valuable online training resource you can &lt;br /&gt;attend to help ramp up on the latest information covering hot topics like Visual Source Safe&lt;br /&gt;Migration, Team Foundation Server, Lab Management, SharePoint developmemt, Testing, etc.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;a href="https://www.clicktoattend.com/search.aspx?partner=search&amp;amp;range=Next%202%20Months&amp;amp;start=9/21/2010%204:00:28%20AM&amp;amp;end=12/1/2010&amp;amp;productid=303&amp;amp;productname=Visual%20Studio%202010&amp;amp;seminar=0&amp;amp;webcast=1&amp;amp;statecode=-3&amp;amp;country=All%20Countries" target="_blank"&gt;REGISTER NOW!&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;Also, check out these workshops!&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;strong&gt;ALM Catalyst Live Workshops – The Smart Way to Learn&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;To help you learn more about Microsoft’s ALM solutions, we are offering an online series of free and interactive Live Workshops. Each workshop addresses a specific area of ALM implementation, laying out important principles for success, with the majority of workshop time dedicated to interactive discussion between you and the instructing trainer.&lt;/p&gt;&lt;p&gt;Topics include:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;br /&gt;o&amp;nbsp;&amp;nbsp;&amp;nbsp; Upgrading to TFS 2010: Why and How&lt;br /&gt;&amp;nbsp;&lt;br /&gt;o&amp;nbsp;&amp;nbsp;&amp;nbsp; Migrating from VSS to TFS 2010: Why and Pre-migration planning&lt;br /&gt;&amp;nbsp;&lt;br /&gt;o&amp;nbsp;&amp;nbsp;&amp;nbsp; Migrating from VSS to TFS 2010: Migration &amp;amp; Post-migration steps&lt;br /&gt;&amp;nbsp;&lt;br /&gt;o&amp;nbsp;&amp;nbsp;&amp;nbsp; Using Visual Studio 2010 Load Testing Agents to improve quality&lt;br /&gt;&amp;nbsp;&lt;br /&gt;o&amp;nbsp;&amp;nbsp;&amp;nbsp; Using Visual Studio 2010 Lab Management&lt;br /&gt;&amp;nbsp;&lt;br /&gt;o&amp;nbsp;&amp;nbsp;&amp;nbsp; Using Team Foundation Server to manage the SharePoint life-cycle&lt;br /&gt;&amp;nbsp;&lt;br /&gt;o&amp;nbsp;&amp;nbsp;&amp;nbsp; Using Visual Studio 2010 Ultimate to improve your application development&lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Live Workshops are available each week, Monday through Thursday.&amp;nbsp; We hope that you can join us!&lt;/p&gt;&lt;img src="http://cinnug.org/aggbug.aspx?PostID=3032" width="1" height="1"&gt;</content><author><name>jengriff</name><uri>http://cinnug.org/members/jengriff.aspx</uri></author></entry><entry><title>September 2010 Meeting Reminder</title><link rel="alternate" type="text/html" href="http://cinnug.org/blog/archive/2010/09/22/september-2010-meeting-reminder.aspx" /><id>http://cinnug.org/blog/archive/2010/09/22/september-2010-meeting-reminder.aspx</id><published>2010-09-23T00:52:00Z</published><updated>2010-09-23T00:52:00Z</updated><content type="html">&lt;p&gt;Hey Folks!&amp;nbsp;&lt;/p&gt;&lt;p&gt;CINNUG will accept nominations for the following positions at the September meeting:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Lead Director&lt;/li&gt;&lt;li&gt;Three Additional Directors&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Main responsibilities&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Speaker Coordinator&lt;/li&gt;&lt;li&gt;Finance&lt;/li&gt;&lt;li&gt;Marketing&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;p&gt;Only Supporting Members can nominate/be nominated!&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Eligibility to nominate/be nominated:&lt;/strong&gt;&amp;nbsp; Attended 3+ of last 6 meetings&amp;nbsp; (including September)&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Elections will be held at the CINNUG meeting, October 26&lt;sup&gt;th&lt;/sup&gt;. &lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Eligibility to vote/be elected:&lt;/strong&gt;&amp;nbsp; Attended 3+ of last 6 meetings (including October)&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;In addition to the Directors nominations, &lt;a href="http://www.teamsystemcafe.net/" target="_blank"&gt;Randy Pagels&lt;/a&gt;, from Microsoft, will show us how to Kill Bugs Faster using&lt;br /&gt;Microsoft Visual Studio 2010 Advanced Diagnostics (IntelliTrace&lt;sup&gt;TM&lt;/sup&gt; and Test Automation).&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="http://mvwood.com"&gt;Mike Wood&lt;/a&gt; will give a grok talk about the LinqPad tool.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;The CINNUG team&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;What&amp;#39;s in this Newsletter?&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;September CINNUG - 09/28/10&lt;/li&gt;&lt;li&gt;October BitSlingers - 10/04/10&lt;/li&gt;&lt;li&gt;October CinArc - 10/21/10&lt;/li&gt;&lt;li&gt;Software Quality Fire Starter - 10/09/10&lt;/li&gt;&lt;li&gt;Houston Tech Fest - 10/09/10&lt;/li&gt;&lt;li&gt;Columbus Code Camp - 10/16/10&lt;/li&gt;&lt;li&gt;Southwest Ohio Give Camp - 10/22/10 - 10/24/10&lt;/li&gt;&lt;li&gt;NWA Code Camp - 10/23/10&lt;/li&gt;&lt;li&gt;Microsoft Certified Career Conference - 11/18/10&lt;/li&gt;&lt;li&gt;&lt;a href="http://cinnug.org/sponsors/Sponsors.aspx"&gt;Our sponsors - they pay for the pizza&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;UPCOMING MEETINGS:&amp;nbsp;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;September CINNUG -&amp;nbsp;Kill Bugs Faster using Microsoft Visual Studio 2010 Advanced Diagnostics (IntelliTrace&lt;sup&gt;TM&lt;/sup&gt; and Test Automation) by Randy Pagels&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;br /&gt;&lt;b&gt;&lt;i&gt;Tuesday, September 28&lt;sup&gt;th &lt;/sup&gt;- 6:00PM; Social Time &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; 5:30PM&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.maxtrain.com/" target="_blank"&gt;&lt;b&gt;&lt;i&gt;MAX Technical Training&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; Mason, OH&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.teamsystemcafe.net/" target="_blank"&gt;Randy Pagels&lt;/a&gt; is a Sr. Developer Technology Specialist and part of the Developer Platform and Evangelism tools team covering the Heartland District (MI, OH, KY and TN). He will show us how to Kill Bugs Faster using Microsoft Visual Studio 2010 Advanced Diagnostics (IntelliTrace&lt;sup&gt;TM&lt;/sup&gt; and Test Automation).&amp;nbsp;&lt;/p&gt;&lt;p&gt;Microsoft Test and Lab Manager enables testers to collect more detailed diagnostic data during a test run leading to higher quality bugs that provide more insight to the developers on what actually went wrong when the bug occurred.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The grok talk about the LinqPad tool will be given by one of our directors, &lt;a href="http://mvwood.com/" target="_blank"&gt;Mike Wood&lt;/a&gt;.&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;October BitSlingers&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;br /&gt;&lt;b&gt;&lt;i&gt;Monday, &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;October 4&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&lt;sup&gt;th&lt;/sup&gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; - 6:00PM&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; &lt;/i&gt;&lt;/b&gt;&lt;a href="http://maps.live.com/#JnE9eXAuNTA5NStEZWVyZmllbGQrQm91bGV2YXJkJTJjK01hc29uJTJjK09oaW8rKzQ1MDQwJTdlc3N0LjAlN2VwZy4xJmJiPTU3LjYxMDEwNzAyMDY4MzklN2UtODMuNDA4MjAzMTI1JTdlMTAuMTQxOTMxNjg2MTMxJTdlLTE2MC45Mjc3MzQzNzU=" target="_blank"&gt;&lt;b&gt;&lt;i&gt;Panera Bread&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; Mason Montgomery &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; Mason, OH&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What is BitSlingers?&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is an informal meetup of people interested in learning from one another. Bring your laptop and pair up with someone to work on an open source project, learn&amp;nbsp;a new technique, or even dabble in a new language. There is no agenda or specific topic, just a time set aside for people to pair.&amp;nbsp;&lt;/p&gt;&lt;p&gt;The meetup officially kicks off at 6:00PM, but lasts until the last pair breaks up, or they kick us out. Feel free to come and join us for as long, or as short, of a time as you want to.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;NOTE:&lt;/b&gt; There will be&amp;nbsp;&lt;b&gt;no food provided, but hey, we&amp;#39;re at Panera&lt;/b&gt;.&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;October &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;CinArc&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;br /&gt;&lt;b&gt;&lt;i&gt;Thursday, &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;October &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;21&lt;sup&gt;st&lt;/sup&gt; - 6:00PM &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;a href="http://www.maxtrain.com/" target="_blank"&gt;&lt;b&gt;&lt;i&gt;MAX Technical Training&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; Mason, OH&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Come join this new special interest group as we discuss topics related to software architecture.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This meeting is run using an open discussion or&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Fishbowl_%28conversation%29" target="_blank"&gt;open fishbowl&lt;/a&gt;&amp;nbsp;technique where the attendees are encouraged to share their thoughts with everyone while keeping the meeting from becoming a free for all. :)&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What topic will we cover?&amp;nbsp; Well, that&amp;#39;s up to the attendees!&amp;nbsp;&lt;br /&gt;&lt;br /&gt;As usual,&amp;nbsp;&lt;b&gt;pizza will be provided at no charge&lt;/b&gt;&amp;nbsp;thanks to&amp;nbsp;&lt;a title="CINNUG Sponsors" href="http://cinnug.org/sponsors/Sponsors.aspx"&gt;our sponsors&lt;/a&gt;!&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;UPCOMING &lt;/b&gt;&lt;b&gt;EVENTS:&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;CINNUG Software Quality Fire Starter&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;S&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;aturday, October 9&lt;sup&gt;th &lt;/sup&gt;- 8:30AM to 5:00PM - &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;Mi&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;crosoft Office, Mason OH&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Whether you consider yourself a craftsman, a professional or simply a developer who cares about what you are doing building quality software is probably on your mind.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;One would think that quality software is the goal in any project, but it always seems like there are hurdles in the way.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;CINNUG is hosting a day long special event devoted to Building Quality Software.&amp;nbsp; We&amp;#39;ll cover topics like unit testing, performance and load testing, continuous integration and more.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In addition to our presentations we will host a panel at lunch to have an open discussion on the main topic of Software Quality.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Registration opens September 9&lt;sup&gt;th&lt;/sup&gt; at &lt;a href="http://cinnug.eventbrite.com"&gt;http://cinnug.eventbrite.com&lt;/a&gt;.&amp;nbsp;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;Houston Tech Fest (HTF)&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;Saturday, October 9&lt;sup&gt;th &lt;/sup&gt;- 8:00AM to 6:00PM - University of Houston Main Campus - Houston, TX&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The agenda is set for HTF.&amp;nbsp; &lt;a href="http://houstontechfest.com/dotnetnuke/HoustonTechFest/Agenda/tabid/55/Default.aspx"&gt;Check it out&lt;/a&gt; as there is something for everyone.&amp;nbsp;&lt;/p&gt;&lt;p&gt;The &lt;a href="http://houstontechfest.com/dotnetnuke/Home/tabid/37/Default.aspx" target="_blank"&gt;Website&lt;/a&gt; for Houston Techfest 2010 is now open for Pre-Registration. They had 853 attendees last year and are looking to break 1000 this year!&lt;/p&gt;&lt;p&gt;They have a great line up of speakers this year with over 80 presentations on the Agenda.&amp;nbsp; Their Keynote speaker is Venkat Subramaniam.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is the single largest event in the Central Region.&amp;nbsp; &lt;a href="http://houstontechfest.com/dotnetnuke/HoustonTechFest/Agenda/tabid/55/Default.aspx"&gt;Register now&lt;/a&gt; so you can come out and be part of the awesomeness!&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;Southwest Ohio Give Camp&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;Friday, October 22&lt;sup&gt;nd &lt;/sup&gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;thru Sunday, October 24&lt;sup&gt;th&lt;/sup&gt; - &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;Miami &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;VOALC&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; &lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;- West Chester, OH&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://southwestohiogivecamp.org/Home/About" target="_blank"&gt;Give Camp&lt;/a&gt; is a weekend-long event where software developers, designers, and database administrators donate their time to create custom software for non-profit organizations. The only limitation is that the project should be scoped to be able to be completed in a weekend.&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you are a developer/designer/project manager looking to make a difference and use your skills to assist others, this is the place to be October 22, 23, 24, 2010! &lt;/p&gt;&lt;p&gt;Please visit the &lt;a href="http://southwestohiogivecamp.org/Volunteer/Signup" target="_blank"&gt;Volunteer section&lt;/a&gt; to get signed up!&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;Columbus Code Camp&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;br /&gt;&lt;b&gt;&lt;i&gt;Saturday, October 16&lt;sup&gt;th &lt;/sup&gt;- Starts at 9:00AM - TechColumbus - Columbus, OH&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Code Camp is a relatively new type of community event (following the Code Camp Manifesto) where developers learn from their peers. All are welcome to attend and speak.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sessions will range from lightning talks to chalk talks to more formal presentations. There will be a mix of presenters -- some will be experienced public speakers, some may be making their first-ever public presentation.&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you have something you&amp;#39;re passionate about as a developer, please share it at the Columbus Code Camp.&amp;nbsp; They are currently looking for speakers.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Potential Presenters:&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Have a php configuration hack you love?&amp;nbsp;&lt;/li&gt;&lt;li&gt;Figured out a better way to debug linux USB drivers?&lt;/li&gt;&lt;li&gt;Found a way to navigate a Windows registry in lisp?&amp;nbsp;&lt;/li&gt;&lt;li&gt;Got a one-liner shell pipeline that you can type by muscle memory?&lt;/li&gt;&lt;li&gt;Have a pattern you can&amp;#39;t live without?&lt;/li&gt;&lt;li&gt;Figured out a better way to count story points with a .NET widget?&amp;nbsp;&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Sign up to share it! Click on the Proposals tab at &lt;a href="http://columbuscodecamp.com"&gt;http://columbuscodecamp.com&lt;/a&gt; and tell them what you&amp;#39;d like to talk about.&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;NWA Code Camp&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;br /&gt;&lt;b&gt;&lt;i&gt;Saturday, October 23&lt;sup&gt;rd &lt;/sup&gt;- 8:00AM to 5:30PM - Tyson World Headquarters - Springdale, AR&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This year the &lt;a href="http://nwacodecamp.org/" target="_blank"&gt;Northwest Arkansas Code Camp&lt;/a&gt;&amp;nbsp;is aligning this event with the &lt;a href="http://tysondevcon.com/"&gt;Tyson Development Conference&lt;/a&gt;, a 2 day internal conference for &lt;a href="http://tyson.com/"&gt;Tyson Foods&lt;/a&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Tyson is sponsoring this event by providing the venue and keeping some speakers from their conference another night so they can present at this event.&lt;/p&gt;&lt;p&gt;This year we will celebrate the growth of our community with the addition of new tracks for Project Managers, Designers, and more.&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;Microsoft Certified Career Conference&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;br /&gt;&lt;b&gt;&lt;i&gt;Thursday, November 18&lt;sup&gt;th &lt;/sup&gt;- Virtual Event&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;On November 18&lt;sup&gt;th&lt;/sup&gt;, jump-start, re-start, or catalyze your career at the &lt;a href="http://www.msregistration.com/msl"&gt;Microsoft Certified Career Conference&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;&lt;p&gt;The Microsoft Career Conference is a virtual event for anyone where you can meet potential employers, hone your technical knowledge, acquire job-seeking skills, network with fellow professionals, and glean career advice from real-life experts in the field.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Highlights include:&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Career Fair - Meet employers seeking technically skilled professionals&lt;/li&gt;&lt;li&gt;&amp;quot;Soft Skills&amp;quot; sessions - Learn resume-writing secrets, interviewing tips, marketing yourself in a digital world, and more&amp;nbsp;&lt;/li&gt;&lt;li&gt;Technical sessions for IT Professionals, Developers, and Office power users based on Microsoft Official Courses, delivered by MCTs and courseware authors&lt;/li&gt;&lt;li&gt;People and Technology - How new and upcoming technologies present career challenges-and opportunities &lt;/li&gt;&lt;li&gt;Exam review sessions - Prepare for your MCP and MOS certification exams&lt;/li&gt;&lt;li&gt;And more-join our &lt;a href="http://www.facebook.com/#!/pages/The-Microsoft-Certified-Career-Conference/147760558593500?v=wall&amp;amp;ref=ts"&gt;Facebook event page&lt;/a&gt; for agenda and speaker updates as they happen&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;Special offer for Microsoft Certified Professionals:&lt;/b&gt; use promotional code &lt;b&gt;MCP50&lt;/b&gt; for a 50 percent discount on your registration fee if you &lt;a href="http://www.msregistration.com/msl"&gt;register&lt;/a&gt;&lt;br /&gt;by September 23.&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://cinnug.org/aggbug.aspx?PostID=3031" width="1" height="1"&gt;</content><author><name>jengriff</name><uri>http://cinnug.org/members/jengriff.aspx</uri></author></entry></feed>