in

Platinum Bay

Peace, Love, and...

This Blog

Syndication


.NETicated

Windows Live Writer

So I finally caved into pressure and am writing this post from Windows Live Writer. After some hassle with the install on Win2K8 (thanks to @ninob for pointing me here), I set about to write my first post. I do what I normally do; open the program and hit Maximize. Clearly Windows Live Writer wasn't designed to be maximized (see screenshot), at least not at 1920x1200. And yes, I am going to be highly critical of it, at least compared to my experience using Word 2007 for writing posts.

image

No test would be complete without the obligatory code snippet. First results were that all the formatting were lost. Weird. Word does this out of the box. Fortunately I found the Paste from Visual Studio add-in, which gives me this:

public static string LabelFor(this HtmlHelper helper, string target, string text)
{
    return String.Format("<label for='{0}'>{1}</label>", target, text); 
}

Now to see how everything looks online...

Comments

December 13, 2008 12:12 PM

Actually it doesn't fit well in smaller screen either :)

codeclimber.net.nz/.../windows-live-writers-small-screens-unusable.aspx

 

Leave a Comment

(required )  
(optional )
(required )  
Add

About Steve

Steve Andrews is an independent consultant, INETA speaker, and Microsoft MVP for Visual Studio ALM. He has been working in technology for over ten years focusing on custom application development and Application Lifecycle Management. Steve is also Microsoft and IBM certified and a community fanatic having led sessions at nearly 100 events across North America. When he's not developing software solutions or engaging with the community about software technology, Steve is a closet singer and songwriter and plays the guitar and keys. Occasionally, Steve even gets to sleep. Occasionally.
Powered by Community Server (Commercial Edition), by Telligent Systems
© Platinum Bay | Some Rights Reserved Creative Commons License

Disclaimer: The information in this weblog is provided "AS IS" with no warranties, and confers no rights. This weblog does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion. Feel free to challenge me, disagree with me, or tell me I'm completely nuts in the comments section of each blog entry, but I reserve the right to delete any comment for any reason whatsoever (abusive, profane, rude, or annonymous comments) - so keep it polite, please.