﻿<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Telligenti</title><link>http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx</link><description>Telligent Systems Blogs</description><dc:language>en-US</dc:language><generator>DanBartels RSS Generater 1.0.0</generator><item><title>Wyatt Pruel - Graffiti UserAgent Theme Switcher</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2ffeeds.feedburner.com%2f%7er%2fWyattPreul-TheGeekCowboy%2f%7e3%2f502943944%2f</link><pubDate>Mon, 05 Jan 2009 12:43:00 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172205</guid><dc:creator>Wyatt Pruel</dc:creator><description>&lt;p&gt;Here is a package for Graffiti that allows you to specify a theme to present to an iPhone user or the Google Bot.&amp;nbsp; The package comes with a couple of themes I created for each type of user to get you started.&amp;nbsp; I originally created this to provide a more performant scenario for when a Google bot visits my site.&amp;nbsp; Google has stated on their webmaster blog that you should avoid providing different content to the Google bot other than the content you provide to a normal user.&amp;nbsp; However, I believe they are more focused on the content that is delivered, instead of how the site is laid out.&amp;nbsp; Either way, the plugin for switching themes allows you to disable either theme for the iPhone or Google.&lt;/p&gt;
&lt;p&gt;You can download the package below:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div class="wlWriterEditableSmartContent" id="scid:8eb9d37f-1541-4f29-b6f4-1eea890d4876:b4cbd2de-e0ef-4114-b925-dab9e8c9a16d" style="margin: 0px; padding: 0px; display: inline; float: none;"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="margin-left: 40px;"&gt;&lt;a target="_self" href="http://renaissauce.com/files/media/file/WindowsLiveWriter/GraffitiUserAgentThemeSwitcher_10408/User%20Agent%20Theme.xml"&gt;User Agent Theme.xml&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You only need to install this through the graffiti control panel.&amp;nbsp; After this you will have 2 new themes and a new plugin installed.&amp;nbsp; You need to edit the settings on the plugin to have it running, both the iPhone and Google theme switchers are disabled by default.&amp;nbsp; Also, if you want to provide a different theme you can change the name in the settings.&lt;/p&gt;
&lt;p&gt;The iPhone theme is from &lt;a href="http://www.engageinteractive.co.uk/blog/2008/06/19/tutorial-building-a-website-for-the-iphone/"&gt;Engage Interactive&lt;/a&gt; with only minor tweaks.&amp;nbsp; Here is a sample of what this looks like on an iPhone, mind you I added margins and better formatting in general after this picture was taken.&amp;nbsp; I should also point out that I don't have an iPhone, so any feedback from iPhone users on how my site looks would be helpful.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://renaissauce.com/files/media/image/WindowsLiveWriter/GraffitiUserAgentThemeSwitcher_10408/image_2.png"&gt;&lt;img width="404" height="304" border="0" src="http://renaissauce.com/files/media/image/WindowsLiveWriter/GraffitiUserAgentThemeSwitcher_10408/image_thumb.png" alt="image" title="image" style="border: 0px none ; display: inline;" /&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For any developers out there, you should note the following lines which show how simple it is to switch a theme in Graffiti inside a GraffitiEvent object.&lt;/p&gt;
&lt;div class="wlWriterEditableSmartContent" id="scid:57F11A72-B0E5-49c7-9094-E3A15BD5B5E6:0cc539d6-7536-4b91-9093-cb093bd8b82a" style="margin: 0px; padding: 0px; display: inline; float: none;"&gt;
&lt;pre style="overflow: auto; background-color: White;"&gt;&lt;div&gt;&lt;!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

--&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;        &lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;public&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; &lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;override&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; &lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;void&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; Init(GraffitiApplication ga)&lt;br /&gt;        {&lt;br /&gt;            ga.BeginRequest &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;+=&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; &lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;new&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; EventHandler(ga_BeginRequest);&lt;br /&gt;        }&lt;br /&gt;&lt;br /&gt;        &lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;void&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; ga_BeginRequest(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;object&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; sender, EventArgs e)&lt;br /&gt;        {&lt;br /&gt;                GraffitiContext.Current.Theme &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; = &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; &lt;/span&gt;&lt;span style="color: rgb(128, 0, 0);"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: rgb(128, 0, 0);"&gt;MyThemeName&lt;/span&gt;&lt;span style="color: rgb(128, 0, 0);"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;;&lt;br /&gt;        }&lt;/span&gt;&lt;/div&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?a=O1uHMg.P"&gt;&lt;img src="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?i=O1uHMg.P" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?a=iDh1cU.p"&gt;&lt;img src="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?i=iDh1cU.p" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?a=dbrpP4.P"&gt;&lt;img src="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?i=dbrpP4.P" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description></item><item><title>DaveBurke - Nordic Track Book Club Review: Tribes</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2fdbvt.com%2fblog%2fpost%2fNordic-Track-Book-Club-Review-Tribes.aspx</link><pubDate>Sun, 04 Jan 2009 12:40:58 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172140</guid><dc:creator>DaveBurke</dc:creator><description>&lt;p&gt;Seth Godin’s &lt;a href="http://www.amazon.com/gp/product/1591842336?ie=UTF8&amp;amp;tag=daveburkeverm-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1591842336"&gt;Tribes: We Need You to Lead Us&lt;/a&gt;&lt;img style="margin: 0px; border-top-style: none! important; border-right-style: none! important; border-left-style: none! important; border-bottom-style: none! important" height="1" alt="" src="http://www.assoc-amazon.com/e/ir?t=daveburkeverm-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1591842336" width="1" border="0"&gt; is 5-star material. I loved it. I’m giving Tribes the highest &lt;a href="http://dbvt.com/images/utils/nordictrack.jpg"&gt;Nordic Track&lt;/a&gt; rating in spite of the fact that it’s only 140 pages. I’ve purchased and read almost every book Godin has ever written, but I don’t like the fact that his books seem to be getting shorter and shorter.&amp;nbsp; &lt;a href="http://www.amazon.com/gp/product/1591841666?ie=UTF8&amp;amp;tag=daveburkeverm-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1591841666"&gt;The Dip&lt;/a&gt;&lt;img style="margin: 0px; border-top-style: none! important; border-right-style: none! important; border-left-style: none! important; border-bottom-style: none! important" height="1" alt="" src="http://www.assoc-amazon.com/e/ir?t=daveburkeverm-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1591841666" width="1" border="0"&gt; (which preceded Tribes) was the first Godin book I didn’t purchase in years because I refused to pay cash money for a book of only 96 pages.&amp;nbsp; &lt;/p&gt; &lt;p&gt;But enough about me.&amp;nbsp; On to the Tribes excerpts. This is probably the most inspiring book Godin has ever written.&amp;nbsp; Too bad it was missing 100 pages. :-)&amp;nbsp; I’ll be providing excerpts from the first half of the book, or the first 70 pages.&amp;nbsp; An equal number of great bits are found in the remaining 70 pages, so if you like the following excerpts there’s more where these came from. &lt;/p&gt; &lt;p&gt;&lt;br&gt;-----------------------&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;p.1 A group needs only two things to be a tribe, a shared interest and a way to communicate.&lt;/p&gt; &lt;p&gt;p.3 We want to belong not to just one tribe it turns out, but to many. And if you give us tools and make it easy, we’ll keep joining.&amp;nbsp; Tribes make our lives better, and leading a tribe is the best life of all.&lt;/p&gt; &lt;p&gt;p.7 What makes Gary so successful is the way he uses a new medium and new techniques to communicate his passion, connect people and to create change.&amp;nbsp; And so a movement grows. &lt;/p&gt; &lt;p&gt;Everyone is not just a marketer, everyone is now also a leader.&lt;/p&gt; &lt;p&gt;The explosion in tribes, groups, covens and circles of interest means that anyone who wants to make a difference can.&lt;/p&gt; &lt;p&gt;p.11 Heretics are the new leaders, the ones who challenge the status quo.&amp;nbsp; The ones who get out in front of their tribes to create movements. With tribes flourishing everywhere, there is a vast shortage of leaders.&amp;nbsp; We need you.&lt;/p&gt; &lt;p&gt;There is a tribe of fellow employees or customers or investors or believers or hobbyists or readers just waiting for you to connect them to one another and lead them where they want to go.&lt;/p&gt; &lt;p&gt;Managers make widgets. Leaders make change.&lt;/p&gt; &lt;p&gt;Today, marketing is about engaging with the tribe and delivering products and services with stories that spread.&lt;/p&gt; &lt;p&gt;p.22 A manager can’t make change because that’s not his job. His job is to complete tasks assigned to him by someone else in the factory. Leaders, on the other hand, don’t care very much for organizational structure or the official blessing of whatever factory they work for. They use passion and ideas to lead people.&lt;/p&gt; &lt;p&gt;Great leaders create movements by empowering the tribe to communicate. They establish the foundation for people to make connections as opposed to commanding people to follow them.&lt;/p&gt; &lt;p&gt;p.30 Most organizations spend their time marketing to the crowd. Smart organizations assemble a tribe.&lt;/p&gt; &lt;p&gt;p.32 Defending mediocrity is exhausting.&lt;/p&gt; &lt;p&gt;Instead of always being on the hunt for one more set of eyeballs, true leaders have figured out that the real win is in turning a casual fan into a true one.&lt;/p&gt; &lt;p&gt;p.35 The tactics are irrelevant, and the technology will always be changing.&amp;nbsp; The essential lesson is that every day it gets easier to tighten the relationship you have with the people who choose to follow you.&lt;/p&gt; &lt;p&gt;p.38 Tribes are just waiting to be turned into movements. (And occasionally to stop to have a beer together.)&lt;/p&gt; &lt;p&gt;p.49 Heretics are engaged, are more powerful and happier than everyone else, and they have a tribe that they support and which supports them in turn.&lt;/p&gt; &lt;p&gt;Great leaders focus on the tribe and only the tribe. Great leaders use attention to unite the tribe and to reinforce its sense of purpose.&lt;/p&gt; &lt;p&gt;p.52 It is tempting to make the tribe bigger to get more members, to spread the word. This pales, however, when juxtaposed with the effects of a tighter tribe. A tribe that communicates more quickly with alacrity and emotion is a tribe that thrives.&lt;/p&gt; &lt;p&gt;p.64 …and the riskiest thing you can do is play it safe.&lt;/p&gt; &lt;p&gt;This leads to an interesting thought. You can choose the tribe you will lead. Through your actions as a leader you attract a tribe that wants to follow you.&amp;nbsp; That tribe has a worldview that matches the message you’re sending.&lt;/p&gt; &lt;p&gt;p.67 Great leaders realize that a motivated, connected tribe in the midst of a movement is far more powerful than a larger group would ever be.&lt;/p&gt; &lt;p&gt;p.70 The first thing you need to know is that individuals have far more power than ever before in history. One person can change an industry. One person can declare a war.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.amazon.com/gp/product/1591842336?ie=UTF8&amp;amp;tag=daveburkeverm-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1591842336"&gt;&lt;img src="http://dbvt.com/x/blog/2009/tribes0104.jpg" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href="http://dbvt.com/images/utils/nordictrack.jpg"&gt;&lt;img src="http://dbvt.com/images/utils/nordictracksmall.jpg" border="0"&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>DaveBurke - Sueetie Blog Support. Engage!</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2fdbvt.com%2fblog%2fpost%2fSueetie-Blog-Support-Engage!.aspx</link><pubDate>Sat, 03 Jan 2009 01:34:36 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172141</guid><dc:creator>DaveBurke</dc:creator><description>&lt;p class="separator"&gt;The BlogEngine.NET integration DIFF Source is now &lt;a href="http://www.codeplex.com/sueetie" target="_blank"&gt;on CodePlex&lt;/a&gt; and setup documentation on &lt;a href="http://sueetie.org/wiki/SetupBlog.ashx" target="_blank"&gt;the Sueetie Wiki.&lt;/a&gt;&amp;nbsp; BlogEngine.NET’s flexible configuration options made Sueetie Community integration a simple affair.&amp;nbsp; What was interesting about integrating BlogEngine.NET was that from the beginning I felt it was important to support multiple blogs in Sueetie, as demonstrated at Sueetie.org with &lt;a href="http://sueetie.org/blog" target="_blank"&gt;a main site blog&lt;/a&gt; and &lt;a href="http://sueetie.org/sueets" target="_blank"&gt;a “Sueets” blog.&lt;/a&gt;&amp;nbsp; BlogEngine.NET does not support multiple blogs out-of-the-box, but again, with its flexible configuration options this was a snap.&amp;nbsp; The approach I took to support multiple BE.NET blogs while leveraging Sueetie's ASPNET Membership support was to store user data in SQL Server and blog content in that blog’s /app_data folder in XML format. All blogs share only three SQL tables. &lt;/p&gt; &lt;p&gt;&lt;br&gt;&lt;img src="http://sueetie.org/x/site/2009/blog.sql.0103a.jpg"&gt; &lt;/p&gt; &lt;p class="separator"&gt;&lt;br&gt;&lt;br&gt;I used to be a data purist in that all data had to reside in one place, in this case everything in SQL.&amp;nbsp; That’s not the case any more.&amp;nbsp; The SQL-for-user, filesystem-for-XML-content configuration is clean and works great.&amp;nbsp; If SQL content data is required in the future for add-on functionality, a simple background task can retrieve the XML data and store it SQL-side as needed.&lt;/p&gt; &lt;p class="separator"&gt;Also interesting in the BlogEngine.NET integration with Sueetie was taking advantage of BE.NET’s built-in “Administrator” and “Editor” roles with ASPNET Membership.&amp;nbsp; Sueetie uses a “BlogAdministrator” ASPNET role to support global blog administrative functions.&amp;nbsp; (This is part of the BLOG DIFF pack, replacing occurrences of “Administrator” with “BlogAdministrator.”)&amp;nbsp; Each blog would also have an associated ASPNET Blog Editor role assigned to the author or authors of that blog.&amp;nbsp; &lt;/p&gt; &lt;p class="separator"&gt;One or two BlogEngine.NET tweaks completes the process, one of which is to remove the sidebar Administration widget.&amp;nbsp; All Authenticated users must have a record in be_user to link BE.NET and ASPNET user authentication.&amp;nbsp; This is done with a Linq-to-SQL call in the Sueetie Registration page.&amp;nbsp; Done.&amp;nbsp; But with a known user the administration widget says hello with a single “Change Password” link, something we obviously don’t want or need.&amp;nbsp; Ain’t nothin’.&amp;nbsp; Editors of the blog (designated by ASPNET role) will be shown the Blog Administration link in the page header.&amp;nbsp; And because the smart guys behind BlogEngine.NET already thought the matter through, editors have a sufficient but limited set of blog administrative capabilities.&amp;nbsp; All we have to do in Sueetie is display the link.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;img alt="Blog Editor Blog Administration Link" src="http://sueetie.org/x/site/2009/blog.admin.0103a.jpg"&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;We’re getting closer now, with only the packaging and documentation for YetAnotherForum.NET and Gallery Server Pro yet to go!&lt;/p&gt;</description></item><item><title>ZacBowling.Com - Push Technologies over HTTP - Part 1</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2fzbowling.com%2fblog%2f2009%2f01%2f01%2fpush-technologies%2f</link><pubDate>Fri, 02 Jan 2009 02:20:00 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172215</guid><dc:creator>ZacBowling.Com</dc:creator><description>
While I&amp;#8217;ve been looking for a job, I&amp;#8217;ve been doing a lot of free time projects, designing applications and web apps for various social networking and video sites. Mostly little tools to make my life and others easier and help integration. 
There is one thing that I wanted to talk about and that is the [...] 
</description></item><item><title>DaveBurke - Drive v1.0.4 with SubForms Support now Available</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2fdbvt.com%2fblog%2fpost%2fDrive-v104-with-SubForms-Support-now-Available.aspx</link><pubDate>Fri, 02 Jan 2009 01:04:56 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172142</guid><dc:creator>DaveBurke</dc:creator><description>&lt;p&gt;I’m looking forward to the day when I’ll be announcing new releases of my Drive CodeSmith template library to generate custom code for &lt;a href="http://sueetie.org" target="_blank"&gt;Sueetie,&lt;/a&gt; but while I’m still doing a lot of Community Server stuff I will continue to release updates to Drive for CS development. Version 1.0.4 has support for creating Chameleon SubForms. I also made a number of modifications to the Form templates to reduce keystrokes.&amp;nbsp; Drive is available at &lt;a href="http://driveframework.com"&gt;http://driveframework.com&lt;/a&gt;.&lt;br&gt;&lt;br&gt;&lt;/p&gt; &lt;h3&gt;Template updates&lt;/h3&gt; &lt;p&gt;&lt;br&gt;- Removed SourceTable requirement on Forms - FormEmptyStructure.cst&lt;br&gt;- Removed ControlUtilityPrefix property requirement from FormFilledStructure.cst&lt;br&gt;- Added ability to generate ints in SubFormFilledStructure.cst as TextBoxes rather than only the default DropDownList control.&amp;nbsp; Will add to FormFilledStructure.cst when able to do so.&amp;nbsp; Updated DRIVEHelper.cs library accordingly.&lt;br&gt;- Added ability to generate FormHTMLElements.cst ints as TextBoxes&lt;br&gt;- Fixed bug in creating NText SQL parameters that was limiting the field to 16 characters&lt;br&gt;&lt;br&gt;&lt;/p&gt; &lt;h3&gt;New Templates&lt;/h3&gt; &lt;p&gt;&lt;br&gt;SubForms - SubFormFilledStructure.cst&lt;/p&gt;</description></item><item><title>DaveBurke - A Tweetful post from Vermont to Kansas and Back</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2fdbvt.com%2fblog%2fpost%2fA-Tweetful-post-from-Vermont-to-Kansas-and-Back.aspx</link><pubDate>Thu, 01 Jan 2009 05:56:46 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172143</guid><dc:creator>DaveBurke</dc:creator><description>&lt;p&gt;This post is essentially a collection of tweets about my Christmas 2008 experience of visiting wife-side family in Manhattan, Kansas for 5 days. I’m of the opinion that more than 3 tweets in succession should take a different form, so I am sticking them here in one place.&amp;nbsp; This post might also be viewed as an Everyman Links-Lite, instilling faith that the genre has not died and another full-bodied Everyman Links post is coming soon.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;We flew out of Burlington for Manhattan, Kansas on Christmas Day. Christmas is a great day to fly.  &lt;li&gt;United provided excellent service in both directions.&amp;nbsp; No Jet Blue, but close.  &lt;li&gt;There were 3 Chinese young people talking loudly in their native language over flight safety instructions during pre-flight from Chicago O’Hara to KCI.&amp;nbsp; Didn’t know how to feel about that.  &lt;li&gt;Why is it that when I psychologically need my Zune the most (during flight take-off and landing) I’m forbidden to use it?  &lt;li&gt;Kansas City International is a great airport with exceptional car rental facilities. It needs a lot more outlets to plug laptops into though.  &lt;li&gt;Stayed in a Best Western near KCI before heading to Manhattan the next morning.&amp;nbsp; $49 a night for a decent room.&amp;nbsp; Kansas has a lot of great qualities…  &lt;li&gt;The MacDonald’s on the I-70 toll-way between Kansas City and Topeka rocks.  &lt;li&gt;The more I visit Kansas the more I enjoy its distinctive landscape, particularly as we get closer to Manhattan.&amp;nbsp; Flint hills dotted with grazing beef stock and buffalo if you’re lucky.  &lt;li&gt;Manhattan is the home of Kansas State University and a great college town. Small town feel.&amp;nbsp; Good honest folk.  &lt;li&gt;When in Manhattan be sure to enjoy great Mexican food at the La Fiesta.&amp;nbsp; Another Manhattan restaurant I enjoy is Sirloin Stockade, but we didn’t make it there this visit.  &lt;li&gt;Started each geek day in Manhattan on my laptop with a triple black coffee-of-the-day from Radina’s Coffeehouse in Aggieville.  &lt;li&gt;I got a ton of work done on the trip and managed to stay in family form. At least my wife is happy with me, so I’m good and all is well.&amp;nbsp; &lt;li&gt;The alcohol laws in Kansas are set at the local level.&amp;nbsp; When in Manhattan you cannot buy beer or wine (or bourbon) on a Sunday.&amp;nbsp; Make all necessary preparations!  &lt;li&gt;Three hour layover in O’Hara on trip back. Two hours is cool. Three is on the long side. O’Hara is a beautiful airport though. It needs a lot more outlets to plug laptops into though.  &lt;li&gt;We happened to return from Chicago to Burlington on the same flight as a family from church who was returning from a week visit with family in Iowa.  &lt;li&gt;The weather in Manhattan was over 50-degrees and beautiful nearly every day.&amp;nbsp; Freakishly unusual for a Kansas December, but I’ll take it!  &lt;li&gt;I started reading &lt;a href="http://www.amazon.com/gp/product/1857885147?ie=UTF8&amp;amp;tag=daveburkeverm-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1857885147"&gt;Future Files: The 5 Trends That Will Shape the Next 50 Years&lt;/a&gt;&lt;img style="margin: 0px; border-top-style: none! important; border-right-style: none! important; border-left-style: none! important; border-bottom-style: none! important" height="1" alt="" src="http://www.assoc-amazon.com/e/ir?t=daveburkeverm-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1857885147" width="1" border="0"&gt; heading out of Burlington airport Christmas Day and finished it on the return flight to Chicago. 5-stars. Review coming soon. &lt;li&gt;Watched two episodes of Deadwood Season Two on my Zune on the final flight from Chicago to Burlington.  &lt;li&gt;Arrived in Vermont 20 minutes ahead of scheduled arrival time.&amp;nbsp; Happy to be back in spite of the 17-degree temperature on arrival.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;br&gt;I suppose I should add a link to my twitter stream on my blog, but in the interim here’s &lt;a href="http://twitter.com/daveburkevt" target="_blank"&gt;my twitter stream.&lt;/a&gt;&lt;/p&gt;</description></item><item><title>DaveBurke - Sueetie Wiki Now Ready for Pickup: Some Assembly Required</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2fdbvt.com%2fblog%2fpost%2fSueetie-Wiki-Now-Ready-for-Pickup-Some-Assembly-Required.aspx</link><pubDate>Thu, 01 Jan 2009 04:17:19 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172144</guid><dc:creator>DaveBurke</dc:creator><description>&lt;p&gt;It’s been a productive New Year’s Day with the Sueetie Wiki DIFF source code and Setup Documentation now online.&amp;nbsp; My convention of cross-posting original material here and at Sueetie.org continues with this post containing only the intro and closing excerpt from &lt;a href="http://sueetie.org/blog/post/Sueetie-Wiki-DIFF-Source-and-Setup-Documentation-Online.aspx" target="_blank"&gt;the Sueetie Wiki Release Announcement.&lt;/a&gt;&lt;/p&gt; &lt;p&gt;There are several interesting issues involved in integrating the ScrewTurn Wiki with Sueetie because of ScrewTurn’s lack of support for ASPNET Membership.&amp;nbsp; That’s really not a problem and takes nothing away from Sueetie capabilities now or in the future.&amp;nbsp; ScrewTurn is the best .NET Open Source Wiki out there.&amp;nbsp; I’m spending a lot of time in it cranking out Sueetie documentation and I’m impressed with its ease of use and extensive feature set. I like it a lot.&lt;/p&gt; &lt;p&gt;On to &lt;a href="http://sueetie.org/blog/post/Sueetie-Wiki-DIFF-Source-and-Setup-Documentation-Online.aspx" target="_blank"&gt;the Sueetie Blog Post,&lt;/a&gt; or go directly past GO to &lt;a href="http://sueetie.org/wiki/SetupWiki.ashx" target="_blank"&gt;the Step-by-Step Sueetie Wiki Setup Guide.&lt;/a&gt; Otherwise enjoy the Sueetie post tidbits below.&lt;/p&gt; &lt;p&gt;&lt;br&gt;-------------------------&lt;br&gt;&lt;br&gt;&lt;/p&gt; &lt;p&gt;We're about half-way there on packaging the source code and providing the supporting documentation for complete assembly of a Sueetie Community site. The Wiki source is now &lt;a href="http://www.codeplex.com/sueetie" target="_blank"&gt;on CodePlex&lt;/a&gt; and setup documentation is available in &lt;a href="http://sueetie.org/wiki/SetupWiki.ashx" target="_blank"&gt;the Sueetie Wiki.&lt;/a&gt; Below are the step-by-step instructions for configuring &lt;a href="http://www.screwturn.eu/" target="_blank"&gt;ScrewTurn Wiki&lt;/a&gt; with Sueetie. Updates will be made to &lt;a href="http://sueetie.org/wiki/SetupWiki.ashx" target="_blank"&gt;the wiki page&lt;/a&gt; as warranted. &lt;br&gt;&lt;br&gt;&lt;/p&gt; &lt;h3 class="separator"&gt;ScrewTurn Wiki and Sueetie Configuration Overview&lt;/h3&gt; &lt;p&gt;&lt;br&gt;The ScrewTurn Wiki is unlike most other applications used on a Sueetie Community Site in that all user and application data storage is located on the file system and not in the database. One of the reasons for this is because ScrewTurn does not have cleanly delineated SQL object names with application-specific object prefixes. Another reason is because ScrewTurn, unlike all other applications used in Sueetie, has no support for ASPNET Membership. This can be added through &lt;a class="externallink" title="ScrewTurn's plug-in framework," href="http://www.screwturn.eu/UsersPlugins.ashx" target="_blank"&gt;ScrewTurn's plug-in framework&lt;/a&gt; and thus may be added to Sueetie over time. For now, however, user accounts are stored in the wiki/public/users.cs file and created by a Sueetie autologin.aspx page used in conjunction with Sueetie's login and registration functions. &lt;br&gt;&lt;br&gt;&lt;/p&gt; &lt;h3 class="separator"&gt;Get ScrewTurn Wiki 2.0.35 Source&lt;/h3&gt; &lt;p&gt;&lt;br&gt;Obtain the ScrewTurn Wiki 2.0.35 Source located on &lt;a href="http://www.screwturn.eu/Download.ashx" target="_blank"&gt;the ScrewTurn Wiki Downloads page.&lt;/a&gt; &lt;br&gt;&lt;/p&gt; &lt;p&gt;&lt;em&gt;[see post or wiki doc for the chewy nugget center]&lt;br&gt;&lt;/em&gt;&amp;nbsp;&lt;/p&gt; &lt;h3 class="separator"&gt;Administrative Access&lt;/h3&gt;&lt;br&gt;Based on Sueetie's ASPNET Membership, users with membership in the "WikiAdministration" role will see links to the wiki administrative area as shown below. Attempts to directly access wiki adminstration by non-admins is prevented through ASPNET Forms security. &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;img alt="Sueetie Wiki Administrative Header Links" src="http://sueetie.org/x/site/2009/wiki.admin.0101b.jpg"&gt;</description></item><item><title>ZacBowling.Com - Dallas Holiday/Meedow Inn Demolition</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2fzbowling.com%2fblog%2f2008%2f12%2f27%2fdallas-holidaymeedow-inn-demolition%2f</link><pubDate>Sat, 27 Dec 2008 11:38:50 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172216</guid><dc:creator>ZacBowling.Com</dc:creator><description>
On 11-9-2008, the Holiday Inn Dallas, on Central Expressway was demolished. I got video footage of the event, and was going to post the video to youtube. What I didn&amp;#8217;t realize is how many other people posted the same video.
Here is mine in 720p:

Here is a BUNCH of others:













 
</description></item><item><title>Wyatt Pruel - Simple steps to upgrade Graffiti CMS to v1.2 in under 5 minutes</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2ffeeds.feedburner.com%2f%7er%2fWyattPreul-TheGeekCowboy%2f%7e3%2f493536378%2f</link><pubDate>Tue, 23 Dec 2008 11:57:00 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172206</guid><dc:creator>Wyatt Pruel</dc:creator><description>&lt;p&gt;Last night I logged into my site and noticed that the Graffiti News section in the dashboard mentioned that a new version was available.&amp;nbsp; I clicked the &lt;a href="http://graffiticms.com/blog/graffiti-cms-v1-2-just-released/"&gt;link&lt;/a&gt; and downloaded the updated version.&amp;nbsp; Because the update doesn't include any database changes the update process involves only xcopy steps.&amp;nbsp; Here are the steps I followed to upgrade my site and avoid interrupting service to it.&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Extract the 1.2 .zip package to a temporary directory.&lt;/li&gt;
    &lt;li&gt;FTP to your site and download the api, bin, graffiti-admin, and search folders to a temporary folder on your local drive.&amp;nbsp; This is a &lt;em&gt;just in case&lt;/em&gt; step so that if something does go badly with the upgrade you can roll back your changes.&lt;/li&gt;
    &lt;li&gt;Now open a browser and point it at your site so you can guarantee your site doesn't go down&lt;/li&gt;
    &lt;li&gt;Copy the Search and api folders over the live copies on your site.&amp;nbsp; So upload these two folders from the &amp;quot;Upgrade 1.1 to 1.2&amp;quot; parent folder to your site, overwriting the copies on your site.&lt;/li&gt;
    &lt;li&gt;Copy the graffiti-admin folder from the upgrade package over your live copy&lt;/li&gt;
    &lt;li&gt;The last folder to copy is the bin folder, so copy the assemblies in the bin folder over the top of those on your site&lt;a href="http://renaissauce.com/files/media/image/WindowsLiveWriter/Simplestepstosimplyupgr.2inunder5minutes_E9C1/graffiticms_2.jpg"&gt;&lt;img width="291" height="190" border="0" align="right" src="http://renaissauce.com/files/media/image/WindowsLiveWriter/Simplestepstosimplyupgr.2inunder5minutes_E9C1/graffiticms_thumb.jpg" alt="graffiticms" title="graffiticms" style="border-width: 0px; margin: 10px 0px 10px 15px; display: inline;" /&gt;&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;Refresh the browser window you have open directed at your site to see your site automagically be on a new version.&amp;nbsp; To verify that your site is indeed updated you should view the source on your homepage and look for this line:&lt;/li&gt;
    &lt;pre&gt;
&amp;lt;meta name=&amp;quot;generator&amp;quot; content=&amp;quot;Graffiti CMS 1.2 (build 1.2.0.1451)&amp;quot; /&amp;gt;&lt;/pre&gt;
    &lt;pre&gt;
&amp;nbsp;&lt;/pre&gt;
&lt;/ol&gt;
&lt;p&gt;If for some reason your update fails, follow steps 4-6 except use the backup copies of the files you made in step 2 to overwrite your site files.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here are a couple of other notable updates that were also released in the last 24 hours.&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c913aeab-d7b4-4bb1-a958-ee6d7fe307bc&amp;amp;displaylang=en"&gt;PowerShell V2 CTP3&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://tortoisesvn.net/downloads"&gt;TortoiseSVN 1.5.6&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?a=ituRO"&gt;&lt;img src="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?i=ituRO" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?a=hZWno"&gt;&lt;img src="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?i=hZWno" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?a=6UD8O"&gt;&lt;img src="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?i=6UD8O" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description></item><item><title>Rob Howard - Graffiti 1.2 released</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2ffeeds.feedburner.com%2f%7er%2fRobHoward%2f%7e3%2f492822795%2f</link><pubDate>Tue, 23 Dec 2008 04:18:00 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172170</guid><dc:creator>Rob Howard</dc:creator><description>&lt;p&gt;Graffiti 1.2 is &lt;a href="http://graffiticms.com/blog/graffiti-cms-v1-2-just-released/"&gt;now available for download&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This release includes a number of updates and bug fixes (yes it was a long time coming). We've also &lt;a href="http://graffiticms.com/blog/graffiti-roadmap-now-available/"&gt;published the product roadmap&lt;/a&gt; and all current customers will get a free upgrade to the 2.0 version.&lt;/p&gt;
&lt;p&gt;I also want to apologize for us taking so long on getting some of this information published. When we initially launched Graffiti we didn't anticipate its popularity and staffing plans for the product weren't properly made. We're fixing these problems and making some bigger investments in both the platform and our thinking for how people will use Graffiti in the future (more on that with the 2.0 release in 2009).&lt;/p&gt;&lt;hr /&gt;
&lt;p&gt;
Posted to &lt;a href="http://grokable.com/telligent/"&gt;Telligent&lt;/a&gt; 
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Similar Posts&lt;/strong&gt;&lt;br /&gt;
&lt;ol id="similarPosts" class="splist"&gt;
&lt;li&gt;&lt;a href="http://grokable.com/announcing-telligent-graffiti-cms-beta-1/"&gt;Announcing Telligent Graffiti CMS, Beta 1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://grokable.com/new-version-of-community-server-released/"&gt;New version of Community Server released&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://grokable.com/graffiti-1-0-now-available/"&gt;Graffiti 1.0 Now Available!&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/p&gt;
</description></item><item><title>Wyatt Pruel - Best album of 2008: Wye Oak - If Children</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2ffeeds.feedburner.com%2f%7er%2fWyattPreul-TheGeekCowboy%2f%7e3%2f492707256%2f</link><pubDate>Tue, 23 Dec 2008 01:55:00 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172207</guid><dc:creator>Wyatt Pruel</dc:creator><description>&lt;p&gt;Before I say why If Children is the best album of 2008 (even if it is a re-release), let me first explain why you should consider me an authority on the subject of best albums.  First and foremost, I listen to music, new music, daily, constantly, and have been doing so for half of my life.&amp;nbsp; Secondly, my taste in music is stellar, I am a hipster in this way, just trust me when I rate music.&amp;nbsp; Finally, I listen to a wide range of music, a wider range than you do, trust me on this, like I said I am a music hipster.&lt;/p&gt;
&lt;p&gt;I tried to be objective when deciding the best album of 2008.&amp;nbsp; One of the ways I did this was to send my friends songs and to hear their responses.&amp;nbsp; Everyone who I consider to be a credible source who listened to &lt;a href="http://wyeoakmusic.com/"&gt;Wye Oak&lt;/a&gt; said that they sound excellent.&amp;nbsp; This was a large predictor for me that they would have the best album.&lt;/p&gt;
&lt;p&gt;Another criteria for this rating is novelty.&amp;nbsp; I consider this probably the most important reason to like a band and an album.&amp;nbsp; Novelty in music I think is completely underrated.&amp;nbsp; Wye Oak in general, and If Children in particular is original.&amp;nbsp; I give them a 4.5 our of 5 in this department.&amp;nbsp; The minus .5 is only because for whatever reason Jenn reminds me of Kim Deal, but only slightly.&lt;/p&gt;
&lt;p&gt;The next factor for me, and should be for everyone, is the amount of resources that a band has and their resultant sound.&amp;nbsp; While Wye Oak does have a good label (Merge), they are only two people.&amp;nbsp; And yet, the music that they create is more consistently good than a band like Arcade Fire.&amp;nbsp; Which leads to another factor, that all of the tracks on If Children are great to listen to, repeatedly even.&lt;/p&gt;
&lt;p&gt;As my last point indicated, If Children can be listened to on shuffle or repeat, or both.&amp;nbsp; All tracks are great to listen to, enough said.&lt;/p&gt;
&lt;p&gt;Finally, I picked their album in part because I want to support a newcomer to the big time who rightly deserves it.&amp;nbsp; If Children is their debut album, and we should all buy it.&lt;/p&gt;
&lt;p&gt;Here is a track from If Children for your enjoyment.&lt;/p&gt;
&lt;div class="wlWriterEditableSmartContent" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:6fd2fe5b-e7c1-45b1-97cc-0a464fdb04e5"&gt;
&lt;div&gt;&lt;object width="425" height="355"&gt;&lt;param name="movie" value="http://www.youtube.com/v/AbOLPRBFjEE&amp;amp;hl=en"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/AbOLPRBFjEE&amp;amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?a=rwbqO"&gt;&lt;img src="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?i=rwbqO" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?a=ayZCo"&gt;&lt;img src="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?i=ayZCo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?a=CqN4O"&gt;&lt;img src="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?i=CqN4O" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description></item><item><title>ScottWater.com - Microsoft Cloud Data Options</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2fsimpable.com%2fcode%2fmicrosoft-cloud-data-options%2f</link><pubDate>Mon, 22 Dec 2008 01:49:36 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172190</guid><dc:creator>ScottWater.com</dc:creator><description>&lt;p&gt;I mentioned previously that there is a lot to the &lt;a href="http://simpable.com/software/cloud-options/"&gt;Microsoft cloud story&lt;/a&gt;, in particular, around data. &lt;/p&gt;  &lt;p&gt;Hopefully, this helps clear some things up.&lt;/p&gt;  &lt;h3&gt;Core Options&lt;/h3&gt;  &lt;p&gt;Data storage is provided by two distinct services, &lt;a href="http://www.microsoft.com/azure/sql.mspx"&gt;SQL Data Services&lt;/a&gt; and &lt;a href="http://www.microsoft.com/azure/windowsazure.mspx"&gt;Azure Storage&lt;/a&gt;. &lt;/p&gt;  &lt;h4&gt;SQL Data Services (SDS)&lt;/h4&gt;  &lt;p&gt;SDS provides a cloud scalable set of web-based services enabling you to store store structured, semi-structured, and unstructured data. With each passing release of SDS you can expect more (where applicable) feature parity with SQL Server proper. Today it provides basic query and crud functions and will hopefully add query aggregates (count, sum, etc) in a release soon.&lt;/p&gt;  &lt;h4&gt;Azure Storage&lt;/h4&gt;  &lt;p&gt;Azure storage comes in three flavors; Tables, Blobs, and Queues. &lt;/p&gt;  &lt;p&gt;Tables is designed to support a near infinite number of rows. However, unlike SDS they will only provide a very limited API for querying. All records in a table must use a 2 “column” composite key consisting of a &lt;em&gt;partition key&lt;/em&gt; and a &lt;em&gt;row key&lt;/em&gt;. Choosing the proper key extremely important with tables. Azure will store items with the same partition key (close) together. In addition, it will seek to optimize access to hot data by the partition key. Anytime you execute a query without a partition key, a full table scan will be required. &lt;/p&gt;  &lt;p&gt;Blobs provide as the name implies, storage for files. &lt;/p&gt;  &lt;p&gt;Queues, again as the name implies queues are well…queues. Messages in a queue need to be 8kb or less and (at least during the CTP) any message which exists in the queue for more than 2 weeks will be automatically deleted. The Queue API will ensure that a single message is returned to a single caller for a designated amount of time. If the message is not deleted with in a designated amount of time the message will be re-queued. &lt;/p&gt;  &lt;h3&gt;What, when, where, why?&lt;/h3&gt;  &lt;ul&gt;   &lt;li&gt;Both options provide blob storage. However, the SDS blob functionality is very simple. Files can be a max of 100mb. On the Azure side of things, files can theoretically be of any size. However, anything over 4mb must be inserted in blocks using the blocklist API. I would expect to see a lot more innovations/options on the Azure side of things. &lt;/li&gt;    &lt;li&gt;If you need to query your data, use multiple sorts, and/or joins, SDS is what you are looking for. &lt;/li&gt;    &lt;li&gt;If you need to have related objects exist in a list that you may or may not use and in memory ordering/filtering is a viable option, Azure table storage is for you. &lt;/li&gt;    &lt;li&gt;While these are separate services, I fully expect most applications will leverage both of them (as well as .NET Services). &lt;/li&gt;    &lt;li&gt;Neither Azure tables or SDS provide query aggregates at the moment (count, sum, etc). These are on the roadmap for SDS and I would expect you will not see them anytime soon in Azure. &lt;/li&gt;    &lt;li&gt;Queues are built on tables. Not sure why that is helpful, but I found it interesting. &lt;/li&gt; &lt;/ul&gt;&lt;hr /&gt;
&lt;p&gt;
Posted to &lt;a href="http://simpable.com/code/"&gt;Code&lt;/a&gt; 
 and tagged as 
&lt;a href="http://simpable.com/tags/azure/"&gt;azure&lt;/a&gt;
,
&lt;a href="http://simpable.com/tags/sds/"&gt;sds&lt;/a&gt;
,
&lt;a href="http://simpable.com/tags/cloud-computing/"&gt;cloud-computing&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Similar Posts&lt;/strong&gt;&lt;br /&gt;
&lt;ol id="similarPosts" class="splist"&gt;
&lt;li&gt;&lt;a href="http://simpable.com/software/cloud-options/"&gt;Cloud Options - Amazon, Google, &amp;amp; Microsoft&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simpable.com/code/asp-net-caching-tips/"&gt;ASP.Net Quick Tips - Caching&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simpable.com/code/multiple-work-roles-on-azure/"&gt;Multiple Work Roles on Azure&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.googleadservices.com/~a/8hq0o3c9KKImGTxBonOeXbU4sm4/a"&gt;&lt;img src="http://feedads.googleadservices.com/~a/8hq0o3c9KKImGTxBonOeXbU4sm4/i" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Wyatt Pruel - 5 simple things to put caramelized onions on</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2ffeeds.feedburner.com%2f%7er%2fWyattPreul-TheGeekCowboy%2f%7e3%2f487256968%2f</link><pubDate>Wed, 17 Dec 2008 04:47:00 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172208</guid><dc:creator>Wyatt Pruel</dc:creator><description>&lt;p&gt;A shortcut to making caramelized onions is to cook on med-high until the onions start to brown.&amp;nbsp; Uncover and cook on medium.&amp;nbsp; Once they begin to caramelize add sugar and balsamic vinegar.&amp;nbsp; Cook and add sugar/vinegar until the onions taste caramelized.&lt;/p&gt;
&lt;p&gt;1. Pasta - I am making this dish now.&amp;nbsp; Prepare some fettuccine, then add olive oil and caramelized onions with some parmesan&lt;a href="http://renaissauce.com/files/media/image/WindowsLiveWriter/5thingstoputcaramelizedonionson_1182E/IMG_0290.jpg" style=""&gt;&lt;img width="290" height="218" border="0" align="right" src="http://renaissauce.com/files/media/image/WindowsLiveWriter/5thingstoputcaramelizedonionson_1182E/IMG_0290_thumb.jpg" alt="IMG_0290" title="IMG_0290" style="border-width: 0px; display: inline; margin-left: 0px; margin-right: 0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2. Pizza - I make this one every two weeks.&amp;nbsp; I usually make a BBQ pizza and use caramelized onions as part of the base&lt;/p&gt;
&lt;p&gt;3. Philo - Put caramelized onions in Philo cups, simple as that&lt;/p&gt;
&lt;p&gt;4. Eggs - Fry up some eggs and top with caramelized onions&lt;/p&gt;
&lt;p&gt;5. Salmon - I think this speaks for itself&lt;/p&gt;
&lt;p&gt;Another tip is to always have 8 onions on hand.&amp;nbsp; Because my wife and I are cooking vegetarian meals we go through onions rather quickly, especially if we are going to caramelize any.&amp;nbsp; Every house should have an ample supply of onions and garlic in my opinion.&amp;nbsp; I also vote for peppers if you can manage it.&amp;nbsp; These are all things you should use as bases in just about every meal.&amp;nbsp; Another item I keep on hand are good rolled oats and rice.&amp;nbsp; I should probably make a post on things to keep in the kitchen. look for that tomorrow.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?a=b2FaO"&gt;&lt;img src="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?i=b2FaO" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?a=ZGbBo"&gt;&lt;img src="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?i=ZGbBo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?a=g8TeO"&gt;&lt;img src="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?i=g8TeO" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description></item><item><title>Wyatt Pruel - Are Johnette and Janet Napolitano related?</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2ffeeds.feedburner.com%2f%7er%2fWyattPreul-TheGeekCowboy%2f%7e3%2f486250714%2f</link><pubDate>Tue, 16 Dec 2008 05:40:00 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172209</guid><dc:creator>Wyatt Pruel</dc:creator><description>&lt;p&gt;The answer is no, but both women do share enough similarities that when I hear one's name I automatically think of the other.&amp;nbsp; Of course, this is to be expected when their names are so similar.&amp;nbsp; And in case you don't know who I am talking about, one was the lead singer of Concrete Blonde (I really do like them) and the other is the governor of Arizona.&lt;/p&gt;
&lt;p&gt;Here is a breakdown of the similarities:&lt;/p&gt;
&lt;p&gt;1. Both women were born in 1957, a little over a month apart.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. Both currently reside in the southwest.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3. In 1991, a year between Concrete Blonde albums, Janet worked as an attorney for Anita Hill.&lt;/p&gt;
&lt;p&gt;4. Both names look very similar, although the pronunciations differ.&lt;/p&gt;
&lt;p&gt;5. A google search for their last name ends up with both women in the top results (&lt;a href="http://www.google.com/search?q=Napolitano" title="http://www.google.com/search?q=Napolitano"&gt;http://www.google.com/search?q=Napolitano&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;of course, they do not look anything alike.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://renaissauce.com/files/media/image/WindowsLiveWriter/AreJohnetteandJanetNapolitanorelated_D215/image_2.png"&gt;&lt;img height="240" border="0" width="171" src="http://renaissauce.com/files/media/image/WindowsLiveWriter/AreJohnetteandJanetNapolitanorelated_D215/image_thumb.png" alt="image" title="image" style="border: 0px none ; display: inline;" /&gt;&lt;/a&gt; &lt;a href="http://renaissauce.com/files/media/image/WindowsLiveWriter/AreJohnetteandJanetNapolitanorelated_D215/image_6.png"&gt;&lt;img height="240" border="0" width="158" src="http://renaissauce.com/files/media/image/WindowsLiveWriter/AreJohnetteandJanetNapolitanorelated_D215/image_thumb_2.png" alt="image" title="image" style="border: 0px none ; display: inline;" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?a=VUYIO"&gt;&lt;img src="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?i=VUYIO" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?a=fP2eo"&gt;&lt;img src="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?i=fP2eo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?a=18nxO"&gt;&lt;img src="http://feeds.feedburner.com/~f/WyattPreul-TheGeekCowboy?i=18nxO" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description></item><item><title>Rob Howard - Measuring Social Media</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2ffeeds.feedburner.com%2f%7er%2fRobHoward%2f%7e3%2f485845713%2f</link><pubDate>Mon, 15 Dec 2008 07:19:39 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172171</guid><dc:creator>Rob Howard</dc:creator><description>&lt;p&gt;It's not that often that I'm right (and probably much more often that I'm wrong!), but there are several things that &lt;a href="http://telligent.com"&gt;Telligent&lt;/a&gt; called before the market that I don't hesitate to see us take credit for:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Before there was "Social [Networking | Media]" we had a vision for building a community platform that integrated in a suite of tools. This is what became &lt;a href="http://telligent.com/products/community-server/"&gt;Community Server&lt;/a&gt;, our main product.&lt;/li&gt; &lt;li&gt;Nearly 2 years ago we started investing in tools to help measure activity. This became &lt;a href="http://telligent.com/products/harvest-reporting-server/"&gt;Harvest&lt;/a&gt;.&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;This morning someone forwarded me a paper that &lt;a href="http://www.beingpeterkim.com"&gt;Peter Kim&lt;/a&gt; published, &lt;a href="http://www.beingpeterkim.com/2008/12/social-media-2009.html"&gt;Social Media Predictions for 2009&lt;/a&gt;. One of the macro points at the end was, "&lt;strong&gt;Measurement needs to be addressed, soon&lt;/strong&gt;".&lt;/p&gt; &lt;p&gt;I couldn't agree more! &lt;/p&gt; &lt;p&gt;We've been working on this problem for nearly 2 years now and it is why we hired &lt;a href="http://grokable.com/telligent/telligent-hires-sociologist-marc-smith/"&gt;Marc Smith&lt;/a&gt;, whose doctorate is in sociology, to help us think through this problem even more. Version 3.0 of Harvest is due out in early 2009 and will help answer questions about usage that usually required traditional web analytics tools tying them back into the social analytics. In fact, you can see some of the roadmap details here:&lt;/p&gt; &lt;p&gt;&lt;a title="http://telligent.com/products/road-map/road-map-overview/" href="http://telligent.com/products/road-map/road-map-overview/"&gt;http://telligent.com/products/road-map/road-map-overview/&lt;/a&gt;&lt;/p&gt; &lt;p&gt;So yes, Measuring Social Media is going to be a critical success factor for 2009 (and beyond). ...and Telligent has been there from the beginning.&lt;/p&gt; &lt;p&gt;BTW, you can watch a quick video overview of Harvest on YouTube here:&lt;/p&gt; &lt;div class="wlWriterSmartContent" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:303bfce4-23f0-4071-99b1-7539d6e6bb63" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;&lt;div&gt;&lt;object width="425" height="355"&gt;&lt;param name="movie" value="http://www.youtube.com/v/a8si9JDIeTI"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/a8si9JDIeTI" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr /&gt;
&lt;p&gt;
Posted to &lt;a href="http://grokable.com/industry/"&gt;Industry&lt;/a&gt; 
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Similar Posts&lt;/strong&gt;&lt;br /&gt;
&lt;ol id="similarPosts" class="splist"&gt;
&lt;li&gt;&lt;a href="http://grokable.com/is-quot-smart-client-quot-a-quot-dumb-idea-quot/"&gt;Is &amp;quot;Smart Client&amp;quot; a &amp;quot;Dumb Idea&amp;quot;?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://grokable.com/post-billg-review/"&gt;Post BillG Review&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://grokable.com/how-many-more-big-communities-will-there-be/"&gt;How many more big communities will there be?&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/p&gt;
</description></item><item><title>Dan Hounshell - Real-time code reviews with CommitMonitor</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2ffeeds.feedburner.com%2f%7er%2fDiggingMyBlog%2f%7e3%2f483410679%2freal-time-code-reviews-with-commitmonitor.aspx</link><pubDate>Sat, 13 Dec 2008 06:42:00 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172135</guid><dc:creator>Dan Hounshell</dc:creator><description>&lt;P&gt;After reading &lt;A href="http://arcware.net/commitmonitor/" target=_blank mce_href="http://arcware.net/commitmonitor/"&gt;DaveD’s blog post about using CommitMonitor&lt;/A&gt; back in March I downloaded it and have been using it since. &lt;A href="http://tools.tortoisesvn.net/CommitMonitor" target=_blank mce_href="http://tools.tortoisesvn.net/CommitMonitor"&gt;CommitMonitor&lt;/A&gt; is a small tool that lives in your system tray that monitors SVN repositories for new commits. Up until recently, as part of a large dev team (for us) on a large project I used it to just keep an eye on the codebase to have a general idea what was happening. But today I realized that my usage has changed quite a bit and that I use it every day (multiple time per day mostly), really depend on it, and that it has really transformed my development process.&lt;/P&gt;
&lt;P&gt;When I’m between tasks and see a notification that a new commit has been made I open up CommitMonitor and check out the details:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://danhounshell.com/blogs/dan/CropperCapture%5B129%5D_5A86BCD6.jpg" mce_href="http://danhounshell.com/blogs/dan/CropperCapture%5B129%5D_5A86BCD6.jpg"&gt;&lt;IMG title=CropperCapture[129] style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: inline; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=381 alt=CropperCapture[129] src="http://danhounshell.com/blogs/dan/CropperCapture%5B129%5D_thumb_54CE33E1.jpg" width=504 border=0 mce_src="http://danhounshell.com/blogs/dan/CropperCapture%5B129%5D_thumb_54CE33E1.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;If I see a check-in that I’ve been waiting for or something that looks suspicious I can easily and quickly open up the files and view the changes right from the application with a couple of clicks. I’ve got it setup to use Tortoise-SVN, which in turn I have setup to use WinMerge for diffs. Without browsing through my file system or firing up Visual Studio I can do a quick check. &lt;/P&gt;
&lt;P&gt;&lt;A href="http://danhounshell.com/blogs/dan/CropperCapture%5B130%5D_142E7823.jpg" mce_href="http://danhounshell.com/blogs/dan/CropperCapture%5B130%5D_142E7823.jpg"&gt;&lt;IMG title=CropperCapture[130] style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: inline; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=380 alt=CropperCapture[130] src="http://danhounshell.com/blogs/dan/CropperCapture%5B130%5D_thumb_0E75EF2E.jpg" width=504 border=0 mce_src="http://danhounshell.com/blogs/dan/CropperCapture%5B130%5D_thumb_0E75EF2E.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;More importantly for me, this doesn’t require me to set aside a specific time to review check-ins each day or to actively search them out. I can take a few minutes right then and there and then not have to worry about it again. Additionally it helps me keep track of which checkins that I have and haven't reviewed&amp;nbsp;- the ones in bold in the top image have not been reviewed yet. &lt;/P&gt;
&lt;P&gt;Yes, our CI process publishes build reports and sends out emails – so I could find all the information to get me started in those. But, truthfully, I’m subscribed to so many project builds and get so many build emails that they’re just filed away into folders and I never see them again. The only ones I end up really paying any attention to are failed builds. It would probably take me 3x the amount of time to hunt those emails down, review them, then go back to Tortoise-SVN or Visual Studio and hunt down the files, diff them, etc. YMMV and you may be better off scheduling an hour at the beginning or end of your day to review the latest commits. Personally I’m not that structured and I think that I am more efficient with reviewing them as they come in. &lt;/P&gt;
&lt;P&gt;If you’re using Subversion and work as part of a team with more members than just you, you should check out &lt;A href="http://tools.tortoisesvn.net/CommitMonitor" target=_blank mce_href="http://tools.tortoisesvn.net/CommitMonitor"&gt;CommitMonitor&lt;/A&gt;. If you’re leading a team or a project and are finding it difficult to set aside time to review recent commits then you owe it to yourself to definitely check it out!&lt;/P&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://danhounshell.com/blogs/dan/archive/2008/12/13/real-time-code-reviews-with-commitmonitor.aspx&amp;amp;;subject=Real-time+code+reviews+with+CommitMonitor" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/12/13/real-time-code-reviews-with-commitmonitor.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://danhounshell.com/blogs/dan/archive/2008/12/13/real-time-code-reviews-with-commitmonitor.aspx&amp;amp;;title=Real-time+code+reviews+with+CommitMonitor" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/12/13/real-time-code-reviews-with-commitmonitor.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://danhounshell.com/blogs/dan/archive/2008/12/13/real-time-code-reviews-with-commitmonitor.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/12/13/real-time-code-reviews-with-commitmonitor.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://danhounshell.com/blogs/dan/archive/2008/12/13/real-time-code-reviews-with-commitmonitor.aspx&amp;amp;;title=Real-time+code+reviews+with+CommitMonitor" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/12/13/real-time-code-reviews-with-commitmonitor.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://danhounshell.com/blogs/dan/archive/2008/12/13/real-time-code-reviews-with-commitmonitor.aspx&amp;amp;;title=Real-time+code+reviews+with+CommitMonitor&amp;amp;;top=1" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/12/13/real-time-code-reviews-with-commitmonitor.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://danhounshell.com/aggbug.aspx?PostID=10375" width="1" height="1"&gt;</description></item><item><title>Dan Hounshell - What are people saying about me?</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2ffeeds.feedburner.com%2f%7er%2fDiggingMyBlog%2f%7e3%2f483397283%2fwhat-are-people-saying-about-me.aspx</link><pubDate>Sat, 13 Dec 2008 06:01:15 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172136</guid><dc:creator>Dan Hounshell</dc:creator><description>&lt;p&gt;I was catching up on some blog posts this evening and one of them sparked an interest in sharing. &lt;/p&gt;  &lt;p&gt;Earlier this year a couple of other devs and I were gathered around talking to &lt;a title="Jeff Blankenburg" href="http://www.jeffblankenburg.info" target="_blank"&gt;Jeff Blankenburg&lt;/a&gt; while he was cleaning up after doing a presentation for a .NET user group. During our discussion he popped up something like this on his computer screen (well, with his name instead of mine):&lt;/p&gt;  &lt;p&gt;&lt;a href="http://danhounshell.com/blogs/dan/CropperCapture%5B128%5D_69C45378.jpg"&gt;&lt;img title="CropperCapture[128]" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="274" alt="CropperCapture[128]" src="http://danhounshell.com/blogs/dan/CropperCapture%5B128%5D_thumb_7D73CDBD.jpg" width="504" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;He said something like “you guys don’t use Google alerts?” and after the only thing we returned was blank stares he went on to explain how &lt;a title="Google Alerts" href="http://www.google.com/alerts/" target="_blank"&gt;Google Alerts&lt;/a&gt; works. Basically you define some terms you want to watch and then Google send you an email when it finds a reference to them. Jeff explained that he likes to use it to track mentions of his name or projects that he’s working on or that he’s interested in. &lt;/p&gt;  &lt;p&gt;At the time I thought to myself “I’m not an MS evangelist and I don’t do marketing so what would I need to track?”. On my drive home I realized my initial reaction was wrong. I am in the marketing biz. We’re all in the marketing business – marketing ourselves at the very least. I also blog about the company I work for, the products I work on, my team, my own creations, etc. &lt;/p&gt;  &lt;p&gt;Since that time I’ve been using Google Alerts to follow my name and some of my web sites. Being able to read and respond to those references has been a tremendous experience. After doing a presentation at a Day of .NET event I found a blog post a few days later where an attendee of my session said that the material was good and he learned a lot. Awesome! I’ve also used it to leave “Thank you, glad you liked it” comments on blogs that mentioned finding the &lt;a href="http://aspdotnetmvc.com/" target="_blank"&gt;AspDotNetMVC&lt;/a&gt; site and saying that it was a good resource. In fact, one blogger mentioned that the main RSS feed of the site provided way too much information and he had to unsubscribe after a couple of days. As a direct result of reading this feedback I created a second feed for the site that included a lot less “noise” and responded back in a comment to the original blog post that I had done so. &lt;/p&gt;  &lt;p&gt;Along with Google Alerts, Jeff provides some other great tips in his &lt;a href="http://www.jeffblankenburg.com/2008/10/7-steps-to-shameless-successful-self.aspx" target="_blank"&gt;Seven Steps to (Shameless) Self Promotion&lt;/a&gt; post. It’s definitely worth checking out. Thanks for the reminder about personal business cards, Jeff. I ran out a couple of months ago and need to re-order. &lt;/p&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://danhounshell.com/blogs/dan/archive/2008/12/13/what-are-people-saying-about-me.aspx&amp;amp;;subject=What+are+people+saying+about+me%3f" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/12/13/what-are-people-saying-about-me.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://danhounshell.com/blogs/dan/archive/2008/12/13/what-are-people-saying-about-me.aspx&amp;amp;;title=What+are+people+saying+about+me%3f" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/12/13/what-are-people-saying-about-me.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://danhounshell.com/blogs/dan/archive/2008/12/13/what-are-people-saying-about-me.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/12/13/what-are-people-saying-about-me.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://danhounshell.com/blogs/dan/archive/2008/12/13/what-are-people-saying-about-me.aspx&amp;amp;;title=What+are+people+saying+about+me%3f" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/12/13/what-are-people-saying-about-me.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://danhounshell.com/blogs/dan/archive/2008/12/13/what-are-people-saying-about-me.aspx&amp;amp;;title=What+are+people+saying+about+me%3f&amp;amp;;top=1" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/12/13/what-are-people-saying-about-me.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://danhounshell.com/aggbug.aspx?PostID=10374" width="1" height="1"&gt;</description></item><item><title>Rob Howard - Enterprise 2.0 Keynote at VSLive!</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2ffeeds.feedburner.com%2f%7er%2fRobHoward%2f%7e3%2f482857906%2f</link><pubDate>Fri, 12 Dec 2008 05:03:05 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172172</guid><dc:creator>Rob Howard</dc:creator><description>&lt;p&gt;Slides from my keynote for the VSLive! conference in Dallas, &amp;quot;Building the Infrastructure of Enterprise 2.0&amp;quot;, is published on SlideShare:&lt;/p&gt;
&lt;p&gt;http://www.slideshare.net/robhoward/vslive-dallas-keynote-presentation/&lt;/p&gt;&lt;hr /&gt;
&lt;p&gt;
Posted to &lt;a href="http://grokable.com/industry/"&gt;Industry&lt;/a&gt; 
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Similar Posts&lt;/strong&gt;&lt;br /&gt;
&lt;ol id="similarPosts" class="splist"&gt;
&lt;li&gt;&lt;a href="http://grokable.com/presentations-from-dev-connections/"&gt;Presentations from Dev Connections&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://grokable.com/north-dallas-net-user-group-presentation/"&gt;North Dallas .NET User Group Presentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://grokable.com/dallas-tx-codecamp/"&gt;Dallas, TX CodeCamp&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/p&gt;
</description></item><item><title>ScottWater.com - Multiple Work Roles on Azure</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2fsimpable.com%2fcode%2fmultiple-work-roles-on-azure%2f</link><pubDate>Thu, 11 Dec 2008 01:51:16 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172191</guid><dc:creator>ScottWater.com</dc:creator><description>&lt;p&gt;One of the early &lt;a href="http://www.microsoft.com/azure/windowsazure.mspx"&gt;Windows Azure&lt;/a&gt; features that really excited my was the worker role functionality. &lt;/p&gt; &lt;p&gt;If you are not familiar with work roles they are basically a very simple way to do back ground processing when hosting an application on Azure. &lt;/p&gt; &lt;p&gt;Here is a worker role skeleton:&lt;/p&gt; &lt;div&gt; &lt;div style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"&gt;&lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"&gt;&lt;span style="color: #0000ff"&gt;public&lt;/span&gt; &lt;span style="color: #0000ff"&gt;class&lt;/span&gt; WorkerRole : RoleEntryPoint&lt;/pre&gt;&lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"&gt;{&lt;/pre&gt;&lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"&gt;    &lt;span style="color: #0000ff"&gt;public&lt;/span&gt; &lt;span style="color: #0000ff"&gt;override&lt;/span&gt; &lt;span style="color: #0000ff"&gt;void&lt;/span&gt; Start()&lt;/pre&gt;&lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"&gt;    {&lt;/pre&gt;&lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"&gt;        &lt;span style="color: #0000ff"&gt;while&lt;/span&gt;(&lt;span style="color: #0000ff"&gt;true&lt;/span&gt;)    &lt;/pre&gt;&lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"&gt;        {&lt;/pre&gt;&lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"&gt;            &lt;span style="color: #008000"&gt;//Do work here&lt;/span&gt;&lt;/pre&gt;&lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"&gt;        }&lt;/pre&gt;&lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"&gt;    }&lt;/pre&gt;&lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"&gt;    &lt;/pre&gt;&lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"&gt;    &lt;span style="color: #0000ff"&gt;public&lt;/span&gt; &lt;span style="color: #0000ff"&gt;override&lt;/span&gt; RoleStatus GetHealthStatus()&lt;/pre&gt;&lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"&gt;    {&lt;/pre&gt;&lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"&gt;        &lt;span style="color: #0000ff"&gt;return&lt;/span&gt; RoleStatus.Healthy;&lt;/pre&gt;&lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"&gt;    }&lt;/pre&gt;&lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"&gt;}&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;In most case, your work role is going to simply process messages added to a queue. This has a couple great benefits:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;It is drop dead simple.&lt;/li&gt;
&lt;li&gt;Provides a structured path to move heavy processing out of your web application and does not require managing your own back ground threads.&lt;/li&gt;
&lt;li&gt;Since queues (and all of Azure storage as well SDS) are REST enabled, you can easily push tasks to a worker role from just about anywhere (Azure web application and existing applications)&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;However, as of today, you can only have a &lt;a href="http://blogs.msdn.com/jnak/archive/2008/12/10/multiple-service-configurations-for-a-windows-azure-cloud-service.aspx"&gt;single worker role&lt;/a&gt; (although you can have multiple instances) associated with an Azure project. I am really hoping this is changed before RTM since working around it is pretty ugly.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Multiple threads - you could create multiple threads within a single worker role. This is very easy to do, but will be very hard to scale since all of your threads will be treated as equals. There are some other things you could do to control this, but it just gets more complicated and uglier with each attempt.&lt;/li&gt;
&lt;li&gt;Additional Role Projects - you can today add multiple roles to a single solution file. You can then configure multiple start up projects which gets you the necessary functionality but has two major issues. &lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;Deployment - You will now have to do multiple deployments. There maybe times when your additional work roles are out of sync with your web application and vice versa (in addition, the current CPT limits you to one hosted project, so there is no way to build an application today using this model).&lt;/li&gt;
&lt;li&gt;Duplicate configuration - you will now be forced to manage multiple configuration settings. This is not rocket science, but something that will likely catch you off guard at some point.&lt;/li&gt;&lt;/ol&gt;&lt;/ol&gt;
&lt;p&gt;Overall, I love this functionality and it will simplify (and promote) building more loosely coupled message driven applications...which is a really good thing. However, without support for multiple roles it is going to be severely crippled. I know the Azure team is definitely listening, so hopefully this is something we will see supported very soon.&lt;/p&gt;&lt;hr /&gt;
&lt;p&gt;
Posted to &lt;a href="http://simpable.com/code/"&gt;Code&lt;/a&gt; 
 and tagged as 
&lt;a href="http://simpable.com/tags/azure/"&gt;azure&lt;/a&gt;
,
&lt;a href="http://simpable.com/tags/workerrole/"&gt;workerrole&lt;/a&gt;
,
&lt;a href="http://simpable.com/tags/cloud-computing/"&gt;cloud-computing&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Similar Posts&lt;/strong&gt;&lt;br /&gt;
&lt;ol id="similarPosts" class="splist"&gt;
&lt;li&gt;&lt;a href="http://simpable.com/software/cloud-options/"&gt;Cloud Options - Amazon, Google, &amp;amp; Microsoft&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simpable.com/code/asp-net-web-config-tips-part-two/"&gt;ASP.Net Quick Tips - Web.config&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simpable.com/code/asp-net-caching-tips/"&gt;ASP.Net Quick Tips - Caching&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.googleadservices.com/~a/fQCT6gPm2bgSJ8MAOd17FcQRhLY/a"&gt;&lt;img src="http://feedads.googleadservices.com/~a/fQCT6gPm2bgSJ8MAOd17FcQRhLY/i" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>ScottWater.com - Balsamiq</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2fsimpable.com%2fsoftware%2fbalsamiq%2f</link><pubDate>Wed, 10 Dec 2008 04:17:40 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172192</guid><dc:creator>ScottWater.com</dc:creator><description>&lt;p&gt;&lt;a href="http://ayende.com/Blog/archive/2008/12/08/balsamiq-mockups-wow.aspx"&gt;Ayende's post today&lt;/a&gt; (or yesterday) about &lt;a href="http://www.balsamiq.com/"&gt;Balsamiq&lt;/a&gt; reminded me that I needed to write up a quick review. &lt;/p&gt; &lt;p&gt;&lt;strong&gt;Disclaimer&lt;/strong&gt;: &lt;em&gt;As you see this is a great tool. However, in the current economic climate I could not pass up a free post/review for a tool that I already like. So yes, I did receive a free license in exchange for writing about this tool. And yes, that will make some people a little creepy and I am usually one of those people. However, I liked the tool so this post is technically saving me $79 for the 10 minutes it took to write, which is way more than I will make in advertising&lt;/em&gt;.[1]&lt;/p&gt; &lt;p&gt;I have been using the demo version of a couple of weeks and I have to say that while it is relatively simple it is a very handy tool. &lt;/p&gt; &lt;p&gt;Since I do not have anything interesting to share, I grabbed a nice example off of the Basamiq site.&lt;/p&gt; &lt;p&gt;&lt;img height="480" alt="mytube" src="http://simpable.com/files/media/image/WindowsLiveWriter/Balsamiq_14788/mytube_aaeca152-55da-44fa-9793-b126868dfc93.gif" width="538" border="0"&gt; &lt;/p&gt; &lt;p&gt;Here are the basics:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Everything is drag/drop and resizable.&lt;/li&gt; &lt;li&gt;Most items allow you to edit the text by clicking on them.&lt;/li&gt; &lt;li&gt;Complex items such as tables, tabs, and breadcrumbs use a comma delimited format. &lt;/li&gt; &lt;li&gt;It is built with Adobe AIR and does not post to Twitter. Seriously, an AIR application that is also not a Twitter client. I was stunned as well. :)&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;This is a great little tool for any developer, PM, or business type person who could use a little help expressing themselves visually. At $79 this tool is a steal. &lt;strong&gt;However, see my disclaimer above&lt;/strong&gt;.&lt;/p&gt; &lt;p&gt;[1] Now realizing how great a gimmick this free license move is. Kudos Balsamiq on the great tool and clever marketing. :)&lt;/p&gt;&lt;hr /&gt;
&lt;p&gt;
Posted to &lt;a href="http://simpable.com/software/"&gt;Software&lt;/a&gt; 
 and tagged as 
&lt;a href="http://simpable.com/tags/balsamiq/"&gt;balsamiq&lt;/a&gt;
,
&lt;a href="http://simpable.com/tags/marketing/"&gt;marketing&lt;/a&gt;
,
&lt;a href="http://simpable.com/tags/easy-things/"&gt;easy-things&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Similar Posts&lt;/strong&gt;&lt;br /&gt;
&lt;ol id="similarPosts" class="splist"&gt;
&lt;li&gt;&lt;a href="http://simpable.com/software/mac-software/"&gt;What Software do I use on the Mac?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simpable.com/code/quick-tips-for-asp-net-part-one/"&gt;Quick Tips For ASP.Net - Part One&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simpable.com/technology/iphone-vs-blackberry/"&gt;iPhone vs. BlackBerry&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.googleadservices.com/~a/VVJtkLgvkoIZEtmvNFlEGSuwNOM/a"&gt;&lt;img src="http://feedads.googleadservices.com/~a/VVJtkLgvkoIZEtmvNFlEGSuwNOM/i" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>ScottWater.com - GraffitiCMS RoadMap</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2fsimpable.com%2fbusiness%2fgraffiticms-roadmap%2f</link><pubDate>Tue, 09 Dec 2008 02:03:03 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172193</guid><dc:creator>ScottWater.com</dc:creator><description>&lt;p&gt;&lt;img style="margin: 0px 5px 0px 0px" height="109" alt="Graffiti CMS Logo" src="http://simpable.com/files/media/image/WindowsLiveWriter/GraffitiCMSRoadMap_7F3F/graffiti-logo-270907_3_064a3319-6555-46ce-816e-c8ce6cb034d0.png" width="109" align="left" border="0"&gt; We finally got an updated version of the &lt;a href="http://graffiticms.com/blog/graffiti-roadmap-now-available/"&gt;Graffiti roadmap up on the site&lt;/a&gt;. There are some very noticeable updates and reprioritization. We (&lt;a href="http://telligent.com"&gt;Telligent&lt;/a&gt;) have some lofty goals with &lt;a href="http://graffiticms.com"&gt;Graffiti&lt;/a&gt;, but we came to the conclusion that we need to focus some more time on the basics before we start muddying the waters with features such as forums.&lt;/p&gt; &lt;p&gt;For those of you following Graffiti, you are well aware that we had not done a great job on getting updates out the door. Being (previously) a bootstrapped company[1] you have to make tough choices about where you position resources. We knew we wanted to do much more with Graffiti, but until recently the picture was not nearly as clear. Since resources where tight, we decided to focus our attention in some other areas like &lt;a href="http://communityserver.com"&gt;Community Server&lt;/a&gt;, &lt;a href="http://communityserver.com/products/evolution/"&gt;Evolution&lt;/a&gt;, and &lt;a href="http://communityserver.com/products/harvest/"&gt;Harvest&lt;/a&gt; where what needed to be done was crystal clear. &lt;/p&gt; &lt;p&gt;There are obviously (and rightfully) some users who are very frustrated with the situation. The first thing we are going to do is give every 1.x license holder a free upgrade to 2.0 when it is released in 2009. The next thing (and really only thing that matters) is we will just have to show you. &lt;/p&gt; &lt;p&gt;We are well aware we are not the only game in town, but I love where we are going with this and for those of you who choose stick with us, I am sure you will love it as well. &lt;/p&gt; &lt;p&gt;[1] In today's economy, even when you are founded or earning billions you need to think like a bootstrapped company. &lt;/p&gt;&lt;hr /&gt;
&lt;p&gt;
Posted to &lt;a href="http://simpable.com/business/"&gt;Business&lt;/a&gt; 
 and tagged as 
&lt;a href="http://simpable.com/tags/graffiti/"&gt;graffiti&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Similar Posts&lt;/strong&gt;&lt;br /&gt;
&lt;ol id="similarPosts" class="splist"&gt;
&lt;li&gt;&lt;a href="http://simpable.com/technology/iphone-vs-blackberry/"&gt;iPhone vs. BlackBerry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simpable.com/software/wlw-beta-2/"&gt;WLW Good For Community Server, Great for LAMP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simpable.com/software/mbp-64bit-vista/"&gt;Installing Vista 64bit on a MacBook Pro&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.googleadservices.com/~a/kxOU8ntCPNzvtn3O71BH5OHcS4U/a"&gt;&lt;img src="http://feedads.googleadservices.com/~a/kxOU8ntCPNzvtn3O71BH5OHcS4U/i" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>ZacBowling.Com - Bulk Twitter Import Tool</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2fzbowling.com%2fblog%2f2008%2f12%2f04%2fbulk-twitter-import-tool%2f</link><pubDate>Thu, 04 Dec 2008 04:53:03 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172217</guid><dc:creator>ZacBowling.Com</dc:creator><description>
I created this tool a little while ago but didn&amp;#8217;t talk about it much. It&amp;#8217;s a little tool that helped following everyone in my company at the time really easy. One big missing feature in twitter is to be able to follow a big list of users easily. 
So I created this tool. It requires [...] 
</description></item><item><title>ZacBowling.Com - IPv6 Traffic</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2fzbowling.com%2fblog%2f2008%2f12%2f04%2fipv6-traffic%2f</link><pubDate>Thu, 04 Dec 2008 01:42:25 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172218</guid><dc:creator>ZacBowling.Com</dc:creator><description>
I&amp;#8217;ve noticed a spike in IPv6 traffic to my blog lately. I guess I have one of the few blogs on the web with IPv6 accessibility. It&amp;#8217;s something that amazes me isn&amp;#8217;t more widespread yet. 
I&amp;#8217;m just waiting for Time Warner to support IPv6, but that means that my cable modem will need a DOCSIS [...] 
</description></item><item><title>ScottWater.com - Bloggers Holiday Charity Challenge - Apple</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2fsimpable.com%2flife%2fbhcc-apple%2f</link><pubDate>Tue, 02 Dec 2008 05:36:32 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172194</guid><dc:creator>ScottWater.com</dc:creator><description>&lt;p&gt;&lt;a href="http://arcware.net/bloggers-holiday-charity-challenge/"&gt;Others are starting&lt;/a&gt; to get involved in the &lt;a href="http://simpable.com/life/ebhcc/"&gt;Bloggers Holiday Charity Challenge&lt;/a&gt; and not using eBay, so it is time to drop eBay from the name.&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;I'm donating all of my Lounge ad network earnings for November and December to our local food bank [1]&lt;strong&gt;....&lt;/strong&gt;And not only that, but after talking with &lt;a href="http://infozerk.com/averyblog/"&gt;James&lt;/a&gt;, &lt;a href="http://twitter.com/averyj/status/1032473873"&gt;he's decided to sweeten the deal&lt;/a&gt; by donating his portion of revenue of any blogger in &lt;a href="http://theloungenet.com/Home"&gt;The Lounge&lt;/a&gt; who does the same thing. That's pretty cool. [&lt;a href="http://arcware.net/bloggers-holiday-charity-challenge/"&gt;Dave Donaldson&lt;/a&gt;]&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;A big early things to Dave, James, and any other &lt;a href="http://theloungenet.com/Home"&gt;Lounge&lt;/a&gt; blogger who takes James up on the deal!&lt;/p&gt; &lt;p&gt;I am still moving forward with my eBay listings. Today's theme is Apple.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;amp;item=150313714054&amp;amp;ssPageName=ADME:L:LCA:US:1123"&gt;iPhone 8GB 2g&lt;/a&gt;  &lt;li&gt;&lt;a href="http://cgi.ebay.com/Apple-Wireless-Keyboard-MB167LL-A-Bluetooth-NO-Reserve_W0QQitemZ150313703743QQihZ005QQcategoryZ25444QQssPageNameZWDVWQQrdZ1QQcmdZViewItem"&gt;Apple Wireless Keyboard&lt;/a&gt;  &lt;li&gt;&lt;a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;amp;item=150313702477&amp;amp;ssPageName=ADME:L:LCA:US:1123"&gt;Mac Office 2008&lt;/a&gt;  &lt;li&gt;&lt;a href="http://cgi.ebay.com/Mstand-Laptop-Stand-By-Rain-Design-NO-Reserve_W0QQitemZ150313701108QQihZ005QQcategoryZ4601QQssPageNameZWDVWQQrdZ1QQcmdZViewItem"&gt;mStand&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Remember, 25% of the purchase price of all of these items will go to &lt;a href="http://www.alexslemonade.org/"&gt;Alex's Lemonade Stand&lt;/a&gt;. &lt;/p&gt;&lt;hr /&gt;
&lt;p&gt;
Posted to &lt;a href="http://simpable.com/life/"&gt;Life&lt;/a&gt; 
 and tagged as 
&lt;a href="http://simpable.com/tags/apple/"&gt;apple&lt;/a&gt;
,
&lt;a href="http://simpable.com/tags/bhcc/"&gt;bhcc&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Similar Posts&lt;/strong&gt;&lt;br /&gt;
&lt;ol id="similarPosts" class="splist"&gt;
&lt;li&gt;&lt;a href="http://simpable.com/life/ebhcc/"&gt;eBay Bloggers Holiday Charity Challenge&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simpable.com/technology/iphone-vs-blackberry/"&gt;iPhone vs. BlackBerry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://simpable.com/software/mbp-64bit-vista/"&gt;Installing Vista 64bit on a MacBook Pro&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.googleadservices.com/~a/SfIOLER3RkgOK0Wq6gFB24TEdic/a"&gt;&lt;img src="http://feedads.googleadservices.com/~a/SfIOLER3RkgOK0Wq6gFB24TEdic/i" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>ZacBowling.Com - Turkey Love</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2fzbowling.com%2fblog%2f2008%2f11%2f26%2fturkey-love%2f</link><pubDate>Wed, 26 Nov 2008 01:09:15 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172219</guid><dc:creator>ZacBowling.Com</dc:creator><description>
																				
															Click to Play					
										

http://zbowling.com
Love your turkey&amp;#8230; Happy Turkey Day&amp;#8230;. 

 
</description></item><item><title>Dan Hounshell - Looking at ASP.NET MVC – following my own lead</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2ffeeds.feedburner.com%2f%7er%2fDiggingMyBlog%2f%7e3%2f464318216%2flooking-at-asp-net-mvc-following-my-own-lead.aspx</link><pubDate>Mon, 24 Nov 2008 08:53:00 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172137</guid><dc:creator>Dan Hounshell</dc:creator><description>&lt;P&gt;Several months ago &lt;A href="http://danhounshell.com/blogs/dan/archive/2008/07/08/aspdotnetmvc-com.aspx" mce_href="http://danhounshell.com/blogs/dan/archive/2008/07/08/aspdotnetmvc-com.aspx"&gt;I posted about one of my newest sites&lt;/A&gt;, &lt;A title=ASPDotNetMVC.com href="http://aspdotnetmvc.com/" target=_blank mce_href="http://aspdotnetmvc.com/"&gt;ASPDotNetMVC.com&lt;/A&gt;. One of the main reasons for creating the site was for my own selfish purposes. I had begun digging into ASP.NET MVC and I wanted a site that aggregated all the good ASP.NET MVC news and blog posts so I could keep up to date. Since that time I’ve done a lot of reading but little doing, other than a side trip with &lt;A title=Kigg href="http://www.codeplex.com/Kigg" target=_blank mce_href="http://www.codeplex.com/Kigg"&gt;Kigg&lt;/A&gt;, a Digg clone written with ASP.NET MVC (&lt;A href="http://danhounshell.com/blogs/dan/archive/2008/06/21/upgrading-kigg-to-asp-net-mvc-preview-3.aspx" target=_blank mce_href="http://danhounshell.com/blogs/dan/archive/2008/06/21/upgrading-kigg-to-asp-net-mvc-preview-3.aspx"&gt;Upgrading Kigg to ASP.NET MVC Preview 3&lt;/A&gt;, &lt;A title="How to decouple the ASP.NET Membership database from Kigg" href="http://danhounshell.com/blogs/dan/archive/2008/07/14/how-to-decouple-the-asp-net-membership-database-from-kigg.aspx" target=_blank mce_href="http://danhounshell.com/blogs/dan/archive/2008/07/14/how-to-decouple-the-asp-net-membership-database-from-kigg.aspx"&gt;How to decouple the ASP.NET Membership database from Kigg&lt;/A&gt; and &lt;A title="How to use Kigg as a service from another site" href="http://danhounshell.com/blogs/dan/archive/2008/07/15/how-to-use-kigg-as-a-service-from-other-sites.aspx" target=_blank mce_href="http://danhounshell.com/blogs/dan/archive/2008/07/15/how-to-use-kigg-as-a-service-from-other-sites.aspx"&gt;How to use Kigg as a service from another site&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;This weekend I finally made some time to get my hands dirty. My first task is to convert the ASPDotNetMVC.com site from web forms to ASP.NET MVC. So far things are going well and I’m actually surprised at how quickly it is progressing. In a couple of hours I was able to get the master page setup and convert all of the static pages and content to controllers/views (things like the About page, some of the home page, etc). The next step, which I’m currently in the middle of, is converting the Contact Us form. Then the more difficult parts: converting existing controls, rss feeds, and the dynamic content (the majority of the site!). It’s been a long time since I’ve had to hit Google for nearly every little piece of code that I write. It’s a bit frustrating, but challenging and invigorating at the same time. &lt;/P&gt;
&lt;P&gt;I won’t set a timeline because I don’t know what challenges I will run into yet. I should have time through the holidays to keep plugging away. I’ll be sure to post if I run into anything interesting.&lt;/P&gt;
&lt;P&gt;BTW, I updated my Preview 3 version of Kigg to the ASP.NET MVC Beta bits on Friday night and it was a piece of cake. I just followed the Beta Release Notes instructions for “Upgrading and Existing Preview 3 application to Beta” and things went well. &lt;/P&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://danhounshell.com/blogs/dan/archive/2008/11/24/looking-at-asp-net-mvc-following-my-own-lead.aspx&amp;amp;;subject=Looking+at+ASP.NET+MVC+%e2%80%93+following+my+own+lead" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/11/24/looking-at-asp-net-mvc-following-my-own-lead.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://danhounshell.com/blogs/dan/archive/2008/11/24/looking-at-asp-net-mvc-following-my-own-lead.aspx&amp;amp;;title=Looking+at+ASP.NET+MVC+%e2%80%93+following+my+own+lead" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/11/24/looking-at-asp-net-mvc-following-my-own-lead.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://danhounshell.com/blogs/dan/archive/2008/11/24/looking-at-asp-net-mvc-following-my-own-lead.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/11/24/looking-at-asp-net-mvc-following-my-own-lead.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://danhounshell.com/blogs/dan/archive/2008/11/24/looking-at-asp-net-mvc-following-my-own-lead.aspx&amp;amp;;title=Looking+at+ASP.NET+MVC+%e2%80%93+following+my+own+lead" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/11/24/looking-at-asp-net-mvc-following-my-own-lead.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://danhounshell.com/blogs/dan/archive/2008/11/24/looking-at-asp-net-mvc-following-my-own-lead.aspx&amp;amp;;title=Looking+at+ASP.NET+MVC+%e2%80%93+following+my+own+lead&amp;amp;;top=1" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/11/24/looking-at-asp-net-mvc-following-my-own-lead.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://danhounshell.com/aggbug.aspx?PostID=10333" width="1" height="1"&gt;</description></item><item><title>Rob Howard - Harvest 2.0 now available!</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2ffeeds.feedburner.com%2f%7er%2fRobHoward%2f%7e3%2f450878257%2f</link><pubDate>Wed, 12 Nov 2008 04:41:09 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172173</guid><dc:creator>Rob Howard</dc:creator><description>&lt;p&gt;&lt;a href="http://grokable.com/files/media/image/WindowsLiveWriter/Harvest2.0nowavailable_9643/image_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; margin: 0px 20px 0px 0px; border-left: 0px; border-bottom: 0px" height="142" alt="image" src="http://grokable.com/files/media/image/WindowsLiveWriter/Harvest2.0nowavailable_9643/image_thumb.png" width="300" align="left" border="0"&gt;&lt;/a&gt;Harvest 2.0 &lt;a href="http://telligent.com/products/harvest-reporting-server/"&gt;is now available&lt;/a&gt;. This release includes a significant number of improvements (scorecards, sentiment/tonality, forecasting, and more). &lt;/p&gt; &lt;p&gt;Want to learn more? You can &lt;a href="http://telligent.com/products/harvest-reporting-server/"&gt;watch a great video overview that Jana, the Harvest Program Manager, put together or download the Harvest Product Overview PDF&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;The planning for the next version of Harvest is well underway and &lt;a href="http://grokable.com/telligent/telligent-hires-sociologist-marc-smith/"&gt;Marc Smith&lt;/a&gt; will be helping shape a lot of the functionality as &lt;a href="http://telligent.com"&gt;Telligent&lt;/a&gt; continues to invest in Social Analytics.&lt;/p&gt; &lt;p&gt;If you would like to speak with someone about Harvest, &lt;a href="http://telligent.com/products/contact/?pt=hrs"&gt;please contact us&lt;/a&gt;!&lt;/p&gt;&lt;hr /&gt;
&lt;p&gt;
Posted to &lt;a href="http://grokable.com/harvest/"&gt;Harvest&lt;/a&gt; 
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Similar Posts&lt;/strong&gt;&lt;br /&gt;
&lt;ol id="similarPosts" class="splist"&gt;
&lt;li&gt;&lt;a href="http://grokable.com/the-new-focus-group/"&gt;The New Focus Group&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://grokable.com/secure-rss-building-custom-feeds-and-reading-feeds/"&gt;Secure RSS, building custom feeds, and reading feeds&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://grokable.com/announcing-telligent-graffiti-cms-beta-1/"&gt;Announcing Telligent Graffiti CMS, Beta 1&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/p&gt;
</description></item><item><title>Rob Howard - Telligent hires Sociologist Marc Smith</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2ffeeds.feedburner.com%2f%7er%2fRobHoward%2f%7e3%2f442075102%2f</link><pubDate>Tue, 04 Nov 2008 12:58:27 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172174</guid><dc:creator>Rob Howard</dc:creator><description>&lt;p&gt;&lt;a href="http://grokable.com/files/media/image/WindowsLiveWriter/TelligenthiresSociologistMarcSmith_61C1/image_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; margin: 0px 15px 0px 0px; border-left: 0px; border-bottom: 0px" height="183" alt="image" src="http://grokable.com/files/media/image/WindowsLiveWriter/TelligenthiresSociologistMarcSmith_61C1/image_thumb.png" width="241" align="left" border="0"&gt;&lt;/a&gt; Marc Smith, formerly Senior Sociologist Researcher on Microsoft's R&amp;amp;D team, has joined &lt;a href="http://telligent.com"&gt;Telligent&lt;/a&gt; as our Chief Social Scientist. &lt;/p&gt; &lt;p&gt;Marc will lead Telligent's R&amp;amp;D efforts around analytics and business intelligence (tools to help you understand what people are doing in your communities), specifically &lt;a href="http://telligent.com/products/harvest-reporting-server/"&gt;Telligent Harvest&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;For the last 10+ years Marc has been instrumental in defining, understanding, and describing the relationships that people form in online communities. You can read about some of his previous work in this &lt;a href="http://news.cnet.com/Microsofts-in-house-sociologist/2008-1082_3-5065298.html"&gt;2003 C-NET article&lt;/a&gt; or this &lt;a href="http://www.ocreport.com/index.php?url=archives/258-The-Social-Graph-A-Conversation-with-Marc-Smith-from-Microsoft-Research.html&amp;amp;serendipity[cview]=linear"&gt;Online Community Report article&lt;/a&gt;:&lt;/p&gt; &lt;p&gt;The industry, more than ever, needs help defining what's important and how you measure the value of communities. Groundswell set the stage for describing this problem, we aim to address it even further. We’ll have more news to share about Telligent’s commitment to business intelligence around social analytics and what we expect Marc's impact will be in the coming months.&lt;/p&gt; &lt;p&gt;The short-story: we’re making a &lt;strong&gt;big bet on BI and analytics&lt;/strong&gt;.&lt;/p&gt;&lt;hr /&gt;
&lt;p&gt;
Posted to &lt;a href="http://grokable.com/telligent/"&gt;Telligent&lt;/a&gt; 
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Similar Posts&lt;/strong&gt;&lt;br /&gt;
&lt;ol id="similarPosts" class="splist"&gt;
&lt;li&gt;&lt;a href="http://grokable.com/the-new-focus-group/"&gt;The New Focus Group&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://grokable.com/telligent-and-codesmith-tools-open-positions/"&gt;Telligent and CodeSmith Tools Open Positions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://grokable.com/10-best-practices-for-running-a-great-community/"&gt;10 Best Practices for Running a Great Community&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/p&gt;
</description></item><item><title>Dan Hounshell - Can I get a Mulligan on the case order?</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2ffeeds.feedburner.com%2f%7er%2fDiggingMyBlog%2f%7e3%2f427474327%2fcan-i-get-a-mulligan-on-the-case-order.aspx</link><pubDate>Tue, 21 Oct 2008 01:07:00 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172138</guid><dc:creator>Dan Hounshell</dc:creator><description>&lt;P&gt;This is part 4 in a series about building an Eco-Friendly Economical Windows Home Server. &lt;BR&gt;Part 1: &lt;A href="http://danhounshell.com/blogs/dan/archive/2008/03/27/in-search-of-an-eco-friendly-economical-home-server.aspx" mce_href="http://danhounshell.com/blogs/dan/archive/2008/03/27/in-search-of-an-eco-friendly-economical-home-server.aspx"&gt;In search of an Eco-Friendly Economical Home Server&lt;/A&gt; &lt;BR&gt;Part 2: &lt;A href="http://danhounshell.com/blogs/dan/archive/2008/03/28/in-search-of-an-eco-friendly-economical-home-server-2-electric-boogaloo.aspx" mce_href="http://danhounshell.com/blogs/dan/archive/2008/03/28/in-search-of-an-eco-friendly-economical-home-server-2-electric-boogaloo.aspx"&gt;In search of an Eco-Friendly Economical Home Server 2, Electric Boogaloo&lt;/A&gt; &lt;BR&gt;Part 3: &lt;A href="http://danhounshell.com/blogs/dan/archive/2008/07/07/a-cheap-and-green-windows-home-server.aspx" mce_href="http://danhounshell.com/blogs/dan/archive/2008/07/07/a-cheap-and-green-windows-home-server.aspx"&gt;A Cheap and Green Windows Home Server&lt;/A&gt; &lt;BR&gt;Part 4: &lt;A href="http://danhounshell.com/blogs/dan/archive/2008/10/18/ordered-parts-for-eco-friendly-economical-windows-home-server.aspx"&gt;Ordered parts for Eco-friendly Economical Windows Home Server&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;After some post-mortem review of my order I’m feeling some buyer’s remorse. The case that I ordered for my eco-friendly economical Windows Home Server box wasn’t as small as I remembered to be. At 15.4” x 7.1” x 14.8” (HxWxD) it is a little smaller than the case of my Dell Dimension 5150 but it is nowhere near the size of the HP MediaSmart servers at 9.8” x 9.2” x 5.5”. But it was still cheap at $39.99 and free shipping! &lt;/P&gt;
&lt;P&gt;If I were looking for something a little more compact and a little more stylish while still fitting into my budget theme (and if I had a Mulligan) I would probably opt for something more like one of these Athenatech cases: &lt;BR&gt;&lt;BR&gt;&lt;/P&gt;
&lt;TABLE class="" cellSpacing=0 cellPadding=2 width="100%" border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top&gt;&amp;nbsp;&lt;A href="http://danhounshell.com/blogs/dan/athenatech_a100sc200_702BDB42.jpg"&gt;&lt;IMG title=athenatech_a100sc200 style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=139 alt=athenatech_a100sc200 src="http://danhounshell.com/blogs/dan/athenatech_a100sc200_thumb_08BB7893.jpg" width=184 border=0&gt;&lt;/A&gt; &lt;/TD&gt;
&lt;TD class="" vAlign=top&gt;&lt;A href="http://www.newegg.com/Product/Product.aspx?Item=N82E16811190003"&gt;Athenatech A100SC.200 Black/ Silver Steel MicroATX Desktop Computer Case 230W SFX Power Supply – Retail&lt;/A&gt;&amp;nbsp; &lt;BR&gt;13.5” x 5.8” x 14.5" (HxWxD)&lt;A href="http://www.newegg.com/Product/Product.aspx?Item=N82E16811121039" mce_href="http://www.newegg.com/Product/Product.aspx?Item=N82E16811121039"&gt;&lt;/A&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top align=right&gt;
&lt;P align=right&gt;$42.99 &lt;BR&gt;Shipping: $11.99&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top&gt;&lt;A href="http://danhounshell.com/blogs/dan/athenatech_A100bb270_12173DC7.jpg"&gt;&lt;IMG title=athenatech_A100bb270 style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=139 alt=athenatech_A100bb270 src="http://danhounshell.com/blogs/dan/athenatech_A100bb270_thumb_6D85B042.jpg" width=184 border=0&gt;&lt;/A&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top&gt;&lt;A href="http://www.newegg.com/Product/Product.aspx?Item=N82E16811190057"&gt;Athenatech Black Steel A100BB.270 Micro ATX Media Center / HTPC Case – Retail&lt;/A&gt; &lt;BR&gt;13.5” x 5.8” x 14.5" (HxWxD)&lt;/TD&gt;
&lt;TD class="" vAlign=top align=right&gt;$49.99 &lt;BR&gt;Shipping: $11.99&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top&gt;&lt;A href="http://danhounshell.com/blogs/dan/athenatech_A106SB_06154D93.jpg"&gt;&lt;IMG title=athenatech_A106SB style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=139 alt=athenatech_A106SB src="http://danhounshell.com/blogs/dan/athenatech_A106SB_thumb_6183C00E.jpg" width=184 border=0&gt;&lt;/A&gt; &lt;/TD&gt;
&lt;TD class="" vAlign=top&gt;
&lt;P&gt;&lt;A href="http://www.newegg.com/Product/Product.aspx?Item=N82E16811190017"&gt;Athenatech Silver/ Black Steel A106SB.200 Micro ATX Media Center / HTPC Case – Retail&lt;/A&gt; &lt;BR&gt;14.5” x 5.8” x 15" (HxWxD)&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top align=right&gt;$62.99 &lt;BR&gt;Shipping: $15.99&amp;nbsp; &lt;BR&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P mce_keep="true"&gt;&lt;BR&gt;The A100SC and the A100BB are both 2 inches shorter, more than 1 inch narrower, and about the same depth as the &lt;A href="http://www.newegg.com/Product/Product.aspx?Item=N82E16811121039"&gt;CompuCase 6K28BS&lt;/A&gt; and I think they look a little sleeker, too. Swapping for either of these would increase the build price by $15-$20. The A106SB is not quite as diminutive as the other two but it still comes in 1” shorter and 1” narrower than the CompuCase 6K28BS, but looks a lot nicer for a $35 price increase. Any of these three cases would look just as good set horizontally or vertically. I like the looks and reviews of these cases, I may keep them in mind for a future budget Media Center/HTPC build. Or I might just go ahead and order one of these now for my WHS box and store the previously ordered case for a future project.&lt;/P&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://danhounshell.com/blogs/dan/archive/2008/10/21/can-i-get-a-mulligan-on-the-case-order.aspx&amp;amp;;subject=Can+I+get+a+Mulligan+on+the+case+order%3f" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/10/21/can-i-get-a-mulligan-on-the-case-order.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://danhounshell.com/blogs/dan/archive/2008/10/21/can-i-get-a-mulligan-on-the-case-order.aspx&amp;amp;;title=Can+I+get+a+Mulligan+on+the+case+order%3f" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/10/21/can-i-get-a-mulligan-on-the-case-order.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://danhounshell.com/blogs/dan/archive/2008/10/21/can-i-get-a-mulligan-on-the-case-order.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/10/21/can-i-get-a-mulligan-on-the-case-order.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://danhounshell.com/blogs/dan/archive/2008/10/21/can-i-get-a-mulligan-on-the-case-order.aspx&amp;amp;;title=Can+I+get+a+Mulligan+on+the+case+order%3f" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/10/21/can-i-get-a-mulligan-on-the-case-order.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://danhounshell.com/blogs/dan/archive/2008/10/21/can-i-get-a-mulligan-on-the-case-order.aspx&amp;amp;;title=Can+I+get+a+Mulligan+on+the+case+order%3f&amp;amp;;top=1" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/10/21/can-i-get-a-mulligan-on-the-case-order.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://danhounshell.com/aggbug.aspx?PostID=10255" width="1" height="1"&gt;</description></item><item><title>Dan Hounshell - Ordered parts for Eco-friendly Economical Windows Home Server</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2ffeeds.feedburner.com%2f%7er%2fDiggingMyBlog%2f%7e3%2f425142225%2fordered-parts-for-eco-friendly-economical-windows-home-server.aspx</link><pubDate>Sun, 19 Oct 2008 03:33:00 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172139</guid><dc:creator>Dan Hounshell</dc:creator><description>&lt;p&gt;This is part 4 in a series about building an Eco-Friendly Economical Windows Home Server. &lt;br&gt;Part 1: &lt;a href="http://danhounshell.com/blogs/dan/archive/2008/03/27/in-search-of-an-eco-friendly-economical-home-server.aspx" mce_href="http://danhounshell.com/blogs/dan/archive/2008/03/27/in-search-of-an-eco-friendly-economical-home-server.aspx"&gt;In search of an Eco-Friendly Economical Home Server&lt;/a&gt; &lt;br&gt;Part 2: &lt;a href="http://danhounshell.com/blogs/dan/archive/2008/03/28/in-search-of-an-eco-friendly-economical-home-server-2-electric-boogaloo.aspx" mce_href="http://danhounshell.com/blogs/dan/archive/2008/03/28/in-search-of-an-eco-friendly-economical-home-server-2-electric-boogaloo.aspx"&gt;In search of an Eco-Friendly Economical Home Server 2, Electric Boogaloo&lt;/a&gt; &lt;br&gt;Part 3: &lt;a href="http://danhounshell.com/blogs/dan/archive/2008/07/07/a-cheap-and-green-windows-home-server.aspx" mce_href="http://danhounshell.com/blogs/dan/archive/2008/07/07/a-cheap-and-green-windows-home-server.aspx"&gt;A Cheap and Green Windows Home Server&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;What a difference six months makes in the price of run-of-the-mill computer desktop hardware. In my last article the cheapest I could get a decently powerful Home Server setup was for about &lt;b&gt;$470 including shipping&lt;/b&gt;. By the time I added the $149 cost for Windows Home Server I was in the same ballpark as the HP MediaSmart Home Server setups, though it was a little greener and a little more powerful. Still, it didn’t make a lot of sense to go ahead and do the build.&lt;/p&gt;
&lt;p&gt;Fast forward 8 months and with a little tweaking of chosen parts I was able to order a kit with better specs than the $650 version of the HP Home server for &lt;b&gt;just over $300&lt;/b&gt;. That price does not include the cost of WHS itself ($149), but I’ll be enjoying a 120-day eval for a couple of months so I can defer that cost. Even if I included it, though, I’d still be at only $450, which is about $200 less than the similarly spec’d (yet still not as much RAM or CPU and not as green as my setup) &lt;a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16859105383" mce_href="http://www.newegg.com/Product/Product.aspx?Item=N82E16859105383"&gt;HP MediaSmart EX 475 at around $650&lt;/a&gt;. At $200 less and better specs the timing is right for me to pull the trigger and do it.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Here are the parts I ordered a few nights ago from NewEgg. I should receive everything this week so I plan on putting it together next weekend and then basking in the wonderfulness that is promised with WHS. &lt;/p&gt;

&lt;table border="0" cellpadding="2" cellspacing="0" width="100%"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td valign="top"&gt;&amp;nbsp;&lt;a href="http://danhounshell.com/blogs/dan/hec6k28bs_725C34AD.jpg" mce_href="http://danhounshell.com/blogs/dan/hec6k28bs_725C34AD.jpg"&gt;&lt;img src="http://danhounshell.com/blogs/dan/hec6k28bs_thumb_1FDD5471.jpg" title="http://danhounshell.com/blogs/dan/hec6k28bs_725C34AD.jpg
hec6k28bs" alt="hec6k28bs" mce_src="http://danhounshell.com/blogs/dan/hec6k28bs_thumb_1FDD5471.jpg" border="0" height="139" width="184"&gt;&lt;/a&gt; &lt;/td&gt;
&lt;td valign="top"&gt;&lt;a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16811121039" mce_href="http://www.newegg.com/Product/Product.aspx?Item=N82E16811121039"&gt;HEC 6K28BS Black / Silver 0.8mm SECC Steel MicroATX Mini Tower Computer Case - Retail&lt;/a&gt;&lt;/td&gt;
&lt;td align="right" valign="top"&gt;
&lt;p align="right"&gt;$42.99 &lt;br&gt;Shipping: $11.99&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top"&gt;&lt;a href="http://danhounshell.com/blogs/dan/antec_earthwatts_380_14479732.jpg" mce_href="http://danhounshell.com/blogs/dan/antec_earthwatts_380_14479732.jpg"&gt;&lt;img src="http://danhounshell.com/blogs/dan/antec_earthwatts_380_thumb_0F64E376.jpg" title="http://danhounshell.com/blogs/dan/antec_earthwatts_380_14479732.jpg
antec_earthwatts_380" alt="antec_earthwatts_380" mce_src="http://danhounshell.com/blogs/dan/antec_earthwatts_380_thumb_0F64E376.jpg" border="0" height="139" width="184"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td valign="top"&gt;&lt;a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16817371005" mce_href="http://www.newegg.com/Product/Product.aspx?Item=N82E16817371005"&gt;Antec earthwatts EA380 380W ATX12V v2.0 80 PLUS Certified Active PFC Power Supply - Retail&lt;/a&gt;&lt;/td&gt;
&lt;td align="right" valign="top"&gt;$29.99&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top"&gt;&lt;a href="http://danhounshell.com/blogs/dan/WDGP500GB_4AB84934.jpg" mce_href="http://danhounshell.com/blogs/dan/WDGP500GB_4AB84934.jpg"&gt;&lt;img src="http://danhounshell.com/blogs/dan/WDGP500GB_thumb_33F901AB.jpg" title="http://danhounshell.com/blogs/dan/WDGP500GB_4AB84934.jpg
WDGP500GB" alt="WDGP500GB" mce_src="http://danhounshell.com/blogs/dan/WDGP500GB_thumb_33F901AB.jpg" border="0" height="157" width="184"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td valign="top"&gt;
&lt;p&gt;&lt;a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16822136149" mce_href="http://www.newegg.com/Product/Product.aspx?Item=N82E16822136149"&gt;Western Digital Caviar GP WD5000AACS 500GB 5400 to 7200 RPM 16MB Cache SATA 3.0Gb/s Hard Drive&lt;/a&gt; – OEM x 2&lt;/p&gt;&lt;/td&gt;
&lt;td align="right" valign="top"&gt;$64.99 x 2 &lt;br&gt;Free Shipping &lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top"&gt;&lt;a href="http://danhounshell.com/blogs/dan/Kingston1GBDDR2800_5A5AE4F6.jpg" mce_href="http://danhounshell.com/blogs/dan/Kingston1GBDDR2800_5A5AE4F6.jpg"&gt;&lt;img src="http://danhounshell.com/blogs/dan/Kingston1GBDDR2800_thumb_6EE03474.jpg" title="http://danhounshell.com/blogs/dan/Kingston1GBDDR2800_5A5AE4F6.jpg
Kingston1GBDDR2800" alt="Kingston1GBDDR2800" mce_src="http://danhounshell.com/blogs/dan/Kingston1GBDDR2800_thumb_6EE03474.jpg" border="0" height="139" width="184"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td valign="top"&gt;&lt;a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16820134114" mce_href="http://www.newegg.com/Product/Product.aspx?Item=N82E16820134114"&gt;Kingston 1GB 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400) Desktop Memory - Retail&lt;/a&gt;&lt;/td&gt;
&lt;td align="right" valign="top"&gt;$15.49&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top"&gt;&lt;a href="http://danhounshell.com/blogs/dan/AMDAthlonX2BE2400_4A4EA6F0.jpg" mce_href="http://danhounshell.com/blogs/dan/AMDAthlonX2BE2400_4A4EA6F0.jpg"&gt;&lt;img src="http://danhounshell.com/blogs/dan/AMDAthlonX2BE2400_thumb_25BD196C.jpg" title="http://danhounshell.com/blogs/dan/AMDAthlonX2BE2400_4A4EA6F0.jpg
AMDAthlonX2BE2400" alt="AMDAthlonX2BE2400" mce_src="http://danhounshell.com/blogs/dan/AMDAthlonX2BE2400_thumb_25BD196C.jpg" border="0" height="139" width="184"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td valign="top"&gt;&lt;a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16819103215" mce_href="http://www.newegg.com/Product/Product.aspx?Item=N82E16819103215"&gt;AMD Athlon X2 BE-2400 Brisbane 2.3GHz 2 x 512KB L2 Cache Socket AM2 Dual-Core Processor - OEM&lt;/a&gt;&lt;/td&gt;
&lt;td align="right" valign="top"&gt;$39.99 &lt;br&gt;Free Shipping&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top"&gt;&lt;a href="http://danhounshell.com/blogs/dan/MSIK9A2GM-F_6C3A0974.jpg" mce_href="http://danhounshell.com/blogs/dan/MSIK9A2GM-F_6C3A0974.jpg"&gt;&lt;img src="http://danhounshell.com/blogs/dan/MSIK9A2GM-F_thumb_47A87BF0.jpg" title="http://danhounshell.com/blogs/dan/MSIK9A2GM-F_6C3A0974.jpg
MSIK9A2GM-F" alt="MSIK9A2GM-F" mce_src="http://danhounshell.com/blogs/dan/MSIK9A2GM-F_thumb_47A87BF0.jpg" border="0" height="139" width="184"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td valign="top"&gt;&lt;a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16813130188" mce_href="http://www.newegg.com/Product/Product.aspx?Item=N82E16813130188"&gt;MSI K9A2GM-F V3 AM2 AMD 740G Micro ATX AMD Motherboard - Retail&lt;/a&gt;&lt;/td&gt;
&lt;td align="right" valign="top"&gt;$52.99 &lt;br&gt;Open Box: &lt;br&gt;$36.76&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top"&gt;&lt;a href="http://danhounshell.com/blogs/dan/MASSCOOL5f9001b1h3_02FBE1AF.jpg" mce_href="http://danhounshell.com/blogs/dan/MASSCOOL5f9001b1h3_02FBE1AF.jpg"&gt;&lt;img src="http://danhounshell.com/blogs/dan/MASSCOOL5f9001b1h3_thumb_7766246F.jpg" title="http://danhounshell.com/blogs/dan/MASSCOOL5f9001b1h3_02FBE1AF.jpg
MASSCOOL5f9001b1h3" alt="MASSCOOL5f9001b1h3" mce_src="http://danhounshell.com/blogs/dan/MASSCOOL5f9001b1h3_thumb_7766246F.jpg" border="0" height="139" width="184"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td valign="top"&gt;&lt;a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16835150087" mce_href="http://www.newegg.com/Product/Product.aspx?Item=N82E16835150087"&gt;MASSCOOL 5F9001B1H3 80mm Ball CPU Cooler - Retail&lt;/a&gt;&lt;/td&gt;
&lt;td align="right" valign="top"&gt;$9.99&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;CASE: I wanted a case that was small(ish), looked pretty good, fairly quiet, and could hold 4 internal hard drives. The case I chose has a nice clean look, got good reviews on NewEgg, and it is fairly small: about the same size as the HP MediaSmart boxes. Over the next week I will re-review blog posts and articles I’ve read in the past about building a quiet PC.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;POWER SUPPLY: I wanted an 80+ certified power supply in about the 300W range. I had been looking at the 300W Seasonic at about $40. But then I saw the Antec Earthwatts on sale for $30 and I couldn’t pass up the $10 in savings. Plus I’ve read in a couple of places that Seasonic makes those power supplies for Antec. That may or may not be true, but even if it isn’t true the two must be very close in quality for the comparison.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;HARD DRIVES: I’m sold on the Western Digital Green Power drives for this application. I got two 500GB drives at $65 each. These things were over a hundred dollars each 8 months ago. With the price of the 1TB versions at just $129 I came very close to going with two of those instead. Personally I would have done that, but the WAF (Wife Acceptance Factor) played a big part in that specific decision. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;RAM: The HP WHS boxes come with just 512MB of RAM, even the higher end box with 1TB of drives, so I figured that is a good place to start with my setup. I could have gone with 2GB of RAM here for $30, but I figure that 1GB is good enough for now and if the box needs more I can easily and cheaply add another 1GB stick later.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;CPU: I think that the AMD Athlon X2 BE-2400 may be the perfect CPU for this setup. It is 2.3 GHz, dual core, 512KB L2 Cache AND it’s rated at 45W – the same as the AMD single core processers. Plus it was only $40! So basically for the same price and footprint as a single core 1.8 GHz Sempron (like what is in the HP boxes) I was able to go with faster dual cores and more L2 cache. That is a no-brainer!&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;MOTHERBOARD: The minimum specs that I wanted for a board were MicroATX, AM2 processor, 4 SATAII connectors, support for at least 4GB of RAM, onboard Gigabit Ethernet, and lots of USB connectors. I chose the cheapest name-brand board that met those requirements and had good reviews. I was also lucky(?) enough to find an open-box version for $15 less. The jury is still out on whether the open box version was a good choice – I’ll let you know the answer to that after I assemble and make sure it isn’t DOA.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;CPU COOLER: Since I ordered an OEM CPU it doesn’t come with a cooler. I chose one similar to the OEM style that was cheap and got good reviews. It should meet my needs fine. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;OTHER: The reviews I read about the HEC/Compucase case that I selected said that the rear case fan was sufficient and rather quiet (surprising for one that’s included in a case) so I’ll delay purchasing any additional or replacement case fans for now.&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;The total price for everything that I ordered was right about $310 (I added 2 SATA cables that I may or may not need) and was about $330 after shipping. Had I not added the SATA cables and gone with an AMD single-core Sempron (saving $10) the total price including shipping would have been right around $300. &lt;/p&gt;
&lt;p&gt;I’m very pleased with the parts and the value. Hopefully I’ll be just as pleased with the end result. I plan a follow up with notes on the build after next weekend. &lt;/p&gt;
&lt;p&gt;I’m excited. I cannot wait for the BBT (Big Brown Truck) to show up at the door with my box(es) of parts. &lt;/p&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://danhounshell.com/blogs/dan/archive/2008/10/18/ordered-parts-for-eco-friendly-economical-windows-home-server.aspx&amp;amp;;subject=Ordered+parts+for+Eco-friendly+Economical+Windows+Home+Server" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/10/18/ordered-parts-for-eco-friendly-economical-windows-home-server.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://danhounshell.com/blogs/dan/archive/2008/10/18/ordered-parts-for-eco-friendly-economical-windows-home-server.aspx&amp;amp;;title=Ordered+parts+for+Eco-friendly+Economical+Windows+Home+Server" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/10/18/ordered-parts-for-eco-friendly-economical-windows-home-server.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://danhounshell.com/blogs/dan/archive/2008/10/18/ordered-parts-for-eco-friendly-economical-windows-home-server.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/10/18/ordered-parts-for-eco-friendly-economical-windows-home-server.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://danhounshell.com/blogs/dan/archive/2008/10/18/ordered-parts-for-eco-friendly-economical-windows-home-server.aspx&amp;amp;;title=Ordered+parts+for+Eco-friendly+Economical+Windows+Home+Server" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/10/18/ordered-parts-for-eco-friendly-economical-windows-home-server.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://danhounshell.com/blogs/dan/archive/2008/10/18/ordered-parts-for-eco-friendly-economical-windows-home-server.aspx&amp;amp;;title=Ordered+parts+for+Eco-friendly+Economical+Windows+Home+Server&amp;amp;;top=1" target="_blank" title = "Post http://danhounshell.com/blogs/dan/archive/2008/10/18/ordered-parts-for-eco-friendly-economical-windows-home-server.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://danhounshell.com/aggbug.aspx?PostID=10239" width="1" height="1"&gt;</description></item><item><title>JasonA.net - Come have a beer with us!</title><link>http://www.danbartels.com/LinkClick.aspx?mid=496&amp;Link=http%3a%2f%2ffeeds.feedburner.com%2f%7er%2fjasona%2frss%2f%7e3%2f419775152%2f</link><pubDate>Mon, 13 Oct 2008 06:50:22 GMT</pubDate><guid isPermaLink="false">http://www.danbartels.com/Telligenti/tabid/137/ctl/137/Default.aspx:4172150</guid><dc:creator>JasonA.net</dc:creator><description>&lt;p&gt;Check it out:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt;font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;
mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-bidi-font-family:
&amp;quot;Times New Roman&amp;quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;
mso-bidi-language:AR-SA"&gt;&lt;a href="http://simpable.com/code/pragmatic-beer-dallas/"&gt;http://simpable.com/code/pragmatic-beer-dallas/&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;We're going to try to get everyone out, have a few beers and just get geeky. If you're around, come hang out with us!&lt;/p&gt;
&lt;p&gt;&lt;map name="google_ad_map_Gx4LXwY0PI.hiZTw-rlvlSEo5jQ_"&gt;&lt;area shape="rect" href="http://imageads.googleadservices.com/pagead/imgclick/Gx4LXwY0PI.hiZTw-rlvlSEo5jQ_?pos=0" coords="1,2,367,28"/&gt;&lt;area shape="rect" href="http://services.google.com/feedback/abg" coords="384,10,453,23"/&gt;&lt;/map&gt;&lt;img usemap="#google_ad_map_Gx4LXwY0PI.hiZTw-rlvlSEo5jQ_" border="0" src="http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=ca-pub-9843442346733073&amp;channel=2087418578&amp;output=png&amp;cuid=Gx4LXwY0PI.hiZTw-rlvlSEo5jQ_&amp;url=http%3A%2F%2Fjasona.net%2Ftelligent%2Fcome-have-a-beer-with-us%2F"/&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/jasona/rss?a=EmPHM"&gt;&lt;img src="http://feeds.feedburner.com/~f/jasona/rss?i=EmPHM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jasona/rss?a=wn7vM"&gt;&lt;img src="http://feeds.feedburner.com/~f/jasona/rss?i=wn7