It’s days like these that really make me appreciate living in Wisconsin. I love how snow looks when it has just fallen and is still sticking to trees. I’ve been living temporarily in Green Bay, and that gave me an excellent opportunity to take some pictures yesterday and today. Molly had some fun playing in the snow as well… You can find more pictures here.
Yearly Archives: 2007
Use app_offline.htm to take your asp.net 2.0 application offline
If you’re looking to do an update to your website and want all dynamic page requests to be redirected to a static html file, just create an app_offline.htm page. It’s a handy way to give a polite message when you’re making a site update. More info here…
The type arguments for method cannot be inferred from the usage…
I created a helper method to iterate a list of strongly typed objects. It was to be a simple method, that just returning a property of the objects with a separator character between each. The method signature looked like the following:
public static string FormatMyList<T>(List<T> list, string separator)
{ … }
What I had overlooked, though, was that the property I was passing was only an IList object (due to being a property used with nHibernate). So, I received an error message similar to the following: Compiler Error Message: CS0411:
The type arguments for method ‘TextFormatUtil.FormatMyList<T>(System.Collections.Generic.List<T>)’
cannot be inferred from the usage. Try specifying the type arguments
explicitly.
After correcting the method signature to use an IList, everything was fine…
A pledge to visit Europe in 2007
Hi all,
I would really like to see Europe again while I’m still somewhat young. My current income does not allot much gas money for the trip, unfortunately. This is where you can help me 🙂
If you can lend a buck or two to the cause, I will record everything that happens on the trip. I’ll post blog entries, post pictures, and hopefully I’ll even be able to show some videos.
Administrative command prompt shortcut
I added one of these suckers to my quicklaunch…
- Right click the command prompt shortcut
- Click Properties
- Click Advanced…
- Check “Run as Administrator”
Via TweakVista
Turn off annoying prompts in Vista
Man… I’ve been eager to do this since I installed Vista. This tutorial shows you how to disable the annoying verification prompts in Vista.
How to remove URL, date, and title from web print outs
Interested in printing something from the web, but not having it look like it came from the web? Do this…
Firefox:
- Open up Firefox (Available from here)
- Click File->Page Setup…
- Click Margins & Header/Footer tab
- Set all dropdown menus under the Headers & Footers section to “–blank–”
- Click Ok
Internet Explorer:
- Open up Internet Explorer
- Click File->Page Setup…
- Clear both text boxes under the Headers and Footers section
- Click Ok
From a Property Center forum post
Reggie Watts
Check this out… awesome beat boxing… The slow motion portion around 3:18 is very nice…
Life…
My life has taken an unusual turn for the moment. I’ve had quite a bit on my mind the last two days and this is the first time I’ve had a chance to access the internet and let you all know about it…
My mom went in for a cardiac catheterization procedure on Friday and we were lead to believe that it was going to be an outpatient procedure. The cath procedure was a result of a recent stress test that she had done. They were going to go in and possibly perform an angioplasty or insert a stent, if the cath procedure determined it necessary. Well, they found a blockage on one of the three main arteries on the heart and the doctor determined that the best solution was to perform surgery to bypass the blockage.
So she went in for triple bypass surgery at 7:00am this morning. My sister, brother, and his wife were able to get to Green Bay by about 3:00am, so everyone was able to see her before the procedure. As of this point, she is out of surgery and hanging out in the intensive care unit. She’ll remain in the ICU until tomorrow, where she’ll be transfered to a normal room in the hospital. Amazingly enough, they’ll get her walking as soon as possible (tomorrow) and they basically try to get the heart patients active to prevent clotting and other problems.
So it looks as though the worst is over and it’s rehab from here on. I do have to admit that I feel very happy that the work I do allows me to be as productive from remote locations as from my home office. It will really help to be there for my mom as she recovers, while continuing to work on my work projects.