Yes you can use Word 2007 to write blogposts

My test was successful. I wrote a blogpost in Word 2007 and pasted in some source code. The result was pretty impressing. Let’s give it one more try. This time without line breaks or numbers in CopySourceAsHtml

        public
void SyncData()

        {

            DacProService.BasisData newBasis;

            try

            {

                newBasis = webService.GetBasisData();

                basisData.Clear();

                basisData.Merge(newBasis);

                SaveLocal();

            }

            catch

            {

                MessageBox.Show(“Niet kunnen synchroniseren”);

            }

        }

 

My test was not that successful when it came to images. Automatic picture upload sounds interesting but has a big drawback. In the blog configuration you have to tell Word where to store the images using ftp. This is a problem in Community Server. The URL to an image is a computed one. It’s something like http://codebetter.com/photos/peter.van.ooijen/images/152093/original.aspx. I cannot access the folder http://codebetter.com/photos/peter.van.ooijen/images/152093/ to write to. And Word cannot compute the url of the image when uploading. Support for other ways are in the pipeline.

One other thing I missed was the possibility to add tags to my post. I’ll have to do that by hand in the CS dashboard. Together with inserting the images. But for the first, most elaborate part of publishing a draft Word is now my tool of choice. Goodbye Frontpage.

This entry was posted in Uncategorized. Bookmark the permalink. Follow any comments here with the RSS feed for this post.
  • http://dioramadesign.net/blog Dylan Marks

    I’ve been very impressed with the new windows live writer http://windowslivewriter.spaces.live.com/

    I’ve got it working with tags in WordPress, so might also be possible with CS.

    This plugin makes pasting code quite simple:
    http://gallery.live.com/liveItemDetail.aspx?li=d8835a5e-28da-4242-82eb-e1a006b083b9&l=8

    Personally, the idea of MS Word having anything to do with html makes me cringe. :)

  • http://dioramadesign.net/blog Dylan Marks

    PS. Yes, it’s true I have a terrible prejudice against Word/Frontpage and valid html. I’m looking forward to 2007 changing my worldview!!

  • http://blah.winsmarts.com Sahil Malik

    I use Word 2007 to write my blogposts. It’s purty neat.

  • http://codebetter.com/blogs/peter.van.ooijen/ pvanooijen

    The reason I want to stick to an MS-Office application is the spell and grammar check. Nothing beats that.
    Indeed the html emitted by the previous word was horrific. As Sahil says, in this version it’s perfect. That is: absent. Pure text only some . Way to go!