Wednesday, August 25, 2010

Added Visual Studio 2010 support to Mole Visualizer

An update for the “Mole for Visual Studio – With Editing” project to support Visual Studio 2010 and .NET 4.0.

Project Info

Introduction

From the CodeProject article:

Mole was authored by Karl Shifflett, Josh Smith and Andrew Smith who make up Team Mole. The core development process took the team several weeks. Most of the additional enhancements were implemented by Andrew and Karl, with a lot of testing and feedback provided by Josh.

Updates for Visual Studio 2010

The solution files were each loaded in in Visual Studio 2010, the solutions, projects, and generated files were allowed to update. The target framework was then changed to .NET 4.0. Any references still targeting 2.0 were updated to the 4.0 version. Especially note that the path to Microsoft.VisualStudio.DebuggerVisualizers changed to C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ReferenceAssemblies\v2.0\Microsoft.VisualStudio.DebuggerVisualizers.dll

License

The source code and associated files were licensed by the authors under The Code Project Open License.

The modified source code and compiled binaries are distributed under the rights granted by the license.

Tuesday, April 27, 2010

Clear QAM channels in Cedar Rapids on Mediacom, updated

Channel
Number
Network Name Std/
HD
Notes Main 
Lineup
11.1 KIINDT (IPTV) HD x
11.2 KIINDT2 (IPTV Learns) SD x
11.3 KIINDT3 (IPTV World) SD x
16.4 KFXA (Fox 28) SD HD Available
16.6 KCRG (ABC) SD HD Available
16.8 WB20 KWKB SD HD Available
16.9 BYU (Mormon) SD
16.10 KGAN (CBS) SD HD Available
16.12 KWWL (NBC) SD HD Available
16.16 KFXB (CNT) SD x
16.18 KIINDT (IPTV) SD HD Available
16.20 MC22 (Mediacom Connections Channel) SD x
82.1 QVC SD
82.3 CSPAN SD x
82.5 ? SD ? x
82.7 WGNAMER SD x
82.9 SHOPNBC SD
82.11 Church Channel SD x
82.13 C-SPAN 3 SD x
82.15 Insp? SD ? x
82.17 EWTN (Eternal Work Television Network) SD x
82.19 3ABN (3 Angels Broadcasting Network) SD x
82.21 C-SPAN 3 SD x
82.23 Home Shopping Network SD
94.256 Fox College Sports - Atlantic-Sports SD x
96.8 CBS College Sports Network SD x
114.1 KWWLDT (NBC) HD x
114.2 KWWLDT2 (this) SD x
114.3 KWWLDT3 (Retro TV) SD x
114.6 KGANDT (CBS) HD x
115.2 KCRGDT (ABC) HD x
115.4 KFXADT (Fox 28) HD x
115.6 KCRGDT2 SD x
117.1 PUAC018 SD x
117.3 Kirkwood Channel SD x
117.5 Jewelry TV SD
117.7 UiTV (University of Iowa) SD x
119.2 KPXRDT (Ion) SD x
119.4 KWKBDT (The CW) HD x

Wednesday, March 3, 2010

Windows 7 RTM LightScribe DVD Label Image

Since Windows 7 RTM has been out for awhile and I notice that my beta versions of the LightScribe were getting hits, I would upload updated ones. This time I included both x86 and 64-bit versions.

Here is a preview of what it will look like:


To use this for your own LightScribe DVD, open the LightScribe Template Labeler, use the blank template, and then import the PNG below into the program as a graphic, then burn. For best results, click through on the image below for the full size image, then save to your computer.




Sunday, February 28, 2010

NUnit templates for ASP.NET MVC 2 RC 2

Now with ASP.Net MVC 2 RC 2 out, it's time to have a working NUnit template.

I tried to use the NUnit MVC 2 templates others have made available, however, I had trouble installing them with the batch file. Once I installed it manually, the results didn't compile. I discovered it was because these were altered from the NUnit MVC 1 templates. I decided to start over from the MSTest template, modifying it for NUnit. Starting from the supplied templates will make it easier to stay in sync with the ASP.NET MVC team.

The instructions here were a start, however, I took it a step further and synchronized most of the template code with the MVC 2 template code. This gave me a really good result and is really quite workable.

Try it for yourself. Get started with the following instructions:

Download the zip file: Mvc.NUnit.Testsv2.0.zip

Copy the included "MvcApplication.NUnit.Testsv2.0.cs.zip" to "%ProgramFiles(x86)%\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates\CSharp\Test".
If on a x64 bit machine, then %ProgramFiles(x86)% normally equals "C:\Program Files (x86)", otherwise, it's the normal location of "C:\Program Files".

Import the correct registry file (NUnit.reg or NUnit64bit.reg) to register the new template with MVC 2.

Open the "Visual Studio 2008 Command Prompt", running as administrator. Then run "devenv /setup". Once that is done, the template should be ready to use.

These templates require NUnit 2.5 or higher. Since I don't use VB.Net, I didn't make a corresponding template, if someone would like to contribute that, please feel free.