CodePrairie .NET

South Dakota .NET User Group

Search

Page 6 of 16 (156 items) « First ... < Previous 4 5 6 7 8 Next > ... Last »
  • Good Installer Experience

    Jeff Atwood points out some definciencies in the install process for many of today&#39;s applications. Having just installed Jing yesterday I wanted to point out how pleasant I found their installer. &nbsp; Click the check box and then the install button and it&#39;s done. Not only is the install a breeze, but the app is quite slick as well.
    Posted to chrisortman (Weblog) by chrisortman on 07-20-2007
  • Taking SharedView for a test drive

    I needed to do some training remotely today. Typically I would use GotoMeeting for this, but I have been wanting to give SharedView a try and see how it worked. You can grab the download here http://r.office.microsoft.com/r/rlidSV?clid=1033&amp;p1=1&amp;p2=download_msi Setup was nice and simple. Once it&#39;s installed you enter your windows ...
    Posted to chrisortman (Weblog) by chrisortman on 07-13-2007
  • Visual Studio template information is out of date?

    What? Good question. In the middle of working I thought I&#39;d add a new class to my project when low and behold I get a dialog box: No Visual Studio template information found. Seel the application log in Event Viewer for more details. Ok, so I open up event viewer and find this Event Type: Warning Event Source: Visual Studio - ...
    Posted to chrisortman (Weblog) by chrisortman on 07-11-2007
  • innerHTML does not work in IE select boxes

    Doing some MonoRail work I have a JS view that needs to update the options in a select box. Things had been working swimminly in Firefox, but then I tested in IE. Note to self: BUG: Internet Explorer Fails to Set the innerHTML Property of the Select Object &nbsp; I searched around and&nbsp;found this commit&nbsp;to the prototype code, but how ...
    Posted to chrisortman (Weblog) by chrisortman on 07-11-2007
  • Ruby include and extend

    Nice write up by Marc about ruby extend and include. He succinctly explains what each of the methods do, however I think his explanation is for a ruby programmer, not a C# programmer trying to learn more about ruby.&nbsp;Upon further research I&nbsp;found another&nbsp;post that made it quite clear for me. The extend method will mix a modules ...
    Posted to chrisortman (Weblog) by chrisortman on 07-07-2007
  • Here's a new one

    Just got this error when trying to invoke MSBUILD from the VS2005 command prompt. MSBUILD : warning MSB4056: The MSBuild engine must be called on a single-threaded-apartment. Current threading model is &quot;MTA&quot;. Proceeding, but some tasks may not function correctly. It was working fine, and I have no idea what changed. I retried it and it ...
    Posted to chrisortman (Weblog) by chrisortman on 07-05-2007
  • August Meeting

    &nbsp;I&#39;ve got the August meeting scheduled for August 13 at 6:30 at the Mitchell Tech Center. I&#39;ve been planning to do several meetings covering Castle / MonoRail / NHibernate topics, but if there are other things you guys would like to learn about I&#39;d be happy to take some suggestions. (via replies to this post) Thanks&nbsp;[Poll]
    Posted to Announcements (Forum) by chrisortman on 07-03-2007
  • July Meeting

    July meeting will be held Monday the 9th at 6:30 PM in Room 111 of the MTI Tech center. &nbsp;This is a different room than we have used in the past, so you might want to park on the west side of the building. &nbsp;[Poll]
    Posted to Announcements (Forum) by chrisortman on 06-29-2007
  • How well does Resharper know me?

    I was in the process of setting up another unit test and realized...I really should just make a Resharper template for this. As I went to create the template I saw one setup exactly as I would want it which is like this: &nbsp; namespace $NAMESPACE$ { using MbUnit.Framework; using Rhino.Mocks; [TestFixture] public ...
    Posted to chrisortman (Weblog) by chrisortman on 06-15-2007
  • Do I really need a database?

    So I have REST + HTTP which gives me CRUD over a resource. And I&#39;m going to say that in the REST world Uri is to resource as PrimaryKey is to a table. Uri is certainly more user friendly so traditionaly I&#39;d wind up writing something that maps a uri onto a database row. Why not just skip the database and map the Uri onto a file which ...
    Posted to chrisortman (Weblog) by chrisortman on 06-07-2007
Page 6 of 16 (156 items) « First ... < Previous 4 5 6 7 8 Next > ... Last »
Powered by Community Server (Commercial Edition), by Telligent Systems