This article and AGT[8] were written with Windows Live Writer, after Larry talked me into trying it. So far, I really like the idea, but the implementation could be better. I typically write my articles in Word 2007, since I may be working on one for days or weeks. Cut 'n pasting out of Word into the DasBlog FreeTextBox just works. Sure, it generates the ugliest HTML you've ever seen, but it looks like code in both IE7 and FF3. Copy/pasting out of VS2008 into Live Writer looks like this:
ToolboxItem speakItem = new ToolboxItem("Tower speaker", "This is a generic 2-way tower speaker with horn-loaded mid & high range", typeof(HornSpeaker)); Toolbox.AddItem(speakItem, "Audio");
Copy/pasting out of MS Word 2007 into Live Writer looks like this, using the "keep formatting" option.
ToolboxItem speakItem = new ToolboxItem("Tower speaker", "This is a generic 2-way tower speaker with horn-loaded mid & high range", typeof(HornSpeaker));
Toolbox.AddItem(speakItem, "Audio");
It's not bad, but it insists on inserting some extra spaces between lines. I've also been uploading a .zip file of the source code as it stands at the end of each article, and I find no way to do this from Live Writer - perhaps that's not supported by the blogger API. I do like it inserting & uploading images for me.
For complex articles, I'll still be copy/pasting from Word, but for a free program I do rather like Live Writer.
Remember Me
a@href@title, strike
Powered by: newtelligence dasBlog 2.0.7226.0
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
© Copyright 2008, Damon Payne
E-mail