Archives / 2003 / May

11-14 of 14
  • Google and Blogging

    Saturday, May 10, 2003
    In reply to DataGridGirl's post, according to this post on lockergnome, someone mentioned that Google is actually working on expanding how blogs are searched. I'm not sure of the source as I couldn't find the quote, but I hope it's true. By the way, doesn't everyone search for "DataGrid Girl" and "HumanCompiler" all the time? ;) P.S. Anytime you run into a "HumanCompiler" on a forum, it's me. I haven't run across anybody else that's ever used that name except me!!!
    Filed under | 0 comments »
  • RE: Disabled Checkboxes

    Saturday, May 10, 2003
    Marcie and I are almost always on the same page, however this time, I believe I'm going to have to disagree. One of the big no-no's in UI design and layout is to never (if at all possible anyway) change the layout of a "form". For example, don't move the main navigation from the left side to the right side, or in this example's case, change the layout of your form by making a particular checkbox visible sometimes and not visible other times. One of the big reasons for enabled/disabling a checkbox (based off of other settings and what not)
  • Asynchronus WebService Calls

    Friday, May 02, 2003
    In addition to Julie's link, here's another good one, especially if you like to hear someone explaining it to you in a British accent (namely Mark Boulter) MSDN TV: Windows Forms and Async Web Services in 5 Minutes
  • Testing Windows Services

    Wednesday, April 30, 2003
    To help a fellow blogger and hopefully other people who read that thread, I posted 4 simple 1 liner bat files to Install, Uninstall, Start & Stop Windows Services that you have created. Just a handy reference! :) Not, simply creating a Windows Service in .NET, then running those scripts won't work. You must also add a System.Configuration.Install.Installer to your project. Along these lines though, I will make one suggestion. When creating a Windows Service, VS.NET really doesn't provide any nice way to test the service, so I would suggest just keeping your code for your service in a Class