User Scott Hanselman - Stack Overflowmost recent 30 from stackoverflow.com2009-12-10T23:43:46Zhttp://stackoverflow.com/feeds/user/6380http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net39What are the most relevant OSS projects for .NET?Scott Hanselman2008-10-02T22:02:37Z2009-11-17T14:53:35Z
<p>Not a popularity contest, but if you were to elect some in some categories, what would be the names?</p>
<p>Here are a few suggested categories.</p>
<p>The only criteria I’d insist on would be:
needs to be fully OSS, not a one-man show, have some people involved, have source available and with a well-know open source license (hopefully with no distinction between commercial and other uses)</p>
<ul>
<li>Blog engines </li>
<li>Wikis</li>
<li>Web frameworks</li>
<li>WPF frameworks</li>
<li>Silverlight frameworks </li>
<li>Unit test frameworks (including spec?) </li>
<li>ASP.Net tools</li>
<li>more specialized frameworks</li>
</ul>
<p>Scott Hanselman and Hamilton Verissimo de Oliveira</p>
http://stackoverflow.com/questions/954764/good-net-based-cms/954860#95486022Answer by Scott Hanselman for Good .NET based CMS?Scott Hanselman2009-06-05T08:41:44Z2009-09-02T22:10:00Z<p><a href="http://umbraco.org/" rel="nofollow">Umbraco</a>. No question. I've done the analysis for another company/purpose. It's open, fast, clean, scalable, thoughtfully designed and has an active supportive team and a rabid following.</p>
http://stackoverflow.com/questions/745570/how-can-social-networking-sites-make-you-a-better-developer31How can social networking sites make you a better developer?Scott Hanselman2009-04-13T22:08:38Z2009-08-17T13:13:28Z
<p>I am giving a keynote at Devscovery tomorrow at 9am. The title is "Social Networking for Developers." It's 90 minutes long and I don't want to waste anyone's time. </p>
<p>Everyone I talk to who uses Twitter, Blogs, StackOverflow, etc, says that these sites make them "better developers." However, few are able to qualify HOW and fewer are able to quantify HOW MUCH better. </p>
<p>Is it just about getting answers to questions? Is it about the <a href="http://www.hanselman.com/blog/TheDeveloperTheoryOfTheThirdPlace.aspx" rel="nofollow">developer's third place</a>? </p>
<p>Help me, O Stack Overflow, O great social network of developers, with my Keynote on Social Networking. ;) </p>
<p>What makes developers, usually an anti-social bunch, strive to use the internet for social purposes? </p>
<p>How do Social Networking sites help you better <em>do your job</em>?</p>
http://stackoverflow.com/questions/1269759/how-to-index-your-silverlight-application-in-search-engine/1270099#12700995Answer by Scott Hanselman for How to index your Silverlight application in search engine?Scott Hanselman2009-08-13T04:59:45Z2009-08-13T04:59:45Z<p>This has totally been thought about. ;) Check out <a href="http://blogs.msdn.com/brada/archive/2009/03/25/silverlight-3-and-seo.aspx" rel="nofollow">http://blogs.msdn.com/brada/archive/2009/03/25/silverlight-3-and-seo.aspx</a></p>
<p>Notice if you Google for "http://www.google.com/search?hl=en&q=+Silverlight+Store+Wireless+Keyboard+7000" that you'll get a nice text representation. The app gave that text to the robot (since Google's robots don't have Silverlight installed! ;) ) but the user gets a great experience.</p>
http://stackoverflow.com/questions/1029157/a-custom-actionresult-for-a-multi-part-http-response/1078439#10784393Answer by Scott Hanselman for A custom ActionResult for a multi-part http response?Scott Hanselman2009-07-03T08:52:41Z2009-07-03T08:52:41Z<p>This was <a href="http://stackoverflow.com/questions/1078349/asp-net-c-multiple-documents-on-one-response-object/1078359#1078359">also discussed here on SO</a>.</p>
<p>i answered it like this:</p>
<blockquote>
<p>Nope, multipart attachments for
download (like as in email) aren't
supported for security reasons. It's
called a "drive-by download."</p>
<p>Note that Gmail handles this by
dynamically zipping up the files. You
should too.
<a href="http://forums.asp.net/t/1240811.aspx" rel="nofollow">http://forums.asp.net/t/1240811.aspx</a></p>
</blockquote>
<p>I don't believe any modern browser supports multipart/mixed.</p>
http://stackoverflow.com/questions/54929/hidden-features-of-asp-net/1078420#107842014Answer by Scott Hanselman for Hidden Features of ASP.NETScott Hanselman2009-07-03T08:45:22Z2009-07-03T08:45:22Z<p>Here's the best one. Add this to your web.config for MUCH faster compilation. This is post 3.5SP1 via <a href="http://support.microsoft.com/kb/961884" rel="nofollow">this QFE</a>.</p>
<pre><code><compilation optimizeCompilations="true">
</code></pre>
<blockquote>
<p>Quick summary: we are introducing a
new optimizeCompilations switch in
ASP.NET that can greatly improve the
compilation speed in some scenarios.
There are some catches, so read on for
more details. This switch is
currently available as a QFE for
3.5SP1, and will be part of VS 2010.</p>
<p>The ASP.NET compilation system takes a
very conservative approach which
causes it to wipe out any previous
work that it has done any time a ‘top
level’ file changes. ‘Top level’ files
include anything in bin and App_Code,
as well as global.asax. While this
works fine for small apps, it becomes
nearly unusable for very large apps.
E.g. a customer was running into a
case where it was taking 10 minutes to
refresh a page after making any change
to a ‘bin’ assembly.</p>
<p>To ease the pain, we added an
‘optimized’ compilation mode which
takes a much less conservative
approach to recompilation.</p>
</blockquote>
<p>Via <a href="http://blogs.msdn.com/davidebb/archive/2009/04/15/a-new-flag-to-optimize-asp-net-compilation-behavior.aspx" rel="nofollow">here</a>: </p>
http://stackoverflow.com/questions/1078073/do-you-ever-try-to-explain-how-fun-programming-is/1078403#107840317Answer by Scott Hanselman for Do you ever try to explain how fun programming is?Scott Hanselman2009-07-03T08:38:28Z2009-07-03T08:38:28Z<p>I tell them that programming is <strong>EMPOWERING</strong>. I can DO something. If I want to solve a problem, I'm <strong>EMPOWERED</strong> to make it happen. Non-programmers aren't. It's like being a mechanic or a carpenter or a plumber. Imagine being able to take a skill anywhere and MAKE STUFF.</p>
<p>I ask if they've ever done an Excel Macro or a Word mail merge...if they have (they usually have done something like that) I tell them that it's the same sense of victory TIMES A MILLION.</p>
http://stackoverflow.com/questions/1074175/detect-view-or-partialview-in-controller/1078380#10783800Answer by Scott Hanselman for Detect View or PartialView in controllerScott Hanselman2009-07-03T08:32:00Z2009-07-03T08:32:00Z<p>Have a different route for each. /home/about and /home/about/partial that both are routed to the same controller method. Basically, rather than trying to sniff around for things, EXPRESS it explicitly, through a route, or parameter.</p>
http://stackoverflow.com/questions/1078323/how-come-that-chrome-doesnt-render-certain-sites/1078352#10783522Answer by Scott Hanselman for How come that Chrome doesn't render certain sitesScott Hanselman2009-07-03T08:25:10Z2009-07-03T08:29:26Z<p>I believe it's because you're using a VERY old <code><area></code> and <code><map></code> tag, and I don't think Webkit (the rendered in Safari and Chrome) handle that tag.</p>
http://stackoverflow.com/questions/1078349/asp-net-c-multiple-documents-on-one-response-object/1078359#10783592Answer by Scott Hanselman for ASP.net C# Multiple Documents on One Response ObjectScott Hanselman2009-07-03T08:27:17Z2009-07-03T08:27:17Z<p>Nope, multipart attachments for download (like as in email) aren't supported for security reasons. It's called a "drive-by download." </p>
<p>Note that Gmail handles this by dynamically zipping up the files. You should too. <a href="http://forums.asp.net/t/1240811.aspx" rel="nofollow">http://forums.asp.net/t/1240811.aspx</a></p>
http://stackoverflow.com/questions/1064542/redirect-to-refer-on-partial-view-form-post-using-asp-net-mvc/1078343#10783432Answer by Scott Hanselman for Redirect to Refer on Partial View Form Post using ASP.NET MVCScott Hanselman2009-07-03T08:22:38Z2009-07-03T08:22:38Z<p>Definitely #2. It's not bloat, it's expressing your intent. It'll be 50 bytes, don't sweat it, you should be gzip'ing your HTTP anyway.</p>
<p>However, do make sure that you secure it such that someone can't put any old page in there, or another site. Perhaps use an enum value if the number of originating views is constrained.</p>
http://stackoverflow.com/questions/80844/how-do-i-use-logparser-to-find-out-the-length-of-a-field-in-an-iis-log17How do I use LogParser to find out the LENGTH of a field in an IIS Log?Scott Hanselman2008-09-17T07:38:00Z2009-06-27T23:25:50Z
<p>I'm trying to find LONG UserAgent strings with LogParser.exe in my IIS logs. This example searches for entries with the string 'poo' in them.</p>
<pre><code>LogParser.exe -i:IISW3C
"SELECT COUNT(cs(User-Agent)) AS Client
FROM *.log WHERE cs(User-Agent) LIKE '%poo%'"
</code></pre>
<p>I'm trying to say "How many entries have a User-Agent that is longer than 'x'". </p>
http://stackoverflow.com/questions/80844/how-do-i-use-logparser-to-find-out-the-length-of-a-field-in-an-iis-log/80904#8090433Answer by Scott Hanselman for How do I use LogParser to find out the LENGTH of a field in an IIS Log?Scott Hanselman2008-09-17T07:47:30Z2009-06-27T23:20:35Z<p>Well, looks like I answered my own question.</p>
<pre><code>LogParser.exe -i:IISW3C
"SELECT COUNT(cs(User-Agent)) AS Client
FROM *.log WHERE STRLEN(cs(User-Agent)) > 100"
</code></pre>
http://stackoverflow.com/questions/863537/asp-net-error-the-identity-of-application-pool-is-invalid/954858#9548581Answer by Scott Hanselman for ASP.Net error: "The identity of application pool is invalid"Scott Hanselman2009-06-05T08:40:23Z2009-06-05T08:40:23Z<p>Make sure there's a folder called c:\inetpub\temp\apppools. If not, create it.</p>
http://stackoverflow.com/questions/853514/where-can-i-find-video-lectures-on-software-engineering/954847#9548473Answer by Scott Hanselman for Where can I find video lectures on software engineering?Scott Hanselman2009-06-05T08:36:53Z2009-06-05T08:36:53Z<p>Start with <a href="http://groups.csail.mit.edu/mac/classes/6.001/abelson-sussman-lectures/" rel="nofollow">"Structure and Interpretation of Computer Programs"</a>, a 20 part video lecture from MIT with Hal Abelson and Gerald Jay Sussman.</p>
http://stackoverflow.com/questions/890561/concatenate-minify-js-on-the-fly-or-at-build-time-asp-net-mvc/913010#9130104Answer by Scott Hanselman for Concatenate & Minify JS on the fly OR at build time - ASP.NET MVCScott Hanselman2009-05-26T22:07:40Z2009-05-26T22:07:40Z<p>Why not use the ScriptManager? Here's an <a href="http://www.codeplex.com/MvcScriptManager" rel="nofollow">MVCScriptManager</a> that will combine AND squish.</p>
http://stackoverflow.com/questions/895107/iphone-web-app-development-in-asp-net-where-to-begin/896937#8969373Answer by Scott Hanselman for iPhone web app development in ASP.NET - where to begin?Scott Hanselman2009-05-22T08:47:31Z2009-05-22T08:47:31Z<p>I've used the BlackBaud iPhone Simulator and iUi. You can see it live in the NerdDinner.com application by visiting it on an iPhone. I have <a href="http://www.hanselman.com/blog/MixMobileWebSitesWithASPNETMVCAndTheMobileBrowserDefinitionFile.aspx" rel="nofollow">a writeup on how to do Mobile ASP.NET MVC development here</a>.</p>
http://stackoverflow.com/questions/701479/asp-net-code-inside-google-maps-info-window/896924#8969241Answer by Scott Hanselman for ASP.NET code inside Google Maps info windowScott Hanselman2009-05-22T08:43:53Z2009-05-22T08:43:53Z<p>José Basilio is right. Instead, use $jquery Live Events and put regular HTML in the Info Window then use Ajax calls with jQuery to get the interactivity you want. Reframe the problem.</p>
http://stackoverflow.com/questions/183459/is-there-any-kind-of-file-dependency-tracer-for-asp-net-apps/896910#8969102Answer by Scott Hanselman for Is there any kind of file dependency tracer for Asp.Net apps?Scott Hanselman2009-05-22T08:40:04Z2009-05-22T08:40:04Z<p>Nope. There's no way to do that.</p>
http://stackoverflow.com/questions/896820/web-browser-lock-down-how-to/896887#8968871Answer by Scott Hanselman for Web browser lock-down: How to?Scott Hanselman2009-05-22T08:33:16Z2009-05-22T08:33:16Z<p>Try How to use <a href="http://support.microsoft.com/kb/154780" rel="nofollow">Kiosk Mode in Microsoft Internet Explorer</a></p>
<p>Also, there are many Kiosk tools to assist in locking down a machine. Example: <a href="http://www.thekioskstore.com/index.php/software/kiosk-lock-down" rel="nofollow">http://www.thekioskstore.com/index.php/software/kiosk-lock-down</a></p>
http://stackoverflow.com/questions/896850/jquery-slider-examples-with-classic-asp/896872#8968720Answer by Scott Hanselman for JQuery Slider Examples With Classic ASP?Scott Hanselman2009-05-22T08:28:50Z2009-05-22T08:28:50Z<p>Sure, just use the jQuery Slider: <a href="http://docs.jquery.com/UI/Slider" rel="nofollow">http://docs.jquery.com/UI/Slider</a> or any of the sliders found with The Google. <a href="http://www.keepthewebweird.com/demo/slider/" rel="nofollow">http://www.keepthewebweird.com/demo/slider/</a></p>
http://stackoverflow.com/questions/704491/why-does-an-excel-vsto-addin-run-slower-on-a-higher-spec-machine/745552#7455520Answer by Scott Hanselman for Why does an Excel VSTO addin run slower on a higher spec machine ?Scott Hanselman2009-04-13T22:02:45Z2009-04-13T22:02:45Z<p>Check how many files are in %temp% on each machine.</p>
http://stackoverflow.com/questions/65673/comet-implementation-for-asp-net/69319#6931910Answer by Scott Hanselman for Comet implementation for ASP.NET?Scott Hanselman2008-09-16T04:08:26Z2009-04-09T17:58:29Z<p>Comet is challenging to scale with IIS because of comet's persistent connectivity, but there is a team looking at Comet scenarios now. Also look at <a href="http://www.aaronlerch.com/blog/2007/07/08/creating-comet-applications-with-aspnet/" rel="nofollow">Aaron Lerch's blog</a> as I believe he's done some early Comet work in ASP.NET. </p>
http://stackoverflow.com/questions/701030/whats-the-significance-of-oct-12-1999/731723#73172334Answer by Scott Hanselman for What's the significance of Oct 12 1999?Scott Hanselman2009-04-08T20:39:38Z2009-04-08T20:39:38Z<p>Ok, folks, I talked to a dozen different people on the ASP.NET Team. The dev who wrote THAT line of code, we think, is gone. We asked The Gu, and he wasn't sure. </p>
<p>Stefan Schackow, from the team, said, after speaking with Manu Vasandani:</p>
<blockquote>
<p>"The ASP.NET developers were being
chased by a pack of feral ninjas on
fire and thus were under intense
pressure to complete the feature
whilst fearing for their lives. As a
result in the heat of the moment(ary
passion) the snap decision was made to
set the constant to the current point
in time, less one year. Unfortunately
the developer who made that decision
wasn’t fast enough checking it in, and
despite the shortcut ended up dying an
agonizing death at the hands of the
ninja leader 'Eviscerati Extremus
Minus One'."</p>
</blockquote>
<p>Translation? The date is one year before the date that line of code was written.</p>
http://stackoverflow.com/questions/418284/unit-testing-with-asp-net-mvc-model-binders/629308#6293081Answer by Scott Hanselman for Unit testing with ASP.NET MVC model bindersScott Hanselman2009-03-10T08:20:47Z2009-03-10T08:20:47Z<p>Now you just provided a ValueProvider to the controller.</p>
http://stackoverflow.com/questions/585506/how-to-create-an-xmlmappingsource-during-runtime/589411#5894110Answer by Scott Hanselman for How to create an XmlMappingSource during runtime?Scott Hanselman2009-02-26T06:45:40Z2009-02-26T06:45:40Z<p>Use Damien Guard's Open Source T4 templates. They do everything SQLMetal can do and more, and you'll have the full T4 engine behind you.</p>
http://stackoverflow.com/questions/584546/how-to-add-the-namespace-automatically-on-every-new-page-control-added-to-a-webs/589403#5894033Answer by Scott Hanselman for how to add the namespace automatically on every new Page, Control added To a WebSite in VS2008?Scott Hanselman2009-02-26T06:44:06Z2009-02-26T06:44:06Z<p>Put the namespace under "Default Namespace" in project properties, and it doesn't need to be in the code files.</p>
http://stackoverflow.com/questions/509195/ajax-beginform-refresh-partial/589358#5893580Answer by Scott Hanselman for Ajax.BeginForm refresh partial..?Scott Hanselman2009-02-26T06:26:44Z2009-02-26T06:26:44Z<p>Use jQuery, and spin through the returned JSON object, building whatever you like. </p>
<p>Example:</p>
<pre><code> $.each(json, function(i, item) {
//Add a dinner to the list on the right
$('#dinnerList').append($('<li/>')
.attr("class", "dinnerItem")
.append($('<a/>').attr("href", "/Dinners/Details/" + item.ID)
.html(item.Name)).append("SomeThing"));
});
</code></pre>
http://stackoverflow.com/questions/286124/how-can-i-test-modelstate/589350#5893501Answer by Scott Hanselman for How can I test ModelState?Scott Hanselman2009-02-26T06:24:19Z2009-02-26T06:24:19Z<p>You don't have to use a Mock if you're using the Repository Pattern for your data, of course.</p>
<p>Some examples:
<a href="http://www.singingeels.com/Articles/Test_Driven_Development_with_ASPNET_MVC.aspx" rel="nofollow">http://www.singingeels.com/Articles/Test_Driven_Development_with_ASPNET_MVC.aspx</a></p>
<pre><code>// Test for required "FirstName".
controller.ViewData.ModelState.Clear();
newCustomer = new Customer
{
FirstName = "",
LastName = "Smith",
Zip = "34275",
};
controller.Create(newCustomer);
// Make sure that our validation found the error!
Assert.IsTrue(controller.ViewData.ModelState.Count == 1, "FirstName must be required.");
</code></pre>
http://stackoverflow.com/questions/534670/limiting-the-data-returned-by-a-controller/589333#5893330Answer by Scott Hanselman for Limiting the data returned by a controllerScott Hanselman2009-02-26T06:16:02Z2009-02-26T06:16:02Z<p>Consider using, just for this one problem, XML literals in VB9 rather than serialization. Seriously. Just give it 20 minutes of your time. There's many options.</p>
<p><a href="http://www.hanselman.com/blog/TheWeeklySourceCode30VBNETWithXMLLiteralsAsAViewEngineForASPNETMVC.aspx" rel="nofollow">http://www.hanselman.com/blog/TheWeeklySourceCode30VBNETWithXMLLiteralsAsAViewEngineForASPNETMVC.aspx</a></p>
<p><a href="http://www.hanselman.com/blog/XLINQToXMLSupportInVB9.aspx" rel="nofollow">http://www.hanselman.com/blog/XLINQToXMLSupportInVB9.aspx</a></p>
<p><a href="http://blogs.msdn.com/dmitryr/archive/2008/12/29/asp-net-mvc-view-engine-using-vb-net-xml-literals.aspx" rel="nofollow">http://blogs.msdn.com/dmitryr/archive/2008/12/29/asp-net-mvc-view-engine-using-vb-net-xml-literals.aspx</a></p>
<p><a href="http://haacked.com/archive/2008/12/29/interesting-use-of-xml-literals-as-a-view-engine.aspx" rel="nofollow">http://haacked.com/archive/2008/12/29/interesting-use-of-xml-literals-as-a-view-engine.aspx</a></p>
<p><a href="http://www.infoq.com/news/2009/02/MVC-VB" rel="nofollow">http://www.infoq.com/news/2009/02/MVC-VB</a></p>
<p>For what you're doing, returning XML as a poor-man's Web Service, this is tailor-made.</p>
http://stackoverflow.com/questions/1204732/having-an-issue-understanding-why-nerddinner-mvc-is-returning-an-errorComment by Scott Hanselman on Having an issue understanding why NerdDinner MVC is returning an errorScott Hanselman2009-07-30T06:32:19Z2009-07-30T06:32:19ZIs the 404 happening on the GET or the POST?
The first method is for the GET, the second is for the POST.
As blowdart says, we're not CHANGING the edit method, but ADDING a second one.http://stackoverflow.com/questions/54929/hidden-features-of-asp-net/1069756#1069756Comment by Scott Hanselman on Hidden Features of ASP.NETScott Hanselman2009-07-03T08:42:06Z2009-07-03T08:42:06ZYep, that's pretty ghetto. ;)http://stackoverflow.com/questions/243351/environment-tickcount-vs-datetime-nowComment by Scott Hanselman on Environment.TickCount vs DateTime.NowScott Hanselman2009-07-03T07:04:51Z2009-07-03T07:04:51ZAs an unrelated aside, if you DO use DateTime for Date-related math calculations, always use DateTime.UtcNow as DateTime.Now is susceptible to Daylight Savings Time...your calculations could be off by a hour, or worse, negative numbers.http://stackoverflow.com/questions/885990/linking-javascript-libraries-in-user-controlsComment by Scott Hanselman on Linking JavaScript Libraries in User ControlsScott Hanselman2009-05-26T22:05:31Z2009-05-26T22:05:31ZI put them in there because I was only using the partial once. If I used it twice, I'd move it up. No need to build for multiple-use if I'm not using it multiple times.http://stackoverflow.com/questions/894637/is-asp-net-mvc-a-step-backwards-in-some-ways/894744#894744Comment by Scott Hanselman on Is ASP.NET MVC a step backwards in some ways?Scott Hanselman2009-05-22T08:53:26Z2009-05-22T08:53:26ZWoot! - shanselmanhttp://stackoverflow.com/questions/895107/iphone-web-app-development-in-asp-net-where-to-begin/896937#896937Comment by Scott Hanselman on iPhone web app development in ASP.NET - where to begin?Scott Hanselman2009-05-22T08:48:00Z2009-05-22T08:48:00ZOops, I just noticed you already saw my article. What else do you need to know? ;)http://stackoverflow.com/questions/184618/what-is-the-best-comment-in-source-code-you-have-ever-encountered/192823#192823Comment by Scott Hanselman on What is the best comment in source code you have ever encountered?Scott Hanselman2009-04-28T19:43:16Z2009-04-28T19:43:16ZReason #984 to use Debug.Assert(). ;)http://stackoverflow.com/questions/766610/how-to-get-elmah-to-work-with-asp-net-mvc-handleerror-attributeComment by Scott Hanselman on How to get ELMAH to work with ASP.NET MVC [HandleError] attribute?Scott Hanselman2009-04-24T00:07:57Z2009-04-24T00:07:57Z@Jarrod - it'd be nice to see what's "custom" about your ELMAH fork.http://stackoverflow.com/questions/766610/how-to-get-elmah-to-work-with-asp-net-mvc-handleerror-attribute/767893#767893Comment by Scott Hanselman on How to get ELMAH to work with ASP.NET MVC [HandleError] attribute?Scott Hanselman2009-04-24T00:07:20Z2009-04-24T00:07:20ZHandleError isn't sealed.http://stackoverflow.com/questions/745570/how-can-social-networking-sites-make-you-a-better-developerComment by Scott Hanselman on How can social networking sites make you a better developer?Scott Hanselman2009-04-16T18:15:03Z2009-04-16T18:15:03ZHm....seems like "how can I become a better programmer using sites like stackoverflow" is a VERY programming related question.http://stackoverflow.com/questions/745570/how-can-social-networking-sites-make-you-a-better-developerComment by Scott Hanselman on How can social networking sites make you a better developer?Scott Hanselman2009-04-14T03:41:27Z2009-04-14T03:41:27ZInteresting. I think StackOverflow kind of discourages DISCUSSION. http://stackoverflow.com/questions/745570/how-can-social-networking-sites-make-you-a-better-developerComment by Scott Hanselman on How can social networking sites make you a better developer?Scott Hanselman2009-04-14T03:19:50Z2009-04-14T03:19:50ZHow did the post get community-owned?http://stackoverflow.com/questions/745570/how-can-social-networking-sites-make-you-a-better-developerComment by Scott Hanselman on How can social networking sites make you a better developer?Scott Hanselman2009-04-14T02:19:38Z2009-04-14T02:19:38ZHm, feels like StackOverflow is getting a little of the "mean" that you get when you're on Wikipedia. http://stackoverflow.com/questions/745570/how-can-social-networking-sites-make-you-a-better-developerComment by Scott Hanselman on How can social networking sites make you a better developer?Scott Hanselman2009-04-14T00:54:52Z2009-04-14T00:54:52ZI wonder why 2 people have voted to close this. That's mean.http://stackoverflow.com/questions/701030/whats-the-significance-of-oct-12-1999Comment by Scott Hanselman on What's the significance of Oct 12 1999?Scott Hanselman2009-04-08T20:28:20Z2009-04-08T20:28:20Z;) I know, still, creepy coincedence.