<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Community Blogs</title><link>http://weblogs.asp.net/communityblogs/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Microsoft PDC Sessions/Keynotes online for Download</title><link>http://feedproxy.google.com/~r/ScottCatesWeblog/~3/h88G5wBdkRM/</link><pubDate>Sat, 21 Nov 2009 23:11:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7262777</guid><dc:creator>Scott Cate: Family: Scott Cate: Technology</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7262777</wfw:commentRss><comments>http://feedproxy.google.com/~r/ScottCatesWeblog/~3/h88G5wBdkRM/#comments</comments><description>If you&amp;rsquo;re seen the tech new recently, you&amp;rsquo;ve heard about the Microsoft PDC (Professional Developers Conference). If you couldn&amp;rsquo;t make the conference (like me) then you&amp;rsquo;ll be happy to know that Microsoft has posted video of all the sessions and keynotes. And they&amp;rsquo;re available for download. In fact, here is a set of CURL scripts that will download them for you all at once (or overnight depending on your bandwidth). The script basically says &amp;ndash; do I have this file? If no, go get it. Included with the scripts, is a handy Renamer, that renames the file to the session name, which is much more meaningful than the original session number. But &amp;hellip; what if (like my) you download 1/2 of them, and the other 1/2 die...(&lt;a href="http://feedproxy.google.com/~r/ScottCatesWeblog/~3/h88G5wBdkRM/"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7262777" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Scott+Cate_3A00_+Technology/default.aspx">Scott Cate: Technology</category></item><item><title>Resources for my SharePoint Services Talk</title><link>http://weblogs.asp.net/bsimser/archive/2009/11/21/resources-for-my-sharepoint-services-talk.aspx</link><pubDate>Sat, 21 Nov 2009 14:30:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7262620</guid><dc:creator>ASP.NET Weblogs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7262620</wfw:commentRss><comments>http://weblogs.asp.net/bsimser/archive/2009/11/21/resources-for-my-sharepoint-services-talk.aspx#comments</comments><description>As promised here are some resources for my recent talk on creating and consuming services in SharePoint that I delivered at TechDays . You’ll be able to get the full slide deck, video, and code later at http://my.techdays.ca but here are the links from the slide deck and things I mentioned during the talk. Links Writing Custom Web Services for SharePoint (MSDN) Developing SharePoint Applications guidance from the Patterns and Practices group The SharePoint Service Locator pattern Books Developing Service-Oriented AJAX Applications (Book) Developers Guide to WSS 3.0 (Book) Professional Reporting with SharePoint 2007 (Book) Tools U2U CAML Builder (2003 and 2007 versions) CAML.NET (.NET Library for writing CAML queries in code) Read More......(&lt;a href="http://weblogs.asp.net/bsimser/archive/2009/11/21/resources-for-my-sharepoint-services-talk.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7262620" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>ASP.NET MVC: Creating reports using Chart control</title><link>http://weblogs.asp.net/gunnarpeipman/archive/2009/11/21/asp-net-mvc-creating-reports-using-chart-control.aspx</link><pubDate>Sat, 21 Nov 2009 13:36:44 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7262591</guid><dc:creator>ASP.NET Weblogs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7262591</wfw:commentRss><comments>http://weblogs.asp.net/gunnarpeipman/archive/2009/11/21/asp-net-mvc-creating-reports-using-chart-control.aspx#comments</comments><description>ASP.NET Chart control is powerful control you can use to add charting support to your web applications. Although chart controls are mainly used with ASP.NET forms it is not very hard to use them also in ASP.NET MVC applications . In this posting I will show you how to use ASP.NET Chart control in ASP.NET MVC application and I will illustrate how to do it easily so you don’t mess up your views. Before we start coding I want to make some notes about my solution: this solution is pretty new and it is sure that one can improve the code provided here, using this solution I’m trying to generalize in-place reporting for MVC applications, also I’m trying to keep my views as clean as possible – chart definitions are not small if you have more complex...(&lt;a href="http://weblogs.asp.net/gunnarpeipman/archive/2009/11/21/asp-net-mvc-creating-reports-using-chart-control.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7262591" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Web+Development/default.aspx">Web Development</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/MVC/default.aspx">MVC</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Graphics/default.aspx">Graphics</category></item><item><title>Unit Testing and Integration Testing in real projects</title><link>http://weblogs.asp.net/omarzabir/archive/2009/11/21/unit-testing-and-integration-testing-in-real-projects.aspx</link><pubDate>Sat, 21 Nov 2009 10:52:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7262503</guid><dc:creator>ASP.NET Weblogs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7262503</wfw:commentRss><comments>http://weblogs.asp.net/omarzabir/archive/2009/11/21/unit-testing-and-integration-testing-in-real-projects.aspx#comments</comments><description>I am yet to find a proper sample on how to do realistic Test Driven Development (TDD) and how to write proper unit tests for complex business applications, that gives you enough confidence to stop doing manual tests anymore. Generally the samples show you how to test a Stack or a LinkedList, which is far simpler than testing a typical N-tier application, especially if you are using Entity Framework or Linq to SQL or some ORM in data access layer, and doing logging, validation, caching, error handling at middle tier. There are many articles , blog posts , video tutorials on how to write unit tests, which I believe are all very good starting points. But all these examples show you basic tests, not good enough to let your QA team go. So, let me...(&lt;a href="http://weblogs.asp.net/omarzabir/archive/2009/11/21/unit-testing-and-integration-testing-in-real-projects.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7262503" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/General+Software+Development/default.aspx">General Software Development</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/TDD/default.aspx">TDD</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Testing/default.aspx">Testing</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/unit+test/default.aspx">unit test</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/BDD/default.aspx">BDD</category></item><item><title>T4MVC 2.5.01: added support for Html.RenderAction and Html.Action</title><link>http://blogs.msdn.com/davidebb/archive/2009/11/20/t4mvc-2-5-01-added-support-for-html-renderaction-and-html-action.aspx</link><pubDate>Sat, 21 Nov 2009 02:10:19 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7262337</guid><dc:creator>ASP.NET Weblogs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7262337</wfw:commentRss><comments>http://blogs.msdn.com/davidebb/archive/2009/11/20/t4mvc-2-5-01-added-support-for-html-renderaction-and-html-action.aspx#comments</comments><description>To get the latest build of T4MVC: Go to download page on CodePlex &amp;#160; MVC 2 Beta introduces two nice helpers called Html.RenderAction and Html.Action.&amp;#160; Phil Haack described them in detail on his blog , so you may want to read through that before Read More......( read more ) Read More......(&lt;a href="http://blogs.msdn.com/davidebb/archive/2009/11/20/t4mvc-2-5-01-added-support-for-html-renderaction-and-html-action.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7262337" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/MVC/default.aspx">MVC</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/T4/default.aspx">T4</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/T4MVC/default.aspx">T4MVC</category></item><item><title>Lot’s of new software for IIS, ASP.NET, AJAX and PHP this week</title><link>http://blogs.iis.net/bills/archive/2009/11/20/lot-s-of-new-software-for-iis-asp-net-ajax-and-php-this-week.aspx</link><pubDate>Fri, 20 Nov 2009 18:13:44 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7261828</guid><dc:creator>ASP.NET Weblogs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7261828</wfw:commentRss><comments>http://blogs.iis.net/bills/archive/2009/11/20/lot-s-of-new-software-for-iis-asp-net-ajax-and-php-this-week.aspx#comments</comments><description>Wow, what a week of innovation for the Microsoft Web Platform.&amp;#160; This week we released a ton of new software which, if you haven’t already, you’ve got to check out.&amp;#160; Here is a quick overview: &amp;#160; IIS Search Engine Optimization v1 final release Read More......( read more ) Read More......(&lt;a href="http://blogs.iis.net/bills/archive/2009/11/20/lot-s-of-new-software-for-iis-asp-net-ajax-and-php-this-week.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7261828" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Codeplex/default.aspx">Codeplex</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/php/default.aspx">php</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/IIS+News+Item/default.aspx">IIS News Item</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/MVC/default.aspx">MVC</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Administrators/default.aspx">Administrators</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Developers/default.aspx">Developers</category></item><item><title>Twitter in a Dead End</title><link>http://nayyeri.net/twitter-in-a-dead-end</link><pubDate>Fri, 20 Nov 2009 12:30:53 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7261480</guid><dc:creator>Keyvan Nayyeri</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7261480</wfw:commentRss><comments>http://nayyeri.net/twitter-in-a-dead-end#comments</comments><description>These days it&amp;rsquo;s hard to find someone who doesn&amp;rsquo;t know about Twitter as a social networking status updating site mainly founded in 2007 with the very simple and basic idea to let people share their status on the web with 140 characters and follow others&amp;rsquo; updates. I was among the first group of users who appeared on Twitter and have been continually tweeting for almost three years to now, so I&amp;rsquo;ve been able to witness the progress of the site and the way it evolved. The idea behind this service was very simple that had been tried by some other sites before, but Twitter was able to gather a reasonable number of known people to incorporate because it had a very simple and basic structure, and was founded by some of the well...(&lt;a href="http://nayyeri.net/twitter-in-a-dead-end"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7261480" width="1" height="1"&gt;</description></item><item><title>Visual Studio 2010: Generating sequence diagrams on the fly</title><link>http://weblogs.asp.net/gunnarpeipman/archive/2009/11/20/visual-studio-2010-generating-sequence-diagrams-on-the-fly.aspx</link><pubDate>Fri, 20 Nov 2009 12:28:28 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7261481</guid><dc:creator>ASP.NET Weblogs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7261481</wfw:commentRss><comments>http://weblogs.asp.net/gunnarpeipman/archive/2009/11/20/visual-studio-2010-generating-sequence-diagrams-on-the-fly.aspx#comments</comments><description>One nice feature that Visual Studio 2010 provides is generating sequence diagrams on the fly. Just point out method and choose diagram generating option from context menu. In this posting I will show you how to generate sequence diagrams on the fly. To keep example illustrative and simple I will use simple code. Let’s suppose we have ASP.NET MVC application with following controller. public class PriceEnquiryController : Controller { &amp;#160;&amp;#160;&amp;#160; // ... some properties and methods ... &amp;#160; &amp;#160;&amp;#160;&amp;#160; public ActionResult Index() &amp;#160;&amp;#160;&amp;#160; { &amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; var model = new PriceEnquiryListModel (); &amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; model.PriceEnquiries = PriceEnquiryRepository.ListPriceEnquiries...(&lt;a href="http://weblogs.asp.net/gunnarpeipman/archive/2009/11/20/visual-studio-2010-generating-sequence-diagrams-on-the-fly.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7261481" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Analysis/default.aspx">Analysis</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Architecture+_2600_amp_3B00_+Design/default.aspx">Architecture &amp;amp; Design</category></item><item><title>Memory leaks with Infragistics NetAdvantage Windows Forms edition</title><link>http://weblogs.asp.net/fmarguerie/archive/2009/11/20/memory-leaks-infragistics-netadvantage-windows-forms.aspx</link><pubDate>Fri, 20 Nov 2009 11:07:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7261405</guid><dc:creator>ASP.NET Weblogs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7261405</wfw:commentRss><comments>http://weblogs.asp.net/fmarguerie/archive/2009/11/20/memory-leaks-infragistics-netadvantage-windows-forms.aspx#comments</comments><description>When I finalized my article about memory leaks , I removed a part about Infragistics NetAdvantage. Here it is. It may be useful to some of you. Warning: It&amp;#39;s based on NetAdvantage 7.3, and may or may not apply to recent versions. Let&amp;#39;s take an example. In project X, visual controls from the Infragistics NetAdvantage suite are used to build the GUI. One of these controls is the UltraToolbar. As told by its name, this control is used to display toolbars. The way a UltraToolbar is used is via a UltraToolbarsManager component. This works fine, except that even though the UltraToolbar class implements IDisposable, the UltraToolbarsManager class never calls the Dispose method on the UltraToolbars it manages. This is a bug. Fortunately, a workaround...(&lt;a href="http://weblogs.asp.net/fmarguerie/archive/2009/11/20/memory-leaks-infragistics-netadvantage-windows-forms.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7261405" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Tips/default.aspx">Tips</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Source/default.aspx">Source</category></item><item><title>Stylin: Adventure Time</title><link>http://dbvt.com/blog/post/Stylin-Adventure-Time.aspx</link><pubDate>Fri, 20 Nov 2009 07:22:21 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7261248</guid><dc:creator>Dave Burke</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7261248</wfw:commentRss><comments>http://dbvt.com/blog/post/Stylin-Adventure-Time.aspx#comments</comments><description>Super stylish background, borders and page elements. Increases confidence to make a purchase with a site layout as pretty as this and with as much attention to detail. Good balance among page content dimensions. On the UN-stylin side, there’s a spider dropdown animation that’s stupid as hell in my opinion. Link to Adventure Time | View all Stylin Sites Read More......(&lt;a href="http://dbvt.com/blog/post/Stylin-Adventure-Time.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7261248" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Stylin/default.aspx">Stylin</category></item><item><title>Stylin: Wild Wings Safaris</title><link>http://dbvt.com/blog/post/Stylin-Wild-Wings-Safaris.aspx</link><pubDate>Fri, 20 Nov 2009 07:07:37 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7261249</guid><dc:creator>Dave Burke</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7261249</wfw:commentRss><comments>http://dbvt.com/blog/post/Stylin-Wild-Wings-Safaris.aspx#comments</comments><description>The low contrast between headers/footers and the body is what I liked about this. Link to Wild Wings Safaris | View all Stylin Sites Read More......(&lt;a href="http://dbvt.com/blog/post/Stylin-Wild-Wings-Safaris.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7261249" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Stylin/default.aspx">Stylin</category></item><item><title>Stylin: Safarista Design</title><link>http://dbvt.com/blog/post/Stylin-Safarista-Design.aspx</link><pubDate>Fri, 20 Nov 2009 06:58:36 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7261250</guid><dc:creator>Dave Burke</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7261250</wfw:commentRss><comments>http://dbvt.com/blog/post/Stylin-Safarista-Design.aspx#comments</comments><description>Very beautiful. Someone sweated the details here. Like the menubar. Nice execution of an attractive body area background on the site content pages. Link to Safarista Design | View all Stylin Sites Read More......(&lt;a href="http://dbvt.com/blog/post/Stylin-Safarista-Design.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7261250" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Stylin/default.aspx">Stylin</category></item><item><title>Stylin: Boco Creative</title><link>http://dbvt.com/blog/post/Stylin-Boco-Creative.aspx</link><pubDate>Fri, 20 Nov 2009 06:51:35 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7261222</guid><dc:creator>Dave Burke</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7261222</wfw:commentRss><comments>http://dbvt.com/blog/post/Stylin-Boco-Creative.aspx#comments</comments><description>Unique borders on header and footer to the body if you look at an enlarged image. Info-rich and attractive slideshow in header area. Cool logo. Big “B.” We like that. Link to Boco Creative | View all Stylin Sites Read More......(&lt;a href="http://dbvt.com/blog/post/Stylin-Boco-Creative.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7261222" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Stylin/default.aspx">Stylin</category></item><item><title>Stylin: Rumos do Brasil</title><link>http://dbvt.com/blog/post/Stylin-Rumos-do-Brasil.aspx</link><pubDate>Fri, 20 Nov 2009 06:41:28 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7261223</guid><dc:creator>Dave Burke</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7261223</wfw:commentRss><comments>http://dbvt.com/blog/post/Stylin-Rumos-do-Brasil.aspx#comments</comments><description>This isn’t an exceptionally pretty page, but it’s distinctive with several different elements comfortably integrated as a whole. I liked the author sketches, very WSJ. Pronounced font. Nicely proportioned menubar. Artistry demonstrated in both the sketches and page illustrations. Link to Rumos Do Brasil | View all Stylin Sites Read More......(&lt;a href="http://dbvt.com/blog/post/Stylin-Rumos-do-Brasil.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7261223" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Stylin/default.aspx">Stylin</category></item><item><title>SharePoint 2010 Setup - Hurry up and Wait Edition</title><link>http://weblogs.asp.net/bsimser/archive/2009/11/19/sharepoint-2010-setup-hurry-up-and-wait-edition.aspx</link><pubDate>Fri, 20 Nov 2009 05:57:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7261221</guid><dc:creator>ASP.NET Weblogs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7261221</wfw:commentRss><comments>http://weblogs.asp.net/bsimser/archive/2009/11/19/sharepoint-2010-setup-hurry-up-and-wait-edition.aspx#comments</comments><description>By now, everyone and his brother are downloading and installing the SharePoint 2010 beta onto their Windows 7 and Vista boxes. Why not? I mean, for the longest time we were stuck with having to spin up a Windows 2003 or 2008 server so now accessibility is here and we can genuinely put it on our machines without hackish workarounds. Of course why you would install a server application on a desktop OS is beyond this blog post and for a discussion over beers at SharePint. In any case there all kinds of guidance coming out on how to set things up. One of them is the MSDN article called Setting Up the Development Environment for SharePoint Server . This is a pretty good article but two gotchas I want to point out if anyone is following it and trying...(&lt;a href="http://weblogs.asp.net/bsimser/archive/2009/11/19/sharepoint-2010-setup-hurry-up-and-wait-edition.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7261221" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/SharePoint/default.aspx">SharePoint</category></item></channel></rss>