<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>General</title>
        <link>http://geekswithblogs.net/danemorgridge/category/10845.aspx</link>
        <description>General</description>
        <language>en-US</language>
        <copyright>Dane Morgridge</copyright>
        <managingEditor>dane@projectsandbox.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>Indy NDA: Jeff Blankenburg</title>
            <link>http://geekswithblogs.net/danemorgridge/archive/2008/10/09/indy-nda-jeff-blankenburg.aspx</link>
            <description>&lt;p&gt;
Tonight's &lt;a href="http://indynda.com/"&gt;Indy DotNet Developer Association&lt;/a&gt; metting had guest Jeff Blankenburg, a Microsoft Developer Evangelist.  That has to be the coolest job ever.  Check out his blog at &lt;a href="http://www.jeffblankenburg.com/"&gt;http://www.jeffblankenburg.com/&lt;/a&gt;.  &lt;br /&gt;
&lt;br /&gt;
His presentation was on some amazing things you can do with new Microsoft technologies.  His demos included &lt;a href="http://silverlight.net/"&gt;Silverlight&lt;/a&gt;, &lt;a href="http://livelabs.com/photosynth/"&gt;Photosynth&lt;/a&gt;, &lt;a href="https://www.mesh.com"&gt;Live Mesh&lt;/a&gt; and more.  Jeff did a cool demo on Popfly, a mash-up tool that lets you build some cool applications with out writing any code.  He built a quick app that showed a map with the location of twitter posters.  Apps  created with Popfly can be viewed in the Popfly site or they can be embedded right inside another site using an iframe. Very cool stuff. &lt;br /&gt;
&lt;br /&gt;
Silverlight is definately worth checking out and I am presonally looking forward to the final release of 2.0.  
&lt;/p&gt;
 &lt;img src="http://geekswithblogs.net/danemorgridge/aggbug/135882.aspx" width="1" height="1" /&gt;</description>
            <guid>http://geekswithblogs.net/danemorgridge/archive/2008/10/09/indy-nda-jeff-blankenburg.aspx</guid>
            <pubDate>Fri, 10 Oct 2008 03:54:00 GMT</pubDate>
            <comments>http://geekswithblogs.net/danemorgridge/archive/2008/10/09/indy-nda-jeff-blankenburg.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/danemorgridge/comments/commentRss/135882.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Indy Tech Fest 2008</title>
            <link>http://geekswithblogs.net/danemorgridge/archive/2008/10/04/indy-tech-fest-2008.aspx</link>
            <description>&lt;p&gt;
Today was the Indy Tech Fest 2008.  The day saw just under 500 developers and several sponsors.  You can get more info and downloads at &lt;a href="http://www.indytechfest.org/"&gt;indytechfest.org&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
The first session I attended was &lt;strong&gt;"Tips and Tricks for the New C#"&lt;/strong&gt; with Mark Strawmyer.  This room was packed.  I managed to find a seat, but there were alot of people standing or sitting in the isles.  Mark discussed the new features of C# 3.0 with basic demos and some background on why the new features were created.  As he stated, almost all of the new language features in C# 3.0 are to enable support for Linq.  &lt;br /&gt;
&lt;br /&gt;
Next I moved to &lt;strong&gt;"What You Can Do With Robotics Studio"&lt;/strong&gt; with William Steele.  Bill has got to be one of the coolest presenters I have been able to listen to.  His presentations were the ones I was most looking forward to.  He showed how easy it was to code for robots and even reuse the code to control diffferent robots.  This is something I have always been interested in so this was really a fun session.  He demoed the Robotics Studio itself and made his Roomba move with a tv remote.  He had the same code plugged into another custom robot to make it do the same thing.  I talked to him afterwards and was suprised to find out really how inexpensive alot of the robotic components are.  He uses &lt;a href="http://www.parallax.com/tabid/407/Default.aspx"&gt;Parallax Propeller&lt;/a&gt; chips which only cost $12.  You can get a board that has the chip and several other components for around $40.  I will definately be playing with those in the near future.&lt;br /&gt;
&lt;br /&gt;
After lunch, I skipped the 3rd session so I could check up on some things online and write a bit of code on a current project.  During Session 4 timeslot I attended &lt;strong&gt;"Building WPF Applications in Visual Studio 2008 and Expression Blend"&lt;/strong&gt; with Dave Bost from Microsoft.  He demoed an extremely cool app that used WPF and had custom data templates and animation.  This one you really need to see for yourself.  The demo was actually from a virtual lab on MSDN.  You want to check out the &lt;a href="http://msdn.microsoft.com/en-us/cc136637.aspx"&gt;Visual Studio 2008 Virutal Labs&lt;/a&gt; and go in to the "Developing a WPF Application".  It is really a good place to get some info on building WPF apps.  I have built a few and I highly recommend spending the 90 minutes to go through the virtual lab.&lt;br /&gt;
&lt;br /&gt;
The final session of the day was back with William Steele in &lt;strong&gt;"Developing with XNA Studio"&lt;/strong&gt;.  All I can say is XNA rocks.  Bill went through the steps of building an XNA game for windows where you could use an XBox 360 controller to move a smiley face around the screen.  Not a really advanced game by any means, but the demo showed the power of how quickly you can write games with XNA.  He then made a copy of the game for the Zune.  All you have to do is in Visual Studio is right click on the windows project and select an option to create a copy for Zune.  He then published the game with no code changes to his Zune.  Being a Zune user myself, I found this very exciting.  He went on to talk about how you can publish games online and even sell them.  If you are interested in making games, you need to check out XNA.  You can download everything you need at &lt;a href="http://creators.xna.com/"&gt;http://creators.xna.com/&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
All in all I really enjoyed the day and will be going back next year.  The registration fills up fast, so as soon as it is announced I would sign up and plan on going next year.
&lt;/p&gt;
 &lt;img src="http://geekswithblogs.net/danemorgridge/aggbug/135883.aspx" width="1" height="1" /&gt;</description>
            <guid>http://geekswithblogs.net/danemorgridge/archive/2008/10/04/indy-tech-fest-2008.aspx</guid>
            <pubDate>Sun, 05 Oct 2008 02:21:00 GMT</pubDate>
            <comments>http://geekswithblogs.net/danemorgridge/archive/2008/10/04/indy-tech-fest-2008.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/danemorgridge/comments/commentRss/135883.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>
