Testing Windows Live Writer

By Bill at February 18, 2009 08:14
Filed Under: Random

I had a heck of a time writing my last post.  I had trouble formatting all of the code.  I wanted it to be formatted correctly, in a mono-space font and indented.  It took three or four tries before I got it the way I wanted it and in the end, I had to work with raw HTML to make it happen.

I was aware that BlogEngine,the blog software that I use, has an automatic code formatter, but I didn’t know how to use it.  I tried a web search looking for some clues and I found a post on RTUR.NET that not only explains how to use the automatic code formatter in BlogEngine but also lists a few plug-ins for Windows Live Writer that will format code.

I was intrigued.  Windows Live Writer sounded cool, but I didn’t understand how it would allow me to post into BlogEngine.  I figured it was just an HTML editor and in the end I would simply be pasting HTML into the raw HTML editor in BlogEngine.  However, I was wrong.  Apparently Windows Live Writer will automatically insert posts directly into BlogEngine!

So, this is my first attempt at using Windows Live Writer. So far it seems to work well.  Here is some code just to see how it will look:

   1: class SummableList<T> : List<T> {
   2:     public T Sum() {
   3:         T result = default(T);
   4:         foreach (T item in this)
   5:             result += item;
   6:         return result;
   7:     }
   8: }

It looks pretty slick. 

Since you’re reading this, it’s safe to assume that everything went well. 

kick it on DotNetKicks.com

Comments

3/10/2009 5:32:09 PM #

free cursors

from memory, when i tested live writer last, I remember it to be lacking in a few features. I remember tag support to be one of them and also the html code it produced wasn't the cleanest. This was 1 year ago though ...

free cursors Australia | Reply

3/10/2009 6:01:47 PM #

Bill

The tag support works now if your blog supports it.  BlogEngine does support it, so it works for me.

I haven't had any trouble with the HTML it produces as the WYSIWYG works well enough for me.  However, I am the type that will get frustrated and with the WYSIWYG and go poking around in the HTML.  When I do, the HTML is readable.

Bill United States | Reply

Add comment


(Will show your Gravatar icon)

  Country flag

biuquotecode
  • Comment
  • Preview
Loading



Authors

  RSS Feed Bill Fugina

Bill is Director of Technology for Coleman Insights. He enjoys programming, software design, walking, reading, dining out and watching movies, most of which he enjoys even more when he doing them with his wife, Deb, and or his son, Isaac.  Bill and Isaac are working on a video game, but they haven't made very much progress yet.

  RSS Feed Debra Hill

Deb dabbled in Project Management in the Advertising industry for (too) many years. She has happily ditched that and is taking some time to decide what is next career-wise. She enjoys gardening, knitting, sewing and various other crafty things. She also enjoys vegetating on the weekends with the family.

RSS Feed Isaac Hill-Fugina

Isaac has his own blog called Isaac's Place.

Recent Comments

Comment RSS

Bill's Run.GPS Stats

Training Sessions 16
Total Distance 50.17 mi
Total Time 0.11:50:02
Calories 6961 kcal
Average Speed 4.24 mph
Min Altitude -157 ft
Max Altitude 590 ft
Total Ascent 226 ft
Total Descent 236 ft