Windows Live Writer

Okay so one of my mates introduced me to Windows Live Writer. Normally I prefer open source software but lately I have noticed an increasing tendency to use proprietary software that is freely available.

Lately I have also been using my Windows install increasingly as I have been coding XNA and C# and simply love coding in Visual Studio. I found that for day to day tasks my Linux install does most things better than Windows. Small stuff like multiple desktops makes my day easier as I use alot of multitasking.

However heavy specific tasks such as Painting (Photoshop), programming (Visual Studio) and gaming in general. I also use windows only applications for my random html coding’s (I prefer an IDE above pure text editors).

So why not give Windows Live Writer a shot. Also it provides me with the option of inserting nicely formatted code into my posts. I have been searching for a code insertion feature for WordPress for a while, but nothing works the way it should or simply does not work at all :s

So for a while I will be testing out Live Writer to post on the blog. Hopefully it will make my postings easier for me, more frequent and nicely formatted as usual!

By the way; I’m Awesome! :p

Example code:

   1: namespace HelloWorld2
   2: {
   3:     static class Program
   4:     {
   5:         /// <summary>
   6:         /// The main entry point for the application.
   7:         /// </summary>
   8:         [STAThread]
   9:         static void Main()
  10:         {
  11:             Application.EnableVisualStyles();
  12:             Application.SetCompatibleTextRenderingDefault(false);
  13:             Application.Run(new Form1());
  14:         }
  15:     }
  16: }

 

Links:


Posted

in

, ,

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *