Getting started blogging

Using Windows Live Writer is an easy way to write your blog. I like that I can just copy paste the images on the blog without any problem. It is just like using Office. Before I had to manually upload images and then reference these.

Since I am going blog about C# code i would recommend using Code Snippet plugin which will let you add you code snippet in an easy way like this.
image
Which will result in code being added to your blog like this.
   1: public class Hello1
   2: {
   3:    public static void Main()
   4:    {
   5:       System.Console.WriteLine("Hello, World!");
   6:    }
   7: }

The plugin can be found here. http://plugins.live.com/writer/detail/code-snippet-plugin-for-windows-live-writer

Etiketter: