<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>.Net</title>
        <link>http://www.mosslover.com/MOSSLover/category/7770.aspx</link>
        <description>.Net</description>
        <language>en-US</language>
        <copyright>MOSSLover</copyright>
        <managingEditor>rebecca.isserman@gmail.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>devLink&amp;hellip;Inexpensive Conference Worth your Dollar&amp;hellip;</title>
            <link>http://mosslover.com/archive/2009/06/25/devlinkhellipinexpensive-conference-worth-your-dollarhellip.aspx</link>
            <description>&lt;p&gt;Are you a developer?  There are so many dev conferences out there, but I found out about this one a few months ago.  I am speaking on SharePoint and Silverlight at devLink in Nashville.  The conference lasts about 3 days from August 13th to the 15th in Nashville, TN (as Rob Foster says NashVegas).  I am looking at the speakers from the .Net Community (and SharePoint) and some notable mentions would be Claudio Lassala, Jessica Moss, Steve Andrews, Clint Edmonson, Rob Foster, Eric Shupps, Jeremy Sublett, Dennis Bottjer, Kathleen Dollard, Shawn Wildermuth…The conference only costs $100…Why not go?  Here is the registration link: &lt;a title="http://www.devlink.net/" href="http://www.devlink.net/"&gt;http://www.devlink.net/&lt;/a&gt;.  How often do you get to see all these people for this little of a cost?&lt;/p&gt;  &lt;div class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d2485628-478a-422b-b726-5b5dbc9b596b" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Conferences" rel="tag"&gt;Conferences&lt;/a&gt;,&lt;a href="http://technorati.com/tags/devLink" rel="tag"&gt;devLink&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Inexpensive" rel="tag"&gt;Inexpensive&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133046"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133046" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://mosslover.com/aggbug/133046.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>MOSSLover</dc:creator>
            <guid>http://mosslover.com/archive/2009/06/25/devlinkhellipinexpensive-conference-worth-your-dollarhellip.aspx</guid>
            <pubDate>Thu, 25 Jun 2009 13:40:15 GMT</pubDate>
            <wfw:comment>http://mosslover.com/comments/133046.aspx</wfw:comment>
            <comments>http://mosslover.com/archive/2009/06/25/devlinkhellipinexpensive-conference-worth-your-dollarhellip.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://mosslover.com/comments/commentRss/133046.aspx</wfw:commentRss>
            <trackback:ping>http://mosslover.com/services/trackbacks/133046.aspx</trackback:ping>
        </item>
        <item>
            <title>Why Change Control Systems are Good...</title>
            <link>http://mosslover.com/archive/2009/03/10/why-change-controls-are-good.aspx</link>
            <description>&lt;p&gt;I did something stupid against all my beliefs and should have never done it.   I tried to deploy something on Friday.  It was the dumbest mistake.  First off I  had no idea what type of master pages were in the environment.  I assumed there  was only one master page in the entire environment and I used the most  disgustingly wrong program for a developer, SharePoint Designer.  I pasted in  this fix for AJAX Update Panels with FireFox (&amp;lt;script  type='text/javascript'&amp;gt;_spOriginalFormAction = document.forms[0].action;  _spSuppressFormOnSubmitWrapper=true;&amp;lt;/script&amp;gt;).  The environment  immediately crashed.  For some weird reason the Safe Control no longer existed  in the web .config files for the System.Web.Extensions assembly as some guys  found out today.  Overall a lot of weird things happened and the master page was  never approved.  I tried hard last week to roll it back.  Needless to say that  part was fixed and then they found a couple other weird issues that ended up  getting fixed by the end of the day.  I spoke with a few people they finally  told me why everything failed.  There were two WFE’s and 4 master pages.  I had  no idea that was the case.  I never thought to ask.  I had just looked in the  site settings at the master page for the main site.  It never really dawned on  me there were multiple master pages.  I felt like a complete imbecile when I  found out this was the case.  Honestly looking back on it there were just a ton  of different follies between me and my co-workers.  It just dawned on me how  important it was that a change control system were in place…&lt;/p&gt;
&lt;p&gt;I mean think about it you have a form that someone else checks over and  approves.  Someone who knows better and comments on what you might need to know  before submitting these changes.  At my old job I knew exactly what was going on  at all times (well most of the time, aside for patches and the infrastructure  guys).  I was in control, but as a consultant I am not the SharePoint Guru (or  whatever they called me).  I am going into someone else’s environment and  changing something.  I need to know the what and the where before I start  digging into the how part.  I don’t know maybe when there are situations without  a Change Control System in place I need to write down and outline what I need to  know before poking into someone else’s environment.  I know better or at least I  knew better.  You never go into a prod environment first off when it’s not off  hours, without testing your fix, and without knowing what you are doing.   Finally I went in today and fixed up both WFE’s and all the master pages with  the proper fix.  If I had asked the proper questions I could have avoided some  issues (not all the issues, there was obviously something else cracked).   Anyway, don’t be like me and just jump right in when you know it would be a  mistake.  I knew it felt wrong and yet I still did it.  I hope that someone  reads this post and thinks before they act on a production environment.  Catch  you all later.&lt;/p&gt;
&lt;div contenteditable="false" class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:96c3ae8a-72b0-4f21-ae5b-90d5e8e08a48" style="margin: 0px; padding: 0px; display: inline; float: none;"&gt;Technorati  Tags: &lt;a href="http://technorati.com/tags/MOSS" rel="tag"&gt;MOSS&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Change+Control" rel="tag"&gt;Change Control&lt;/a&gt;,&lt;a href="http://technorati.com/tags/SharePoint" rel="tag"&gt;SharePoint&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=129973"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=129973" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://mosslover.com/aggbug/129973.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>MOSSLover</dc:creator>
            <guid>http://mosslover.com/archive/2009/03/10/why-change-controls-are-good.aspx</guid>
            <pubDate>Tue, 10 Mar 2009 06:02:16 GMT</pubDate>
            <wfw:comment>http://mosslover.com/comments/129973.aspx</wfw:comment>
            <comments>http://mosslover.com/archive/2009/03/10/why-change-controls-are-good.aspx#feedback</comments>
            <wfw:commentRss>http://mosslover.com/comments/commentRss/129973.aspx</wfw:commentRss>
            <trackback:ping>http://mosslover.com/services/trackbacks/129973.aspx</trackback:ping>
        </item>
        <item>
            <title>SSWUG.org Online Conference</title>
            <link>http://mosslover.com/archive/2009/02/26/sswug.org-online-conference.aspx</link>
            <description>I am really late in posting about this event with all the craziness.  I am participating in an online conference hosted by the SQL Server World User Group.  It is strictly an online conference.  I will be speaking about Introduction to Feature Design, Visually Designing Webparts, and Dazzling SharePoint with Silverlight.  Chris Regan, one of the managing partners at B&amp;amp;R, will be speaking at the same event.  For further details (dates, other topics, etc...) you can click on this link: http://www.vconferenceonline.com/shows/spring09/sharepoint/.&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=129703"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=129703" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://mosslover.com/aggbug/129703.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>MOSSLover</dc:creator>
            <guid>http://mosslover.com/archive/2009/02/26/sswug.org-online-conference.aspx</guid>
            <pubDate>Thu, 26 Feb 2009 16:41:30 GMT</pubDate>
            <wfw:comment>http://mosslover.com/comments/129703.aspx</wfw:comment>
            <comments>http://mosslover.com/archive/2009/02/26/sswug.org-online-conference.aspx#feedback</comments>
            <wfw:commentRss>http://mosslover.com/comments/commentRss/129703.aspx</wfw:commentRss>
            <trackback:ping>http://mosslover.com/services/trackbacks/129703.aspx</trackback:ping>
        </item>
        <item>
            <title>Coders 4 Charity:Why do I want to give my time?</title>
            <link>http://mosslover.com/archive/2009/02/09/coders-4-charitywhy-do-i-want-to-give-my-time.aspx</link>
            <description>&lt;p&gt;Last year I had a great experience giving my time to charities for three days in Kansas City.  If you have been reading my blog for a while you know that I attended last year's event.  You know that my team created a WSS Site for the Boy Scouts in Blue Springs, Missouri.  This year I am challenging you to come and try to beat us, because yes all of us will be back.  We will be teaming up for the event again.  We could use some competition.&lt;/p&gt;  &lt;p&gt;The other big thing I wanted to blog about is we are trying to find charities.  If you know any charities that are too poor in the area to afford developer help to create websites.  Fill out the blog contact form and give me some information about the charity.  It has to be a project that we can create in three days and most likely a web project.  Also, if you want to sponsor the event I can send your information along.  &lt;/p&gt;  &lt;p&gt;The website for charities, developers, designer, and dbas to sign up at is &lt;a title="http://coders4charities.org/" href="http://coders4charities.org/"&gt;http://coders4charities.org/&lt;/a&gt;.  It was definitely worth my time and experience.  I will continue to attend this event as long as I live in Kansas City.  I met a lot of good people too.  Lee Brandt, Tim Wright, Blake Theiss, and Joe Loux...I've hung out with Lee a lot this past year.  He is a really great friend.  Tim is really awesome too.  He's going to help me with my Silverlight Search Control.  Seriously would have never met them had I not attended the event.  Anyway, that's all I have for you tonight, so sign up:)&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:9dbec267-5933-4727-93a7-9d1cfa9986a3" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Coders%204%20Charity" rel="tag"&gt;Coders 4 Charity&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Kansas%20City%20Events" rel="tag"&gt;Kansas City Events&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=129289"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=129289" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://mosslover.com/aggbug/129289.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>MOSSLover</dc:creator>
            <guid>http://mosslover.com/archive/2009/02/09/coders-4-charitywhy-do-i-want-to-give-my-time.aspx</guid>
            <pubDate>Mon, 09 Feb 2009 06:01:40 GMT</pubDate>
            <wfw:comment>http://mosslover.com/comments/129289.aspx</wfw:comment>
            <comments>http://mosslover.com/archive/2009/02/09/coders-4-charitywhy-do-i-want-to-give-my-time.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://mosslover.com/comments/commentRss/129289.aspx</wfw:commentRss>
            <trackback:ping>http://mosslover.com/services/trackbacks/129289.aspx</trackback:ping>
        </item>
        <item>
            <title>Kansas City Day of Dot Net - Some Thoughts...</title>
            <link>http://mosslover.com/archive/2008/12/07/kansas-city-day-of-dot-net---some-thoughts.aspx</link>
            <description>&lt;p&gt;&lt;/p&gt;  &lt;p&gt;As most of you know my blog posts are a little random and more towards free writing.  I just think and write.  So today the Kansas City Day of Dot Net took place at Centriq.  I was freaking out a little bit, because I wanted it to succeed so bad.  I was afraid that being our first event here in the past ten year that no one would show up.  From what I understand Lee Brandt was thinking the same thing.  This event was solely born from his idea that we needed to plan more events in Kansas City.  He did a great job.  Of the three of us, Myself, Doug Butscher, and Lee Brandt, this event was Lee's baby.  Doug and I were there to make sure that things went off without a hitch.  (I was sort of there to test the SharePoint waters in Kansas City too, which turned out to be pretty hot.)  A month ago I was freaking out, because I told Lee I would get the SharePoint speakers.  I was using Twitter, Facebook, e-mail, im, and whatever else I had available.  Somehow I managed to get some great speakers, Michael Lotter, Todd Bleeker, and Steve Walker to come out to Kansas City from all over the place.  We had an overwhelming number of people show up interested in SharePoint.  I came home with a list of about 21-22 people.  In about a week I'm going to start planning a SharePoint event for February.  We gave out some surveys that I will go over later this week.  I think we have a good base of people in Kansas City to host a whole slew of events.  Honestly, I don't think I would even be at this point without Lee or Doug.  I have to thank myself for walking up to Jeff Julian and John Alexander in May or June of 07 at the Kansas City .Net User Group.  So I guess I have to thank Jeff, John, Doug, and Lee for helping me get to this point.  Thanks guys.  Thanks for making me realize Kansas City might not be as bad as I once thought it was.  No you still cannot beat St. Louis by a long-shot, but hey it definitely beats some of the other places out there that could be far worse.  It's really all about the community and the awesome people.  This is kind of ridiculous, but any of you guys out there in the SharePoint Community or Geeks with Blogs Community...Don't hesitate to say hi to someone you don't know it may lead to something insane that you never expected.  I am pretty beat from the event, so I will catch you guys later.  No SharePoint insight for this week.  It's more of a general cry out to get involved with your community, because it's probably made of awesomeness that you would never expect.  &lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:af567e44-ba3f-4e2d-b01f-9bdf4b686d34" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/KCDODN" rel="tag"&gt;KCDODN&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=127624"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=127624" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://mosslover.com/aggbug/127624.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>MOSSLover</dc:creator>
            <guid>http://mosslover.com/archive/2008/12/07/kansas-city-day-of-dot-net---some-thoughts.aspx</guid>
            <pubDate>Sun, 07 Dec 2008 07:15:56 GMT</pubDate>
            <wfw:comment>http://mosslover.com/comments/127624.aspx</wfw:comment>
            <comments>http://mosslover.com/archive/2008/12/07/kansas-city-day-of-dot-net---some-thoughts.aspx#feedback</comments>
            <wfw:commentRss>http://mosslover.com/comments/commentRss/127624.aspx</wfw:commentRss>
            <trackback:ping>http://mosslover.com/services/trackbacks/127624.aspx</trackback:ping>
        </item>
        <item>
            <title>Kansas City Day of Dot Net</title>
            <link>http://mosslover.com/archive/2008/11/07/kansas-city-day-of-dot-net.aspx</link>
            <description>We just got Centriq Officially on board for the Kansas City Day of Dot Net on Saturday, December 6th.  If you are not registered please go here and register: http://kcdodn.eventbrite.com/.  Right now we have 5 SharePoint Speakers committed to the event, including Todd Kitta, Michael Lotter, Todd Bleeker, Steve Walker, and myself.  This event will be one of many in the upcoming future we're hoping.  We already broke 100 on the sign up.  We are probably going to cap it around 125, so sign up asap.&lt;br /&gt;
We are also looking for sponsors to donate books, software, and other items.  If you are interested please use the contact form on my blog (which links directly to my e-mail address).  Remember this is good free publicity for your company to get known.&lt;br /&gt;
Special thanks to Lee Brandt for making this event possible.  Without him Kansas City would be a hole in the middle of nowhere.  He decided he wanted to bring events here for those of us who don't go to PDC or TechEd.  Go Lee for trying to put Kansas City on the map:)&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=126846"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=126846" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://mosslover.com/aggbug/126846.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>MOSSLover</dc:creator>
            <guid>http://mosslover.com/archive/2008/11/07/kansas-city-day-of-dot-net.aspx</guid>
            <pubDate>Fri, 07 Nov 2008 15:27:30 GMT</pubDate>
            <wfw:comment>http://mosslover.com/comments/126846.aspx</wfw:comment>
            <comments>http://mosslover.com/archive/2008/11/07/kansas-city-day-of-dot-net.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://mosslover.com/comments/commentRss/126846.aspx</wfw:commentRss>
            <trackback:ping>http://mosslover.com/services/trackbacks/126846.aspx</trackback:ping>
        </item>
        <item>
            <title>Speaking at St. Louis .Net User Group Monday</title>
            <link>http://mosslover.com/archive/2008/10/24/speaking-at-st.-louis-.net-user-group-monday.aspx</link>
            <description>&lt;h4 style="font-weight: normal;"&gt;I will be speaking at the St. Louis .Net User Group About Silverlight on Monday, October 27th at 6 pm.  Like the Kansas City .Net User Group they start at 5:30, but it looks like they go until 7:30.  It looks like the group holds office at Three city Place Suite 1100 in Creve Coeur, Missouri.  Here is my bio and abstract:&lt;/h4&gt;
&lt;span style="font-weight: bold;"&gt;The Dazzling World of Silverlight using XAML and Expression Blend&lt;/span&gt;&lt;font size="2"&gt;&lt;br /&gt;
Silverlight is the shiny new tool that both Developers and Designers can use in harmony. In Expression Studio Designers can create Silverlight layouts without affecting the code behind files. In Visual Studio 2008 Developers can access the layout files that designers created and add code events. In this session we will discuss the tools involved to develop Silverlight Applications. We will dive into some XAML Code and Expression Blend tutorials that will leaving you with a taste to create more rich applications for the web. &lt;/font&gt;&lt;font size="4"&gt;&lt;strong&gt;&lt;font size="2"&gt; &lt;/font&gt; &lt;/strong&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size="4"&gt;&lt;font size="2"&gt;Becky Isserman has been a SharePoint Developer, since 2005 when she went through the Portal &lt;/font&gt;&lt;font size="2"&gt;University with Levi, Ray, and Shoup in Springfield, IL. She is an Microsoft Certified Professional (MCP) and a Microsoft Certified Application Developer (MCAD). She has been a web designer/developer since she was fifteen hand coding HTML 3.0 websites in NotePad. She enjoys working with SharePoint 2007, because she can perform the roles of administrator, developer, designer, and architect. She has presented at five code camps, two conferences, and three user groups in 2008. She currently lives in Olathe, Kansas for B&amp;amp;R Solutions. She lives with her two cats, Gambit and Rogue, plus her boyfriend, Johnny. If you would like to contact her you can e-mail her at &lt;a href="mailto:rebecca.isserman@gmail.com"&gt;rebecca.isserman@gmail.com&lt;/a&gt; or fill out the contact form at her blog &lt;a href="../../../../"&gt;http://www.mosslover.com&lt;/a&gt;.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="4"&gt;&lt;font size="2"&gt;If anyone in St. Louis wants to get together and play some Rockband or meet up I think I'm going to try and work from my friend Leah's house through Thursday.  However, if anyone wants to hang out for dinner she has claimed me for most dinners, especially Wednesday which is her 25th birthday.  &lt;/font&gt;&lt;strong&gt;&lt;font size="2"&gt;&lt;br /&gt;
&lt;/font&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=126082"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=126082" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://mosslover.com/aggbug/126082.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>MOSSLover</dc:creator>
            <guid>http://mosslover.com/archive/2008/10/24/speaking-at-st.-louis-.net-user-group-monday.aspx</guid>
            <pubDate>Fri, 24 Oct 2008 12:55:36 GMT</pubDate>
            <wfw:comment>http://mosslover.com/comments/126082.aspx</wfw:comment>
            <comments>http://mosslover.com/archive/2008/10/24/speaking-at-st.-louis-.net-user-group-monday.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://mosslover.com/comments/commentRss/126082.aspx</wfw:commentRss>
            <trackback:ping>http://mosslover.com/services/trackbacks/126082.aspx</trackback:ping>
        </item>
        <item>
            <title>Day of Dot Net Needs the SharePoint Lovens</title>
            <link>http://mosslover.com/archive/2008/10/16/day-of-dot-net-needs-the-sharepoint-lovens.aspx</link>
            <description>&lt;p&gt;So finally Kansas City gets a Code Camp and we get an entire SharePoint Track (so I hope) on Saturday, December 6th.  I am hoping that we can get together at least 5 sessions.  So far Todd Kitta (the MOSS Gone Wild Guy) has offered up his services and he will be bringing his family (including the new baby I hope).  So what I ask from you guys is that if you want to speak and you are local or not even local drop me an e-mail.  Kansas City needs love too.  We have Barbecue, the Nelson Atkins Art Museum, John Alexander (the coolest guy around), and oodles of Midwestern hospitality.  So what are you guys waiting for?  Seriously...Contact Form...Now...&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:fe27a8c8-1438-4f08-bfc4-eb6caaef0229" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/MOSS" rel="tag"&gt;MOSS&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Kansas%20City%20Day%20of%20Dot%20Net" rel="tag"&gt;Kansas City Day of Dot Net&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Code%20Camp" rel="tag"&gt;Code Camp&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=125899"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=125899" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://mosslover.com/aggbug/125899.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>MOSSLover</dc:creator>
            <guid>http://mosslover.com/archive/2008/10/16/day-of-dot-net-needs-the-sharepoint-lovens.aspx</guid>
            <pubDate>Fri, 17 Oct 2008 03:43:47 GMT</pubDate>
            <wfw:comment>http://mosslover.com/comments/125899.aspx</wfw:comment>
            <comments>http://mosslover.com/archive/2008/10/16/day-of-dot-net-needs-the-sharepoint-lovens.aspx#feedback</comments>
            <wfw:commentRss>http://mosslover.com/comments/commentRss/125899.aspx</wfw:commentRss>
            <trackback:ping>http://mosslover.com/services/trackbacks/125899.aspx</trackback:ping>
        </item>
        <item>
            <title>Vista and VPC 2007: Bug or No Bug?</title>
            <link>http://mosslover.com/archive/2008/09/23/vista-and-vpc-2007-bug-or-no-bug.aspx</link>
            <description>&lt;p&gt;I was using VPC 2007 on Windows Vista Ultimate 32 bit for the first time last week.  I was creating some user documentation for my new job.  I noticed that even with sharing turned on for my C Drive I could not save any files from the VPC to my C Drive.  I heard there was really no Vista and VPC 2007 support, so I decided to start experimenting as per usual (don't try this at home I have broken more VPC's than anyone within the SharePoint Community I bet).  So I found this &lt;strong&gt;Public &lt;/strong&gt;area on the C Drive under the &lt;strong&gt;Users&lt;/strong&gt;.  I saved the file in that directory and it actually worked.  I am assuming that there is some kind of security issue with Vista and Virtual PC 2007.  I know the security is a little wacky.  I hope this helps someone out there.  I will try to post little snippets from my trials a bit more in the next few weeks.&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d6a5c76c-59f7-4b7d-86b4-a727ec8d912a" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/VPC%202007" rel="tag"&gt;VPC 2007&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Vista%20Ultimate" rel="tag"&gt;Vista Ultimate&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Vista%2032%20Bit" rel="tag"&gt;Vista 32 Bit&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=125406"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=125406" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://mosslover.com/aggbug/125406.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>MOSSLover</dc:creator>
            <guid>http://mosslover.com/archive/2008/09/23/vista-and-vpc-2007-bug-or-no-bug.aspx</guid>
            <pubDate>Wed, 24 Sep 2008 00:02:18 GMT</pubDate>
            <wfw:comment>http://mosslover.com/comments/125406.aspx</wfw:comment>
            <comments>http://mosslover.com/archive/2008/09/23/vista-and-vpc-2007-bug-or-no-bug.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://mosslover.com/comments/commentRss/125406.aspx</wfw:commentRss>
            <trackback:ping>http://mosslover.com/services/trackbacks/125406.aspx</trackback:ping>
        </item>
        <item>
            <title>KC .Net User Group Meeting Tonight</title>
            <link>http://mosslover.com/archive/2008/06/24/kc-.net-user-group-meeting-tonight.aspx</link>
            <description>&lt;p&gt;&lt;font size="2"&gt;One of my fellow Coders 4 Charity Groupmates, Lee Brandt, will be speaking about Test Driven Development using C# tonight.  If you are in town you must come.  If you are not in town and you want to come.  Well hop on a flight?  Anyway, here is the official information *commenses brainwashing tactics*:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;strong&gt;Topic:&lt;/strong&gt;&lt;font face="Arial"&gt;  &lt;/font&gt;&lt;/font&gt;&lt;font face="Arial" size="2"&gt;TDD Using C#&lt;br /&gt;
&lt;/font&gt;
&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;font face="Arial" size="2"&gt;Test-Driven development is a methodology that can help developers write solid, well-designed code. Very few developers practice it because very few understand how it works and how to make it work for them. We will discuss what TDD is, why developers would want to use it, and the basics of how to actually do it using Visual Studio 2008, MS Test and C# 3.0. Come find out what Red, Green, Refactor is all about and why you should care.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;font size="2"&gt;&lt;font face="Arial" size="2"&gt;&lt;strong&gt;Presented by:&lt;/strong&gt; Lee Brandt&lt;/font&gt;&lt;/font&gt;&lt;font face="Arial" size="2"&gt;&lt;br /&gt;
Lee is a .NET Solutions Architect for Examinetics, Inc. int Overland Park, Kansas. Lee has been programming professionally for over 10 years and developing solutions in .NET and C# since the early beta releases in 2000. He is an advocate for test-driven development, design patterns and agile methodologies. Lee spends most of his free time reading about programming, discussing programming and actually writing code. Any time leftover is spent with his wife Stacey and their dog Frieda.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;font size="2"&gt;So you want to come now right?  Can't say I didn't try...See you there:)&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=123124"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=123124" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://mosslover.com/aggbug/123124.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>MOSSLover</dc:creator>
            <guid>http://mosslover.com/archive/2008/06/24/kc-.net-user-group-meeting-tonight.aspx</guid>
            <pubDate>Tue, 24 Jun 2008 12:22:35 GMT</pubDate>
            <wfw:comment>http://mosslover.com/comments/123124.aspx</wfw:comment>
            <comments>http://mosslover.com/archive/2008/06/24/kc-.net-user-group-meeting-tonight.aspx#feedback</comments>
            <wfw:commentRss>http://mosslover.com/comments/commentRss/123124.aspx</wfw:commentRss>
            <trackback:ping>http://mosslover.com/services/trackbacks/123124.aspx</trackback:ping>
        </item>
    </channel>
</rss>