Search This Blog

Friday, July 30, 2010

HunabKu: NHibernate LINQ provider extension

link -> HunabKu: NHibernate LINQ provider extension
Pretty cool idea to extend LINQ to generate your own SQL

Best Monitor Stand Ever

link -> Best Monitor Stand Ever

white trash repairs - Best Monitor Stand Ever

Submitted by: Unknown

It also functions a nice place for you LEGO construction dudes and dudettes to hang out, while you use a CAD program to come up with your next project for them. – Frankie Fix-It


beats my stack of paper

Wednesday, July 28, 2010

Solitude and Leadership: an article by William Deresiewicz | The American Scholar

link -> Solitude and Leadership: an article by William Deresiewicz | The American Scholar
If you want others to follow, learn to be alone with your thoughts
James Shore tweeted this article awhile ago. Finally got around to reading it. It is really good.

Friday, July 9, 2010

This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default - ASP.NET Forums

link -> This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default - ASP.NET Forums

I was able to resolve this issue in my own Windows 7 webserver using the Microsoft Web Installer Platform (http://www.microsoft.com/web/downloads/platform.aspx). 

  • From the GUI or finding it in the IIS MMC manager, Click on the Web Platform tab
  • Then click on the Customize link below the Frameworks and Runtimes options. 
  • Select ASP.NET and ASP.NET MVC 1.0 (if necessary)
  • and then click install. 

Should resolve your issue.  You can also probably do this without using the Web Installer Platform, but this was specifically the way I was able to resolve the same problem.

Had to do this to run sitemanager locally on IIS

Verify JavaScript syntax using C#

link -> Verify JavaScript syntax using C#
In the past few days, I’ve worked on finding a way to do static code analysis on JavaScript files.The resaon is that I want to apply some sort of binary and source code checking like FxCop and StyleCop provides for C#.
Would be cool to do something similar to this for our project. The IronJS project looks cool and might work better than JScript.net