<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>Dave Noderer's Blog</title>
        <link>http://geekswithblogs.net/dnoderer/Default.aspx</link>
        <description>South Florida does .NET!</description>
        <language>en-US</language>
        <copyright>Dave Noderer</copyright>
        <managingEditor>daven@computerways.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <image>
            <title>Dave Noderer's Blog</title>
            <url>http://geekswithblogs.net/images/RSS2Image.gif</url>
            <link>http://geekswithblogs.net/dnoderer/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>Problems getting Lightswitch HTML Client Preview 2</title>
            <link>http://geekswithblogs.net/dnoderer/archive/2013/02/26/problems-getting-lightswitch-html-client-preview-2.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/dnoderer/archive/2013/02/26/problems-getting-lightswitch-html-client-preview-2.aspx'&gt;http://geekswithblogs.net/dnoderer/archive/2013/02/26/problems-getting-lightswitch-html-client-preview-2.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="3"&gt;I finally downloaded the html client preview 2 to give it a run, had not had a chance to look at Lightswitch since last summer…&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://blogs.msdn.com/b/lightswitch/archive/2012/11/12/announcing-lightswitch-html-client-preview-2.aspx" href="http://blogs.msdn.com/b/lightswitch/archive/2012/11/12/announcing-lightswitch-html-client-preview-2.aspx"&gt;&lt;font size="3"&gt;http://blogs.msdn.com/b/lightswitch/archive/2012/11/12/announcing-lightswitch-html-client-preview-2.aspx&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;I ran into a few problems…&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;When trying to create a Silverlight html/c# client I got a dialog box:&lt;/font&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font size="3"&gt;Before installing this version of Silverlight, please close all browser windows and uninstall the current version of Silverlight.&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font size="3"&gt;Installed version: 5.1.10516.0&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font size="3"&gt;Requested version: Silverlight 5 (5.1.10411.0)&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;font size="3"&gt;I un-installed the newer version of Silverlight, installed the recommended version and got past that error.. &lt;/font&gt;&lt;font size="3"&gt;I searched around and did not see this problem in the forums but could have easily missed it…&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;A couple of other minor problems but then was stuck with a build error indicating Lightswitch could not access the localdb\v11.0:&lt;/font&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font size="3"&gt;Error    1    An error occurred while establishing a connection to SQL Server instance '(LocalDB)\v11.0'.       &lt;br /&gt;A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 50 - Local Database Runtime error occurred. Error occurred during LocalDB instance startup: SQL Server process failed to start.        &lt;br /&gt;)    C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\LightSwitch\v2.0\Microsoft.LightSwitch.targets    146    10    ContosoMoving&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;font size="3"&gt;After learning more than I wanted to about localdb over a couple of days, what was consistent were errors of this kind shown below from the localdb log if I let Lightswitch create the localdb\v11.0 instance:&lt;/font&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font size="3"&gt;FCB::Open failed: Could not open file e:\sql11_main_t.obj.x86release\sql\mkmastr\databases\objfre\i386\MSDBData.mdf for file number 0.  OS error: 2(The system cannot find the file specified.).&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;font size="3"&gt;Note: I don’t have an E drive normally, these might be remnants of an installation disk. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;These logs and the database system and other files can be found here: C:\Users\{your user name}\AppData\Local\Microsoft\Microsoft SQL Server Local DB\Instances\v11.0 on my Windows 8 installation.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Although localdb\v11.0 was created, I could not connect to (localdb)\v11.0 via sql management studio (or visual studio). &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Final solution was to delete what was there and create / test (LocalDB)\V11.0 before trying to start/compile a Lightswitch project.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;To delete an existing V11.0 and create a new one use the sqllocaldb (.exe) utility which should be mapped already if you use you visual studio developer command prompt. The sequence I used was:&lt;/font&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font size="3"&gt;cd c:\users….\Instances (see full directory above).&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font size="3"&gt;delete the v11.0 directory&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;font size="3"&gt;run this sequence of commands:&lt;/font&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font size="3"&gt;sqllocaldb delete v11.0&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font size="3"&gt;sqllocaldb create v11.0&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font size="3"&gt;sqllocaldb start v11.0&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;font size="3"&gt;After I verified I could connect to the localdb\v11.0 then I was able to run Lightswitch without problems.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a name="_MailAutoSig"&gt;&lt;font size="3"&gt;Dave Noderer&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Software Developer / Microsoft MVP&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Cell: 954-270-1186&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Company: &lt;/font&gt;&lt;a href="http://www.computerways.com/"&gt;&lt;font size="3"&gt;http://www.computerways.com&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Win Phone Beach Riser Pro: &lt;/font&gt;&lt;a href="http://bit.ly/BeachRiserPro"&gt;&lt;font size="3"&gt;http://bit.ly/BeachRiserPro&lt;/font&gt;&lt;/a&gt;&lt;/p&gt; &lt;img src="http://geekswithblogs.net/dnoderer/aggbug/152239.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Noderer</dc:creator>
            <guid>http://geekswithblogs.net/dnoderer/archive/2013/02/26/problems-getting-lightswitch-html-client-preview-2.aspx</guid>
            <pubDate>Tue, 26 Feb 2013 18:36:14 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dnoderer/comments/152239.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dnoderer/archive/2013/02/26/problems-getting-lightswitch-html-client-preview-2.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/dnoderer/comments/commentRss/152239.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dnoderer/services/trackbacks/152239.aspx</trackback:ping>
        </item>
        <item>
            <title>Visual Studio 2012 change source control</title>
            <category>Team System</category>
            <category>Visual Studio</category>
            <link>http://geekswithblogs.net/dnoderer/archive/2013/02/26/visual-studio-2012-change-source-control.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/dnoderer/archive/2013/02/26/visual-studio-2012-change-source-control.aspx'&gt;http://geekswithblogs.net/dnoderer/archive/2013/02/26/visual-studio-2012-change-source-control.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Note to self… when changing source control on a solution you need to remove the workspace associated with the old source control, connect to the new server and add / check in to the new server.&lt;/p&gt;  &lt;p&gt;This is after frustratingly “change source control” which will unbind but not allow you to rebind / connect to a different server.&lt;/p&gt; &lt;img src="http://geekswithblogs.net/dnoderer/aggbug/152236.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Noderer</dc:creator>
            <guid>http://geekswithblogs.net/dnoderer/archive/2013/02/26/visual-studio-2012-change-source-control.aspx</guid>
            <pubDate>Tue, 26 Feb 2013 17:39:49 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dnoderer/comments/152236.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dnoderer/archive/2013/02/26/visual-studio-2012-change-source-control.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/dnoderer/comments/commentRss/152236.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dnoderer/services/trackbacks/152236.aspx</trackback:ping>
        </item>
        <item>
            <title>SkyDrive for South Florida Code Camp!</title>
            <link>http://geekswithblogs.net/dnoderer/archive/2013/02/20/skydrive-for-south-florida-code-camp.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/dnoderer/archive/2013/02/20/skydrive-for-south-florida-code-camp.aspx'&gt;http://geekswithblogs.net/dnoderer/archive/2013/02/20/skydrive-for-south-florida-code-camp.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;We held out 9th annual South Florida Code Camp on 2/9/2013. Unlike past years, instead of stuffing bags with brochures and papers from the vendors, we bought 700 2gb USB keys and had all the vendors send us information, software, links and files to put on the USB key.&lt;/p&gt;  &lt;p&gt;This was a great success.. but how about making it public too?&lt;/p&gt;  &lt;p&gt;I setup a folder on my skydrive: &lt;/p&gt;  &lt;p&gt;&lt;a href="http://gwb.blob.core.windows.net/dnoderer/Windows-Live-Writer/c8efc1c32a8e_8031/image_2.png"&gt;&lt;img title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="image" src="http://gwb.blob.core.windows.net/dnoderer/Windows-Live-Writer/c8efc1c32a8e_8031/image_thumb.png" width="364" height="294" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Then I renamed the new folder, selected it and clicked on the sharing button at the top:&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://gwb.blob.core.windows.net/dnoderer/Windows-Live-Writer/c8efc1c32a8e_8031/image_4.png"&gt;&lt;img title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="image" src="http://gwb.blob.core.windows.net/dnoderer/Windows-Live-Writer/c8efc1c32a8e_8031/image_thumb_1.png" width="526" height="261" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;By clicking on “People with a view link” I created a link I could share with all the code camp attendees to allow them access to the content. If you click on “Shorten” you will be a very usable and short link. After you copy the link, you can click on “Done” and distribute or post the link.&lt;/p&gt;  &lt;p&gt;Then I realized there was more I could put there. Besides the USB content from sponsors I created directories for the speakers and a place to put all the photos we collect.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://gwb.blob.core.windows.net/dnoderer/Windows-Live-Writer/c8efc1c32a8e_8031/image_8.png"&gt;&lt;img title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="image" src="http://gwb.blob.core.windows.net/dnoderer/Windows-Live-Writer/c8efc1c32a8e_8031/image_thumb_3.png" width="648" height="157" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;This was quick and easy, now I’m wondering why I did not do this before!&lt;/p&gt;  &lt;p&gt;Feel free to browse the code camp skydrive here with the shortened link: &lt;a title="http://sdrv.ms/122eAdh" href="http://sdrv.ms/122eAdh"&gt;http://sdrv.ms/122eAdh&lt;/a&gt;&lt;/p&gt; &lt;img src="http://geekswithblogs.net/dnoderer/aggbug/152177.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Noderer</dc:creator>
            <guid>http://geekswithblogs.net/dnoderer/archive/2013/02/20/skydrive-for-south-florida-code-camp.aspx</guid>
            <pubDate>Wed, 20 Feb 2013 14:25:50 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dnoderer/comments/152177.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dnoderer/archive/2013/02/20/skydrive-for-south-florida-code-camp.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/dnoderer/comments/commentRss/152177.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dnoderer/services/trackbacks/152177.aspx</trackback:ping>
        </item>
        <item>
            <title>Free Windows 8 book on programming with html, css and javascript</title>
            <category>Windows 8</category>
            <link>http://geekswithblogs.net/dnoderer/archive/2012/10/31/free-windows-8-book-on-programming-with-html-css-and.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/dnoderer/archive/2012/10/31/free-windows-8-book-on-programming-with-html-css-and.aspx'&gt;http://geekswithblogs.net/dnoderer/archive/2012/10/31/free-windows-8-book-on-programming-with-html-css-and.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Just a heads up from DevFish (&lt;a href="http://devfish.net"&gt;http://devfish.net&lt;/a&gt;), a free book on writing applications for Windows 8using html, css and javascript by Kraig Brockschmidt .&lt;/p&gt;  &lt;p&gt;You can find the book here:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://blogs.msdn.com/b/microsoft_press/archive/2012/10/29/free-ebook-programming-windows-8-apps-with-html-css-and-javascript.aspx" href="http://blogs.msdn.com/b/microsoft_press/archive/2012/10/29/free-ebook-programming-windows-8-apps-with-html-css-and-javascript.aspx"&gt;http://blogs.msdn.com/b/microsoft_press/archive/2012/10/29/free-ebook-programming-windows-8-apps-with-html-css-and-javascript.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I have not finished reading this but so far it looks like it will be a great resource if you have any interest in trying the windows 8 javascript programming model.&lt;/p&gt;  &lt;p&gt;Besides all the aspects of controls, library support and animations the book also talks about how to make your own components in c#, vb or c++.&lt;/p&gt; &lt;img src="http://geekswithblogs.net/dnoderer/aggbug/151143.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Noderer</dc:creator>
            <guid>http://geekswithblogs.net/dnoderer/archive/2012/10/31/free-windows-8-book-on-programming-with-html-css-and.aspx</guid>
            <pubDate>Wed, 31 Oct 2012 13:40:04 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dnoderer/comments/151143.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dnoderer/archive/2012/10/31/free-windows-8-book-on-programming-with-html-css-and.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/dnoderer/comments/commentRss/151143.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dnoderer/services/trackbacks/151143.aspx</trackback:ping>
        </item>
        <item>
            <title>Microsoft Build 1st Day</title>
            <link>http://geekswithblogs.net/dnoderer/archive/2012/10/30/microsoft-build-1st-day.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/dnoderer/archive/2012/10/30/microsoft-build-1st-day.aspx'&gt;http://geekswithblogs.net/dnoderer/archive/2012/10/30/microsoft-build-1st-day.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Great keynote and I don’t like keynotes..&lt;/p&gt;  &lt;p&gt;Seeing the great breadth of large and small devices and the number of manufacturers along with the software vision for Windows 8 and Windows Phone 8 was inspiring.&lt;/p&gt;  &lt;div id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:5a20e95b-e734-4350-b16e-efc01901b55e" class="wlWriterEditableSmartContent" style="float: none; padding-bottom: 0px; padding-top: 0px; padding-left: 0px; margin: 0px; display: inline; padding-right: 0px"&gt;&lt;div id="6d16b0f7-94df-412b-bc12-9db8037c23ec" style="margin: 0px; padding: 0px; display: inline;"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=o_Qsh02nrKk&amp;amp;list=UUWejTOIxUaCruf1LL1gdokA&amp;amp;index=1&amp;amp;feature=plcp" target="_new"&gt;&lt;img src="http://gwb.blob.core.windows.net/dnoderer/Windows-Live-Writer/Microsoft-Build-1st-Day_FD25/videoe747c0af28cd.jpg" style="border-style: none" galleryimg="no" onload="var downlevelDiv = document.getElementById('6d16b0f7-94df-412b-bc12-9db8037c23ec'); downlevelDiv.innerHTML = &amp;quot;&amp;lt;div&amp;gt;&amp;lt;object width=\&amp;quot;448\&amp;quot; height=\&amp;quot;252\&amp;quot;&amp;gt;&amp;lt;param name=\&amp;quot;movie\&amp;quot; value=\&amp;quot;http://www.youtube.com/v/o_Qsh02nrKk?hl=en&amp;amp;hd=1\&amp;quot;&amp;gt;&amp;lt;\/param&amp;gt;&amp;lt;embed src=\&amp;quot;http://www.youtube.com/v/o_Qsh02nrKk?hl=en&amp;amp;hd=1\&amp;quot; type=\&amp;quot;application/x-shockwave-flash\&amp;quot; width=\&amp;quot;448\&amp;quot; height=\&amp;quot;252\&amp;quot;&amp;gt;&amp;lt;\/embed&amp;gt;&amp;lt;\/object&amp;gt;&amp;lt;\/div&amp;gt;&amp;quot;;" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="width:448px;clear:both;font-size:.8em"&gt;Jordan Rudess demonstrates Tachyon on Windows 8&lt;/div&gt;&lt;/div&gt;  &lt;p&gt;Then he played for a while too..&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;div id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:ee2aaa07-e697-4191-8bc9-40738b307e30" class="wlWriterEditableSmartContent" style="float: none; padding-bottom: 0px; padding-top: 0px; padding-left: 0px; margin: 0px; display: inline; padding-right: 0px"&gt;&lt;div id="0bc45ae2-6b07-40fa-b61b-bc9b31eb3ab8" style="margin: 0px; padding: 0px; display: inline;"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=_h8cq6LIdno&amp;amp;list=UUD20tItzAetSlNL8h-28PfA&amp;amp;index=1&amp;amp;feature=plcp" target="_new"&gt;&lt;img src="http://gwb.blob.core.windows.net/dnoderer/Windows-Live-Writer/Microsoft-Build-1st-Day_FD25/video67cb3e55bcc2.jpg" style="border-style: none" galleryimg="no" onload="var downlevelDiv = document.getElementById('0bc45ae2-6b07-40fa-b61b-bc9b31eb3ab8'); downlevelDiv.innerHTML = &amp;quot;&amp;lt;div&amp;gt;&amp;lt;object width=\&amp;quot;448\&amp;quot; height=\&amp;quot;252\&amp;quot;&amp;gt;&amp;lt;param name=\&amp;quot;movie\&amp;quot; value=\&amp;quot;http://www.youtube.com/v/_h8cq6LIdno?hl=en&amp;amp;hd=1\&amp;quot;&amp;gt;&amp;lt;\/param&amp;gt;&amp;lt;embed src=\&amp;quot;http://www.youtube.com/v/_h8cq6LIdno?hl=en&amp;amp;hd=1\&amp;quot; type=\&amp;quot;application/x-shockwave-flash\&amp;quot; width=\&amp;quot;448\&amp;quot; height=\&amp;quot;252\&amp;quot;&amp;gt;&amp;lt;\/embed&amp;gt;&amp;lt;\/object&amp;gt;&amp;lt;\/div&amp;gt;&amp;quot;;" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;  &lt;p&gt;I especially liked Steve Balmers 82” slate!! Can I have one!&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://gwb.blob.core.windows.net/dnoderer/Windows-Live-Writer/Microsoft-Build-1st-Day_FD25/WP_000419_2.jpg"&gt;&lt;img title="WP_000419" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="WP_000419" src="http://gwb.blob.core.windows.net/dnoderer/Windows-Live-Writer/Microsoft-Build-1st-Day_FD25/WP_000419_thumb.jpg" width="443" height="333" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;And best of all, they finally released the Windows Phone 8 SDK.&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.microsoft.com/en-us/download/details.aspx?id=35471" href="http://www.microsoft.com/en-us/download/details.aspx?id=35471"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=35471&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Off to sessions…&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;Stay tuned for more!&lt;/p&gt; &lt;img src="http://geekswithblogs.net/dnoderer/aggbug/151136.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Noderer</dc:creator>
            <guid>http://geekswithblogs.net/dnoderer/archive/2012/10/30/microsoft-build-1st-day.aspx</guid>
            <pubDate>Tue, 30 Oct 2012 22:26:54 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dnoderer/comments/151136.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dnoderer/archive/2012/10/30/microsoft-build-1st-day.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/dnoderer/comments/commentRss/151136.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dnoderer/services/trackbacks/151136.aspx</trackback:ping>
        </item>
        <item>
            <title>Azure Florida Association</title>
            <link>http://geekswithblogs.net/dnoderer/archive/2011/11/19/azure-florida-association.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/dnoderer/archive/2011/11/19/azure-florida-association.aspx'&gt;http://geekswithblogs.net/dnoderer/archive/2011/11/19/azure-florida-association.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Herve Roggero, SQL Azure MVP,  has created a virtual community to focus on Azure. Here is the outline from Herve:&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;User Group Name&lt;/b&gt;:  Azure Florida Association&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Purpose&lt;/b&gt;: Start a virtual Florida user group that targets the Azure platform &lt;/p&gt;  &lt;p&gt;&lt;b&gt;Venues&lt;/b&gt;: Most meetings will be virtual; however I plan to host a few physical events across Florida if possible from time to time; physical events may be a few hours long with potentially more than one speaker&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Possible Topics&lt;/b&gt;: The topics will touch Azure generally speaking, but can have a wide array of concern such as Integration, Data Migration, Hosting, Security, Scalability, Mobile Device integration, successful ventures/lessons learned, cross cloud integration patterns, testing in the cloud, deployment management, reporting…&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Target Members&lt;/b&gt;: Architects, Developers, IT Managers&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Membership&lt;/b&gt;: Membership will be free; virtual events will be free; physical events may involve a minimal cover charge &lt;/p&gt;  &lt;p&gt;&lt;b&gt;Speakers&lt;/b&gt;: If you are interested in speaking or if you have topic ideas, please let me know&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Frequency&lt;/b&gt;: Initially these meetings will be held every other month&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;The first meeting will be held on January 25, 2012 at 4PM EST. Vikas Sahni, SQL Azure MVP, will be presenting on Demystifying SQL Azure. Vikas will introduce SQL Azure, value proposition, usage scenarios, concepts and architecture, what is there and what is not, including Tips and Tricks.  &lt;/p&gt;  &lt;p&gt;The actual meeting link will be available in January but please join the linked in group now to be kept informed of this and future events: &lt;a href="http://www.linkedin.com/groups?gid=4177626"&gt;http://www.linkedin.com/groups?gid=4177626&lt;/a&gt;. &lt;/p&gt; &lt;img src="http://geekswithblogs.net/dnoderer/aggbug/147759.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Noderer</dc:creator>
            <guid>http://geekswithblogs.net/dnoderer/archive/2011/11/19/azure-florida-association.aspx</guid>
            <pubDate>Sat, 19 Nov 2011 12:04:01 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dnoderer/comments/147759.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dnoderer/archive/2011/11/19/azure-florida-association.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/dnoderer/comments/commentRss/147759.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dnoderer/services/trackbacks/147759.aspx</trackback:ping>
        </item>
        <item>
            <title>Fall 2011&amp;ndash;East Coast Phone Camps</title>
            <link>http://geekswithblogs.net/dnoderer/archive/2011/08/31/fall-2011ndasheast-coast-phone-camps.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/dnoderer/archive/2011/08/31/fall-2011ndasheast-coast-phone-camps.aspx'&gt;http://geekswithblogs.net/dnoderer/archive/2011/08/31/fall-2011ndasheast-coast-phone-camps.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;From Joe Healy’s Dev Fish Blog but worth repeating!!&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;img alt="mango-iheart" src="http://farm6.static.flickr.com/5302/5791416126_cab6f68880.jpg" width="500" height="89" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;What’s a Windows Phone Camp?&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;For those who went to our "Windows Phone Garage" series last year, its one of those. For those new to the scene, its a free, full day event chocked full of everything you need to know to develop a Windows Phone application. Whether you’re a seasoned veteran or just getting started with phone app development this full-day event is for you. &lt;/p&gt;  &lt;p&gt;Interested in profit? We’ll also lead discussions on how to monetize your applications and generate profits with your apps. &lt;/p&gt;  &lt;p&gt;Don’t miss the new Windows Phone 7.5 (codename "Mango") features as well - with detailed sessions in the afternoon around Fast Application Switching, Multitasking, Live Tiles, Push Notifications, and more. &lt;/p&gt;  &lt;p&gt;The day will be capped with an open lab hands-on session and prizes for apps completed. This is the perfect opportunity to begin work on your dream application, or finish that app you’ve already started, with Windows Phone experts there to guide you every step of the way. Bring your own laptop to join in the fun and show off your killer app!    &lt;/p&gt;&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;strong&gt;Agenda&lt;/strong&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;9:00 AM&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Welcome Campers&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;9:15 AM&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;How to make money with your Windows Phone App&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;10:00 AM&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Frameworks for fun and profit &amp;gt; Silverlight and XNA&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;noon-ish&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Canteen &amp;gt; Install Fest&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;1:00 PM&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Hands-on lab&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;3:00 PM&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Cool stuff your app can do&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;4:00 PM&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;To the Cloud&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;4:45 PM&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Be What's Next &amp;gt; Peoples Choice Awards&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt;   &lt;p&gt;Not only is the content great, but we've got a ton of locations coming up. Note that we are not only hitting the traditional Microsoft facilities, we are hitting a ton of campus locations as well. Students can attend Microsoft facilitiy events, and professionals / entrepreneurs are more than welcome to drop in on the on-campus locations as well. Mix, mingle, network.&lt;/p&gt;  &lt;p&gt;Don't see your geography in the list? Located in the East Coast USA? Reach out to us and let's see if we can line up a Windows PhoneCamp "community edition".   &lt;/p&gt;&lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;&lt;strong&gt;Schedule&lt;/strong&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;9/20/2011&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Charlotte, NC&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200053354&amp;amp;CR_EAC=300024780"&gt;Registration&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;9/22/2011&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Atlanta GA&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200053354&amp;amp;CR_EAC=300024781"&gt;Registration&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;9/27/2011&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Malvern PA&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200053354&amp;amp;CR_EAC=300024782"&gt;Registration&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;9/29/2011&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Reston VA&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200053354&amp;amp;CR_EAC=300024783"&gt;Registration&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;10/12/2011&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Cambridge MA&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;National Event - Two day - Registration URL pending&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;10/18/2011&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Chevy Chase MD&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200053354&amp;amp;CR_EAC=300024785"&gt;Registration&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;10/19/2011&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;New York City, NY&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200053354&amp;amp;CR_EAC=300024786"&gt;Registration&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;10/25/2011&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Tampa FL&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200053354&amp;amp;CR_EAC=300024787"&gt;Registration&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;10/27/2011&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Champlain College, Burlington VT&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200053354&amp;amp;CR_EAC=300024788"&gt;Registration&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;11/2/2011&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;NCSU, Raleigh NC&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200053354&amp;amp;CR_EAC=300024789"&gt;Registration&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;11/4/2011&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Fort Lauderdale, FL&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200053354&amp;amp;CR_EAC=300024790"&gt;Registration&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;11/8/2011&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;UCF, Orlando FL&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200053354&amp;amp;CR_EAC=300024791"&gt;Registration&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;11/10/2011&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Univ of Miami, Coral Gables FL&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200053354&amp;amp;CR_EAC=300024793"&gt;Registration&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;11/10/2011&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;SUNY (New Paltz), New York&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200053354&amp;amp;CR_EAC=300024792"&gt;Registration&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;11/15/2011&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Virginia Tech&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200053354&amp;amp;CR_EAC=300024794"&gt;Registration&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;11/17/2011&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Howard University, Washington DC&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200053354&amp;amp;CR_EAC=300024795"&gt;Registration&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;11/29/2011&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Pittsburg, PA&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200053354&amp;amp;CR_EAC=300024796"&gt;Registration&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;12/1/2011&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Hofstra, Long Island NY&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200053354&amp;amp;CR_EAC=300024797"&gt;Registration&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;12/8/2011&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Georgia Tech, Atlanta GA&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;&lt;a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200053354&amp;amp;CR_EAC=300024798"&gt;Registration&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt;   &lt;p&gt;&lt;b&gt;Prerequisites:&lt;/b&gt;    &lt;br /&gt;Bring a notebook computer and identification. Also check out the APP HUB where you can &lt;a href="http://create.msdn.com/en-us/home/getting_started"&gt;get developer tools&lt;/a&gt;, &lt;a href="http://msdn.microsoft.com/en-us/library/ff402551(v=VS.92).aspx"&gt;learn about application features&lt;/a&gt;, &lt;a href="http://msdn.microsoft.com/en-us/library/ff967556(v=VS.92).aspx"&gt;understand common task for Apps&lt;/a&gt; and &lt;a href="http://create.msdn.com/en-us/home/membership"&gt;register and load your APP&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;&lt;b&gt;Notes:&lt;/b&gt;    &lt;br /&gt;This event is brought to you by Microsoft and is free of charge. However, you are responsible for booking and paying for your own travel and accommodations &lt;/p&gt;  &lt;p&gt;&lt;b&gt;Update:&lt;/b&gt; 2011/08/31 - new agenda online in event registration&lt;/p&gt; &lt;img src="http://geekswithblogs.net/dnoderer/aggbug/146725.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Noderer</dc:creator>
            <guid>http://geekswithblogs.net/dnoderer/archive/2011/08/31/fall-2011ndasheast-coast-phone-camps.aspx</guid>
            <pubDate>Wed, 31 Aug 2011 17:51:49 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dnoderer/comments/146725.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dnoderer/archive/2011/08/31/fall-2011ndasheast-coast-phone-camps.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/dnoderer/comments/commentRss/146725.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dnoderer/services/trackbacks/146725.aspx</trackback:ping>
        </item>
        <item>
            <title>Visual Studio Lightswitch 2011 Launch!</title>
            <category>.NET Development</category>
            <category>ASP.NET</category>
            <category>Check It Out</category>
            <category>Silverlight</category>
            <category>vb.net</category>
            <link>http://geekswithblogs.net/dnoderer/archive/2011/07/26/visual-studio-lightswitch-2011-launch.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/dnoderer/archive/2011/07/26/visual-studio-lightswitch-2011-launch.aspx'&gt;http://geekswithblogs.net/dnoderer/archive/2011/07/26/visual-studio-lightswitch-2011-launch.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;As of today, the official release of Lightswitch is now available. Visit: &lt;a title="http://www.microsoft.com/visualstudio/en-us/lightswitch" href="http://www.microsoft.com/visualstudio/en-us/lightswitch"&gt;http://www.microsoft.com/visualstudio/en-us/lightswitch&lt;/a&gt; or you can download from your MSDN subscription.&lt;/p&gt;  &lt;p&gt;What is Lightswitch?&lt;/p&gt;  &lt;p&gt;It is basically a simple to use application generator that can be used to build applications within minutes in many cases.&lt;/p&gt;  &lt;p&gt;If you have an existing, well structured (primary keys, relationships) SQL Server database you are just a few clicks away from an administration tool and well on the way to a full fledged app!&lt;/p&gt;  &lt;p&gt;One limitation is that you must be using SQL 2005 or above. I did verify this by trying to attach to a SQL 2000 db. Once the standard database connection dialog is passed you will recognize the entity framework screens.&lt;/p&gt;  &lt;p&gt;There will also be lots of third party and community extensions that will simplify making full blown applications.&lt;/p&gt;  &lt;p&gt;Code generated can be either VB.net or C#.&lt;/p&gt;  &lt;p&gt;In many ways this reminds me of the ease of Access but brought to the level of professional development and extensibility.&lt;/p&gt;  &lt;p&gt;Definitely check it out, a very powerful new tool!!&lt;/p&gt;  &lt;p&gt;To get started even if you have limited programming experience, check out Beth Massi’s videos: &lt;a title="http://msdn.microsoft.com/en-us/lightswitch/gg604823" href="http://msdn.microsoft.com/en-us/lightswitch/gg604823"&gt;http://msdn.microsoft.com/en-us/lightswitch/gg604823&lt;/a&gt;&lt;/p&gt; &lt;img src="http://geekswithblogs.net/dnoderer/aggbug/146349.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Noderer</dc:creator>
            <guid>http://geekswithblogs.net/dnoderer/archive/2011/07/26/visual-studio-lightswitch-2011-launch.aspx</guid>
            <pubDate>Tue, 26 Jul 2011 19:38:41 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dnoderer/comments/146349.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dnoderer/archive/2011/07/26/visual-studio-lightswitch-2011-launch.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/dnoderer/comments/commentRss/146349.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dnoderer/services/trackbacks/146349.aspx</trackback:ping>
        </item>
        <item>
            <title>Mr Dave goes to Washington</title>
            <category>Check It Out</category>
            <category>Technology</category>
            <link>http://geekswithblogs.net/dnoderer/archive/2011/05/28/mr-dave-goes-to-washington.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/dnoderer/archive/2011/05/28/mr-dave-goes-to-washington.aspx'&gt;http://geekswithblogs.net/dnoderer/archive/2011/05/28/mr-dave-goes-to-washington.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;This past week was an interesting experience. My first trip to Washington DC on Washington business.&lt;/p&gt;  &lt;p&gt;As part of the Association for Competitive Technology (&lt;a href="http://www.actonline.com"&gt;http://www.actonline.com&lt;/a&gt;) I joined 27 other small software developer company owners from around the country to visit and educate congressional staffs.&lt;/p&gt;  &lt;p&gt;I already knew 1/2 dozen of the people attending from my activities in the Microsoft developer community and had the pleasure of renewing friendships with them and making new friends with others. Lots of interesting stories from around the country.&lt;/p&gt;  &lt;p&gt;One common thread is, no surprise, that mobile devices are exploding at a rapid pace and will dominate software development landscape for the foreseeable future.&lt;/p&gt;  &lt;p&gt;The ACT “fly in” (common to all lobbyist groups) is a chance to get real world people in front of the congress people and their staff.&lt;/p&gt;  &lt;p&gt;The first day was basically briefings on top issues, what to expect (a number of us were 1st timers) and some media training.&lt;/p&gt;  &lt;p&gt;There were three major issues being covered… Internet Privacy, Intellectual Property and cellular bandwidth.&lt;/p&gt;  &lt;p&gt;Although the topics were covered and discussed by the ACT leaders and staff, it was really up to each of us to come up with stories and what it meant to us personally and to our respective businesses.&lt;/p&gt;  &lt;p&gt;The one that I was most interested in was the bandwidth question. I know how bad the cellular service can be, especially since I had to pull a number from Verizon to ATT last fall so I could get a Windows Phone 7. It is a very very fragile system, easily overloaded and broken by just a few dozen users at a particular location.&lt;/p&gt;  &lt;p&gt;Within a few years, the majority of internet access will be via mobile devices and currently the US is ninth in mobile broadband adoption.&lt;/p&gt;  &lt;p&gt;One interesting group there were a few developers / entrepreneurs associated with each other by an organization “Moms With Apps” (includes some Dad’s with Apps too), &lt;a href="http://www.momswithapps.com"&gt;http://www.momswithapps.com&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;On Tuesday we broke up into small teams. Typically 3 business people and 1 ACT person to visit various congressional offices. Each group was a different mix but one common thread was that there was a constituent of the congress person in each group. The last meeting our ACT “handler” did not show but by that time we were all pro’s and knew what to do.&lt;/p&gt;  &lt;p&gt;For me, in all but one case, I met with legislative assistants. This makes sense anyway because in each office an assistant is assigned to be the expert in a particular area of legislation. I had six meetings, 2 senate and 4 house. Met with staff of Sen Kirk (R/IL), Sen Nelson (D/FL), Rep Hastings (D/FL), Rep Paulsen (R/MN), Rep Frelinghuysen (R/NJ) and one actual congressman, Brian Bilbray (R/CA). All the meetings went very well allowing us to discuss the issues, how they affected our businesses and what direction we would like to see the government take.&lt;/p&gt;  &lt;p&gt;We also had a lunch with the “IP Caucus” (Intellectual Property) which is a group of congressional members, aids and lobbyists that are interested in how we can enforce copy write and patent protections across national borders. At least one of our group had a story of how popular his game is in chat rooms in China but has only sold one license there. These caucuses are similar to committee’s in that they have some dedicated staff to help them run.&lt;/p&gt;  &lt;p&gt;I definitely learned a lot. All the congressional offices are very approachable. Appointments are needed but it is likely that if you want to take the time and effort any voter can get someone to listen to their story!!&lt;/p&gt;  &lt;p&gt;I could also see evidence of many threads of relationships and coalitions that run throughout the congress, staffs and interested parties that shape our laws and regulations.&lt;/p&gt;  &lt;p&gt;There was lots of food and socializing which allowed all of use to get to know the others.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://gwb.blob.core.windows.net/dnoderer/Windows-Live-Writer/Mr-Dave-goes-to-Washington_AF05/WP_000794_2.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="WP_000794" border="0" alt="WP_000794" src="http://gwb.blob.core.windows.net/dnoderer/Windows-Live-Writer/Mr-Dave-goes-to-Washington_AF05/WP_000794_thumb.jpg" width="378" height="285" /&gt;&lt;/a&gt;&lt;a href="http://gwb.blob.core.windows.net/dnoderer/Windows-Live-Writer/Mr-Dave-goes-to-Washington_AF05/WP_000799_2.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="WP_000799" border="0" alt="WP_000799" src="http://gwb.blob.core.windows.net/dnoderer/Windows-Live-Writer/Mr-Dave-goes-to-Washington_AF05/WP_000799_thumb.jpg" width="252" height="334" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;img src="http://geekswithblogs.net/dnoderer/aggbug/145618.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Noderer</dc:creator>
            <guid>http://geekswithblogs.net/dnoderer/archive/2011/05/28/mr-dave-goes-to-washington.aspx</guid>
            <pubDate>Sat, 28 May 2011 17:05:18 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dnoderer/comments/145618.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dnoderer/archive/2011/05/28/mr-dave-goes-to-washington.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/dnoderer/comments/commentRss/145618.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dnoderer/services/trackbacks/145618.aspx</trackback:ping>
        </item>
        <item>
            <title>Book Review: Brownfield Application Development in .NET&amp;ndash;Kyle Baley and Donald Belcham - ISBN: 1933988711</title>
            <category>.NET Development</category>
            <category>Book Reviews</category>
            <link>http://geekswithblogs.net/dnoderer/archive/2011/03/31/book-review-brownfield-application-development-in-.netndashkyle-baley-and-donald.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/dnoderer/archive/2011/03/31/book-review-brownfield-application-development-in-.netndashkyle-baley-and-donald.aspx'&gt;http://geekswithblogs.net/dnoderer/archive/2011/03/31/book-review-brownfield-application-development-in-.netndashkyle-baley-and-donald.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="3"&gt;I’ve been meaning to read this book for a while and finally did!!&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Don’t let the title fool you, it could have been “Modern Object Oriented development with .NET”. In the context of improving an existing active project (brownfield) this books walks you through separation of concerns, isolating dependencies, test driven development and many other concepts in a very practical and easy to understand way.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;They also cover many of the political, cultural and personality issues you will face working with any company or team and suggest ways to work around, mitigate and sell new ideas into a situation. It is very easy to go with the flow but having the confidence to buck the flow on occasion can be a big win for everyone!&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;This was a good book for me. I was trained as an electrical engineer and spent 20 years designing computers before taking a turn into application development 17 years ago. I read constantly, listen to podcasts and hang around a lot of very smart people so have picked up most of the modern software design patterns. &lt;/font&gt;&lt;font size="3"&gt;The advantage of applying particular patterns is not always clear so it takes a while to work new things into my development methodology.. mostly a good thing. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;I thought the book did a good job of putting many concepts into a more comprehensive context than is normally presented. This approach has given me many good ideas about how I can better apply the techniques and motivation to investigate a few things I have ignored.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;&lt;b&gt;Brownfield Application Development in .NET&lt;/b&gt;      &lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;/i&gt;&lt;/b&gt;      &lt;br /&gt;&lt;b&gt;Kyle Baley and Donald Belcham&lt;/b&gt;      &lt;br /&gt;&lt;i&gt;Foreword by David Laribee&lt;/i&gt;      &lt;br /&gt;April, 2010 | 416 pages       &lt;br /&gt;ISBN: 1933988711&lt;/font&gt;&lt;/p&gt; &lt;img src="http://geekswithblogs.net/dnoderer/aggbug/144629.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Noderer</dc:creator>
            <guid>http://geekswithblogs.net/dnoderer/archive/2011/03/31/book-review-brownfield-application-development-in-.netndashkyle-baley-and-donald.aspx</guid>
            <pubDate>Fri, 01 Apr 2011 02:02:41 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dnoderer/comments/144629.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dnoderer/archive/2011/03/31/book-review-brownfield-application-development-in-.netndashkyle-baley-and-donald.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/dnoderer/comments/commentRss/144629.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dnoderer/services/trackbacks/144629.aspx</trackback:ping>
        </item>
        <item>
            <title>Interview on Cloud Plumbing</title>
            <category>Florida UG Community</category>
            <category>INETA</category>
            <category>.NET Development</category>
            <link>http://geekswithblogs.net/dnoderer/archive/2011/02/04/interview-on-cloud-plumbing.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/dnoderer/archive/2011/02/04/interview-on-cloud-plumbing.aspx'&gt;http://geekswithblogs.net/dnoderer/archive/2011/02/04/interview-on-cloud-plumbing.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Always happy to yap about community!!&lt;/p&gt;  &lt;p&gt;&lt;a title="http://cloudplumbing.com/episode/dave-noderer-interview" href="http://cloudplumbing.com/episode/dave-noderer-interview"&gt;http://cloudplumbing.com/episode/dave-noderer-interview&lt;/a&gt;&lt;/p&gt; &lt;img src="http://geekswithblogs.net/dnoderer/aggbug/143806.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Noderer</dc:creator>
            <guid>http://geekswithblogs.net/dnoderer/archive/2011/02/04/interview-on-cloud-plumbing.aspx</guid>
            <pubDate>Fri, 04 Feb 2011 21:12:12 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dnoderer/comments/143806.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dnoderer/archive/2011/02/04/interview-on-cloud-plumbing.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/dnoderer/comments/commentRss/143806.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dnoderer/services/trackbacks/143806.aspx</trackback:ping>
        </item>
        <item>
            <title>SQL Sharding and SQL Azure&amp;hellip;</title>
            <category>.NET Development</category>
            <category>Cloud Computing</category>
            <category>SQL Azure</category>
            <category>SQL Server</category>
            <link>http://geekswithblogs.net/dnoderer/archive/2010/12/24/sql-sharding-and-sql-azurehellip.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/dnoderer/archive/2010/12/24/sql-sharding-and-sql-azurehellip.aspx'&gt;http://geekswithblogs.net/dnoderer/archive/2010/12/24/sql-sharding-and-sql-azurehellip.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2"&gt;Herve Roggero has just published a paper that outlines patterns for scaling using SQL Azure and the Blue Syntax (he and Scott Klein’s company) sharding api. You can find the paper at: &lt;/font&gt;&lt;a href="http://www.bluesyntax.net/files/EnzoFramework.pdf"&gt;&lt;font size="2"&gt;http://www.bluesyntax.net/files/EnzoFramework.pdf&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Herve and Scott have also just released an Apress book Pro SQL Azure.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;The idea of being able to split (shard) database operations automatically and control them from a web based management console is very appealing.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;These ideas have been talked about for a long time and implemented in thousands of very custom ways that have been costly, complicated and fragile. Now, there is light at the end of the tunnel. Scaling database access will become easier and move into the mainstream of application development.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;The main cost is using an api whenever accessing the database. The api will direct the query to the correct database(s) which may be located locally or in the cloud. It is inevitable that the api will change in the future, perhaps incorporated into a Microsoft offering. Even if this is the case, your application has now been architected to utilize these patterns and details of the actual api will be less important.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Herve does a great job of laying out the concepts which every developer and architect should be familiar with!&lt;/font&gt;&lt;/p&gt; &lt;img src="http://geekswithblogs.net/dnoderer/aggbug/143229.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Noderer</dc:creator>
            <guid>http://geekswithblogs.net/dnoderer/archive/2010/12/24/sql-sharding-and-sql-azurehellip.aspx</guid>
            <pubDate>Fri, 24 Dec 2010 16:44:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dnoderer/comments/143229.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dnoderer/archive/2010/12/24/sql-sharding-and-sql-azurehellip.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/dnoderer/comments/commentRss/143229.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dnoderer/services/trackbacks/143229.aspx</trackback:ping>
        </item>
        <item>
            <title>Window Phone 7 tools for VB.net release</title>
            <category>.NET Development</category>
            <category>vb.net</category>
            <link>http://geekswithblogs.net/dnoderer/archive/2010/11/29/window-phone-7-tools-for-vb.net-release.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/dnoderer/archive/2010/11/29/window-phone-7-tools-for-vb.net-release.aspx'&gt;http://geekswithblogs.net/dnoderer/archive/2010/11/29/window-phone-7-tools-for-vb.net-release.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;· &lt;b&gt;Download Pages:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;o English: &lt;a href="http://go.microsoft.com/fwlink/?LinkId=206790&amp;amp;clcid=0x409"&gt;http://go.microsoft.com/fwlink/?LinkId=206790&amp;amp;clcid=0x409&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;o French: &lt;a href="http://go.microsoft.com/fwlink/?LinkID=206790&amp;amp;clcid=0x40c"&gt;http://go.microsoft.com/fwlink/?LinkID=206790&amp;amp;clcid=0x40c&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;o German: &lt;a href="http://go.microsoft.com/fwlink/?LinkID=206790&amp;amp;clcid=0x407"&gt;http://go.microsoft.com/fwlink/?LinkID=206790&amp;amp;clcid=0x407&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;o Italian: &lt;a href="http://go.microsoft.com/fwlink/?LinkID=206790&amp;amp;clcid=0x410"&gt;http://go.microsoft.com/fwlink/?LinkID=206790&amp;amp;clcid=0x410&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;o Spanish: &lt;a href="http://go.microsoft.com/fwlink/?LinkID=206790&amp;amp;clcid=0x40a"&gt;http://go.microsoft.com/fwlink/?LinkID=206790&amp;amp;clcid=0x40a&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Announcements:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;o Jason Zander: &lt;a href="http://blogs.msdn.com/b/jasonz/archive/2010/11/29/announcing-visual-basic-windows-phone-7-support-rtw.aspx"&gt;http://blogs.msdn.com/b/jasonz/archive/2010/11/29/announcing-visual-basic-windows-phone-7-support-rtw.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;o VB Team: &lt;a href="http://blogs.msdn.com/b/vbteam/archive/2010/11/29/vb-goes-mobile-announcing-visual-basic-for-windows-phone-developer-tools-rtw-quot.aspx"&gt;http://blogs.msdn.com/b/vbteam/archive/2010/11/29/vb-goes-mobile-announcing-visual-basic-for-windows-phone-developer-tools-rtw-quot.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;o Visual Studio Blog: &lt;a href="http://blogs.msdn.com/b/visualstudio/archive/2010/11/29/using-visual-studio-to-build-vb-windows-phone-applications.aspx"&gt;http://blogs.msdn.com/b/visualstudio/archive/2010/11/29/using-visual-studio-to-build-vb-windows-phone-applications.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;o Soma Blog Update: &lt;a href="http://blogs.msdn.com/b/somasegar/archive/2010/09/23/windows-phone-vb-developers-great-mobile-apps.aspx"&gt;http://blogs.msdn.com/b/somasegar/archive/2010/09/23/windows-phone-vb-developers-great-mobile-apps.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;o Windows Phone Developer Blog: &lt;a href="http://windowsteamblog.com/windows_phone/b/wpdev/archive/2010/11/29/visual-basic-for-the-windows-phone-developer-tools-rtw.aspx"&gt;http://windowsteamblog.com/windows_phone/b/wpdev/archive/2010/11/29/visual-basic-for-the-windows-phone-developer-tools-rtw.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;o App Hub News Announcement: &lt;a href="http://create.msdn.com/en-US/vbrtm"&gt;http://create.msdn.com/en-US/vbrtm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;o Updated App Hub Getting Started Page: &lt;a href="http://create.msdn.com/en-us/home/getting_started"&gt;http://create.msdn.com/en-us/home/getting_started&lt;/a&gt;&lt;/p&gt; &lt;img src="http://geekswithblogs.net/dnoderer/aggbug/142920.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Noderer</dc:creator>
            <guid>http://geekswithblogs.net/dnoderer/archive/2010/11/29/window-phone-7-tools-for-vb.net-release.aspx</guid>
            <pubDate>Tue, 30 Nov 2010 02:34:41 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dnoderer/comments/142920.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dnoderer/archive/2010/11/29/window-phone-7-tools-for-vb.net-release.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/dnoderer/comments/commentRss/142920.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dnoderer/services/trackbacks/142920.aspx</trackback:ping>
        </item>
        <item>
            <title>Murach&amp;rsquo;s HTML, XHTML, and CSS&amp;ndash;Anne Boehm&amp;ndash;ISBN 978-1-890774-57-8</title>
            <category>Book Reviews</category>
            <link>http://geekswithblogs.net/dnoderer/archive/2010/10/26/murachrsquos-html-xhtml-and-cssndashanne-boehmndashisbn-978-1-890774-57-8.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/dnoderer/archive/2010/10/26/murachrsquos-html-xhtml-and-cssndashanne-boehmndashisbn-978-1-890774-57-8.aspx'&gt;http://geekswithblogs.net/dnoderer/archive/2010/10/26/murachrsquos-html-xhtml-and-cssndashanne-boehmndashisbn-978-1-890774-57-8.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2"&gt;If you have not looked at Murach’s books you should!&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;They have a very convenient format, geared for training with two facing pages, the left with text and the right with an example with lists and descriptions.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;This book should get someone started on HTML and basic web pages, it covers html through some javascript and into simple website design and deployments.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;For me not much was new but I did pick up a few things including a better understanding of CSS floating div’s and how to use them.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Another interesting chapter was working with print and mobile devices. We have just been working on some very difficult print formatting that this might have helped with.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;The view point is primarily from that of a designer with a Mac tendency.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;There was a lot of talk about things that only work on IE 7 and above (rightfully so..)… the message that might have been presented more strongly is that IE 6 and below is not in common use and should be avoided. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;strong&gt;September 2010&lt;/strong&gt; statistics from http://&lt;/font&gt;&lt;a href="http://www.w3counter.com"&gt;&lt;font size="2"&gt;www.w3counter.com&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt; are:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   &lt;/p&gt;&lt;table border="0" cellspacing="0" cellpadding="2" width="217"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="148"&gt;&lt;font size="2"&gt;Internet Explorer 8&lt;/font&gt;&lt;/td&gt;          &lt;td valign="top" width="67"&gt;&lt;font size="2"&gt;27.48%&lt;/font&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="148"&gt;&lt;font size="2"&gt;Firefox 3.6&lt;/font&gt;&lt;/td&gt;          &lt;td valign="top" width="67"&gt;&lt;font size="2"&gt;23.60% &lt;/font&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="148"&gt;&lt;font size="2"&gt;Internet Explorer 7&lt;/font&gt;&lt;/td&gt;          &lt;td valign="top" width="67"&gt;&lt;font size="2"&gt;10.03%&lt;/font&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="148"&gt;&lt;font size="2"&gt;Chrome 6 &lt;/font&gt;&lt;/td&gt;          &lt;td valign="top" width="67"&gt;&lt;font size="2"&gt;8.32% &lt;/font&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="148"&gt;&lt;font size="2"&gt;Internet Explorer 6&lt;/font&gt;&lt;/td&gt;          &lt;td valign="top" width="67"&gt;&lt;font size="2"&gt;5.78%&lt;/font&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="148"&gt;&lt;font size="2"&gt;Safari 5&lt;/font&gt;&lt;/td&gt;          &lt;td valign="top" width="67"&gt;&lt;font size="2"&gt;4.24% &lt;/font&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="148"&gt;&lt;font size="2"&gt;Firefox 3.5&lt;/font&gt;&lt;/td&gt;          &lt;td valign="top" width="67"&gt;&lt;font size="2"&gt;4.20%&lt;/font&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="148"&gt;&lt;font size="2"&gt;Chrome 5 &lt;/font&gt;&lt;/td&gt;          &lt;td valign="top" width="67"&gt;&lt;font size="2"&gt;2.58%&lt;/font&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="148"&gt;&lt;font size="2"&gt;Firefox 3 &lt;/font&gt;&lt;/td&gt;          &lt;td valign="top" width="67"&gt;&lt;font size="2"&gt;2.13% &lt;/font&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="148"&gt;&lt;font size="2"&gt;Safari 4 &lt;/font&gt;&lt;/td&gt;          &lt;td valign="top" width="67"&gt;&lt;font size="2"&gt;1.10% &lt;/font&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt;   &lt;p&gt;&lt;font size="2"&gt;HTML 5 is touched on and I’m sure the next version of the book will cover that in more detail.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Media wise, flash, windows media and real audio are covered but curiously no mention of Silverlight but maybe that is just my own more Microsoft focus.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;In any case I can definitely recommend this book for anyone, even with almost no experience of knowledge of html. There are recommendations for some tools and how to install them in the appendix.&lt;/font&gt;&lt;/p&gt; &lt;img src="http://geekswithblogs.net/dnoderer/aggbug/142447.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Noderer</dc:creator>
            <guid>http://geekswithblogs.net/dnoderer/archive/2010/10/26/murachrsquos-html-xhtml-and-cssndashanne-boehmndashisbn-978-1-890774-57-8.aspx</guid>
            <pubDate>Tue, 26 Oct 2010 04:17:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dnoderer/comments/142447.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dnoderer/archive/2010/10/26/murachrsquos-html-xhtml-and-cssndashanne-boehmndashisbn-978-1-890774-57-8.aspx#feedback</comments>
            <slash:comments>5</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/dnoderer/comments/commentRss/142447.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dnoderer/services/trackbacks/142447.aspx</trackback:ping>
        </item>
        <item>
            <title>VB for Windows Phone 7 CTP now public</title>
            <link>http://geekswithblogs.net/dnoderer/archive/2010/09/23/vb-for-windows-phone-7-ctp-now-public.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/dnoderer/archive/2010/09/23/vb-for-windows-phone-7-ctp-now-public.aspx'&gt;http://geekswithblogs.net/dnoderer/archive/2010/09/23/vb-for-windows-phone-7-ctp-now-public.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;As a complement to the already available Windows Phone 7 developer tools, templates for VB are now available.&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a808a69d-6119-47b7-b858-262be5c49915&amp;amp;displaylang=en" href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a808a69d-6119-47b7-b858-262be5c49915&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a808a69d-6119-47b7-b858-262be5c49915&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Here is the full announcement from the VB team and a walk through of how to use it: &lt;a title="http://blogs.msdn.com/b/vbteam/archive/2010/09/23/announcing-microsoft-visual-basic-ctp-for-windows-phone-developer-tools.aspx" href="http://blogs.msdn.com/b/vbteam/archive/2010/09/23/announcing-microsoft-visual-basic-ctp-for-windows-phone-developer-tools.aspx"&gt;http://blogs.msdn.com/b/vbteam/archive/2010/09/23/announcing-microsoft-visual-basic-ctp-for-windows-phone-developer-tools.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You need to have the release tools installed and then this is a very small download and installs very quickly.&lt;/p&gt;  &lt;p&gt;You will get the same “Silverlight for Windows Phone” under the VB templates and be able to easily bring up a VB based phone application. No XNA at this time.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://gwb.blob.core.windows.net/dnoderer/WindowsLiveWriter/VBforWindowsPhone7CTPnowpublic_A8A8/clip_image002_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="clip_image002" border="0" alt="clip_image002" src="http://gwb.blob.core.windows.net/dnoderer/WindowsLiveWriter/VBforWindowsPhone7CTPnowpublic_A8A8/clip_image002_thumb.jpg" width="613" height="484" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;img src="http://geekswithblogs.net/dnoderer/aggbug/141946.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Noderer</dc:creator>
            <guid>http://geekswithblogs.net/dnoderer/archive/2010/09/23/vb-for-windows-phone-7-ctp-now-public.aspx</guid>
            <pubDate>Thu, 23 Sep 2010 15:59:56 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dnoderer/comments/141946.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dnoderer/archive/2010/09/23/vb-for-windows-phone-7-ctp-now-public.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/dnoderer/comments/commentRss/141946.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dnoderer/services/trackbacks/141946.aspx</trackback:ping>
        </item>
    </channel>
</rss>